From 5374c788e4f35c8295544e9be10523afcb7a17e7 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 17 Oct 2016 15:52:52 -0500 Subject: modfified to change the model default after bootstrap. Change-Id: I621dd2b861e5b797f0876939c8c0472d0fca5c95 Signed-off-by: Narinder Gupta --- ci/deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/deploy.sh') 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 } -- cgit 1.2.3-korg