summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml
Commit message (Collapse)AuthorAgeFilesLines
* Introduce openshift_hosted_registry_storage_class configuration variable to ↵Suren A. Chilingaryan2018-03-111-1/+3
| | | | enable dynamicly provisioned GlusterFS volume for hosted registry
* uninstall playbook for GlusterFSSaravanakumar Arumugam2018-02-071-50/+1
| | | | Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* dynamic inventory bug when group exists but its emptyMangirdas2018-02-021-1/+1
|
* add glusterblock support for ansibleMangirdas2018-01-311-0/+2
| | | | Co-authored-by: Christina Kyriakidou <Ckyriaki@Redhat.com>
* Move more plugins to lib_utilsMichael Gugino2018-01-101-0/+1
| | | | | | | This commit continues moving plugins into lib_utils. This commit does not move any plugins for add-on roles such as logging and metrics.
* Support for making glusterfs storage class a default one.Jiri Mencak2017-12-121-0/+1
| | | | | | | This PR adds support for making glusterfs storage class a default class. By default this behaviour is turned off for backward compatibility and can be turned on by setting: openshift_storage_glusterfs_storageclass_default=True
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-061-1/+1
|
* Fix hosted varsMichael Gugino2017-12-051-2/+2
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Add support for external glusterfs as registry backendMangirdas2017-11-211-40/+1
|
* GlusterFS: Add configuration for auto creating block-hosting volumesJose A. Rivera2017-11-161-1/+3
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Add gluster-s3 functionalityJose A. Rivera2017-11-081-0/+10
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Add glusterblock functionalityJose A. Rivera2017-11-081-0/+4
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Update heketi templates for latest versionJose A. Rivera2017-11-081-0/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow option to use or ignore default node selectorsJose A. Rivera2017-09-061-0/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* 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: Create registry storage svc and ep in registry namespaceJose A. Rivera2017-07-211-2/+2
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Pass all booleans through bool filter.Jose A. Rivera2017-07-211-8/+8
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Make heketi-cli command configurableJose A. Rivera2017-07-141-0/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Fix SSH-based heketi configurationJose A. Rivera2017-07-081-0/+5
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Fix error when groups.glusterfs_registry is undefined.Jose A. Rivera2017-06-161-3/+3
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow configuration of heketi portJose A. Rivera2017-06-161-0/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Remove requirement for heketi-cliJose A. Rivera2017-06-131-2/+2
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Create a StorageClass if specifiedJose A. Rivera2017-06-131-0/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow cleaner separation of multiple clustersJose A. Rivera2017-06-131-7/+8
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Minor corrections and cleanupsJose A. Rivera2017-06-131-2/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Adjust when clauses for registry configJose A. Rivera2017-06-131-1/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Use groups variablesJose A. Rivera2017-06-131-2/+4
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Allow for a separate registry-specific playbookJose A. Rivera2017-05-041-6/+29
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Remove jinja template delimeters from when conditionsScott Dodson2017-05-011-1/+1
| | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* GlusterFS playbook and roleJose A. Rivera2017-04-101-0/+48
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>