From 8cc46e65c20745e241b68b3d960fc3c96d64b970 Mon Sep 17 00:00:00 2001 From: David Blaisonneau Date: Thu, 30 Jun 2016 18:43:58 +0200 Subject: [JOID] generate bundle using jinja templates Signed-off-by: David Blaisonneau --- ci/bundle_tpl/phase2-overrides.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ci/bundle_tpl/phase2-overrides.yaml (limited to 'ci/bundle_tpl/phase2-overrides.yaml') diff --git a/ci/bundle_tpl/phase2-overrides.yaml b/ci/bundle_tpl/phase2-overrides.yaml new file mode 100644 index 00000000..8ec13f70 --- /dev/null +++ b/ci/bundle_tpl/phase2-overrides.yaml @@ -0,0 +1,23 @@ +{% if opnfv.spaces_dict.data is defined %} + 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 %} + prefer-ipv6: {{ os.network.ipv6 }} +{% if os.network.dvr %} + enable-dvr: true +{% endif %} +{% if os.network.l2_population %} + l2-population: true +{% endif %} + region: {{ os.region }} + #source: "cloud:{{ ubuntu.release }}-{{ os.release }}" + openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" + ceph-osd-replication-count: {{ os.storage.ceph_replica }} + admin-role: {{ os.admin_role }} + keystone-admin-role: {{ os.admin_role }} +{% if os.beta.public_api %} + use-internal-endpoints: true + os-public-hostname: api.{{ opnfv.domain }} +{% endif %} -- cgit 1.2.3-korg