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:
parent
feb03d86b8
commit
b8cca2db09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user