Skip to content

Commit

Permalink
Merge pull request #413 from rhel-labs/myee111/issue403
Browse files Browse the repository at this point in the history
webconsole-software
  • Loading branch information
myee111 authored Nov 21, 2023
2 parents 3fde515 + c4f3367 commit e8031c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webconsole-software/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
virtualmachines:
- name: rhel
image: projects/tmm-instruqt-11-26-2021/global/images/rhel-9-2-6-20-23
image: projects/tmm-instruqt-11-26-2021/global/images/rhel-9-3-11-14-23
shell: /bin/bash
environment:
TERM: xterm
Expand Down
3 changes: 2 additions & 1 deletion webconsole-software/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ lab_config:
overlay: false
width: 33
position: right
checksum: "4833764437834284226"
loadingMessages: true
checksum: "7444139715536722683"
4 changes: 4 additions & 0 deletions webconsole-software/track_scripts/setup-rhel
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ echo "setting password" >> /root/post-run.log
echo redhat | passwd --stdin rhel

echo "DONE" >> /root/post-run.log

# Downgrade openssh so that the lab will have something to upgrade.

dnf downgrade openssh -y

0 comments on commit e8031c9

Please sign in to comment.