Run neutron in parallel
Our CentOS builds for Neutron are taking quite some time with the containers running in serial, this patch moves to build these in parallel for role testing. Change-Id: I07b5b0914da340122a85723e7fdb0e1c512578c7
This commit is contained in:
parent
64fff51bdc
commit
b44ad35b85
@ -90,20 +90,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- name: Deploy neutron server
|
- name: Deploy neutron server
|
||||||
hosts: neutron_server
|
hosts: neutron_all
|
||||||
user: root
|
|
||||||
become: true
|
|
||||||
gather_facts: true
|
|
||||||
any_errors_fatal: true
|
|
||||||
roles:
|
|
||||||
- role: "os_neutron"
|
|
||||||
vars_files:
|
|
||||||
- test-vars.yml
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Deploy the rest of neutron
|
|
||||||
hosts: "neutron_all:!neutron_server"
|
|
||||||
user: root
|
user: root
|
||||||
become: true
|
become: true
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user