https://github.com/higebu/vagrant-vyos
VyOS Guest Support for Vagrant
https://github.com/higebu/vagrant-vyos
network ruby vagrant vagrant-vyos vyos
Last synced: 3 months ago
JSON representation
VyOS Guest Support for Vagrant
- Host: GitHub
- URL: https://github.com/higebu/vagrant-vyos
- Owner: higebu
- License: mit
- Created: 2015-03-10T05:36:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T22:38:19.000Z (8 months ago)
- Last Synced: 2025-03-30T15:11:12.246Z (4 months ago)
- Topics: network, ruby, vagrant, vagrant-vyos, vyos
- Language: Ruby
- Homepage:
- Size: 88.9 KB
- Stars: 28
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-vyos
[](https://codeclimate.com/github/higebu/vagrant-vyos)
[](https://codecov.io/gh/higebu/vagrant-vyos)
[](https://badge.fury.io/rb/vagrant-vyos)
[](https://rubygems.org/gems/vagrant-vyos)Vagrant-vyos is a [Vagrant](http://www.vagrantup.com) plugin that adds [VyOS](http://vyos.net/wiki/Main_Page) support to Vagrant.
This plugin fixes following features.
* `vagrant halt`.
* `config.vm.hostname`.
* `config.vm.network`.
* `config.ssh.insert_key`.## Installation
```
$ vagrant plugin install vagrant-vyos
```## Usage
```
$ vagrant init vyos/current
$ 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