summaryrefslogtreecommitdiffstats
path: root/playbooks/certificate_expiry
Commit message (Collapse)AuthorAgeFilesLines
* health check playbooks: relocate and expandLuke Meyer2017-05-229-122/+1
| | | | | | | | | | | | | | | | | | We are moving toward having adhoc post-install checks and so the "preflight" designation needs to be widened. Updated location to playbooks/byo/openshift-checks, added health check playbook, and updated README. Also included the certificate_expiry playbooks. Left behind symlinks and wrappers for existing checks. To conform with the direction of the rest of the repo, the openshift-checks playbooks are split into two directories, one under playbooks/common with the actual invocation and one under playbooks/byo for entrypoints that are just wrappers for the ones in common. Because the certificate_expiry playbooks are intended not just to be functional but to be examples that users modify, I did not split them similarly. That could happen later after discussion but for now I just left them whole under byo/openshift-checks/certificate_expiry.
* Add example scheduled certificate checkPep TurrĂ³ Mauri2017-04-062-0/+56
| | | | | | | | | | Additional certificate expiration check playbooks: - one that that uploads the generated reports to a location in the masters - one that uses custom report paths with timestamps OpenShift Job and ScheduledJob examples that use these playbooks run from a container to check cluster certificates from within the cluster itself.
* Include rpm/git paths in expiry README.Tim Bielawa2017-02-101-3/+0
|
* Make the cert expiry playbooks runnableTim Bielawa2017-02-096-0/+69