diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-02-02 07:57:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-02 07:57:23 +0000 |
commit | c2174cd6d489b9079faec3523f175725da08f9df (patch) | |
tree | 8b7e055ef982599fae1601aa6e5d0526aa9f54bf /ci | |
parent | 6ccfee59ea7225cfc46227e7e874835dc75dc575 (diff) | |
parent | 574021257b89eda2b431e51121bbb11bd9d54988 (diff) |
Merge "deploy.sh: Disable net.bridge.bridge-nf-call"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index beb0494d6..9a22e9ec5 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -389,6 +389,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[@]}" |