openstack-ansible-os_nova/tests
Jesse Pretorius af190195b1 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: I6e6f586844f4945ebbeffe17da4cd16083d43771
2018-07-20 12:32:55 +01:00
..
group_vars Use openstack-ansible-tests for os-nova role 2016-09-20 12:36:33 +01:00
host_vars Switch compute to use different inventory_hostname 2018-07-20 12:32:55 +01:00
ansible-role-requirements.yml Merge "ansible-role-requirements: Use systemd_service role from openstack namespace" 2018-03-28 09:01:55 +00:00
benchmark-upgrade.yml Add upgrade testing benchmarks for Nova 2017-06-01 20:09:32 +00:00
inventory Switch compute to use different inventory_hostname 2018-07-20 12:32:55 +01:00
os_nova-overrides-lxd.yml Update test image for nova-lxd 2017-11-01 20:14:21 +00:00
os_nova-overrides.yml Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
test-install-previous-nova.yml Remove placement_database related options/code 2018-02-07 11:56:52 +00:00
test-nova-resources-results.yml Add upgrade testing benchmarks for Nova 2017-06-01 20:09:32 +00:00
test-nova-resources-upgrade.yml Fix usage of "|" for tests 2018-07-12 16:44:21 +02:00
test-nova-upgrades.sh Merge "tests: test-nova-upgrades.sh: Drop Ansible verbosity" 2018-02-20 00:32:18 +00:00
test-upgrade.yml Use a venv with previous ansible version for upgrades 2018-02-01 10:34:57 +00:00
test.yml Split upgrade test into its own play 2017-01-21 14:31:51 +00:00