{"id":22331336,"url":"https://github.com/eoly/puppet-glusterfs","last_synced_at":"2025-03-26T07:12:32.034Z","repository":{"id":68408672,"uuid":"104753689","full_name":"eoly/puppet-glusterfs","owner":"eoly","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-25T13:29:35.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"refactor","last_synced_at":"2025-01-31T08:41:31.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eoly.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-25T13:29:23.000Z","updated_at":"2017-09-25T13:29:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"bea97a93-df0e-49a7-a9d6-724138777333","html_url":"https://github.com/eoly/puppet-glusterfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoly%2Fpuppet-glusterfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoly%2Fpuppet-glusterfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoly%2Fpuppet-glusterfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoly%2Fpuppet-glusterfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eoly","download_url":"https://codeload.github.com/eoly/puppet-glusterfs/tar.gz/refs/heads/refactor","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605719,"owners_count":20643030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T04:11:12.186Z","updated_at":"2025-03-26T07:12:32.028Z","avatar_url":"https://github.com/eoly.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description - What the module does and why it is useful](#module-description)\n3. [Setup - The basics of getting started with glusterfs](#setup)\n    * [What glusterfs affects](#what-glusterfs-affects)\n    * [Beginning with glusterfs](#beginning-with-glusterfs)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n\n## Overview\n\nGlusterFS Puppet Module\n\n## Module Description\n\nThis module manages the GlusterFS repository, package installation, and service. There are also custom types and providers for managing a Gluster cluster that can be used in your profile classes.\n\n## Setup\n\n### What glusterfs affects\n\n* Optionally installs and enables GlusterFS official package repository\n* Installs the GlusterFS operating system package\n* Manages the GlusterFS service\n\n### Beginning with glusterfs\n\nTo install the GlusterFS repo, package, and manage the service you simply declare the `glusterfs` class.\n\n~~~puppet\nclass { 'glusterfs': }\n~~~\n\n## Usage\n\n~~~puppet\nnode /storage/ {\n  class { 'glusterfs': }\n  glusterfs_pool { ['192.168.1.100', '192.168.1.101']: } -\u003e\n  glusterfs_vol { 'data':\n    replica =\u003e 2,\n    brick   =\u003e ['192.168.1.100:/mnt/brick', '192.168.1.101:/mnt/brick'],\n  }\n}\n~~~\n\n## Reference\n\n### Classes\n\n#### Public Classes\n\n* [`glusterfs`](#class-glusterfs)\n\n#### Private Classes\n\n* [`glusterfs::repo`]: Manages the GlusterFS package repo\n* [`glusterfs::install`]: Installs the GlusterFS package\n* [`glusterfs::service`]: Manages the GlusterFS service\n\n### Types\n\n* [`glusterfs_pool`](#type-glusterfs_pool)\n* [`glusterfs_vol`](#type-glusterfs_vol)\n\n#### Class: `glusterfs`\n\nMain class, includes all other classes.\n\n#### Parameters (all optional)\n\n* `package_name`: Name of the GlusterFS package. Valid options: a string containing package name.\n* `service_name`: Name of the GlusterFS service. Valid options: a string containing service name.\n* `install_repo`: Specifies whether to install the GlusterFS repo. Valid options: 'true' and 'false'. Default: 'true'.\n* `enable_repo`: Specifies whether to enable the GlusterFS repo. Valid options: 'true' and 'false'. Default: 'true'.\n* `repo_url`: The URL of the GlusterFS package repo. Valid options: a string containing a URL.\n* `repo_key_url`: The URL of the GlusterFS package repo public key. Valid options: a string containing a URL.\n* `repo_key_check`: Specifies whether to validate GlusterFS package signatures. Valid options: 'true' and 'false'. Default: 'true'.\n\n### Type: `glusterfs_pool`\n\nManages a GlusterFS pool\n\n### Type: `glusterfs_vol`\n\nManages a GlusterFS volume\n\n## Limitations\n\nCurrenly supporting RHEL based systems only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoly%2Fpuppet-glusterfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feoly%2Fpuppet-glusterfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoly%2Fpuppet-glusterfs/lists"}