Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

higebu/vagrant-vyatta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-vyatta is deprecated and will not be maintained. Vagrant plugin for VyOS support is moved to vagrant-vyos.

Build Status Code Climate Gem Version Dependency Status

Vagrant-vyatta is a Vagrant plugin that adds Vyatta and VyOS support to Vagrant.

This plugin fixes following features.

  • vagrant halt.
  • config.vm.hostname.
  • config.vm.network.

Installation

$ vagrant plugin install vagrant-vyatta

Usage

$ vagrant init higebu/vyos-1.0.4
$ vagrant up

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request