Merge "Add the missing serial for roll upgrade"
This commit is contained in:
commit
2210b60266
@ -324,6 +324,7 @@
|
|||||||
- name: Apply role opendaylight
|
- name: Apply role opendaylight
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
hosts: opendaylight
|
hosts: opendaylight
|
||||||
|
serial: '{{ serial|default("0") }}'
|
||||||
roles:
|
roles:
|
||||||
- { role: opendaylight,
|
- { role: opendaylight,
|
||||||
tags: opendaylight,
|
tags: opendaylight,
|
||||||
@ -332,6 +333,7 @@
|
|||||||
- name: Apply role openvswitch
|
- name: Apply role openvswitch
|
||||||
hosts:
|
hosts:
|
||||||
- openvswitch
|
- openvswitch
|
||||||
|
serial: '{{ serial|default("0") }}'
|
||||||
roles:
|
roles:
|
||||||
- { role: openvswitch,
|
- { role: openvswitch,
|
||||||
tags: openvswitch,
|
tags: openvswitch,
|
||||||
@ -340,6 +342,7 @@
|
|||||||
- name: Apply role ovs-dpdk
|
- name: Apply role ovs-dpdk
|
||||||
hosts:
|
hosts:
|
||||||
- openvswitch
|
- openvswitch
|
||||||
|
serial: '{{ serial|default("0") }}'
|
||||||
roles:
|
roles:
|
||||||
- { role: ovs-dpdk,
|
- { role: ovs-dpdk,
|
||||||
tags: ovs-dpdk,
|
tags: ovs-dpdk,
|
||||||
@ -378,6 +381,7 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
hosts:
|
hosts:
|
||||||
- compute
|
- compute
|
||||||
|
serial: '{{ serial|default("0") }}'
|
||||||
roles:
|
roles:
|
||||||
- { role: kuryr,
|
- { role: kuryr,
|
||||||
tags: kuryr,
|
tags: kuryr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user