Skip to content
Snippets Groups Projects
Commit eddaa31a authored by caoyuan's avatar caoyuan
Browse files

Add the missing serial for roll upgrade

Change-Id: Id5cebf9df86beb02ad85c4e287e7bda2c6d25a35
parent 437d232d
No related branches found
No related tags found
No related merge requests found
...@@ -324,6 +324,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment