diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index e65f33d64..b3c73dbdb 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -9,10 +9,12 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts {% if kolla_base_distro == 'centos' %} bifrost_tag: yoga-20221007T134036 +magnum_tag: yoga-20230110T142129 neutron_tag: yoga-20230104T155323 prometheus_openstack_exporter_tag: yoga-20221128T164623 {% else %} bifrost_tag: yoga-20221215T142947 +magnum_tag: yoga-20230110T144737 neutron_tag: yoga-20230104T163118 {% endif %} diff --git a/releasenotes/notes/magnum-bump-tags-7841edcbd3da4b9c.yaml b/releasenotes/notes/magnum-bump-tags-7841edcbd3da4b9c.yaml new file mode 100644 index 000000000..28b922e76 --- /dev/null +++ b/releasenotes/notes/magnum-bump-tags-7841edcbd3da4b9c.yaml @@ -0,0 +1,10 @@ +--- +fixes: + - | + Fixes CoreDNS for Magnum clusters crashing on startup. + - | + Allows cinder-csi nodeplugin to start on the same Magnum cluster host as + cinder-csi controllerplugin. + - | + Corrects ClusterRole rules for Magnum cluster-autoscaler, and sets + cluster-autoscaler pods to use hostNetwork.