summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-29 11:58:19 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-29 11:58:19 -0600
commit19f1c4df2573da6ee4d6c6bf3a32ee7f65b6ffe9 (patch)
tree92e398127523bda8aba3c36f8e915dfdf655e0e6 /ci/01-deploybundle.sh
parent86710dd8b5139e6ee7d88beaf6c623086e43ba7c (diff)
added the custom lab for unknown labs and added the client tool
on jumpshot server. Change-Id: I834233302eb410d3366790811d91de44906d7a31
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index caa34620..ef5f6594 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -58,6 +58,10 @@ case "$3" in
sed -i -- 's/10.4.1.1/172.16.50.1/g' ./bundles.yaml
sed -i -- 's/# ext-port: "eth1"/ ext-port: "eth1"/g' ./bundles.yaml
;;
+ 'custom' )
+ sed -i -- 's/10.4.1.1/192.168.122.1/g' ./bundles.yaml
+ sed -i -- 's/# ext-port: "eth1"/ ext-port: "eth1"/g' ./bundles.yaml
+ ;;
'default' )
sed -i -- 's/10.4.1.1/192.168.122.1/g' ./bundles.yaml
sed -i -- 's/# ext-port: "eth1"/ ext-port: "eth1"/g' ./bundles.yaml