[JOID] generate bundle using jinja templates
[joid.git] / ci / 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         ha-mcastport: 5403
8 {% if os.ha.mode == 'ha' %}
9         vip: {{ opnfv.vip.keystone }}
10 {% endif %}
11       to:
12 {% for unit_id in to_select() %}
13         - "lxc:nodes={{ unit_id }}"
14 {% endfor %}