cmodfiied to add juju 2.0 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       options:
5         install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz"
6 {% if os.network.sfc %}
7         profile: "openvswitch-odl-beryllium-sfc"
8 {% elif os.network.bgpvpn %}
9         profile: "openvswitch-odl-beryllium-vpn"
10 {% elif os.network.odll3 %}
11         profile: "openvswitch-odl-beryllium-l3"
12 {% else %}
13         profile: "openvswitch-odl-boron"
14 {% endif %}
15         http-proxy: "http://squid.internal:3128"
16         https-proxy: "http://squid.internal:3128"
17       to:
18         - "lxd:nodes/0"