- add patroni puppet module - add patroni role and hieradata - add sql/patroni class that utilised consul
29 lines
1.2 KiB
YAML
29 lines
1.2 KiB
YAML
---
|
|
profiles::yum::global::repos:
|
|
postgresql-15:
|
|
name: postgresql-15
|
|
descr: postgresql-15 repository
|
|
target: /etc/yum.repos.d/postgresql.repo
|
|
baseurl: https://edgecache.query.consul/postgres/yum/15/redhat/rhel-%{facts.os.release.full}-%{facts.os.architecture}
|
|
gpgkey: https://edgecache.query.consul/postgres/yum/keys/PGDG-RPM-GPG-KEY-RHEL
|
|
postgresql-common:
|
|
name: postgresql-common
|
|
descr: postgresql-common repository
|
|
target: /etc/yum.repos.d/postgresql.repo
|
|
baseurl: https://edgecache.query.consul/postgres/yum/common/redhat/rhel-%{facts.os.release.full}-%{facts.os.architecture}
|
|
gpgkey: https://edgecache.query.consul/postgres/yum/keys/PGDG-RPM-GPG-KEY-RHEL
|
|
|
|
profiles::sql::patroni::cluster_name: "patroni-%{facts.environment}"
|
|
profiles::sql::patroni::postgres_exporter_enabled: true
|
|
profiles::sql::patroni::postgres_exporter_user: postgres_exporter
|
|
profiles::consul::client::node_rules:
|
|
- resource: service_prefix
|
|
segment: "%{hiera('profiles::sql::patroni::cluster_name')}"
|
|
disposition: write
|
|
- resource: key_prefix
|
|
segment: "service/%{hiera('profiles::sql::patroni::cluster_name')}"
|
|
disposition: write
|
|
- resource: session_prefix
|
|
segment: ""
|
|
disposition: write
|