Fix fs035 by defining a default gateway_ipv6
Change-Id: I95e2a659927f44e2941b10daa10c7fc9c605bbd8 Closes-Bug: 1806897
This commit is contained in:
parent
c1aea11dce
commit
446dcc179d
@ -107,5 +107,6 @@
|
||||
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'
|
||||
gateway_ipv6: 'fd00:fd00:fd00:6000::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'}]
|
||||
|
@ -104,6 +104,7 @@
|
||||
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'
|
||||
gateway_ipv6: 'fd00:fd00:fd00:6000::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
|
||||
|
@ -183,3 +183,5 @@
|
||||
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'}]
|
||||
gateway_ipv6: 'fd00:fd00:fd00:6000::1'
|
||||
|
Loading…
Reference in New Issue
Block a user