summaryrefslogtreecommitdiffstats
path: root/ci/01-bootstrap.sh
blob: 62692bc8e84f2e2c62d760680649fd9ecdb2a9fe (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=xenial