diff options
Diffstat (limited to 'ci/01-bootstrap.sh')
-rwxr-xr-x | ci/01-bootstrap.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh new file mode 100755 index 00000000..59a22197 --- /dev/null +++ b/ci/01-bootstrap.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +set -ex + +#export JUJU_DEV_FEATURE_FLAGS=address-allocation + +juju bootstrap --debug --to bootstrap.maas +sleep 5 +#disable juju gui until xenial charms are in charm store. +juju deploy cs:juju-gui-130 --to 0 + +JUJU_REPOSITORY= +juju set-constraints tags= + |