summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-10-02 00:08:26 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2015-10-02 00:08:26 -0500
commitd3398bd7441f593404ed9964a3986b96487d675e (patch)
tree88b0daf05bc2d3c5f87659c962e2b8be0760ae2f /ci/deploy.sh
parent382576f8f1e528d890c3477286ef5845b52ed6d4 (diff)
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
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh6
1 files changed, 4 insertions, 2 deletions
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"