aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-09-20 15:57:08 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-09-20 15:59:13 +0200
commitdae5c2c5e677e4af8e56370c10316219a539321e (patch)
tree8a40810b1b83f2215b030d13eff5f7bc35f8b63b /ci/deploy.sh
parent54ebfaf561693186580cacf259804f7968bec0fd (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/deploy.sh')
-rwxr-xr-xci/deploy.sh1
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