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