Skip to content

Commit 709dd03

Browse files
committed
Change image version to match aufn
1 parent b12677a commit 709dd03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-aufn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
# echo '${BAS_PWD}' | sudo passwd --stdin ${LAB_IMAGE_USER}
189189
# sudo echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config.d/50-cloud-init.conf
190190
# sudo systemctl restart sshd
191-
sleep 3h
191+
sleep 7h
192192
env:
193193
LAB_IMAGE_USER: ${{ inputs.os_image == 'Ubuntu' && 'ubuntu' || inputs.os_image == 'Rocky9' && 'rocky' }}
194194
BAS_PWD: ${{ inputs.bas_pwd == '' && secrets.BASTION_TEST_PASSWORD || inputs.bas_pwd }}

output.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
output "labs" {
2-
value = join("\n", formatlist("ssh %s %s # %s ", openstack_compute_instance_v2.lab.*.access_ip_v4, openstack_compute_instance_v2.lab.*.name, openstack_compute_instance_v2.lab.*.id))
2+
value = join("\n", formatlist("ssh %s %s # %s #", openstack_compute_instance_v2.lab.*.access_ip_v4, openstack_compute_instance_v2.lab.*.name, openstack_compute_instance_v2.lab.*.id))
33
}
44

55
output "registry" {

pull-retag-push-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ fi
4040
registry=quay.io
4141
acct=openstack.kolla
4242
if type apt; then
43-
tag=${1:-2024.1-ubuntu-jammy}
43+
tag=${1:-2023.1-ubuntu-jammy}
4444
else
45-
tag=${1:-2024.1-rocky-9}
45+
tag=${1:-2023.1-rocky-9}
4646
fi
4747
images="bifrost-deploy
4848
kolla-toolbox

0 commit comments

Comments
 (0)