summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/filter_plugins/oo_filters.py
Commit message (Collapse)AuthorAgeFilesLines
* Verify that requested services have schedulable nodes matching the selectorsVadim Rutkovsky2018-02-101-1/+47
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* lib_utils_oo_collect: Allow filtering on dot separated keys.Andrew Butcher2018-02-011-1/+1
|
* Merge pull request #6859 from abutcher/bz1536217OpenShift Merge Robot2018-01-251-0/+53
|\ | | | | | | | | Automatic merge from submit-queue. Bug 1536217: Need to validate etcd serving certs before 3.9 upgrade
| * Redeploy etcd certificates during upgrade when etcd hostname not present in ↵Andrew Butcher2018-01-241-0/+53
| | | | | | | | etcd serving cert SAN.
* | [1502838] Correct certificate alt name parsingRussell Teague2018-01-251-3/+4
| | | | | | | | | | | | | | | | | | | | Certificates may have alternate names specified, which may contain different name types. Only 'DNS' alternate types should be parsed. X509v3 Subject Alternative Name: email:hostmaster@example.com, DNS:host.example.com Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1502838
* | Add ability to mount volumes into system container nodesMichael Gugino2018-01-181-0/+14
|/ | | | | | | This commit adds the ability to mount volumes into system containerized nodes. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1534933
* Don't use from ansible.module_utils.six as its no longer available in ↵Vadim Rutkovsky2018-01-121-7/+4
| | | | Ansible 2.4
* Move more plugins to lib_utilsMichael Gugino2018-01-101-0/+9
| | | | | | | This commit continues moving plugins into lib_utils. This commit does not move any plugins for add-on roles such as logging and metrics.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-0/+621
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.