Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing tasks from module openshift_facts. | Kenny Woodson | 2017-08-04 | 3 | -17/+0 |
| | |||||
* | openshift_facts: install python3-dbus package on Fedora nodes. | Slava Semushin | 2017-03-24 | 3 | -6/+12 |
| | |||||
* | Do not require python-six via openshift_facts | Rodolfo Carvalho | 2017-03-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | It turns out the code in roles/openshift_health_checker/openshift_checks/__init__.py had a mistake in the import statement, and not the case that `add_metaclass` is not available in the embedded `six` from `ansible.module_utils`. The fix is to correct the import and do not require python-six to be installed on target hosts. Note: now that we have some unit tests in the role, errors like that would have been caught. | ||||
* | Revert module_utils six for openshift_health_checker | Jason DeTiberus | 2017-03-13 | 1 | -0/+1 |
| | | | | | Embedded version of six in Ansible 2.2.1 does not support add_metaclass, so revert to using python-six. | ||||
* | Use six from ansible.module_utils for remote hosts | Jason DeTiberus | 2017-03-09 | 1 | -1/+0 |
| | |||||
* | openshift_facts: ensure system containers deps are installed | Giuseppe Scrivano | 2017-03-07 | 1 | -0/+5 |
| | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | Add required python-six package to installation | Tim Bielawa | 2017-01-04 | 1 | -0/+7 |
* Moves package list into a defaults/main.yml file * Closes #3020 |