jclouds/labs/smartos-ssh
Andrew Gaul 3d191253ec Enforce use of Collection helpers via Checkstyle
This ensures that we do not repeat the type name.  Some instances remain
due to auto-generated code in dmtf/cim/Cim*.
2012-11-04 20:45:49 -08:00
..
src Enforce use of Collection helpers via Checkstyle 2012-11-04 20:45:49 -08:00
README.md Initial implementation of controlling SmartOS over SSH connection. 2012-07-17 11:19:00 +01:00
pom.xml Version upgrades 2012-10-29 13:00:44 +00:00

README.md

This is designed for interacting with a Joyent SmartOS host, in order to be able to leverage the lightweight VM support (nee Solaris Zones).

It is planned to support KVM VMs in the future.


#Setup

Have a SmartOS installation, that you know either the root password for, or a secondary account with sufficient permissions to be able to run the vm tools (vmadm, dsadm).

That's it!


#Notes:

  • This is a work in progress, so please report any bugs that you find.