X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2F01-bootstrap.sh;h=88f87dd5c878a4ee0bd8ed44e9d3b0bbc2d45a10;hb=ce2fba8990b72144649ef1a8c94b6c30f7254dae;hp=b02b83d36c75d02d2d4cefa5ba8f1f0e7b5cb71b;hpb=edf35e6c820e613ae73999189ed7e4b98c3a4e7d;p=joid.git diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh index b02b83d3..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` + 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