tripleo-heat-templates/extraconfig/services
Cédric Jeanneret 48b277cdc9 [Queens-only] Install and configure tmpwatch for log cleanup
Installing and configuring tmpwatch allows to get rid of some
ugly things in logrotate configuration. As the container has no
network access anymore, we have to install the tool on the host
directly - this isn't that bad.

In order to avoid issues with logrotate manage logs, we explicitely
exclude patterns manage in the specific logorate configuration.

Also, always in order to avoid issues and ensure logrotate does its
own cleanup, we clean files one day later.

Note: this patch is the port of [1].
We can't really cherry-pick things since we have to correct the
heat_template_version value, and config-download not really supported,
meaning we can't use the "deploy_steps_tasks" as is.

[1] https://review.openstack.org/645183

Related-Bug: https://bugs.launchpad.net/tripleo/+bug/1821852
Change-Id: I5c59f337f2a62bc44e459f13de9bab6b4ab1a9f5
(cherry picked from commit 9e37ce9ab6)
2019-03-27 07:42:11 +01:00
..
README.rst Add readme for experimental extraconfig/services 2017-12-15 15:41:23 +00:00
ipaclient.yaml Move ipa enrollment to host_prep_tasks 2019-02-26 20:56:30 +00:00
ipsec.yaml Enable configuring tripleo-ipsec variables through IpsecVars 2018-01-30 12:07:42 +00:00
kubernetes-master.yaml Do not format output for kubespray or openshift deployments 2018-01-19 17:55:13 +01:00
kubernetes-worker.yaml Update templates alias to queens 2017-12-20 10:27:23 +01:00
openshift-master.yaml Set openshift_(ip|hostname) to ctrlplane ip 2018-02-26 12:16:12 +01:00
openshift-worker.yaml Update templates alias to queens 2017-12-20 10:27:23 +01:00
rhsm.yaml Apply variable to task not the block 2018-10-18 12:18:00 +00:00
tmpwatch-install.yaml [Queens-only] Install and configure tmpwatch for log cleanup 2019-03-27 07:42:11 +01:00

README.rst

Externally Installed Services

The services in this directory and the Ansible hook they use (external_deploy_tasks) are currently considered experimental.