summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-08-09 15:37:11 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-09 15:37:11 +0000
commit9be56bb3c62fd07e5524c76256b964bb4988baf2 (patch)
tree8c578530b784283607a673d5e491fedb2f780411 /ci
parent5c9e135ccc5867ebf26bbe594cbd9964582a237d (diff)
parentd5f0e0d3cd0ca88962c3f6d57d22ae27f2e3a5f1 (diff)
Merge "Fix network_isolation argparse issue"
Diffstat (limited to 'ci')
-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
;;