diff options
author | 2017-03-28 19:02:19 +0200 | |
---|---|---|
committer | 2017-03-28 19:02:19 +0200 | |
commit | a354d385b2b22d6c675dde60ce473f7b54b69ab6 (patch) | |
tree | 3699fec84f3e8156b7df1ff77f446b8794a49fe4 /prototypes/xci/config/env-vars | |
parent | 4ba6837774ec06ddb75592ff567d53868a44bc46 (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 'prototypes/xci/config/env-vars')
-rwxr-xr-x | prototypes/xci/config/env-vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/xci/config/env-vars b/prototypes/xci/config/env-vars index cebf7b423..1bb553b60 100755 --- a/prototypes/xci/config/env-vars +++ b/prototypes/xci/config/env-vars @@ -7,7 +7,7 @@ export OPENSTACK_BIFROST_GIT_URL=https://git.openstack.org/openstack/bifrost export OPENSTACK_OSA_GIT_URL=https://git.openstack.org/openstack/openstack-ansible export OPENSTACK_OSA_ETC_PATH=/etc/openstack_deploy export CLEAN_DIB_IMAGES=false -export XCI_IP=192.168.122.2 +export OPNFV_HOST_IP=192.168.122.2 export XCI_FLAVOR_ANSIBLE_FILE_PATH=$OPNFV_RELENG_PATH/prototypes/xci/file/$XCI_FLAVOR export JOB_NAME=${JOB_NAME:-false} export ANSIBLE_HOST_KEY_CHECKING=False |