summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/meta
Commit message (Collapse)AuthorAgeFilesLines
* Ensure openshift_client_binary is setScott Dodson2018-01-171-0/+1
|
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+2
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Remove openshift-commonMichael Gugino2017-09-061-2/+1
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Add openshift_examples roleScott Dodson2015-06-221-0/+15
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.