summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/storage_plugins/glusterfs.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.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-3/+3
|
* retry package operationsLuke Meyer2017-11-301-0/+2
| | | | | | 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).
* Workaround seboolean module with setsebool command.Andrew Butcher2017-07-051-19/+41
|
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Check for existence of sebooleans prior to setting.Andrew Butcher2016-07-181-7/+23
|
* Install gluster and ceph packages when containerized but not atomicScott Dodson2016-01-071-1/+1
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1296022
* Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
|
* Remove yum / dnf duplicationScott Dodson2015-12-091-10/+1
|
* Fedora changes:Adam Miller2015-12-021-0/+7
| | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Fix failure when seboolean not presentJason DeTiberus2015-11-241-1/+1
|
* Bug 1282336 - Add additional seboolean for glusterJason DeTiberus2015-11-161-2/+7
| | | | | - Added setting seboolean for virt_sandbox_use_fusefs - Added a failed_when to not fail if virt_sandbox_use_fusefs does not exist
* make storage plugin dependency installation more flexibleJason DeTiberus2015-10-261-0/+12