adding bionic support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / onos.yaml
1     onos-controller:
2       charm: ./{{ ubuntu.release }}/onos-controller
3       num_units: 1
4       series: {{ ubuntu.release }}
5       options:
6 {% if opnfv.ext_port is defined  %}
7         ext-port: {{ opnfv.ext_port }}
8 {% endif %}
9         #gateway-mac: "default"
10       to:
11         - "lxd:nodes/0"