diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-28 19:02:19 +0200 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | 22045fd32c3aa826b98a4050e03f8e8dfbb3817e (patch) | |
tree | d4ac69ae86c53e0c67adca7a2bb7313b1f2fed8f /xci/config/ha-vars | |
parent | ab6b1122c0a441101085066b7ad878de27c3df69 (diff) |
xci: Rename the deployment host to opnfv
Reflect the changes to other impacted files as well.
Change-Id: I106f4e47fe5c75d288f4878fe6ec9f8ff39c652e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci/config/ha-vars')
-rwxr-xr-x | xci/config/ha-vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/ha-vars b/xci/config/ha-vars index 8a045a3d..1ba45890 100755 --- a/xci/config/ha-vars +++ b/xci/config/ha-vars @@ -10,7 +10,7 @@ # Configure VM Nodes #------------------------------------------------------------------------------- export TEST_VM_NUM_NODES=6 -export TEST_VM_NODE_NAMES="xci controller00 controller01 controller02 compute00 compute01" +export TEST_VM_NODE_NAMES="opnfv controller00 controller01 controller02 compute00 compute01" export VM_DOMAIN_TYPE=kvm export VM_CPU=8 export VM_DISK=80 |