summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/openbaton.yaml
blob: 053da7cde0a13f3c1a7d48469127f04edba3c4d9 (plain)
1
2
3
4
5
6
7
8
9
10
    openbaton:
      charm: ./{{ ubuntu.release }}/openbaton
      num_units: 1
{% if os.service.bindings %}
      bindings:
        "": internal-api
{% endif %}
      to:
        - "lxd:nodes/0"
{# Empty block to avoid bad block trim #}