Skip to content

Commit 1822c79

Browse files
committed
Fix metadata agent, re-enable OVS upgrade CI
1 parent a50c0c9 commit 1822c79

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
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
@@ -6,3 +6,6 @@ kolla_image_tags:
66
openstack:
77
rocky-9: 2025.1-rocky-9-20250616T133037
88
ubuntu-noble: 2025.1-ubuntu-noble-20250613T131221
9+
neutron_metadata_agent:
10+
rocky-9: 2025.1-rocky-9-20250626T074649
11+
ubuntu-noble: 2025.1-ubuntu-noble-20250626T074649

0 commit comments

Comments
 (0)