diff options
author | 2016-08-31 20:20:22 -0700 | |
---|---|---|
committer | 2016-08-31 20:20:22 -0700 | |
commit | 134ed14ddcda97ff8ac7ff2d473d405b6d31f407 (patch) | |
tree | 212d73c11a7b4c217e0f9a6cd2a5d07ce0ddd3b9 /tests/vHello.sh | |
parent | e422ced611b6e62c0414af80430f6fb62794dc33 (diff) |
Install diamond plugin
JIRA: MODELS-23
Change-Id: Iee95f5b2736536c6cda8ac1ae5643575d1651206
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'tests/vHello.sh')
-rw-r--r-- | tests/vHello.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vHello.sh b/tests/vHello.sh index 51c2a67..b315e0c 100644 --- a/tests/vHello.sh +++ b/tests/vHello.sh @@ -154,8 +154,8 @@ EOF SERVER_URL=$(cfy deployments outputs -d vHello | awk "/ Value: / { print \$2 }") else echo "$0: install local blueprint" -# cfy local install --install-plugins -i vHello-inputs.yaml -p cloudify-cli-hello-world-example/blueprint.yaml --allow-custom-parameters --parameters="floating_network_name=$floating_network_name" --task-retries=10 --task-retry-interval=30 - cfy local install -i vHello-inputs.yaml -p cloudify-cli-hello-world-example/blueprint.yaml --allow-custom-parameters --parameters="floating_network_name=$floating_network_name" --task-retries=10 --task-retry-interval=30 + # don't use --install-plugins, causes openstack plugin 1.4.1 to be rolled back to 1.4 and then an error + cfy local install -i vHello-inputs.yaml -p cloudify-cli-hello-world-example/blueprint.yaml --allow-custom-parameters --parameters="floating_network_name=$floating_network_name" --task-retries=10 --task-retry-interval=30 if [ $? -eq 1 ]; then fail; fi echo "$0: get vHello server address" |