2b12e6f0c67e53226fd45f2334e9b882ea686a4d
[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       options:
11         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"
12 {% if os.network.sfc %}
13         profile: "openvswitch-odl-beryllium-sfc"
14 {% elif os.network.bgpvpn %}
15         profile: "openvswitch-odl-beryllium-vpn"
16 {% elif os.network.odll3 %}
17         profile: "openvswitch-odl-beryllium-l3"
18 {% else %}
19         profile: "openvswitch-odl-boron"
20 {% endif %}
21         http-proxy: "http://squid.internal:3128"
22         https-proxy: "http://squid.internal:3128"
23       to:
24         - "lxd:nodes/0"