X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2F01-bootstrap.sh;h=88f87dd5c878a4ee0bd8ed44e9d3b0bbc2d45a10;hb=ce2fba8990b72144649ef1a8c94b6c30f7254dae;hp=1577f49f2bda7eab327020002da2956bd4cf2273;hpb=0cd6c7dac297478d5dd66313aef09e5e5324d2ad;p=joid.git diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh index 1577f49f..88f87dd5 100755 --- a/ci/01-bootstrap.sh +++ b/ci/01-bootstrap.sh @@ -16,7 +16,7 @@ if [[ "$jujuver" < "2" ]]; then juju set-constraints tags= else - controllername=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployment.yaml` - cloudname=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployment.yaml` - juju bootstrap --config agent-version=2.1-beta4 $controllername $cloudname --debug --to bootstrap.maas + 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 fi