Rainbond/hack/contrib/docker/node/gaops
2018-01-03 19:10:32 +08:00
..
jobs [REV] update proxy script for compute node: data duplication. closed #23 2018-01-03 19:10:32 +08:00
tasks [REV] add depends for install_network #24 2018-01-03 17:52:12 +08:00
test [REV] merge branch gaops_release_3.4.1 2017-12-26 10:47:50 +08:00
.gitignore [REV] merge branch gaops_release_3.4.1 2017-12-26 10:47:50 +08:00
README.md [FIX] manage node adapter not exist; grctl support domain 2017-12-11 16:17:53 +08:00

Goodrain ACP Operations(gaops)

The easiest way to get a production grade ACP up and running.

What is gaops

Goodrain ACP Operations(gaops), Production Grade Acp Installation, Upgrades, and Management.
好雨科技ACP 安装、升级、管理、维护等脚本集

How can I use it?

wget repo.goodrain.com/gaops/<路径>
bash -x xxxx <args>

任务集

  • 定时任务
    • 服务检测任务
      • 服务状态检测任务
      • 安装状态检测任务
    • 其他定时任务
  • 安装任务
    • 安装检测任务
    • 基础环境任务
    • 管理节点任务
    • 计算节点任务
    • 存储节点任务

项目目录

├── jobs
│   ├── cron
│   │   └── check
│   └── install
│       ├── check
│       ├── compute
│       ├── manage
│       ├── prepare
│       └── storage
├── release.sh
└── tasks
    ├── README.md
    ├── install_base_manage_group.json
    ├── install_compute_group.json
    └── install_manage_group.json