Merge "Add the missing serial for roll upgrade"

This commit is contained in:
Zuul 2018-03-13 13:53:23 +00:00 committed by Gerrit Code Review
commit 2210b60266
1 changed files with 4 additions and 0 deletions

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,