X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2F01-bootstrap.sh;h=e45c2ee094334a4db48cf090aa682583d1f80718;hb=ab10f090847a88679bd5fd9597aae388f01f7e2e;hp=c04ae2daf97025ccae8d452c14c9957e4525fefa;hpb=4721b062c4ac0fe8030407948b856661beb8ed46;p=joid.git diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh index c04ae2da..e45c2ee0 100755 --- a/ci/01-bootstrap.sh +++ b/ci/01-bootstrap.sh @@ -2,10 +2,6 @@ set -ex -juju bootstrap --debug --to bootstrap.maas -sleep 5 -juju deploy juju-gui --to 0 - -JUJU_REPOSITORY= -juju set-constraints tags= - +controllername=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml` +cloudname=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml` +juju bootstrap $controllername $cloudname --debug --to bootstrap.maas