summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "GlusterFS: Remove image option from heketi command"Michael Hanselmann2018-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 3d3853836d71c37a9c81aea8e606c94052439789 which was supposedly a fix for an issue with topology initialization, but that turned out to be a separate issue fixed in commit b8879b5c6731bd51e590b470b1a51fce73db0ee1. By default "heketi-cli setup-openshift-heketi-storage" uses the "heketi/heketi:dev" image while, for OpenShift Container Platform installations, the default image for all other operations is "rhgs3/rhgs-volmanager-rhel7". In environments where only a limited set of Docker registries is available, i.e. only the Red Hat registry but not Docker Hub, using "heketi/heketi:dev" does not work or would require manual intervention. The discussion surrounding the removal of "--image" in PR#5769 involved statements that "--image" was removed from Heketi. As of January 30, 2018 the master branch contains the option, as does the upstream Docker image (Heketi version v5.0.0-225-gffb9fea) and the aforementioned "rhgs3/rhgs-volmanager-rhel7" image. Tested with OpenShift Container Platform 3.7.23.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-3/+3
| | | | | 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-3/+3
| | | | | | | | | | | | | | 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.
* GlusterFS: Update heketi templates for latest versionJose A. Rivera2017-11-081-1/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Remove image option from heketi commandJose A. Rivera2017-10-161-1/+1
| | | | | | Reverts #5562, option has been removed from heketi command Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Add --image flag to setup-openshift-heketi-storageTim Tindell2017-09-271-1/+1
|
* GlusterFS can now be run more than once. Ability to add devices to nodesTim Tindell2017-09-181-1/+1
|
* GlusterFS: Default glusterfs_name in loop items.Jose A. Rivera2017-07-281-1/+1
| | | | | | Fixes #4745 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Make heketi-cli command configurableJose A. Rivera2017-07-141-1/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Fix SSH-based heketi configurationJose A. Rivera2017-07-081-0/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Use proper namespace for heketi command and service accountJose A. Rivera2017-06-211-2/+2
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow configuration of heketi portJose A. Rivera2017-06-161-1/+2
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Remove requirement for heketi-cliJose A. Rivera2017-06-131-18/+9
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow cleaner separation of multiple clustersJose A. Rivera2017-06-131-2/+33
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Minor corrections and cleanupsJose A. Rivera2017-06-131-1/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow configuration of kube namespace for heketiJose A. Rivera2017-06-131-0/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow failure reporting when deleting deploy-heketiJose A. Rivera2017-06-131-1/+0
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Make sure timeout is an intJose A. Rivera2017-06-131-3/+3
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow for a separate registry-specific playbookJose A. Rivera2017-05-041-17/+17
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Don't double quote when conditionsScott Dodson2017-05-011-2/+2
|
* GlusterFS playbook and roleJose A. Rivera2017-04-101-0/+109
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>