summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6182 from jmencak/glusterfs_storageclass-defaultRussell Teague2017-12-138-7/+29
|\ | | | | Support for making glusterfs storage class a default one.
| * Support for making glusterfs storage class a default one.Jiri Mencak2017-12-128-7/+29
| | | | | | | | | | | | | | 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
* | Remove empty openshift_hosted_facts roleMichael Gugino2017-12-122-2/+1
|/ | | | This commit removes a now-empty role.
* Check for openshift attribute before using it during CNS install.Jiri Mencak2017-12-081-1/+1
| | | | Fixes: BZ1523681
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-064-9/+9
|
* Fix hosted varsMichael Gugino2017-12-053-5/+7
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Merge pull request #6325 from sosiouxme/20171201-glusterfs-bugScott Dodson2017-12-011-1/+1
|\ | | | | storage_glusterfs: fix typo
| * storage_glusterfs: fix typoLuke Meyer2017-12-011-1/+1
| |
* | 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).
* Merge pull request #5723 from mjudeikis/gluster-registry-backendScott Dodson2017-11-293-43/+3
|\ | | | | Add external glusterfs backend to hosted and glusterfs playbook
| * Add support for external glusterfs as registry backendMangirdas2017-11-213-43/+3
| |
* | Merge pull request #6073 from mjudeikis/fix_glusterfs_restartScott Dodson2017-11-281-0/+10
|\ \ | | | | | | fix for Gluster force restart
| * | Add check for gluterFS DS to stop restartsMangirdas2017-11-191-0/+10
| |/
* | GlusterFS: Remove extraneous line from glusterblock templateJose A. Rivera2017-11-272-2/+0
| | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | GlusterFS: Files and templates for 3.8Jose A. Rivera2017-11-2013-0/+883
|/ | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Add configuration for auto creating block-hosting volumesJose A. Rivera2017-11-168-12/+28
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Add gluster-s3 functionalityJose A. Rivera2017-11-088-45/+420
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Add glusterblock functionalityJose A. Rivera2017-11-089-0/+210
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Update heketi templates for latest versionJose A. Rivera2017-11-088-16/+22
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* GlusterFS: Specify resource requestsJose A. Rivera2017-11-081-1/+4
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Merge pull request #5715 from jarrpa/registry-storage-doc-fixScott Dodson2017-11-021-7/+7
|\ | | | | GlusterFS: Fix registry storage documentation
| * GlusterFS: Fix registry storage documentationJose A. Rivera2017-10-101-7/+7
| | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Merge pull request #5867 from chinacoolhacker/masterOpenShift Merge Robot2017-10-3010-0/+547
|\ \ | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. GlusterFS suppot for OpenShift v1.5 Added files and templates for OpenShift v1.5
| * | Glusterfs storage templates for v1.5 addedchinacoolhacker2017-10-2510-0/+547
| | |
* | | Merge pull request #5769 from jarrpa/image-revertOpenShift Merge Robot2017-10-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. GlusterFS: Remove image option from heketi command Reverts #5562, option has been removed from heketi command Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1502054 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>
* | | Merge pull request #5720 from sdodson/issue5108Scott Dodson2017-10-302-0/+16
|\ \ \ | |/ / |/| | Add dm_thin_pool for gluster use
| * | Add dm_thin_pool for gluster useScott Dodson2017-10-302-0/+16
| |/
* | GlusterFS: remove topology reference from deploy-heketiJose A. Rivera2017-10-041-8/+0
|/ | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Merge pull request #5562 from ttindell2/masterOpenShift Merge Robot2017-10-021-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Fix Heketi Deployment without external registry access #5550 Updated task to use the --image flag. The Image will now be set to: {{ glusterfs_heketi_image}}:{{ glusterfs_heketi_version }} This means that the user can specify an internal registry if needed. Created ticket with heketi: heketi/heketi#870
| * Add --image flag to setup-openshift-heketi-storageTim Tindell2017-09-271-1/+1
| |
* | GlusterFS: make ServiceAccounts privileged when either glusterfs or heketi ↵Jose A. Rivera2017-09-292-10/+11
| | | | | | | | | | | | is native Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Merge pull request #5415 from ttindell2/masterOpenShift Merge Robot2017-09-254-39/+48
|\ \ | |/ | | | | | | | | | | | | | | Automatic merge from submit-queue #5362 GlusterFS fails to run more than once #5362 Added the ability to have the GlusterFS ansible script run more than once. It also allows to update the topology of the Gluster cluster even if the Gluster cluster has already been deployed. @dustymabe
| * GlusterFS can now be run more than once. Ability to add devices to nodesTim Tindell2017-09-184-39/+48
| |
* | Merge pull request #5151 from jarrpa/gluster-portsScott Dodson2017-09-131-2/+2
|\ \ | | | | | | GlusterFS: Correct firewall port names
| * | GlusterFS: Correct firewall port namesJose A. Rivera2017-08-211-2/+2
| | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | GlusterFS: Allow option to use or ignore default node selectorsJose A. Rivera2017-09-065-1/+7
| | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | GlusterFS: Clarify heketi URL documentationJose A. Rivera2017-09-061-1/+1
| | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | GlusterFS: Add files/templates for v3.7Jose A. Rivera2017-09-0610-0/+555
| |/ |/| | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Fix typo in variable names for glusterfs firewall configurationVasily Chekalkin2017-08-311-2/+2
| |
* | Default to global setting for firewall.Kenny Woodson2017-08-251-2/+2
| |
* | Merge pull request #5082 from jarrpa/glusterfs-readme-noteScott Dodson2017-08-241-1/+1
|\ \ | |/ |/| GlusterFS: add minor README note for #5071
| * GlusterFS: add minor README note for #5071Jose A. Rivera2017-08-141-1/+1
| | | | | | | | | | | | Closes #5071 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Merge pull request #5072 from kwoodson/glusterfs_fwScott Dodson2017-08-153-0/+53
|\ \ | | | | | | Glusterfs firewall updates.
| * | Moving firewall rules under the role to work with refactor.Kenny Woodson2017-08-113-0/+53
| |/
* | Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson2017-08-141-1/+0
|/ | | | cluster build.
* Merge pull request #4909 from jarrpa/glusterfs_name-fixScott Dodson2017-08-074-9/+9
|\ | | | | GlusterFS: Default glusterfs_name in loop items.
| * GlusterFS: Default glusterfs_name in loop items.Jose A. Rivera2017-07-284-9/+9
| | | | | | | | | | | | Fixes #4745 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | GlusterFS: Don't use /dev/null for empty file.Jose A. Rivera2017-08-043-4/+5
| | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1478198 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | GlusterFS: Copy SSH private key to master node.Jose A. Rivera2017-08-021-1/+6
| | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1477718 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>