summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/opnfv-promise.yaml
blob: f4abaabfae726e164ab721bdd25fdc8c90400913 (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-api
{% endif %}
      to:
        - "lxd:nodes/0"
{# Empty block to avoid bad block trim #}