diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-19 17:53:52 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-19 17:59:21 -0500 |
commit | dc2188eb979f9ba70d687267671aa585c47a05d9 (patch) | |
tree | cd5ded11961da2c7c283ddb22e84a49192a8c7bc /ci/02-deploybundle.sh | |
parent | 14d891da03cf0eeafd0d8b53174144dc6462877a (diff) |
modfied to take care of labconfig.yaml file copy and change the
bundle to deploy with haproxy
Change-Id: Iec5126562e4a78b8b4984ce2992ab81a197f90b0
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-x | ci/02-deploybundle.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index 7003bcbb..a62aff9f 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -46,6 +46,7 @@ if [ -e ~/.juju/deployment.yaml ]; then cp ~/.juju/deployment.yaml ./deployment.yaml if [ -e ~/.juju/deployconfig.yaml ]; then cp ~/.juju/deployconfig.yaml ./deployconfig.yaml + cp ~/.juju/labconfig.yaml ./lanconfig.yaml extport=`grep "ext-port" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //' | tr ',' ' '` datanet=`grep "dataNetwork" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //'` admnet=`grep "admNetwork" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //'` |