diff --git a/tests/host_vars/localhost.yml b/tests/host_vars/localhost.yml index 14bf3b0..65ddeaa 100644 --- a/tests/host_vars/localhost.yml +++ b/tests/host_vars/localhost.yml @@ -16,4 +16,4 @@ bridges: - "br-mgmt" -ansible_python_interpreter: "/usr/bin/python2" \ No newline at end of file +ansible_python_interpreter: "/usr/bin/python2" diff --git a/tests/inventory b/tests/inventory index b2be94e..d7194e6 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1,5 +1,5 @@ [all] -localhost ansible_become=True +localhost infra1 ansible_host=10.100.100.2 ansible_host=10.100.100.2 ansible_become=True ansible_user=root openstack1 ansible_host=10.100.100.3 ansible_host=10.100.100.3 ansible_become=True ansible_user=root @@ -21,4 +21,4 @@ galera_all infra1 [utility_all] -openstack1 \ No newline at end of file +openstack1