summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
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
}