summaryrefslogtreecommitdiffstats
path: root/roles/openshift_sanitize_inventory/meta
Commit message (Collapse)AuthorAgeFilesLines
* Updating logging_facts to be able to pull values from config maps yaml ↵Eric Wolinetz2018-01-021-0/+1
| | | | files, use diffs to keep custom changes, white list certain settings when creating diffs
* 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.
* validate and normalize inventory variablesLuke Meyer2017-03-291-0/+15
In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.