summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 57c63766..432499a5 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -26,6 +26,7 @@ interactive="FALSE"
ping_site="8.8.8.8"
ntp_server="pool.ntp.org"
net_isolation_enabled="TRUE"
+net_isolation_arg=""
post_config="TRUE"
debug="FALSE"
@@ -130,6 +131,7 @@ parse_cmdline() {
;;
--flat )
net_isolation_enabled="FALSE"
+ net_isolation_arg="--flat"
echo "Underlay Network Isolation Disabled: using flat configuration"
shift 1
;;