Hide Forgot
Section 2.4.1 of the IPv6 Networking for the Overcloud shows IPv6 addresses for the tenant network tunnel endpoints: TenantNetworkVlanID: 202 TenantNetCidr: 'fd00:fd00:fd00:3000::/64' TenantAllocationPools: [{'start': '2001:db8:fd00:3000::10', 'end': '2001:db8:fd00:3000:ffff:ffff:ffff:fffe'}] This will not work, as the version of Open vSwitch in RHEL does not support this. TenantNetCidr and TenantAllocationPools should still use IPv4.
Also, the subnets/allocation pools have some issues: * ExternalAllocationPools isn't actually within the ExternalNetCidr (remember that 2001:db8::/64 effectively means 2001:0db8:0000:0000::/64) * InternalApiNetCidr (and its associated allocation pool) should be within the locally unique namespace, not globally unique. * Storage and storage management allocation pools are not within their associated subnets
Assigning to Martin for review.
Reviewing...
This content is now live on the Customer Portal. Closing.