modified back to original as causing issues.
[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 juju deploy juju-gui --to 0
10
11 JUJU_REPOSITORY=
12 juju set-constraints tags=
13