This chef cookbook installs Karamel. Used by Vagrant to provision multi-node clusters.
-
Install plugin
vagrant plugin install vagrant-disksize
-
Create your own cluster by copying an existing Karamel cluster definition. If your name is John, call it 'hopsworks.1.john'. Then customize it.
-
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
- To shutdown your cluster, run the kill.sh script:
./kill.sh
Follow the dela/README.md instructions