From d3398bd7441f593404ed9964a3986b96487d675e Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 2 Oct 2015 00:08:26 -0500 Subject: modified to download precise images also as part of MAAS install. As opencontrail needs the precise image for cassandra and opencontrail charms. Change-Id: I44056819ac342d7a822bb1672404e19b6d727017 --- ci/deploy.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 51d44106..296f7b2e 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -55,13 +55,15 @@ deploy_dep() { sudo apt-add-repository ppa:juju/stable -y sudo apt-get update sudo apt-get install juju juju-deployer -y - juju init -y + juju init -f cp environments.yaml ~/.juju/ } deploy() { #copy the script which needs to get deployed as part of ofnfv release echo "deploying now" + cp environments.yaml ~/.juju/ + cp ./$opnfvsdn/01-deploybundle.sh ./01-deploybundle.sh ./00-bootstrap.sh @@ -75,6 +77,6 @@ if [ "$#" -eq 0 ]; then fi echo "deploying started" -deploy_dep +#deploy_dep deploy echo "deploying finished" -- cgit 1.2.3-korg