cmodfiied to add juju 2.0 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       options:
5 {% if opnfv.ext_port is defined  %}
6         ext-port: {{ opnfv.ext_port }}
7 {% endif %}
8         #gateway-mac: "default"
9       to:
10         - "lxd:nodes/0"