Merge "Designate root user to run the Tempest playbook."
This commit is contained in:
commit
b964ecbc3e
@ -16,6 +16,7 @@
|
|||||||
# Configure tempest on the utility containers
|
# Configure tempest on the utility containers
|
||||||
|
|
||||||
- hosts: utility_all
|
- hosts: utility_all
|
||||||
|
user: root
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
- openstack_common
|
- openstack_common
|
||||||
@ -26,6 +27,7 @@
|
|||||||
|
|
||||||
# Openstack resources only need to be created once
|
# Openstack resources only need to be created once
|
||||||
- hosts: utility_all[0]
|
- hosts: utility_all[0]
|
||||||
|
user: root
|
||||||
roles:
|
roles:
|
||||||
- tempest_resources
|
- tempest_resources
|
||||||
vars_files:
|
vars_files:
|
||||||
@ -33,6 +35,7 @@
|
|||||||
|
|
||||||
# Tempest is installed and configured in all utility containers
|
# Tempest is installed and configured in all utility containers
|
||||||
- hosts: utility_all
|
- hosts: utility_all
|
||||||
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/repo_packages/tempest.yml
|
- vars/repo_packages/tempest.yml
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
Reference in New Issue
Block a user