From 48511ee002ff86ac450c9f031f4be61f41e123d8 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 13 Mar 2018 16:28:46 +0000 Subject: xci: Fix group for the OPFNV host 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 --- xci/installer/osa/files/aio/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/installer/osa/files/aio') diff --git a/xci/installer/osa/files/aio/inventory b/xci/installer/osa/files/aio/inventory index 9a3dd9ee..fa2a1009 100644 --- a/xci/installer/osa/files/aio/inventory +++ b/xci/installer/osa/files/aio/inventory @@ -1,2 +1,2 @@ -[opnfv] +[deployment] opnfv ansible_ssh_host=192.168.122.2 -- cgit 1.2.3-korg