Remove the serialization in tests

The lxc container create process were running in serial as it sets up
the test environment. Being this is setting up a test environment
there's no need for it to be executed in serial. The original reason
these container creates were running in serial was due to SSH issues
however the integrated repo has been creating containers in parallel for
sometime now so it is believed the original control path issues have
been resolved.

Change-Id: I59d563549b288e634338474aed45011e94b85c47
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2017-11-20 11:28:06 -06:00
parent 320204025c
commit 54930c0048
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
- name: Playbook for destroying test containers
hosts: all_containers
serial: 1
become: true
gather_facts: false
tasks:

View File

@ -25,7 +25,6 @@
- name: Playbook for creating containers
hosts: all_containers
serial: 1
become: True
gather_facts: False
any_errors_fatal: true