diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-20 15:57:08 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-21 19:53:36 +0200 |
commit | 6a997a36d07d9a3256139e3faea057ac54ddafd4 (patch) | |
tree | b23fc31cd3f38f17cab187ba0ea641679fc44706 /ci | |
parent | d1e056ba8f3f848e267b460c827fe5c01f3fbc54 (diff) |
[infra] Bind mas01 mcpcontrol DHCP to MAAS_IP
Bring back MAAS_IP global env var and use it for mas01 VM IP addr
in mcpcontrol network to prevent salt minion signature change.
Partially-reverts: b666bc50
Change-Id: I5c7668393fe66287bd3ecdc75dd3195d5a89a8f3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
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 |