From 19f1c4df2573da6ee4d6c6bf3a32ee7f65b6ffe9 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 29 Jan 2016 11:58:19 -0600 Subject: added the custom lab for unknown labs and added the client tool on jumpshot server. Change-Id: I834233302eb410d3366790811d91de44906d7a31 --- ci/01-deploybundle.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/01-deploybundle.sh') 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 -- cgit 1.2.3-korg