https://github.com/tobilg/coreos-mesos-ceph-cluster
Launch a fully dockerized Mesos and Ceph cluster on CoreOS via Vagrant
https://github.com/tobilg/coreos-mesos-ceph-cluster
Last synced: 4 days ago
JSON representation
Launch a fully dockerized Mesos and Ceph cluster on CoreOS via Vagrant
- Host: GitHub
- URL: https://github.com/tobilg/coreos-mesos-ceph-cluster
- Owner: tobilg
- License: apache-2.0
- Archived: true
- Created: 2016-02-01T09:45:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T22:39:04.000Z (over 9 years ago)
- Last Synced: 2025-03-26T03:41:36.236Z (7 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coreos-mesos-ceph-cluster
Launch a fully dockerized Mesos and Ceph cluster on CoreOS via Vagrant## General setup
1) Install dependencies
* [VirtualBox][virtualbox] 4.3.10 or greater.
* [Vagrant][vagrant] 1.6 or greater.2) Clone this project and get it running!
```
git clone https://github.com/tobilg/coreos-mesos-ceph-cluster.git
cd coreos-mesos-ceph-cluster
```3) Startup, status and SSH
The VirtualBox provider is the default Vagrant provider. Use this if you are unsure.
**Startup**
```
vagrant up
```**Status check**
```
vagrant status
```will show something like
```
Current machine states:core-01 running (virtualbox)
core-02 running (virtualbox)
core-03 running (virtualbox)
```