Skip to content

Commit c6015c1

Browse files
committed
....
1 parent 63aa2c0 commit c6015c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
cat << EOF > terraform.tfvars
147147
ssh_public_key = "id_rsa.pub"
148148
ssh_username = "ubuntu"
149-
aio_vm_name = "skc-host-image-builder"
149+
aio_vm_name = "skc-host-image-builder-rocky"
150150
# Must be an Ubuntu Noble host to successfully build all images
151151
# This MUST NOT be an LVM image. It can cause confusing conficts with the built image.
152152
aio_vm_image = "${{ vars.HOST_IMAGE_BUILD_IMAGE }}"
@@ -409,7 +409,7 @@ jobs:
409409
cat << EOF > terraform.tfvars
410410
ssh_public_key = "id_rsa.pub"
411411
ssh_username = "ubuntu"
412-
aio_vm_name = "skc-host-image-builder"
412+
aio_vm_name = "skc-host-image-builder-ubuntu"
413413
# Must be an Ubuntu Noble host to successfully build all images
414414
# This MUST NOT be an LVM image. It can cause confusing conficts with the built image.
415415
aio_vm_image = "${{ vars.HOST_IMAGE_BUILD_IMAGE }}"

0 commit comments

Comments
 (0)