Skip to content

Vagrantfiles for NDN Jenkins

Notifications You must be signed in to change notification settings

named-data/vagrant-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.