单节点:bare
Pigsty 最精简的单节点配置
Categories:
配置模板 bare
是 Pigsty 所需的最精简配置
比这更少的配置模板将无法正常工作。
配置概览
- 配置名称:
bare
- 节点数量: 单节点,
pigsty/vagrant/spec/meta.rb
- 配置说明:Pigsty 最精简的单节点配置
- 配置内容:
pigsty/conf/demo/bare.yml
- 适用系统:
el8
,el9
,d12
,u22
,u24
- 适用架构:
x86_64
,aarch64
- 相关配置:
meta
./configure -c bare [-i <primary_ip>]
配置内容
源文件地址:pigsty/conf/demo/bare.yml
all:
children:
infra: { hosts: { 10.10.10.10: { infra_seq: 1 } } }
etcd: { hosts: { 10.10.10.10: { etcd_seq: 1 } }, vars: { etcd_cluster: etcd } }
pg-meta: { hosts: { 10.10.10.10: { pg_seq: 1, pg_role: primary } }, vars: { pg_cluster: pg-meta } }
vars:
version: v3.1.0
admin_ip: 10.10.10.10
region: default
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.