No commit activity in last 3 years
No release in over 3 years
Enables Vagrant to manage Oracle Solaris 11 guests.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Vagrant Oracle Solaris 11 guest Provider

Vagrant >= 1.x has a built-in Oracle Solaris plugin, but the plugin lacks the ability to set hostname and confgure network on Oracle Solaris 11+

This is a Vagrant 1.2+ plugin that adds an Solaris 11 guest to Vagrant, allowing Vagrant to control Oracle Solaris 11.

NOTE: This plugin requires Vagrant 1.2+,

Installation

with vagrant plugin from http://rubygems.org/

vagrant plugin install vagrant-guests-solaris11

Features

  • Set hostname and configure network in Oracle Solaris 11.

Usage

Add this line to your Vagrantfile:

Vagrant.require_plugin "vagrant-guests-solaris11"
Vagrant.configure("2") do |config|
   config.vm.guest = :solaris11

Changelog

0.0.1 (2013-08-25)
  • Initial release