summaryrefslogtreecommitdiffstats
path: root/tests/utils/tacker-setup.sh
diff options
context:
space:
mode:
authorbryan <bryan.sullivan@att.com>2017-03-03 01:08:36 -0800
committerbryan <bryan.sullivan@att.com>2017-03-03 01:08:36 -0800
commiteccb06d7f47dea1b2bfe7b94348b4a3a3ca0a510 (patch)
treea76c9c60a73f5ead698ba9fdfad279ae1dfcee69 /tests/utils/tacker-setup.sh
parent70aff432c893fc3ae1e04c08a1ba81082193a14a (diff)
Various fixes so tests run on constrained envs, e.g. Devstack
JIRA: MODELS-23 vHello_3node blueprint.yaml: Switch to pre-built image to speed up VDU activation. Various updates to webserver setup procedure. Fix docker setup. Address line wrapping issues with blueprint user data. vHello blueprint.yaml: Switch to pre-built image to speed up VDU activation. tacker-setup.sh Correct nfv-orchestration endpoint setup. vHello_3Node_Tacker.sh: Copy script on setup and start steps. Add create image models-xenial-server. Increase timeout onwebserver response. Wait for VDU1 to startup before testing all webservers. vHello_Tacker.sh: Copy script on setup and start steps. Add create image models-xenial-server. Increase timeout onwebserver response. Wait for VDU1 to startup before testing all webservers. Change-Id: I97c26248de45845afb30ada3bc284b4389be1b63 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'tests/utils/tacker-setup.sh')
-rw-r--r--tests/utils/tacker-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/tacker-setup.sh b/tests/utils/tacker-setup.sh
index f5ac095..c05b18c 100644
--- a/tests/utils/tacker-setup.sh
+++ b/tests/utils/tacker-setup.sh
@@ -192,7 +192,7 @@ function setup () {
openstack endpoint create --region $region \
--publicurl "http://$ip:9890/" \
--adminurl "http://$ip:9890/" \
- --internalurl "http://$ip:9890/" $sid
+ --internalurl "http://$ip:9890/" nfv-orchestration
echo "$0: $(date) Clone Tacker"
if [[ -d /opt/tacker/tacker ]]; then rm -rf /opt/tacker/tacker; fi