Back to Alluxio

Building alluxio-dev.box

integration/vagrant/vbox/README.md

313715 B
Original Source

Building alluxio-dev.box

This module is to build a virtualbox base vm with basic alluxio development environment including java, maven, git, rsync, wget, libselinux-python etc.. The provisioning tasks are defined by the ansible playbook ../provision/playbook-basic.yml.

build_box.sh is the scripts that build the box named alluxio-dev, and register it to vagrant boxes. The generated box will be in the same directory as this file, named "alluxio-dev.box".

When create script in the parent directory is called with vb as the vm provider for the first time, the build_box.sh in this module will be run first to prepare the base box. Users can also run build_box.sh to build alluxio-dev.box directly.