File tree Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -219,21 +219,20 @@ jobs:
219
219
secrets : inherit
220
220
if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
221
221
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' }}
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ kolla_image_tags:
6
6
openstack :
7
7
rocky-9 : 2025.1-rocky-9-20250616T133037
8
8
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
You can’t perform that action at this time.
0 commit comments