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+,
with vagrant plugin from http://rubygems.org/
vagrant plugin install vagrant-guests-solaris11
- Set hostname and configure network in Oracle Solaris 11.
Add this line to your Vagrantfile:
Vagrant.require_plugin "vagrant-guests-solaris11"
Vagrant.configure("2") do |config|
config.vm.guest = :solaris11
- Initial release