Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above command shows the command usage and also creates the a private key

...

as ~/.vagrant.d/insecure_private_key

...

.  This key will be used in the following steps.

Starting VMs

First, change directory to ambari-vagrant:

...

You will see subdirectories for different OS’s. “cd” into the OS that you want to test. centos6.4 is recommended as this is quicker to launch than other OS's.
Now you can start VMs with the following command:

Code Block
cd centos6.4
cp ~/.vagrant.d/insecure_private_key .
./up.sh <# of VMs to launch>

...