openstack-virtual-baremetal/environments/routed-networks-ipv6.yaml

21 lines
1.2 KiB
YAML

# *******************************************************************
# This file was created automatically by the sample environment
# generator. Developers should use `tox -e genconfig` to update it.
# Users are recommended to make changes to a copy of the file instead
# of the original, if any customizations are needed.
# *******************************************************************
# title: Enable Routed Networks IPv6
# description: |
# Enable use of routed IPv6 networks, where there may be multiple separate
# networks connected with a router, router advertisement daemon (radvd),
# and DHCP relay. Do not pass any other network configuration environments
# after this one or they may override the changes made by this environment.
# When this environment is in use, the routed-networks-configuration
# environment should usually be included as well.
resource_registry:
OS::OVB::BaremetalNetworks: ../templates/baremetal-networks-routed.yaml
OS::OVB::DHCPRelay: ../templates/dhcpv6-relay.yaml
OS::OVB::ProvisionNetRouter: OS::Heat::None
OS::OVB::ProvisionNetRouterInterface: OS::Heat::None
OS::OVB::UndercloudNetworks: ../templates/undercloud-networks-routed.yaml