From 47386f12fa5d0785f338906514f5a595e2634a10 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 2 Feb 2017 05:48:44 -0600 Subject: modified to give proper naming convention for floating ip network. Change-Id: I92d78e4a1dd232f699aa69b894335abf481bb9bd Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/deployconfig.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci') diff --git a/ci/config_tpl/juju2/deployconfig.yaml b/ci/config_tpl/juju2/deployconfig.yaml index 0f39386b..da98d022 100644 --- a/ci/config_tpl/juju2/deployconfig.yaml +++ b/ci/config_tpl/juju2/deployconfig.yaml @@ -17,8 +17,8 @@ opnfv: interface-enable: {{ lab.racks[0].ifnamelist }} os-domain-name: {{ lab.racks[0].osdomainname }} {% if opnfv.spaces_dict.public is defined %} -{% set netpublic_prefix = opnfv.spaces_dict.mgmt.cidr[:-4] %} - publicNetwork: {{ opnfv.spaces_dict.mgmt.cidr }} +{% set netpublic_prefix = opnfv.spaces_dict.public.cidr[:-4] %} + publicNetwork: {{ opnfv.spaces_dict.public.cidr }} {% endif %} spaces: {% for net in opnfv.spaces %} @@ -38,7 +38,7 @@ opnfv: {% endif %} units: {{ lab.racks[0].nodes|count }} vip: -{% if opnfv.spaces_dict.mgmt is defined %} +{% if opnfv.spaces_dict.public is defined %} {% if opnfv.spaces_dict.data is defined %} ceilometer: {{ net_prefix }}24 {{ netdata_prefix }}24 {{ netpublic_prefix }}24 cinder: {{ net_prefix }}29 {{ netdata_prefix }}29 {{ netpublic_prefix }}29 -- cgit 1.2.3-korg