@@ -134,24 +134,14 @@ kolla_sources:
134
134
type : git
135
135
location : https://github.com/stackhpc/magnum.git
136
136
reference : stackhpc/{{ openstack_release }}
137
- neutron-base-plugin-networking-generic-switch :
138
- type : git
139
- location : https://github.com/stackhpc/networking-generic-switch.git
140
- reference : stackhpc/{{ openstack_release }}
141
- # FIXME: check whether we want to build from upstream master of a downstream
142
- # 2025.1 branch e.g.
143
- # location: https://github.com/stackhpc/networking-mlnx.git
144
- # reference: stackhpc/{{ openstack_release }}
145
137
neutron-server-plugin-networking-mlnx :
146
138
type : git
147
- location : https://opendev.org/x /networking-mlnx
148
- reference : master
139
+ location : https://github.com/stackhpc /networking-mlnx.git
140
+ reference : stackhpc/{{ openstack_release }}
149
141
nova-compute-plugin-networking-mlnx :
150
142
type : git
151
- location : https://opendev.org/x/networking-mlnx
152
- reference : master
153
- # FIXME: Check whether we want to build from downstream stackhpc/master,
154
- # stackhpc/2025.1, or upstream epoxy or master
143
+ location : https://github.com/stackhpc/networking-mlnx.git
144
+ reference : stackhpc/{{ openstack_release }}
155
145
blazar-base :
156
146
type : git
157
147
location : https://github.com/stackhpc/blazar.git
@@ -360,7 +350,6 @@ kolla_build_customizations_common:
360
350
- python3-ethtool
361
351
neutron_mlnx_agent_pip_packages_override :
362
352
- networking-mlnx@git+https://opendev.org/x/networking-mlnx@master
363
-
364
353
kolla_build_customizations_rocky :
365
354
base_centos_yum_repo_packages_append :
366
355
- centos-release-ceph-squid
@@ -369,6 +358,10 @@ kolla_build_customizations_rocky:
369
358
base_centos_yum_repos_to_disable_remove :
370
359
- centos-ceph-reef
371
360
- epel
361
+ - centos9-nfv-ovs
362
+ - centos9-opstools
363
+ - centos9-rabbitmq
364
+ - centos9-storage
372
365
kolla_toolbox_packages_remove :
373
366
- openvswitch
374
367
kolla_toolbox_packages_append :
@@ -389,6 +382,8 @@ kolla_build_customizations_rocky:
389
382
nova_base_packages_append :
390
383
- openvswitch3.3
391
384
- python3-openvswitch3.3
385
+ nova_libvirt_packages_remove :
386
+ - openvswitch
392
387
octavia_base_packages_remove :
393
388
- python3-openvswitch
394
389
openvswitch_base_packages_remove :
0 commit comments