modified to download both trusty and xenial images.
[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 juju-gui --to 0
11
12 JUJU_REPOSITORY=
13 juju set-constraints tags=
14