Fix static IPs for mgmt bridges

The IP addressed should match the ones
hardcoded in the nodes.yml template

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-08-07 12:38:03 +02:00
parent feb03d86b8
commit b8cca2db09

View File

@ -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