Role os_magnum for OpenStack-Ansible
Go to file
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
defaults Ensure the components are isolated from the system 2017-04-26 18:15:16 +00:00
doc Update repository with reference to role git location 2016-12-22 14:26:22 +00:00
examples [DOCS] Move example playbook to separate file 2016-08-11 20:59:56 -05:00
files Add files/ directory 2016-01-08 16:34:22 -06:00
handlers Resolving minor issues with Magnum role that prevented installation from 2016-06-08 11:02:44 -05:00
library Add config_template library from OSA 2016-01-05 13:09:23 -06:00
meta Remove Trusty support from os_magnum role 2016-12-15 12:31:57 +00:00
releasenotes Ensure the components are isolated from the system 2017-04-26 18:15:16 +00:00
tasks Ensure the components are isolated from the system 2017-04-26 18:15:16 +00:00
templates Ensure the components are isolated from the system 2017-04-26 18:15:16 +00:00
tests Enable cluster trust for magnum 2017-04-18 13:30:32 +02:00
vars Rename package lists (and related vars) appropriately 2016-08-30 19:02:37 +01:00
.gitignore Add basic functional tests to role 2016-10-04 15:18:12 -07:00
.gitreview Update .gitreview for stable/ocata 2017-02-03 18:58:29 +00:00
CONTRIBUTING.rst Implement base configuration for OpenStack-CI 2016-03-18 11:41:53 -07:00
LICENSE Make license plain-text 2016-01-05 10:59:58 -06:00
README.rst Show team and repo badges on README 2016-11-25 16:13:47 +01:00
Vagrantfile Remove Trusty support from os_magnum role 2016-12-15 12:31:57 +00:00
bindep.txt Install python2-pyOpenSSL package on CentOS 2017-03-03 13:21:26 -06:00
manual-test.rc Add basic functional tests to role 2016-10-04 15:18:12 -07:00
run_tests.sh Update and clean up run_tests.sh 2017-01-06 16:52:34 +00:00
setup.cfg update homepage with developer documentation page 2016-09-20 13:15:22 +05:30
setup.py Updated from global requirements 2016-07-15 03:57:59 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 05:10:58 +00:00
tox.ini Update repo for stable/ocata 2017-02-18 11:55:57 +00:00

README.rst

Team and repository tags

image

OpenStack-Ansible Magnum

Ansible role that installs and configures OpenStack Magnum.

Documentation for this project can be found at:

http://docs.openstack.org/developer/openstack-ansible-os_magnum/

The project home is at:

http://launchpad.net/openstack-ansible