xci: Fix group for the OPFNV host 73/53573/4
authorMarkos Chandras <mchandras@suse.de>
Tue, 13 Mar 2018 16:28:46 +0000 (16:28 +0000)
committerMarkos Chandras <mchandras@suse.de>
Tue, 13 Mar 2018 16:28:46 +0000 (16:28 +0000)
Ansible gets upset if we use the same name for a host and a group so
add the OPNFV host to the deployment group. This fixes the following
warning:

[WARNING]: Found both group and host with same name: opnfv

Change-Id: Idbaff712d40e8234721332aee6d10d5ba44c62ce
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/installer/osa/files/aio/inventory
xci/installer/osa/files/ha/inventory
xci/installer/osa/files/mini/inventory
xci/installer/osa/files/noha/inventory

index 9a3dd9e..fa2a100 100644 (file)
@@ -1,2 +1,2 @@
-[opnfv]
+[deployment]
 opnfv ansible_ssh_host=192.168.122.2
index 94b1d07..1ef4502 100644 (file)
@@ -1,4 +1,4 @@
-[opnfv]
+[deployment]
 opnfv ansible_ssh_host=192.168.122.2
 
 [controller]
index eb73e5e..63a1bfa 100644 (file)
@@ -1,4 +1,4 @@
-[opnfv]
+[deployment]
 opnfv ansible_ssh_host=192.168.122.2
 
 [controller]
index b4f9f6d..90b3153 100644 (file)
@@ -1,4 +1,4 @@
-[opnfv]
+[deployment]
 opnfv ansible_ssh_host=192.168.122.2
 
 [controller]