modified to clean the environment and also change in bundles to
[joid.git] / ci / 00-bootstrap.sh
1 #!/bin/bash
2
3 set -ex
4
5 #export JUJU_DEV_FEATURE_FLAGS=address-allocation
6
7 juju bootstrap --debug --to bootstrap.maas
8 sleep 5
9 #disable juju gui until xenial charms are in charm store.
10 juju deploy cs:juju-gui-130 --to 0
11
12 JUJU_REPOSITORY=
13 juju set-constraints tags=
14