Skip to content

Frontend Install Cluster Up

Bill Sanders edited this page Oct 26, 2020 · 3 revisions

Frontend install using Cluster Up

Stacki ships with a tool which can automatically provision a frontend in a VM using Vagrant and either VirtualBox or KVM.

IMPORTANT: It is very important that you supply the stacki ISO and not the stackios ISO.

Quickstart

  1. Make sure you have Vagrant installed and either VirtualBox or the vagrant-libvirt plugin.

  2. Download the following files to the VM host machine:

  3. Unpack the Cluster UP tarball on the VM host machine and change into the root folder of he project.

  4. Run: ./cluster-up.sh PATH_TO_STACKI_ISO

Cluster up has many features and options, which are explained in more detail here: https://github.com/Teradata/stacki/blob/master/tools/cluster-up/README.md

Clone this wiki locally