diff --git a/etc/kayobe/ansible/reboot.yml b/etc/kayobe/ansible/reboot.yml index af01e5944..a284dd425 100644 --- a/etc/kayobe/ansible/reboot.yml +++ b/etc/kayobe/ansible/reboot.yml @@ -1,7 +1,7 @@ --- - name: Reboot the host hosts: seed-hypervisor:seed:overcloud:infra-vms - serial: "{{ lookup('env', 'ANSIBLE_SERIAL') | default(0) }}" + serial: "{{ lookup('env', 'ANSIBLE_SERIAL') | default(0, true) }}" tags: - reboot tasks: diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index b328f0d94..6c8f27ca2 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -145,6 +145,10 @@ kolla_sources: type: git location: https://github.com/stackhpc/magnum.git reference: stackhpc/xena + neutron-base: + type: git + location: https://github.com/stackhpc/neutron.git + reference: stackhpc/{{ openstack_release }} neutron-base-plugin-networking-generic-switch: type: git location: https://github.com/stackhpc/networking-generic-switch.git diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index d2e1a4f0d..6a38da4ab 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -9,10 +9,10 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts {% if kolla_base_distro == 'centos' %} bifrost_tag: xena-20230214T165534 -neutron_tag: xena-20230222T141338 +neutron_tag: xena-20230307T142413 {% else %} bifrost_tag: xena-20230215T195824 -neutron_tag: xena-20230222T150855 +neutron_tag: xena-20230307T142414 {% endif %} glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"