Bootstraps VMs for class in the case that students can not boot their own VMs
-
Choose the number of student VMs required
-
Modify puppet/Puppetfile with the modules you need for class.
-
Run the setup:
rake setup
-
Deploy the environment:
Will install PE 3.3.0 on agents and deploy them along with a master
NUM_AGENTS=<num> rake deploy
A list of ssh commands will be emitted at the end of the deployment, one for each student VM. Distribute one command to each student that needs one.
-
Destroy the environment:
NUM_AGENTS=<num> rake destroy