Skip to content

Commit

Permalink
Revert "changed to RHEL image from fedora"
Browse files Browse the repository at this point in the history
This reverts commit 2b3ac47.
  • Loading branch information
veera-damisetti committed May 3, 2024
1 parent 4b04799 commit 34e7442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ chmod 700 $HOME/setup_pxeboot.sh
# Booting up zVSIs as agents
for fip in "${zvsi_fip_list[@]}"; do
echo "Transferring the setup script to zVSI $fip"
scp "${ssh_options[@]}" $HOME/setup_pxeboot.sh root@$fip:/root/setup_pxeboot.sh
scp "${ssh_options[@]}" $HOME/setup_pxeboot.sh core@$fip:/var/home/core/setup_pxeboot.sh
echo "Triggering the script in the zVSI $fip"
ssh "${ssh_options[@]}" root@$fip "/root/setup_pxeboot.sh" &
ssh "${ssh_options[@]}" core@$fip "/var/home/core/setup_pxeboot.sh" &
sleep 60
echo "Successfully booted the zVSI $fip as agent"
done
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ref:
- name: HC_NS
documentation: "Hosted Cluster namespace"
- name: ZVSI_IMAGE
default: rhel-image-prow-ci-dnd
default: fedora-custom-s390x-dnd
- name: ZVSI_PROFILE
default: 'bz2-4x16'
- name: AGENT_IBMZ_CREDENTIALS
Expand Down

0 comments on commit 34e7442

Please sign in to comment.