Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 590 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 590 Bytes

Vagrant environment for NDN Jenkins

This repository contains several Vagrantfiles that are used in the deployment of the Jenkins cluster for the NDN project.

Basic usage

To see name and status of all machines defined in a Vagrantfile, run the following command from the directory containing the Vagrantfile:

vagrant status

To start a VM:

vagrant up [NAME]

To ssh into a running VM:

vagrant ssh [NAME]

To stop a VM:

vagrant halt [NAME]

For more commands and options, see vagrant --help.