Jump to: navigation, search

Difference between revisions of "SmartOS"

 
Line 4: Line 4:
 
= [[OpenStack]]/SmartOS Compute =
 
= [[OpenStack]]/SmartOS Compute =
  
This is a work-in-progres page about [[OpenStack]] and SmartOS.
+
This is a work-in-progress page about [[OpenStack]] and SmartOS.
  
 
= Some helpers =
 
= Some helpers =

Revision as of 08:12, 19 October 2012

<<TableOfContents()>>

OpenStack/SmartOS Compute

This is a work-in-progress page about OpenStack and SmartOS.

Some helpers

Getting an SmartOS imager in OpenStack

On a SmartOS host:


imgadm update
imgadm import f9e4be48-9466-11e1-bc41-9f993f5dff36
zfs snapshot zones/f9e4be48-9466-11e1-bc41-9f993f5dff36@now
zfs send zones/f9e4be48-9466-11e1-bc41-9f993f5dff36@now > /zones/workspace/smartos.img


and than:


glance image-create --name 'smartos' --is-public 'true' --container-format 'bare' --disk-format 'raw' --property 'zone=true' < /zones/workspace/smartos.img


References