openstack-ansible-os_magnum/tasks
Kevin Carter 353aba1f4f 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: I7f6d634eafeb47450127eed1e59f3e00ee3075a5
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit 562d330484)
2017-04-26 18:15:16 +00:00
..
magnum_db_setup.yml Standardize task file names 2016-11-18 09:59:25 -08:00
magnum_init.yml Ensure the components are isolated from the system 2017-04-26 18:15:16 +00:00
magnum_init_common.yml Remove Trusty support from os_magnum role 2016-12-15 12:31:57 +00:00
magnum_init_systemd.yml Ensure the components are isolated from the system 2017-04-26 18:15:16 +00:00
magnum_install.yml Merge "Clean up developer mode logic" 2017-01-14 23:21:13 +00:00
magnum_install_apt.yml Remove ansible<2.2 apt cache hack 2016-11-03 23:36:50 +00:00
magnum_post_install.yml Standardize task file names 2016-11-18 09:59:25 -08:00
magnum_pre_install.yml Ensure 0755 default mode on new directories 2017-01-11 15:40:41 -06:00
magnum_service_setup.yml Standardize task file names 2016-11-18 09:59:25 -08:00
main.yml Bring consistency to tags 2017-01-11 15:38:15 +00:00