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