summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/subordinate.yaml
blob: 1391ad8538a9879fce50a0ade6aef24b74d15893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
    ceilometer-agent:
      charm: local:{{ ubuntu.release }}/ceilometer-agent
{% if opnfv.storage_dict.ceph is defined %}
    cinder-ceph:
      charm: local:{{ ubuntu.release }}/cinder-ceph
{% endif %}
{% if os.network.controller == 'nosdn' %}{% include 'neutron-ovs.yaml' %}
{% elif os.network.controller == 'odl' %}
    neutron-api-odl:
      charm: local:{{ ubuntu.release }}/neutron-api-odl
      options:
        overlay-network-type: 'vxlan'
        security-groups: True
    openvswitch-odl:
      charm: local:{{ ubuntu.release }}/openvswitch-odl
{% elif os.network.controller == 'nons' %}
    openvswitch-onos:
      charm: local:{{ ubuntu.release }}/openvswitch-onos
    neutron-api-onos:
      charm: local:{{ ubuntu.release }}/neutron-api-onos
      options:
        overlay-network-type: 'vxlan'
        security-groups: True
{% endif %}
{% if os.lxd is defined %}
    lxd:
      charm: local:{{ ubuntu.release }}/lxd
{% endif %}