blob: 961626b7771318822ed349522d3321753d418b99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/bash
set -ex
#export JUJU_DEV_FEATURE_FLAGS=address-allocation
juju bootstrap --debug --to bootstrap.maas
sleep 5
juju deploy juju-gui --to 0
JUJU_REPOSITORY=
juju set-constraints tags=
|