summaryrefslogtreecommitdiffstats
path: root/ci/00-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/00-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/00-bootstrap.sh')
-rwxr-xr-xci/00-bootstrap.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/00-bootstrap.sh b/ci/00-bootstrap.sh
new file mode 100755
index 00000000..c04ae2da
--- /dev/null
+++ b/ci/00-bootstrap.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -ex
+
+juju bootstrap --debug --to bootstrap.maas
+sleep 5
+juju deploy juju-gui --to 0
+
+JUJU_REPOSITORY=
+juju set-constraints tags=
+