diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 11:58:19 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 17:59:59 +0000 |
commit | c17384dfb1be1cca1b587b88f01cc7f982f2e0d9 (patch) | |
tree | 37a41cdef3f45a71b2d74e758d2a5e1ae92cf0f7 /ci/01-deploybundle.sh | |
parent | 813a52afc78549cc019dd6983293770fe68a63ad (diff) |
added the custom lab for unknown labs and added the client tool
on jumpshot server.
Change-Id: I834233302eb410d3366790811d91de44906d7a31
(cherry picked from commit 19f1c4df2573da6ee4d6c6bf3a32ee7f65b6ffe9)
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 4 |
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 |