Add the missing serial for roll upgrade

Change-Id: Id5cebf9df86beb02ad85c4e287e7bda2c6d25a35
This commit is contained in:
caoyuan 2018-01-31 13:15:44 +08:00
parent 437d232dc4
commit eddaa31aba

View File

@ -324,6 +324,7 @@
- name: Apply role opendaylight
gather_facts: false
hosts: opendaylight
serial: '{{ serial|default("0") }}'
roles:
- { role: opendaylight,
tags: opendaylight,
@ -332,6 +333,7 @@
- name: Apply role openvswitch
hosts:
- openvswitch
serial: '{{ serial|default("0") }}'
roles:
- { role: openvswitch,
tags: openvswitch,
@ -340,6 +342,7 @@
- name: Apply role ovs-dpdk
hosts:
- openvswitch
serial: '{{ serial|default("0") }}'
roles:
- { role: ovs-dpdk,
tags: ovs-dpdk,
@ -378,6 +381,7 @@
gather_facts: false
hosts:
- compute
serial: '{{ serial|default("0") }}'
roles:
- { role: kuryr,
tags: kuryr,