3 Commits

Author SHA1 Message Date
Mark Goddard
8ad23be9eb Persistent sysctls broken due to missing .conf suffix
Kayobe provides support for setting arbitrary sysctls on hosts. These
should be persistent, but the configuration file used
(/etc/sysctl.d/kayobe) does not have the required .conf extension, so
the file is ignored.

This change adds a .conf suffix to make the file
/etc/sysctl.d/kayobe.conf.

Change-Id: I222250a91bc28aed9577293534cf481579992f52
Story: 2002972
Task: 22980
2018-07-13 19:36:21 +01:00
Mark Goddard
d8fe45b3d8 Tag all (well, some of) the things (plays)
Having tagged plays allows us to easily run a subset of the plays for a
command, and perform targeted operations with less risk of unintended
consequences.

The tags are typically named after the playbook, although some of the
overcloud playbooks have been tagged without an overcloud- prefix.
2017-12-19 16:58:21 +00:00
Mark Goddard
316d16c0ec Add support for configuration of sysctl parameters
These are group-specific, and configured via the following variables:

controller_sysctl_parameters
monitoring_sysctl_parameters
seed_sysctl_parameters
seed_hypervisor_parameters
2017-08-31 17:43:18 +00:00