summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/phase2-overrides.yaml
diff options
context:
space:
mode:
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 %}