Vagrant Junos Guest

Build StatusGem VersionCode ClimateDependency Status

This is a Vagrant 1.7+ plugin that adds a Junos guest to Vagrant, allowing for OS detection and initial configuration

NOTE: This plugin requires Vagrant 1.7+,

Features

Usage

Install using standard Vagrant 1.6+ plugin installation methods. The fastest way to get started is to use the standard Vagrant Cloud images:

$ vagrant plugin install vagrant-junos
...
$ vagrant up juniper/ffp-12.1X46-D20.5
...

Quick Start

TODO: Add docs on Vagrantfile settings

Configuration

TODO: Add docs on Vagrantfile settings, and Ruby snippets

Development

To work on the vagrant-junos plugin, clone this repository out, and use Bundler to get the dependencies:

$ bundle

Once you have the dependencies, verify the unit tests pass with rake:

$ bundle exec rake

If those pass, you're ready to start developing the plugin. You can test the plugin without installing it into your Vagrant environment by just creating a Vagrantfile in the top level of this directory (it is gitignored) and add the following line to your Vagrantfile

Vagrant.require_plugin "vagrant-junos"

Use bundler to execute Vagrant:

$ bundle exec vagrant up juniper/ffp-12.1X46-D20.5

Notes

NOTE: post-bootstrap configuration in Vagrant will be carried out through the vagrant-netconf communicator plugin and vagrant-jprovision provisioner plugin. These may or may not be required in the premade boxes in the future.