summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/vars
Commit message (Collapse)AuthorAgeFilesLines
* openshift_facts: install python3-dbus package on Fedora nodes.Slava Semushin2017-03-243-6/+12
|
* Do not require python-six via openshift_factsRodolfo Carvalho2017-03-201-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_checkerJason DeTiberus2017-03-131-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 hostsJason DeTiberus2017-03-091-1/+0
|
* openshift_facts: ensure system containers deps are installedGiuseppe Scrivano2017-03-071-0/+5
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Add required python-six package to installationTim Bielawa2017-01-041-0/+7
* Moves package list into a defaults/main.yml file * Closes #3020