Designate root user to run the Tempest playbook.
This allows non-root users using Ansible to reach the correct authorized_keys file within containers. Change-Id: I35a60b2fc937e839e7cd7fcc7da8649c4b3de440 Closes-Bug: 1418122
This commit is contained in:
parent
eb34b51b1c
commit
f10e42d825
@ -16,6 +16,7 @@
|
||||
# Configure tempest on the utility containers
|
||||
|
||||
- hosts: utility_all
|
||||
user: root
|
||||
roles:
|
||||
- common
|
||||
- openstack_common
|
||||
@ -26,6 +27,7 @@
|
||||
|
||||
# Openstack resources only need to be created once
|
||||
- hosts: utility_all[0]
|
||||
user: root
|
||||
roles:
|
||||
- tempest_resources
|
||||
vars_files:
|
||||
@ -33,6 +35,7 @@
|
||||
|
||||
# Tempest is installed and configured in all utility containers
|
||||
- hosts: utility_all
|
||||
user: root
|
||||
vars_files:
|
||||
- vars/repo_packages/tempest.yml
|
||||
roles:
|
||||
|
Loading…
x
Reference in New Issue
Block a user