5580449f16e841a9bf404be04eec9b2ee90c9a8d
[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         "": internal-api
7 {% endif %}
8       options:
9         install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.5.2-Boron-SR2/distribution-karaf-0.5.2-Boron-SR2.tar.gz"
10 {% if os.network.sfc %}
11         profile: "openvswitch-odl-beryllium-sfc"
12 {% elif os.network.bgpvpn %}
13         profile: "openvswitch-odl-beryllium-vpn"
14 {% elif os.network.odll3 %}
15         profile: "openvswitch-odl-beryllium-l3"
16 {% else %}
17         profile: "openvswitch-odl-boron"
18 {% endif %}
19         http-proxy: "http://squid.internal:3128"
20         https-proxy: "http://squid.internal:3128"
21       to:
22         - "lxd:nodes/0"