onos is compaitible with new definition of ext-port.
[joid.git] / ci / bundle_tpl / phase2-overrides.yaml
1 {% if opnfv.spaces_dict.storage is defined %}
2     #ceph-cluster-network: {{ opnfv.spaces_dict.storage.cidr }}
3 {% endif %}
4 {% if os.network.ipv6 %}
5     prefer-ipv6: {{ os.network.ipv6 }}
6 {% endif %}
7 {% if os.network.dvr %}
8     enable-dvr: true
9 {% endif %}
10 {% if os.network.l2_population %}
11     l2-population: true
12 {% endif %}
13     region: {{ os.region }}
14 {% if ubuntu.release == 'trusty' %}
15     source: "cloud:{{ ubuntu.release }}-{{ os.release }}"
16 {% endif %}
17     openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
18 {% if os.ha.mode == 'nonha' %}
19     ceph-osd-replication-count: {{ unit_ceph_qty() }}
20 {% endif %}
21     admin-role: {{ os.admin.role }}
22     keystone-admin-role: {{ os.admin.role }}
23 {% if os.beta.public_api %}
24     use-internal-endpoints: true
25 {% endif %}