From: Michael Chapman Date: Tue, 31 Jan 2017 14:12:59 +0000 (+1100) Subject: Add ipv6 support to baremetal virthost networks X-Git-Tag: danube.1.0~51 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=91b4a14e648f642ac8737c6a37777295d43e969c;p=apex.git Add ipv6 support to baremetal virthost networks This won't be used in the vast majority of cases, but where someone wants to use an ipv6 external network on the undercloud, this will be needed. Change-Id: Ibb41e0fee7c112c19446d96eb195c0df552c90d1 Signed-off-by: Michael Chapman --- diff --git a/lib/configure-deps-functions.sh b/lib/configure-deps-functions.sh index b9799969..3c82c66a 100755 --- a/lib/configure-deps-functions.sh +++ b/lib/configure-deps-functions.sh @@ -51,7 +51,7 @@ function configure_deps { echo "${blue}INFO: Creating Virsh Network: $network & OVS Bridge: ${NET_MAP[$network]}${reset}" ovs-vsctl list-br | grep "^${NET_MAP[$network]}$" > /dev/null || ovs-vsctl add-br ${NET_MAP[$network]} virsh net-list --all | grep " $network " > /dev/null || (cat > ${libvirt_dir}/apex-virsh-net.xml && virsh net-define ${libvirt_dir}/apex-virsh-net.xml) << EOF - + $network