1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/inrgihc-greenplum_installer

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
host.ini 2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
tang Отправлено 29.03.2022 10:41 2e3bcb4
#############################################################################
# Function : Greenplum数据库的ansible自动化部署参数配置文件
# Author : tang
# Date : 2021-07-17
#
# !!!!!!!!!!!!!!!!!!!!!注意说明!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# 1. 主机列表至少有3台机器,本安装包可在主机列表中的任意一个主机上执行安装与卸载操作
# 2. Greenplum只支持ssh端口为22情况下的安装
# 2. ansible_ssh_user参数必须为root,不得修改
# 3. Greenplum的master节点与standby节点不能重叠(复用)
# 4. 下列[node]中的hostname为主机名,请在[all:vars]使用主机名进行配置
##############################################################################
#all node connection information, must at least 3 nodes
[node]
192.168.31.54 hostname=node1 ansible_ssh_user=root ansible_ssh_port=22 ansible_ssh_pass='123321'
192.168.31.55 hostname=node2 ansible_ssh_user=root ansible_ssh_port=22 ansible_ssh_pass='123321'
192.168.31.56 hostname=node3 ansible_ssh_user=root ansible_ssh_port=22 ansible_ssh_pass='123321'
192.168.31.57 hostname=node4 ansible_ssh_user=root ansible_ssh_port=22 ansible_ssh_pass='123321'
[all:vars]
#############################################
# greenplum configuration
#############################################
# master节点与standby节点不能复用(重合)
# greenplum data storage path at each hosts
greenplum_data_directory='/data/gpdb'
# greenplum node type
## greenplum master node, should only one node
greenplum_master_node='node1'
# greenplum standby node, should only one node, optional
greenplum_standby_node='node2'
## greenplum segment nodes, must at least 2 nodes
greenplum_segment_nodes='node3 node4'
# whether can connect to internet network
#####################################################################
## if can not connect internet,Please do flollows:
## (1) install all dependency rpm packages
## (2) Synchronize time for all node host manually
#####################################################################
network_connected=true

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/inrgihc-greenplum_installer.git
git@api.gitlife.ru:oschina-mirror/inrgihc-greenplum_installer.git
oschina-mirror
inrgihc-greenplum_installer
inrgihc-greenplum_installer
master