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>
-[opnfv]
+[deployment]
opnfv ansible_ssh_host=192.168.122.2
-[opnfv]
+[deployment]
opnfv ansible_ssh_host=192.168.122.2
[controller]
-[opnfv]
+[deployment]
opnfv ansible_ssh_host=192.168.122.2
[controller]
-[opnfv]
+[deployment]
opnfv ansible_ssh_host=192.168.122.2
[controller]