Skip to content

Commit de6758b

Browse files
authored
Merge branch 'stackhpc/2025.1' into epoxy-aufn
2 parents 8efe3d4 + 8dd8ea7 commit de6758b

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -219,21 +219,20 @@ jobs:
219219
secrets: inherit
220220
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
221221

222-
# FIXME: Disabled until https://bugs.launchpad.net/neutron/+bug/2112492 gets resolved
223-
# all-in-one-upgrade-rocky-9-ovs:
224-
# name: aio upgrade (Rocky 9 OVS)
225-
# needs:
226-
# - check-changes
227-
# - build-kayobe-image
228-
# uses: ./.github/workflows/stackhpc-all-in-one.yml
229-
# with:
230-
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
231-
# os_distribution: rocky
232-
# os_release: "9"
233-
# ssh_username: cloud-user
234-
# neutron_plugin: ovs
235-
# OS_CLOUD: openstack
236-
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
237-
# upgrade: true
238-
# secrets: inherit
239-
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
222+
all-in-one-upgrade-rocky-9-ovs:
223+
name: aio upgrade (Rocky 9 OVS)
224+
needs:
225+
- check-changes
226+
- build-kayobe-image
227+
uses: ./.github/workflows/stackhpc-all-in-one.yml
228+
with:
229+
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
230+
os_distribution: rocky
231+
os_release: "9"
232+
ssh_username: cloud-user
233+
neutron_plugin: ovs
234+
OS_CLOUD: openstack
235+
if: ${{ needs.check-changes.outputs.aio == 'true' }}
236+
upgrade: true
237+
secrets: inherit
238+
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ kolla_image_tags:
99
bifrost:
1010
rocky-9: 2025.1-rocky-9-20250626T152358
1111
ubuntu-noble: 2025.1-ubuntu-noble-20250626T152358
12+
neutron_metadata_agent:
13+
rocky-9: 2025.1-rocky-9-20250626T074649
14+
ubuntu-noble: 2025.1-ubuntu-noble-20250626T074649

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ stackhpc_enable_kolla_ansible_check: true
178178
download_amphora_from_ark: true
179179

180180
# Octavia Amphora image version
181-
stackhpc_amphora_image_version: "TODO"
181+
stackhpc_amphora_image_version: "2025.1-20250619T113933"

0 commit comments

Comments
 (0)