summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-17 15:52:52 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-17 16:06:34 -0500
commit5374c788e4f35c8295544e9be10523afcb7a17e7 (patch)
treece76386856ef2b72153fbeaf913411ebde82f075 /ci/deploy.sh
parentd1aaa3704c4bb65a5f45ccfc1cb5d8bf18e6fb32 (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-xci/deploy.sh6
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
}