{"id":26493688,"url":"https://github.com/redhat-openstack/puppet-galera","last_synced_at":"2025-06-14T08:38:28.487Z","repository":{"id":23601927,"uuid":"26970789","full_name":"redhat-openstack/puppet-galera","owner":"redhat-openstack","description":"Puppet module for Galera","archived":false,"fork":false,"pushed_at":"2020-01-04T22:19:31.000Z","size":247,"stargazers_count":2,"open_issues_count":3,"forks_count":6,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-06T02:04:35.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","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/redhat-openstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-21T17:43:01.000Z","updated_at":"2016-05-18T11:34:49.000Z","dependencies_parsed_at":"2022-08-22T02:10:21.900Z","dependency_job_id":null,"html_url":"https://github.com/redhat-openstack/puppet-galera","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-openstack/puppet-galera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Fpuppet-galera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Fpuppet-galera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Fpuppet-galera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Fpuppet-galera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-openstack","download_url":"https://codeload.github.com/redhat-openstack/puppet-galera/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Fpuppet-galera/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259789069,"owners_count":22911499,"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":"2025-03-20T09:56:44.295Z","updated_at":"2025-06-14T08:38:28.465Z","avatar_url":"https://github.com/redhat-openstack.png","language":"Puppet","readme":"# Galera module\n\nThis is a module for installing and confiuring galera.\n\nIt depends on the mysql module from puppetlabs as well as xinetd.\n\n## Usage\n\n### galera::server\n\n  Used to configure a MariaDB Galera server cluster.\n\n    class { 'galera::server':\n      wsrep_cluster_name =\u003e 'galera_cluster',\n      wsrep_sst_method   =\u003e 'rsync'\n      wsrep_sst_username =\u003e 'ChangeMe',\n      wsrep_sst_password =\u003e 'ChangeMe',\n    }\n\n### galera::monitor\n\n  Used to monitor a MariaDB Galera cluster server. The class is meant\n  to be used in a server load-balancer environment.\n\n    class {'galera::monitor':\n      monitor_username =\u003e 'mon_user',\n      monitor_password =\u003e 'mon_pass'\n    }\n\n  Here is a sample 3-node HAProxy Configuration:\n\n    listen galera 192.168.220.40:3306\n      balance leastconn\n      mode    tcp\n      option  tcpka\n      option  httpchk\n      server  control01 192.168.220.41:3306 check port 9200 inter 2000 rise 2 fall 5\n      server  control02 192.168.220.42:3306 check port 9200 inter 2000 rise 2 fall 5\n      server  control03 192.168.220.43:3306 check port 9200 inter 2000 rise 2 fall 5\n\n## Authors\n\nDaneyon Hansen, Ryan O'Hara\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-openstack%2Fpuppet-galera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-openstack%2Fpuppet-galera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-openstack%2Fpuppet-galera/lists"}