summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/keystone.yaml
blob: 147bdc3f04ce1af00f3baa00d468bcafecea7b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
    keystone:
      charm: "local:{{ ubuntu.release }}/keystone"
      num_units: {{ unit_qty() }}
      options:
        admin-password: {{ opnfv.admin_password | default(os.admin.password) }}
        admin-token: {{ os.admin.name }}
{% if os.ha.mode == 'ha' %}
        vip: {{ opnfv.vip.keystone }}
{% endif %}
      to:
{% for unit_id in to_select() %}
        - "lxc:nodes={{ unit_id }}"
{% endfor %}