summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/phase2-overrides.yaml
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-30 17:04:04 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-30 17:09:47 -0500
commit1f67ee4bac259f5997ee570eec3060f24e05d56f (patch)
treeaacef5d6135c005ec147a9ba55ad79b4c7732247 /ci/bundle_tpl/phase2-overrides.yaml
parent8af52f45681275997204080f1cac854b255f2bcc (diff)
modified to make use of the bundle generated.
Change-Id: I1854658a93dbb3cbd1a7c41d19d7a76645ede85c Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl/phase2-overrides.yaml')
-rw-r--r--ci/bundle_tpl/phase2-overrides.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/bundle_tpl/phase2-overrides.yaml b/ci/bundle_tpl/phase2-overrides.yaml
index c2b8ff9a..80bfffc6 100644
--- a/ci/bundle_tpl/phase2-overrides.yaml
+++ b/ci/bundle_tpl/phase2-overrides.yaml
@@ -1,10 +1,10 @@
{% if opnfv.spaces_dict.data is defined %}
- os-data-network: {{ opnfv.dataNetwork }}
+ os-data-network: {{ opnfv.spaces_dict.data.cidr }}
{% endif %}
{% if opnfv.spaces_dict.storage is defined %}
#ceph-cluster-network: {{ opnfv.spaces_dict.storage.cidr }}
{% endif %}
-{% if os.network.ipv6 == 'true' %}
+{% if os.network.ipv6 %}
prefer-ipv6: {{ os.network.ipv6 }}
{% endif %}
{% if os.network.dvr %}