diff options
author | wutianwei <wutianwei1@huawei.com> | 2018-01-02 16:49:48 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2018-01-03 10:48:56 +0800 |
commit | b7c67c901075fc44a087f38e6b11fdac0b1d04d8 (patch) | |
tree | e2bd1e1e55241e7a9b009aaae421fa6046d69f82 /xci/file/ha/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/ha/inventory')
-rw-r--r-- | xci/file/ha/inventory | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/xci/file/ha/inventory b/xci/file/ha/inventory deleted file mode 100644 index 94b1d074..00000000 --- a/xci/file/ha/inventory +++ /dev/null @@ -1,11 +0,0 @@ -[opnfv] -opnfv ansible_ssh_host=192.168.122.2 - -[controller] -controller00 ansible_ssh_host=192.168.122.3 -controller01 ansible_ssh_host=192.168.122.4 -controller02 ansible_ssh_host=192.168.122.5 - -[compute] -compute00 ansible_ssh_host=192.168.122.6 -compute01 ansible_ssh_host=192.168.122.7 |