openstack-ansible-os_cinder/tasks
Kevin Carter (cloudnull) 12ea9635ff
Convert role to use a common systemd service role
This removes the systemd service templates and tasks from this role and
leverages a common systemd service role instead. This change removes a
lot of code duplication across all roles all without sacrificing features
or functionality. The intention of this change is to ensure uniformity and
reduce the maintenance burden on the community when sweeping changes are
needed.

The systemd journal would normally be populated with the standard out of
a service however with the use of uwsgi this is not actually happening
resulting in us only capturing the logs from the uwsgi process instead
of the service itself. This change implements journal logging in the
service config, which is part of OSLO logging.

OSLO logging docs found here: <https://docs.openstack.org/oslo.log/3.28.1/journal.html>

A new variable `cinder_environment_overrides` has been added to ensure
the correct PATH is set for cinder services.

This reverts commit b219b90536.

Change-Id: I1cb10aa591a8262add47e2f5b61cfded9e28241d
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-07-31 15:09:58 -05:00
..
cinder_backends.yml Fix usage of "|" for tests 2018-07-16 12:26:09 +02:00
cinder_cleanup_old_facts.yml Simplify and optimise cinder tasks 2017-07-06 06:18:55 +00:00
cinder_db_setup.yml Fix usage of "|" for tests 2018-07-16 12:26:09 +02:00
cinder_install.yml Convert role to use a common systemd service role 2018-07-31 15:09:58 -05:00
cinder_install_source.yml Fix usage of "|" for tests 2018-07-16 12:26:09 +02:00
cinder_lvm_config.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_post_install.yml Convert role to use a common systemd service role 2018-07-31 15:09:58 -05:00
cinder_pre_install.yml Convert role to use a common systemd service role 2018-07-31 15:09:58 -05:00
cinder_qos.yml tasks: cinder_qos: Use exact match for QoS rules 2018-01-10 12:18:34 +00:00
cinder_service_setup.yml Execute service setup against a delegated host using Ansible built-in modules 2018-07-13 13:42:58 +01:00
cinder_uwsgi.yml Add external LB management handler hook interface 2017-09-16 13:54:06 -05:00
main.yml Convert role to use a common systemd service role 2018-07-31 15:09:58 -05:00
mq_setup.yml Move MQ vhost/user creation into role 2018-07-19 18:15:05 +00:00