Set container_name as host_var in test inventory

The connection plugin no longer falls back on using the
inventory_hostname as the container_name. Set container_name as a host
var for each container in the test inventory.

Change-Id: Ic3975acc1d7fa608d67b3e2171b0d862fb2b28fd
This commit is contained in:
Jesse Pretorius 2018-10-22 12:17:15 +01:00
parent c4af5ccf9c
commit a8bd55beab
4 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
container_name: "{{ inventory_hostname }}"
container_networks:
management_address:
address: "{{ ansible_host }}"

View File

@ -17,3 +17,4 @@ ansible_host: 10.1.1.103
ansible_become: True
ansible_user: root
tunnel_address: 10.1.2.103
container_name: blazar1

View File

@ -17,3 +17,4 @@ ansible_host: 10.1.1.101
ansible_become: True
ansible_user: root
tunnel_address: 10.1.2.101
container_name: infra1

View File

@ -18,3 +18,4 @@ ansible_become: True
ansible_user: root
tunnel_address: 10.1.2.102
neutron_local_ip: 10.1.2.102
container_name: openstack1