Update README.md

This commit is contained in:
Zhang Jianlong
2021-08-24 03:19:22 +00:00
parent 876db8855b
commit 39d42a4566

View File

@@ -1,77 +1,19 @@
# 使用手册
[TOC]
## 目录结构
Galaxy-auto-deploy-cluster-21.07
├── install.sh
├── inventories
│   └── pro
│   ├── group_vars
│   └── hosts
├── parcels
│   ├── Arangodb.yml
│   ├── check-components.yml
│   ├── check-services.yml
│   ├── Clickhouse.yml
│   ├── Druid.yml
│   ├── environment.yml
│   ├── galaxy-chproxy.yml
│   ├── galaxy-gateway-keepalive.yml
│   ├── galaxy-gateway-nginx.yml
│   ├── galaxy-gohangout.yml
│   ├── galaxy-hos-keepalive.yml
│   ├── galaxy-hos-nginx.yml
│   ├── galaxy-hos-service.yml
│   ├── galaxy-job-service.yml
│   ├── galaxy-qgw-service.yml
│   ├── galaxy-report-service.yml
│   ├── Hadoop.yml
│   ├── HBase.yml
│   ├── init-clickhouse.yml
│   ├── init-druid.yml
│   ├── init-galaxy-gateway-keepalive.yml
│   ├── init-galaxy-hos-service.yml
│   ├── init-galaxy-job-service.yml
│   ├── init-hbase.yml
│   ├── init-kafka.yml
│   ├── init-spark.yml
│   ├── init-storm.yml
│   ├── Kafka.yml
│   ├── Mariadb.yml
│   ├── menu
│   │   ├── appMenu
│   │   ├── commonMenu
│   │   └── homePage
│   ├── Nacos.yml
│   ├── roles
│   │   ├── check
│   │   ├── components
│   │   ├── dependencies
│   │   ├── init
│   │   └── services
│   ├── Spark.yml
│   ├── Storm.yml
│   ├── test1.yml
│   ├── test.yml
│   └── Zookeeper.yml
├── README.md
└── software_packages
## 纪要
- 主机ip配置文件
inventories/pro/hosts
inventories/pro/hosts
- 所有role(主机)使用的变量
inventories/pro/group_vars/all
`注意`: 新增变量名不可与已有变量发生重复
inventories/pro/group_vars/all
`注意`: 新增变量名不可与已有变量发生重复
- 部署包目录
software_packages
为方便管理, 将相关部署包和镜像移到software_packages文件夹下(避免大文件上传gitlab)
software_packages
为方便管理, 将相关部署包和镜像移到software_packages文件夹下(避免大文件上传gitlab)
## 使用说明
1. 配置 inventories/pro/hosts 部署组件的主机
2. 视情况修改 inventories/pro/group_vars/all 里的相关配置