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