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