JOID: move os-public-hostname from overrides to endpoints config
[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 {% if os.network.ipv6 %}
8     prefer-ipv6: {{ os.network.ipv6 }}
9 {% endif %}
10 {% if os.network.dvr %}
11     enable-dvr: true
12 {% endif %}
13 {% if os.network.l2_population %}
14     l2-population: true
15 {% endif %}
16     region: {{ os.region }}
17 {% if ubuntu.release == 'trusty' %}
18     source: "cloud:{{ ubuntu.release }}-{{ os.release }}"
19 {% endif %}
20     openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
21 {% if os.ha.mode == 'nonha' %}
22     ceph-osd-replication-count: {{ os.storage.ceph_replica }}
23 {% endif %}
24     admin-role: {{ os.admin.role }}
25     keystone-admin-role: {{ os.admin.role }}
26 {% if os.beta.public_api %}
27     use-internal-endpoints: true
28 {% endif %}