diff options
author | 2018-01-02 16:49:48 +0800 | |
---|---|---|
committer | 2018-01-03 10:48:56 +0800 | |
commit | b7c67c901075fc44a087f38e6b11fdac0b1d04d8 (patch) | |
tree | e2bd1e1e55241e7a9b009aaae421fa6046d69f82 /xci/file/mini/inventory | |
parent | b6907b858e215f358a16216a5095c9c6ed3520c4 (diff) |
[XCI] move osa files into xci/nfvi/osa/files
we maybe introduce other NFVI in the future in XCI.
it is necessary to put the nfvi files to corresponding directory xci/nfvi/$NFVI/files,
otherwise the files directory will be confused.
Change-Id: Iea98167ff0bc8d338a94fe1c064ac0ab396c53d3
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'xci/file/mini/inventory')
-rw-r--r-- | xci/file/mini/inventory | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xci/file/mini/inventory b/xci/file/mini/inventory deleted file mode 100644 index eb73e5e3..00000000 --- a/xci/file/mini/inventory +++ /dev/null @@ -1,8 +0,0 @@ -[opnfv] -opnfv ansible_ssh_host=192.168.122.2 - -[controller] -controller00 ansible_ssh_host=192.168.122.3 - -[compute] -compute00 ansible_ssh_host=192.168.122.4 |