summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Add centos based dotnet 2.0 image streamsScott Dodson2017-10-271-3/+5
|
* YAML LintingRussell Teague2016-12-121-2/+2
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Add support for Atomic Registry InstallsSamuel Munilla2016-08-261-0/+2
| | | | Add the Registry deployment subtype as an option in the quick installer.
* Add dotnet image stream to enterprise installsScott Dodson2016-07-291-1/+3
|
* Add gte_3_3Scott Dodson2016-07-031-1/+1
|
* If registry_url != registry.access.redhat.com then modify image streamsScott Dodson2016-06-171-0/+2
|
* Ensure is_containerized is cast as bool.Andrew Butcher2016-03-141-1/+1
|
* Adding support for v1.2 examplesBrenton Leanhardt2016-03-031-1/+1
|
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|
* Install all xpaas streams when enabledScott Dodson2015-12-221-1/+1
|
* fixesJason DeTiberus2015-12-151-4/+4
|
* Containerization work by @sdodsonScott Dodson2015-12-151-1/+1
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-1/+1
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Install version dependent image streams for v1.0 and v1.1Scott Dodson2015-11-181-1/+3
|
* examples: include logging and metrics infrastructureLuke Meyer2015-11-101-0/+2
|
* Add match online imagestream/template loading to enterpriseScott Dodson2015-10-201-3/+3
|
* Adjust the logic as to when examples are deployedScott Dodson2015-10-201-3/+3
|
* UpgradesScott Dodson2015-09-231-0/+2
|
* Sync xpaas examples with githubScott Dodson2015-06-291-1/+1
|
* Add openshift_examples roleScott Dodson2015-06-221-0/+16
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.