summaryrefslogtreecommitdiff
path: root/roles/openshift_examples/defaults
AgeCommit message (Collapse)Author
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-10-27Add centos based dotnet 2.0 image streamsScott Dodson
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-08-26Add support for Atomic Registry InstallsSamuel Munilla
Add the Registry deployment subtype as an option in the quick installer.
2016-07-29Add dotnet image stream to enterprise installsScott Dodson
2016-07-03Add gte_3_3Scott Dodson
2016-06-17If registry_url != registry.access.redhat.com then modify image streamsScott Dodson
2016-03-14Ensure is_containerized is cast as bool.Andrew Butcher
2016-03-03Adding support for v1.2 examplesBrenton Leanhardt
2016-02-09Add gte check for 3.2, update version checks to gteJason DeTiberus
2015-12-22Install all xpaas streams when enabledScott Dodson
2015-12-15fixesJason DeTiberus
2015-12-15Containerization work by @sdodsonScott Dodson
2015-12-15Initial containerization work from @ibottyTobias Florek
copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
2015-11-18Install version dependent image streams for v1.0 and v1.1Scott Dodson
2015-11-10examples: include logging and metrics infrastructureLuke Meyer
2015-10-20Add match online imagestream/template loading to enterpriseScott Dodson
2015-10-20Adjust the logic as to when examples are deployedScott Dodson
2015-09-23UpgradesScott Dodson
2015-06-29Sync xpaas examples with githubScott Dodson
2015-06-22Add openshift_examples roleScott Dodson
This role installs db-templates, image-streams, and quickstart-templates into /usr/share/openshift/examples on the master and then uses `oc create` to import them.