summaryrefslogtreecommitdiffstats
path: root/ci/01-bootstrap.sh
blob: 5d57fab504aab5a2c79f98da4629096f3e2778a3 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -ex

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 --constraints tags=bootstrap --bootstrap-series=$1