Jump to: navigation, search

Difference between revisions of "SmartOS"

Line 34: Line 34:
 
* http://www.nohuddleoffense.de/2012/02/12/smartstack-smartos-openstack-part-1/
 
* http://www.nohuddleoffense.de/2012/02/12/smartstack-smartos-openstack-part-1/
 
* https://blueprints.launchpad.net/nova/+spec/smartos-support
 
* https://blueprints.launchpad.net/nova/+spec/smartos-support
 +
* https://docs.google.com/presentation/d/1N2x1itaMc9h7q-6520vuFmmjT0MXrIt1MdfAoGnENDI/edit
 +
* http://andy.edmonds.be/blog/2012/02/15/smartos-openstack/
 +
* http://www.nohuddleoffense.de/2012/02/12/smartstack-smartos-openstack-part-2/

Revision as of 10:49, 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