~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/bundle_tpl/phase2-overrides.yaml

  • Committer: Narinder Gupta
  • Date: 2016-07-27 14:32:35 UTC
  • Revision ID: git-v1:adb9288685ac205decce04a1d8eba4c9989bcc48
adding script to enable juju on openstack.

Change-Id: If259c8ad3530cc8d67499d406bd96abdd98b46f0
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 %}