Skip to content

janth/vagrant-guests-solaris11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vagrant Oralce Solaris 11 guest plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages