summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/onos.yaml
blob: da7f7202d63d786bf8e6ece168e4cb517afdccf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
    onos-controller:
      charm: ./{{ ubuntu.release }}/onos-controller
      num_units: 1
      series: {{ ubuntu.release }}
      options:
{% if opnfv.ext_port is defined  %}
        ext-port: {{ opnfv.ext_port }}
{% endif %}
        #gateway-mac: "default"
      to:
        - "lxd:nodes/0"