summaryrefslogtreecommitdiffstats
path: root/README_CONTAINER_IMAGE.md
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - openshift-checksRussell Teague2017-11-161-2/+2
|
* image builds: remove dependency on playbook2imagejuanvallejo2017-07-181-5/+1
| | | | | | We do not need the builder functionality from playbook2image and the resulting image was overly complicated, so this simply builds on Centos/RHEL.
* Rename container image to origin-ansible / ose-ansiblePep Turró Mauri2017-06-021-5/+11
| | | | | | | | | | | | 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.
* health check playbooks: relocate and expandLuke Meyer2017-05-221-2/+2
| | | | | | | | | | | | | | | | | | 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.
* Fix container image build referencesPep Turró Mauri2017-05-121-2/+2
| | | | | | | | | Updating some files to account for recent changes: - Commit fbadeb4 moved the location of the Dockerfiles - playbook2image is now available from the openshift org - downstream image is building with boto 2.34 Adjusting image build scripts and documentation to match these changes.
* docs: Add basic system container dev docsSteve Milner2017-05-031-0/+23
|
* Move container build instructions to BUILD.mdPep Turró Mauri2017-04-241-15/+2
|
* Elaborate container image usage instructionsPep Turró Mauri2017-04-241-7/+26
| | | | | Explain that the base image expects to run as non-root and the implications of this, and expand the example 'docker run' options in detail.
* Add example scheduled certificate checkPep Turró Mauri2017-04-061-1/+3
| | | | | | | | | | 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.
* Minor updates to README_CONTAINER_IMAGE.mdPep Turró Mauri2017-03-101-7/+7
| | | | Fix link to the example role, prefix image name with openshift/.
* Dockerfile and docs to run containerized playbooksPep Turró Mauri2017-03-061-0/+41
Update openshift-ansible's Dockerfile to use playbook2image as a base, with the goal to run an arbitrary playbook from a container. The existing Dockerfile is moved to Dockerfile.rhel7 for the productized version and will be updated to use playbook2image later.