@@ -134,24 +134,14 @@ kolla_sources:
134134 type : git
135135 location : https://github.com/stackhpc/magnum.git
136136 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 }}
145137 neutron-server-plugin-networking-mlnx :
146138 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 }}
149141 nova-compute-plugin-networking-mlnx :
150142 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 }}
155145 blazar-base :
156146 type : git
157147 location : https://github.com/stackhpc/blazar.git
@@ -360,7 +350,6 @@ kolla_build_customizations_common:
360350 - python3-ethtool
361351 neutron_mlnx_agent_pip_packages_override :
362352 - networking-mlnx@git+https://opendev.org/x/networking-mlnx@master
363-
364353kolla_build_customizations_rocky :
365354 base_centos_yum_repo_packages_append :
366355 - centos-release-ceph-squid
@@ -369,6 +358,10 @@ kolla_build_customizations_rocky:
369358 base_centos_yum_repos_to_disable_remove :
370359 - centos-ceph-reef
371360 - epel
361+ - centos9-nfv-ovs
362+ - centos9-opstools
363+ - centos9-rabbitmq
364+ - centos9-storage
372365 kolla_toolbox_packages_remove :
373366 - openvswitch
374367 kolla_toolbox_packages_append :
@@ -389,6 +382,8 @@ kolla_build_customizations_rocky:
389382 nova_base_packages_append :
390383 - openvswitch3.3
391384 - python3-openvswitch3.3
385+ nova_libvirt_packages_remove :
386+ - openvswitch
392387 octavia_base_packages_remove :
393388 - python3-openvswitch
394389 openvswitch_base_packages_remove :
0 commit comments