openstack-ansible-os_keystone/tasks
Kevin Carter 62d9f9c10d
Cleanup files and templates using smart sources
The files and templates we carry are almost always in a state of
maintenance. The upstream services are maintaining these files and
there's really no reason we need to carry duplicate copies of them. This
change removes all of the files we expect to get from the upstream
service. while the focus of this change is to remove configuration file
maintenance burdens it also allows the role to execute faster.

  * Source installs have the configuration files within the venv at
    "<<VENV_PATH>>/etc/<<SERVICE_NAME>>". The role will now link the
    default configuration path to this directory. When the service is
    upgraded the link will move to the new venv path.
  * Distro installs package all of the required configuration files.

To maintain our current capabilities to override configuration the
role will fetch files from the disk whenever an override is provided and
then push the fetched file back to the target using `config_template`.

Change-Id: I93cb6463ca1eb93ab7f4e7a3970a7de829efaf66
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2019-01-09 18:30:07 -06:00
..
keystone_apache.yml Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
keystone_credential.yml Change include: to include_tasks: 2018-02-15 10:24:39 -06:00
keystone_credential_autorotate.yml Add credential_setup for keystone 2016-09-08 12:06:48 +01:00
keystone_credential_create.yml Fix ansible deprecation warnings 2018-12-03 17:23:30 +00:00
keystone_credential_distribute.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 02:31:54 +00:00
keystone_db_setup.yml Adds support for changing port for keystone galera database. 2018-11-22 08:44:00 +00:00
keystone_federation_sp_idp_setup.yml Do not log passwords 2018-04-17 12:24:23 +01:00
keystone_federation_sp_setup.yml Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
keystone_fernet.yml Change include: to include_tasks: 2018-02-15 10:24:39 -06:00
keystone_fernet_keys_autorotate.yml Use keystone_system_user_name in fernet rotation cron entry. 2016-07-15 15:06:36 -05:00
keystone_fernet_keys_create.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_fernet_keys_distribute.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 02:31:54 +00:00
keystone_idp_metadata.yml Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
keystone_idp_self_signed_create.yml Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
keystone_idp_self_signed_distribute.yml Fix usage of "|" for tests 2018-07-12 16:44:21 +02:00
keystone_idp_self_signed_store.yml Fix usage of "|" for tests 2018-07-12 16:44:21 +02:00
keystone_idp_setup.yml Change include: to include_tasks: 2018-02-15 10:24:39 -06:00
keystone_idp_sp_setup.yml Fix usage of "|" for tests 2018-07-12 16:44:21 +02:00
keystone_install.yml Fix ansible deprecation warnings 2018-12-03 17:23:30 +00:00
keystone_install_source.yml Remove unnecessary package install duplication 2018-10-30 19:24:12 +00:00
keystone_key_distribute.yml Avoid conflicting delegation with authorized_keys 2018-03-13 18:59:07 -07:00
keystone_key_populate.yml Avoid conflicting delegation with authorized_keys 2018-03-13 18:59:07 -07:00
keystone_key_setup.yml Change include: to include_tasks: 2018-02-15 10:24:39 -06:00
keystone_ldap_setup.yml Ensure that LDAP config is deployed on all keystone hosts 2018-11-28 11:43:14 +00:00
keystone_nginx.yml Add tasks to remove legacy files 2019-01-04 14:53:13 -06:00
keystone_post_install.yml Cleanup files and templates using smart sources 2019-01-09 18:30:07 -06:00
keystone_pre_install.yml Cleanup files and templates using smart sources 2019-01-09 18:30:07 -06:00
keystone_service_bootstrap.yml Drop Admin API from Keystone 2018-09-14 11:44:40 -06:00
keystone_service_update.yml Enable overriding the service setup host python interpreter 2018-11-28 16:07:36 +00:00
keystone_ssl.yml Change include: to include_tasks: 2018-02-15 10:24:39 -06:00
keystone_ssl_key_create.yml Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
keystone_ssl_key_distribute.yml Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
keystone_ssl_key_store.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_ssl_self_signed.yml Change include: to include_tasks: 2018-02-15 10:24:39 -06:00
keystone_ssl_user_provided.yml Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
keystone_uwsgi.yml Add tasks to remove legacy files 2019-01-04 14:53:13 -06:00
main.yml Ensure that LDAP config is deployed on all keystone hosts 2018-11-28 11:43:14 +00:00
mq_setup.yml Updated from OpenStack Ansible Tests 2018-08-20 10:48:49 +00:00