diff options
author | Markos Chandras <mchandras@suse.de> | 2018-03-14 07:56:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-14 07:56:52 +0000 |
commit | 387731e0a0aa9b2a2580471a5e0c98ec821911d4 (patch) | |
tree | 484332194cd9b818813bc6b1943a38fc375a1758 /xci | |
parent | 69de8e681a4510030aea1037f0c0dca17727205d (diff) | |
parent | 48511ee002ff86ac450c9f031f4be61f41e123d8 (diff) |
Merge "xci: Fix group for the OPFNV host"
Diffstat (limited to 'xci')
-rw-r--r-- | xci/installer/osa/files/aio/inventory | 2 | ||||
-rw-r--r-- | xci/installer/osa/files/ha/inventory | 2 | ||||
-rw-r--r-- | xci/installer/osa/files/mini/inventory | 2 | ||||
-rw-r--r-- | xci/installer/osa/files/noha/inventory | 2 |
4 files changed, 4 insertions, 4 deletions
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 diff --git a/xci/installer/osa/files/ha/inventory b/xci/installer/osa/files/ha/inventory index 94b1d074..1ef4502a 100644 --- a/xci/installer/osa/files/ha/inventory +++ b/xci/installer/osa/files/ha/inventory @@ -1,4 +1,4 @@ -[opnfv] +[deployment] opnfv ansible_ssh_host=192.168.122.2 [controller] diff --git a/xci/installer/osa/files/mini/inventory b/xci/installer/osa/files/mini/inventory index eb73e5e3..63a1bfab 100644 --- a/xci/installer/osa/files/mini/inventory +++ b/xci/installer/osa/files/mini/inventory @@ -1,4 +1,4 @@ -[opnfv] +[deployment] opnfv ansible_ssh_host=192.168.122.2 [controller] diff --git a/xci/installer/osa/files/noha/inventory b/xci/installer/osa/files/noha/inventory index b4f9f6d0..90b31531 100644 --- a/xci/installer/osa/files/noha/inventory +++ b/xci/installer/osa/files/noha/inventory @@ -1,4 +1,4 @@ -[opnfv] +[deployment] opnfv ansible_ssh_host=192.168.122.2 [controller] |