openstack-ansible-os_tempest/tests
Jesse Pretorius fea608bbf7 Switch compute to use different inventory_hostname
Our role tests execute as non-root users, and the roles
need to access the environment variables for that non-root
user. Ansible, when targeting localhost, changes to
'connection: local' and thus breaks everything we need
to do against localhost as root unless we use 'become: true',
but we if generally use that against remote hosts we lose
the environment variables for the non-root user.

As such, we switch the inventory to target 'compute1' instead,
which has the address '10.1.1.1' (br-mgmt), so that we do not
have to deal with the implict connection type changes implemented
by Ansible.

Depends-On: https://review.openstack.org/584033
Change-Id: I79256f9cb542732cfdff6439768f94769ee33b1c
2018-07-19 18:04:34 +00:00
..
group_vars Move tempest to Ansible 2.1.1 and central testing 2016-09-30 09:32:14 +00:00
host_vars Switch compute to use different inventory_hostname 2018-07-19 18:04:34 +00:00
ansible-role-requirements.yml Trivial: Fix the pep8 warning 2018-06-20 16:27:19 +08:00
inventory Switch compute to use different inventory_hostname 2018-07-19 18:04:34 +00:00
os_tempest-overrides.yml Unpin nova_git_install_branch 2017-04-28 23:22:34 +00:00
test-tempest-functional.yml Switch from testrepository to stestr 2018-03-27 18:02:18 +00:00
test.yml Execute tempest using updated method 2016-10-17 21:20:21 +00:00