Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paweloczadly/mesos-local-env
https://github.com/paweloczadly/mesos-local-env
mesos packer vagrant
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paweloczadly/mesos-local-env
- Owner: paweloczadly
- Created: 2017-03-24T11:19:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T11:19:47.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T00:33:44.798Z (about 2 months ago)
- Topics: mesos, packer, vagrant
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# mesos-local-env
Local environment for the Mesos cluster.
# prerequisites
1. VirtualBox
1. Packer
1. Vagrant# setup
Build golden images:
```bash
$ cd packer
$ packer build --force -only virtualbox-iso packer-master.json
$ packer build --force -only virtualbox-iso packer-agent.json
```Add Vagrant boxes:
```bash
$ cd packer
$ vagrant box add packer-mesos-master builds/master-virtualbox.box --force
$ vagrant box add packer-mesos-agent builds/agent-virtualbox.box --force
```# bootstrap
```bash
$ vagrant up
```