modified to use correct VIP address for internet api. 73/40273/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Fri, 25 Aug 2017 18:45:59 +0000 (13:45 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Fri, 25 Aug 2017 18:45:59 +0000 (13:45 -0500)
Change-Id: I75fb70280b73feecf00fe8400c1e57f7ea3f3a4d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/juju2/deployconfig.yaml

index 8e7d3a0..9accba0 100644 (file)
@@ -1,6 +1,10 @@
 opnfv-{{ lab.location }}{{ lab.racks[0].rack }}-maas:
 opnfv:
+{% if opnfv.spaces_dict.osapi is defined %}
+{% set net_prefix = opnfv.spaces_dict.osapi.cidr[:-4] %}
+{% else %}
 {% set net_prefix = opnfv.spaces_dict.admin.cidr[:-4] %}
+{% endif %}
   admNetgway: {{ opnfv.spaces_dict.admin.gateway }}
   admNetwork: {{ net_prefix }}2
   admin_password: openstack