Add note about Ipv6 provisioning with OVN on Undercloud
Currently OVN lacks capability for provisioning over Ipv6 Network, add a note about in the environment file. This is follow up of [1]. [1] https://review.opendev.org/857436 Change-Id: Id2c4602d097d986c2c94c303e1f2d9101f46cb54
This commit is contained in:
parent
f1c6c6d302
commit
7b55da1c79
@ -1,5 +1,10 @@
|
||||
# A Heat environment file which can be used to enable
|
||||
# neutron Ml2 OVN services on Undercloud
|
||||
# neutron Ml2 OVN services on Undercloud.
|
||||
# OVN DHCP currently do not support iPXE chainloading for IPv6
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2062295
|
||||
# If one wants to use OVN for provisioning over IPv6 network
|
||||
# then in that case need to enable NeutronDhcpAgent service and
|
||||
# set parameter DisableOvnDhcpForBaremetalPorts=true.
|
||||
resource_registry:
|
||||
# OVN services
|
||||
OS::TripleO::Services::NeutronMl2PluginBase: ../../deployment/neutron/neutron-plugin-ml2-ovn.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user