From Fedora Project Wiki

(Created page with "The heat project (https://github.com/heat-api/heat) comes with a tool like this (uses oz to install a jeos + cloud-init and also registers the image with glance. " Please provid...")
 
(No difference)

Latest revision as of 11:32, 5 June 2012

The heat project (https://github.com/heat-api/heat) comes with a tool like this (uses oz to install a jeos + cloud-init and also registers the image with glance.

" Please provide the distro, arch, and instance type.

 Usage:
  heat jeos-create <distro> <arch> <instancetype>
    instance type can be:
    gold builds a base image where userdata is used to initialize the instance
    cfntools builds a base image where AWS CloudFormation tools are present

"

Implementation here (we are separating out the AWS tools + jeos creation): https://github.com/heat-api/heat-jeos/blob/master/heat/utils.py

-Angus Salkeld