Merge "Add a gateway IP to the Management net in network_data.yaml"
This commit is contained in:
commit
aee048d3bb
@ -106,5 +106,6 @@
|
||||
vlan: 60
|
||||
ip_subnet: '10.0.1.0/24'
|
||||
allocation_pools: [{'start': '10.0.1.4', 'end': '10.0.1.250'}]
|
||||
gateway_ip: '10.0.1.1'
|
||||
ipv6_subnet: 'fd00:fd00:fd00:6000::/64'
|
||||
ipv6_allocation_pools: [{'start': 'fd00:fd00:fd00:6000::10', 'end': 'fd00:fd00:fd00:6000:ffff:ffff:ffff:fffe'}]
|
||||
|
@ -103,6 +103,7 @@
|
||||
vlan: 60
|
||||
ip_subnet: '10.0.1.0/24'
|
||||
allocation_pools: [{'start': '10.0.1.4', 'end': '10.0.1.250'}]
|
||||
gateway_ip: '10.0.1.1'
|
||||
ipv6_subnet: 'fd00:fd00:fd00:6000::/64'
|
||||
ipv6_allocation_pools: [{'start': 'fd00:fd00:fd00:6000::10', 'end': 'fd00:fd00:fd00:6000:ffff:ffff:ffff:fffe'}]
|
||||
- name: StorageNFS
|
||||
|
@ -181,4 +181,5 @@
|
||||
vlan: 60
|
||||
ip_subnet: '10.0.1.0/24'
|
||||
allocation_pools: [{'start': '10.0.1.4', 'end': '10.0.1.250'}]
|
||||
gateway_ip: '10.0.1.1'
|
||||
ipv6_subnet: 'fd00:fd00:fd00:6000::/64'
|
||||
|
Loading…
x
Reference in New Issue
Block a user