diff options
author | 2016-10-17 15:52:52 -0500 | |
---|---|---|
committer | 2016-10-17 16:06:34 -0500 | |
commit | 5374c788e4f35c8295544e9be10523afcb7a17e7 (patch) | |
tree | ce76386856ef2b72153fbeaf913411ebde82f075 /ci/deploy.sh | |
parent | d1aaa3704c4bb65a5f45ccfc1cb5d8bf18e6fb32 (diff) |
modfified to change the model default after bootstrap.
Change-Id: I621dd2b861e5b797f0876939c8c0472d0fca5c95
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 7d683cf8..4c24f069 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -137,13 +137,13 @@ deploy() { createresource fi + #bootstrap the node + ./01-bootstrap.sh + if [[ "$jujuver" > "2" ]]; then juju model-config default-series=$opnfvdistro enable-os-refresh-update=false enable-os-upgrade=false fi - #bootstrap the node - ./01-bootstrap.sh - #case default deploy the opnfv platform: ./02-deploybundle.sh $opnfvtype $openstack $opnfvlab $opnfvsdn $opnfvfeature $opnfvdistro } |