Skip to content

Commit 281c45e

Browse files
authored
Merge pull request #714 from stackhpc/seed-image-build-fix-antelope
Seed image build fix antelope
2 parents 2247290 + fd2c26d commit 281c45e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Build and push kolla seed images
169169
run: |
170-
args="kolla_base_distro=${{ matrix.distro }}"
170+
args="-e kolla_base_distro=${{ matrix.distro }}"
171171
args="$args -e kolla_tag=$KOLLA_TAG"
172172
if ${{ inputs.push }} == 'true'; then
173173
args="$args --push"

etc/kayobe/kolla/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ kayobe_image_tags:
99
openstack:
1010
rocky: 2023.1-rocky-9-20231011T200357
1111
ubuntu: 2023.1-ubuntu-jammy-20231011T200357
12+
bifrost:
13+
rocky: 2023.1-rocky-9-20231013T151957
14+
ubuntu: 2023.1-ubuntu-jammy-20231013T151957
1215

1316
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
17+
bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
1418

1519
om_enable_rabbitmq_high_availability: true
1620

0 commit comments

Comments
 (0)