2015-06-17 08:11:44 +00:00
|
|
|
---
|
|
|
|
- include: ../../config.yml
|
|
|
|
vars:
|
2015-07-04 12:47:45 +00:00
|
|
|
service_name: "keystone"
|
2015-06-17 08:11:44 +00:00
|
|
|
config_source:
|
|
|
|
- "roles/keystone/templates/keystone.conf.j2"
|
|
|
|
- "/etc/kolla/config/global.conf"
|
|
|
|
- "/etc/kolla/config/database.conf"
|
|
|
|
- "/etc/kolla/config/messaging.conf"
|
|
|
|
- "/etc/kolla/config/keystone.conf"
|
|
|
|
config_template_dest:
|
|
|
|
- "{{ node_templates_directory }}/keystone/keystone.conf_minimal"
|
|
|
|
- "{{ node_templates_directory }}/keystone/keystone.conf_global"
|
|
|
|
- "{{ node_templates_directory }}/keystone/keystone.conf_database"
|
|
|
|
- "{{ node_templates_directory }}/keystone/keystone.conf_messaging"
|
|
|
|
- "{{ node_templates_directory }}/keystone/keystone.conf_augment"
|
|
|
|
config_dest: "{{ node_config_directory }}/keystone/keystone.conf"
|
2015-07-02 13:09:58 +00:00
|
|
|
|
2015-08-28 18:19:28 -04:00
|
|
|
- name: Copying over Keystone JSON configuration file
|
|
|
|
template:
|
|
|
|
src: "roles/keystone/templates/keystone.json.j2"
|
|
|
|
dest: "{{ node_config_directory }}/keystone/config.json"
|
|
|
|
|
2015-07-02 13:09:58 +00:00
|
|
|
- name: Copying over config(s)
|
|
|
|
template:
|
|
|
|
src: "wsgi-keystone.conf.j2"
|
|
|
|
dest: "{{ node_config_directory }}/keystone/wsgi-keystone.conf"
|