summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2017-06-02Rename container image to origin-ansible / ose-ansiblePep Turró Mauri
As discussed in #4279 the container image is being renamed to openshift/origin-ansible (upstream) and openshift3/ose-ansible (downstream) for the "oc cluster up" use case, and more generally to make it fit the imageConfig.format configuration option. This updates references to the image name accordingly. Also updating references to playbook2image to account for recent moves of the repo/image.
2017-04-26Fix certificate check Job examplesPep Turró Mauri
The example Job specifications were wrong (they had a Pod spec instead). Also fixing a tabs-vs-spaces problem in examples/README.md.
2017-04-06Add example scheduled certificate checkPep Turró Mauri
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.