Skip to content
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/reboot.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}"
Expand Down