File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
etc/kayobe/environments/ci-builder Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
kayobe overcloud deployment image build --force-rebuild \
207
207
-e os_distribution="ubuntu" \
208
208
-e os_release="jammy" \
209
- -e ipa_build_dib_env_extra='{"DISTRO_NAME": " ubuntu"}'
209
+ -e ipa_ci_builder_distribution=" ubuntu"
210
210
env :
211
211
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
212
212
if : inputs.ubuntu-jammy
@@ -262,7 +262,7 @@ jobs:
262
262
kayobe overcloud deployment image build --force-rebuild \
263
263
-e os_distribution="rocky" \
264
264
-e os_release="9" \
265
- -e ipa_build_dib_env_extra='{"DISTRO_NAME": " rocky"}'
265
+ -e ipa_ci_builder_distribution=" rocky"
266
266
env :
267
267
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
268
268
if : inputs.rocky9
Original file line number Diff line number Diff line change @@ -99,3 +99,5 @@ stackhpc_release_pulp_password: "{{ stackhpc_docker_registry_password }}"
99
99
100
100
# Build during IPA builder workflow
101
101
ipa_build_images : true
102
+ ipa_build_dib_env_extra :
103
+ DISTRO_NAME : " {{ ipa_ci_builder_distribution | default('ubuntu') }}"
You can’t perform that action at this time.
0 commit comments