~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/01-bootstrap.sh

  • Committer: zhangyuanyou
  • Date: 2016-01-02 08:55:55 UTC
  • Revision ID: git-v1:9d5ca8b6a6c9e33a5f8318483ad940eb9918819d
JOID-18 Juju integration with ONOSFW.

Change-Id: Iaffdb78ceb5a4c1a57fce3459289c65d6b6a4f42

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
set -ex
4
 
 
5
 
controllername=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml`
6
 
cloudname=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml`
7
 
juju bootstrap $controllername $cloudname --debug --to bootstrap.maas