[JOID] generate bundle using jinja templates
[joid.git] / ci / bundle_tpl / phase2-overrides.yaml
1 {% if opnfv.spaces_dict.data is defined %}
2     os-data-network: {{ opnfv.spaces_dict.data.cidr }}
3 {% endif %}
4 {% if opnfv.spaces_dict.storage is defined %}
5     ceph-cluster-network: {{ opnfv.spaces_dict.storage.cidr }}
6 {% endif %}
7     prefer-ipv6: {{ os.network.ipv6 }}
8 {% if os.network.dvr %}
9     enable-dvr: true
10 {% endif %}
11 {% if os.network.l2_population %}
12     l2-population: true
13 {% endif %}
14     region: {{ os.region }}
15     #source: "cloud:{{ ubuntu.release }}-{{ os.release }}"
16     openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
17     ceph-osd-replication-count: {{ os.storage.ceph_replica }}
18     admin-role: {{ os.admin_role }}
19     keystone-admin-role: {{ os.admin_role }}
20 {% if os.beta.public_api %}
21     use-internal-endpoints: true
22     os-public-hostname: api.{{ opnfv.domain }}
23 {% endif %}