goodrain / rainbond-install

Saltstack recipe to deploy Rainbond (abandoned)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocsBuild Status

Status(Abandoned)

Install Rainbond that version after 5.0.0, Please reference https://github.com/goodrain/rainbond-ansible

Description

A collection of Salt states used to provision an application-centric platform Rainbond.

Support for:

  • Rainbond Manage node - single node with Mysql database
  • Rainbond Compute node - it is not automatically added to Rainbond environment
  • Rainbond environment support - support Kubernetes
  • Docker registry - automatically provisioned on Manage start
  • Support for different provision

Plugins Version:

Operations Guide

Prerequisites

Install

  • Quick start
# Stable v3.7.2(v3.7)

git clone --depth 1 -b v3.7 https://github.com/goodrain/rainbond-install.git /opt/rainbond/install
cd /opt/rainbond/install
./setup.sh

or

grctl init 

# previous v3.6.1

git clone --depth 1 -b v3.6 https://github.com/goodrain/rainbond-install.git
cd rainbond-install
./setup.sh

# previous v3.5.2
git clone --depth 1 -b v3.5 https://github.com/goodrain/rainbond-install.git
cd rainbond-install
./setup.sh

Documents

You can find all the documentation in the troubleshooting install/Docs.

License

This project is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

Saltstack recipe to deploy Rainbond (abandoned)

License:Apache License 2.0


Languages

Language:SaltStack 50.6%Language:Shell 42.2%Language:LiveScript 3.3%Language:HTML 2.2%Language:Dockerfile 1.7%Language:Python 0.0%