onos is compaitible with new definition of ext-port.
[joid.git] / ci / config_tpl / bundle_tpl / odl.yaml
1     odl-controller:
2       charm: local:{{ ubuntu.release }}/odl-controller
3       options:
4         install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.2-Beryllium-SR2/distribution-karaf-0.4.2-Beryllium-SR2.tar.gz"
5 {% if os.network.sfc %}
6         profile: "openvswitch-odl-beryllium-sfc"
7 {% elif os.network.bgpvpn %}
8         profile: "openvswitch-odl-beryllium-vpn"
9 {% elif os.network.odll3 %}
10         profile: "openvswitch-odl-beryllium-l3"
11 {% else %}
12         profile: "openvswitch-odl-beryllium"
13 {% endif %}
14         http-proxy: "http://squid.internal:3128"
15         https-proxy: "http://squid.internal:3128"
16       to:
17         - "lxc:nodes=0"