blob: fd08c71731351714c51a8787bb4e9d1cc9d3c665 (
plain)
1
2
3
4
5
6
7
8
9
|
onos-controller:
charm: local:{{ ubuntu.release }}/onos-controller
options:
{% if opnfv.ext_port is defined %}
ext-port: {{ opnfv.ext_port }}
{% endif %}
#gateway-mac: "default"
to:
- "lxc:nodes=0"
|