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

https://github.com/logicalclocks/karamel-chef

This chef cookbook installs Karamel. Used by Vagrant to provision multi-node clusters.
https://github.com/logicalclocks/karamel-chef

Last synced: about 1 year ago
JSON representation

This chef cookbook installs Karamel. Used by Vagrant to provision multi-node clusters.

Awesome Lists containing this project

README

          

# karamel-chef
This chef cookbook installs Karamel. Used by Vagrant to provision multi-node clusters.

0. Install plugin `vagrant plugin install vagrant-disksize`

1. Create your own cluster by copying an existing Karamel cluster definition. If your name is John, call it 'hopsworks.1.john'. Then customize it.

2. To start a Hopsworks VM, use the run.sh script. The parameters are: (ubuntu or centos), number of VMs in the vagrant configuration (1 or 3), (john, hopsworks, jim, virtualbox, etc), [no-random-ports] - this will forward the ports in the Vagrantfile.

For example,
./run.sh ubuntu 1 jim no-random-ports

3. To shutdown your cluster, run the kill.sh script:

./kill.sh

# Dela instructions
Follow the dela/README.md instructions