summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup old deployment typesMichael Gugino2017-09-201-7/+7
| | | | | | | | | | | Previously, openshift-ansible supported various types of deployments using the variable "openshift_deployment_type" Currently, openshift-ansible only supports two deployment types, "origin" and "openshift-enterprise". This commit removes all logic and references to deprecated deployment types.
* fix "databcase" typo in example rolesliangxia2016-07-201-1/+1
|
* Make the install of openshift_examples optionalJohn T Skarbek2015-12-091-1/+8
| | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* Sync xpaas examples with githubScott Dodson2015-06-291-0/+4
|
* Add openshift_examples roleScott Dodson2015-06-221-0/+45
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.