summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/tasks/install.yml
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.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-4/+4
| | | | | | | | | | | | | | 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.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-4/+4
|
* retry package operationsLuke Meyer2017-11-301-0/+8
| | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
* Add fedora compatibilityAdam Miller2017-10-061-2/+29
| | | | | | | | | | | - don't check pkg versions on Fedora, it won't work; they move faster than RHEL and it's not realistic to maintain that package list. - handle differences between yum and dnf pkgspec for excluder - work-around for a bug in dnf https://bugzilla.redhat.com/show_bug.cgi?id=1199432 - make requirement verify one play, don't run unnecessary checks on Fedora
* singletonize some role tasks that repeat a lotLuke Meyer2017-06-061-13/+23
|
* Rework openshift_excluders roleRussell Teague2017-05-161-18/+11
|
* Attempt to match version of excluders to target versionScott Dodson2017-03-201-2/+2
|
* extend the excluders to containerized deploymentJan Chaloupka2017-03-091-1/+1
|
* - update excluders to latest, in non-upgrade scenarios do not updateJan Chaloupka2017-03-071-12/+17
| | | | | | - check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
* Add openshift_excluder roleScott Dodson2017-02-061-0/+16
- install -- installs excluders, which enables them too - exclude -- enables the excludes - unexclude -- disables the excludes - status -- sets facts based on status, included in main.yml - reset -- sets excluders back to original state based on recorded facts