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.
- Host: GitHub
- URL: https://github.com/clayrisser/bird
- Owner: clayrisser
- License: gpl-3.0
- Created: 2016-12-11T17:30:52.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T12:32:32.000Z (over 2 years ago)
- Last Synced: 2025-08-23T08:23:18.406Z (about 2 months ago)
- Topics: beegfs, cloud-platform, docker, ident, rancher, stack
- Language: Python
- Size: 28.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bird
A stack for managing a highly available cloud platform.bird stands for . . .

### [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
```