adding bionic support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / odl.yaml
index b57e284..b38d92d 100644 (file)
@@ -1,8 +1,15 @@
     odl-controller:
       charm: ./{{ ubuntu.release }}/odl-controller
       num_units: 1
+{% if os.service.bindings %}
+      bindings:
+        "": *oam-space
+        controller-api: *internal-space
+        ovsdb-manager: *internal-space
+{% endif %}
+      series: {{ ubuntu.release }}
       options:
-        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"
+        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"
 {% if os.network.sfc %}
         profile: "openvswitch-odl-beryllium-sfc"
 {% elif os.network.bgpvpn %}