aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-01 20:34:53 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-05 17:49:36 +0100
commit39913ae394fe9d5e2520a3469fe55a76c6fac82a (patch)
tree50f23b7fed1fe4c932147b803c5220d459050814 /ci
parent89a9364ba44c64a6489eb90878f3ed717e5fe232 (diff)
deploy.sh: Disable net.bridge.bridge-nf-call
JIRA: FUEL-334 Change-Id: I6d2499053dcfb7f99593fcd5c948b569bdcb9c9b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 574021257b89eda2b431e51121bbb11bd9d54988)
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 2a3450083..f1a414497 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -423,6 +423,7 @@ else
prepare_vms "${base_image}" "${STORAGE_DIR}" "${virtual_repos_pkgs}" \
"${virtual_nodes[@]}"
create_networks "${OPNFV_BRIDGES[@]}"
+ do_sysctl_cfg
create_vms "${STORAGE_DIR}" "${virtual_nodes_data}" "${OPNFV_BRIDGES[@]}"
update_mcpcontrol_network
start_vms "${virtual_nodes[@]}"