openstack-ansible-os_watcher/tasks
Kevin Carter 539cc073ee Ensure the components are isolated from the system
This creates a specific slice which all OpenStack services will operate
from. By creating an independent slice these components will be governed
away from the system slice allowing us to better optimise resource
consumption.

See the following for more information on slices:

* https://www.freedesktop.org/software/systemd/man/systemd.slice.html

See for following for more information on resource controls:

* https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html

Tools like ``systemd-cgtop`` and ``systemd-cgls`` will now give us
insight into specific processes, process groups, and resouce consumption
in ways that we've not had access to before. To enable some of this reporting
the accounting options have been added to the [Service] section of the unit
file.

Change-Id: I1edfb6bd1896f8c2b6f26c77ba02923e69fb2f37
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-03-30 15:07:48 +00:00
..
install-apt.yml Remove ansible<2.2 apt cache hack 2016-11-03 23:39:47 +00:00
main.yml Fix linting issues for ansible-lint 3.4.1 2016-11-09 21:50:56 +00:00
watcher_db_setup.yml Fix linting issues for ansible-lint 3.4.1 2016-11-09 21:50:56 +00:00
watcher_init.yml Ensure the components are isolated from the system 2017-03-30 15:07:48 +00:00
watcher_init_common.yml Force Ansible to use dynamic includes 2016-09-22 16:34:00 +01:00
watcher_init_systemd.yml Ensure the components are isolated from the system 2017-03-30 15:07:48 +00:00
watcher_init_upstart.yml Fix linting issues for ansible-lint 3.4.1 2016-11-09 21:50:56 +00:00
watcher_install.yml Clean up developer mode logic 2017-01-13 19:52:42 -06:00
watcher_post_install.yml Initial commit 2016-08-22 13:37:00 -04:00
watcher_pre_install.yml Initial commit 2016-08-22 13:37:00 -04:00
watcher_service_setup.yml Initial commit 2016-08-22 13:37:00 -04:00