odl-controller: charm: ./{{ ubuntu.release }}/odl-controller num_units: 1 {% if os.service.bindings %} bindings: "": internal-api {% endif %} options: 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" {% if os.network.sfc %} profile: "openvswitch-odl-beryllium-sfc" {% elif os.network.bgpvpn %} profile: "openvswitch-odl-beryllium-vpn" {% elif os.network.odll3 %} profile: "openvswitch-odl-beryllium-l3" {% else %} profile: "openvswitch-odl-beryllium" {% endif %} http-proxy: "http://squid.internal:3128" https-proxy: "http://squid.internal:3128" to: - "lxd:nodes/0"