From b8cca2db0913e8ac70cca8e2f124a13a46cc39fd Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Fri, 7 Aug 2015 12:38:03 +0200 Subject: [PATCH] Fix static IPs for mgmt bridges The IP addressed should match the ones hardcoded in the nodes.yml template Signed-off-by: Bogdan Dobrelya --- templates/nodes_network.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/nodes_network.yml b/templates/nodes_network.yml index 932dc80..2701553 100644 --- a/templates/nodes_network.yml +++ b/templates/nodes_network.yml @@ -48,7 +48,8 @@ resources: br-floating: IP: none br-mgmt: - IP: dhcp + IP: + - 10.0.0.3/24 vendor_specific: phy_interfaces: - eth1 @@ -110,7 +111,8 @@ resources: br-floating: IP: none br-mgmt: - IP: dhcp + IP: + - 10.0.0.4/24 vendor_specific: phy_interfaces: - eth1