05df44d56e5d829fdf2e4510a5f75b9bf182cb5c
[joid.git] / ci / config_tpl / bundle_tpl / keystone.yaml
1     keystone:
2       charm: "local:{{ ubuntu.release }}/keystone"
3       num_units: {{ unit_qty() }}
4       options:
5         admin-password: {{ opnfv.admin_password | default(os.admin.password) }}
6         admin-token: {{ os.admin.name }}
7 {% if os.ha.mode == 'ha' %}
8         haproxy-server-timeout: 10000
9         haproxy-client-timeout: 10000
10         haproxy-queue-timeout: 10000
11         haproxy-connect-timeout: 10000
12         vip: {{ opnfv.vip.keystone }}
13 {% endif %}
14 {% if os.beta.public_api %}
15         os-public-hostname: api.{{ opnfv.domain }}
16 {% endif %}
17       to:
18 {% for unit_id in to_select() %}
19         - "lxc:nodes={{ unit_id }}"
20 {% endfor %}