adding bionic support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / odl.yaml
1     odl-controller:
2       charm: ./{{ ubuntu.release }}/odl-controller
3       num_units: 1
4 {% if os.service.bindings %}
5       bindings:
6         "": *oam-space
7         controller-api: *internal-space
8         ovsdb-manager: *internal-space
9 {% endif %}
10       series: {{ ubuntu.release }}
11       options:
12         install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.0-Carbon/distribution-karaf-0.6.0-Carbon.tar.gz"
13 {% if os.network.sfc %}
14         profile: "openvswitch-odl-beryllium-sfc"
15 {% elif os.network.bgpvpn %}
16         profile: "openvswitch-odl-beryllium-vpn"
17 {% elif os.network.odll3 %}
18         profile: "openvswitch-odl-beryllium-l3"
19 {% else %}
20         profile: "openvswitch-odl-boron"
21 {% endif %}
22         http-proxy: "http://squid.internal:3128"
23         https-proxy: "http://squid.internal:3128"
24       to:
25         - "lxd:nodes/0"