/karamel-chef

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

Primary LanguageShellApache License 2.0Apache-2.0

karamel-chef

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

  1. Run the init script to download chef-dk and karamel to the downloads directory.

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

  1. 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

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

./kill.sh

Dela instructions

Follow the dela/README.md instructions