From 68bdb7260547705fd21c98cef4d6da96bd3b6b2c Mon Sep 17 00:00:00 2001 From: Marius Cornea Date: Mon, 30 May 2016 15:05:47 +0200 Subject: Add IPv6 support for the management network This change introduces the ability to use IPv6 addressing for the management network by passing the network-management-v6.yaml environment file. It also adjusts the network-management.yaml environment file to point to the right network config templates. Change-Id: I7f797c49f03b2623a08e033bdf45772edff0f08f --- environments/network-management.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'environments/network-management.yaml') diff --git a/environments/network-management.yaml b/environments/network-management.yaml index 2f0cff8b..041617be 100644 --- a/environments/network-management.yaml +++ b/environments/network-management.yaml @@ -4,7 +4,8 @@ # assign a port (related to that role) on that network. # Note that the basic sample NIC configuration templates # do not include the management network, see the -# single-nic-vlans-mgmt templates for an example. +# comments in the sample network config templates in +# network/config/ for an example. resource_registry: OS::TripleO::Network::Management: ../network/management.yaml -- cgit 1.2.3-korg