An open API service indexing awesome lists of open source software.

https://github.com/clayrisser/bird

A stack for managing a highly available cloud platform.
https://github.com/clayrisser/bird

beegfs cloud-platform docker ident rancher stack

Last synced: about 2 months ago
JSON representation

A stack for managing a highly available cloud platform.

Awesome Lists containing this project

README

          

# bird
A stack for managing a highly available cloud platform.

bird stands for . . .

![](assets/bird.png)

### [Beegfs](http://www.beegfs.com/)
Beegfs is used to maintain persistent storage accross the stack.
### [Ident](https://github.com/jamrizzi/ident)
Ident keeps the storage volumes in the stack safely backed up.
### [Rancher](http://rancher.com/)
Rancher is the orchastration platform. It is used to maintain a scalable and highly availble platform.
### [Docker](https://www.docker.com/)
Docker is the contianer engine. Any application packaged as a docker container can be run on the stack.

## Install
### Master
```sh
curl -OL https://raw.githubusercontent.com/jamrizzi/bird/master/install.py; sudo python2 install.py master
```

### Node
```sh
curl -OL https://raw.githubusercontent.com/jamrizzi/bird/master/install.py; sudo python2 install.py node
```