diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-21 13:33:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-21 13:33:15 +0000 |
commit | 7099ffcba4c7a84dfd2ac53fd59149948665f884 (patch) | |
tree | fe68e49cf2a320020479528068d4da849e44d085 /ci | |
parent | 857797a2c50d20299dac43135bd8f688905b9d37 (diff) | |
parent | dae5c2c5e677e4af8e56370c10316219a539321e (diff) |
Merge "[infra] Bind mas01 mcpcontrol DHCP to MAAS_IP"
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 103f83b9e..41ac60237 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -308,6 +308,7 @@ else do_sysctl_cfg do_udev_cfg create_vms "${MCP_STORAGE_DIR}" "${virtual_nodes_data}" "${OPNFV_BRIDGES[@]}" + update_mcpcontrol_network start_vms "${virtual_nodes[@]}" # https://github.com/docker/libnetwork/issues/1743 |