summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
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