summaryrefslogtreecommitdiffstats
path: root/ci/01-bootstrap.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canoncial.com>2015-09-14 18:48:20 -0500
committerNarinder Gupta <narinder.gupta@canoncial.com>2015-09-15 13:05:37 -0500
commit2c1d598ce2468452fe34ee2e005e6348734ac350 (patch)
treee0ffcf2ec864b52151ecc76f8fe64692cbd5701a /ci/01-bootstrap.sh
parent4721b062c4ac0fe8030407948b856661beb8ed46 (diff)
added the deployment.yaml so that maas-deployer can be deployed
with scripts itself with csripts. modified the yaml file further to deploy gateway on bare metal. rename 01-bootstrap.sh to 00-bootstrap.sh for sequence. Change-Id: Ic409871f4e99158308bee2860132cda94ce10b42
Diffstat (limited to 'ci/01-bootstrap.sh')
-rwxr-xr-xci/01-bootstrap.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh
deleted file mode 100755
index c04ae2da..00000000
--- a/ci/01-bootstrap.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-set -ex
-
-juju bootstrap --debug --to bootstrap.maas
-sleep 5
-juju deploy juju-gui --to 0
-
-JUJU_REPOSITORY=
-juju set-constraints tags=
-