Skip to content

Commit

Permalink
Replace occurences to host-image
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Nov 29, 2024
1 parent 598f4de commit 9f5d934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/overcloud-host-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
source venvs/kayobe/bin/activate &&
source src/kayobe-config/kayobe-env --environment ci-builder &&
kayobe playbook run \
src/kayobe-config/etc/kayobe/ansible/pulp-host-image-upload.yml \
src/kayobe-config/etc/kayobe/ansible/pulp-image-upload.yml \
-e image_path=/opt/kayobe/images/overcloud-rocky-9 \
-e image_tag=${{ steps.image_tag.outputs.image_tag }} \
-e os_distribution="rocky" \
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
source venvs/kayobe/bin/activate &&
source src/kayobe-config/kayobe-env --environment ci-builder &&
kayobe playbook run \
src/kayobe-config/etc/kayobe/ansible/pulp-host-image-upload.yml \
src/kayobe-config/etc/kayobe/ansible/pulp-image-upload.yml \
-e image_path=/opt/kayobe/images/overcloud-ubuntu-jammy \
-e image_tag=${{ steps.image_tag.outputs.image_tag }} \
-e os_distribution="ubuntu" \
Expand Down
File renamed without changes.

0 comments on commit 9f5d934

Please sign in to comment.