Repository is archived
No commit activity in last 3 years
No release in over 3 years
Enables Vagrant to manage VMware Photon machines.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

VMware has ended active development of this project, this repository will no longer be updated.

vagrant-guests-photon Build Status Coverage StatusGem Version

This is a Vagrant plugin that adds VMware Photon guest support.

Installation

$ vagrant plugin install vagrant-guests-photon

Development

To build and install the plugin directly from this repo:

$ bundle install
$ bundle exec rake build
$ vagrant plugin install pkg/vagrant-guests-photon-1.0.2.gem

You can run RSpec with:

$ bundle install
$ bundle exec rake