Jump to: navigation, search

Warm

Revision as of 11:56, 18 March 2014 by Sahid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Warm

Deploy OpenStack resources from Yaml templates.

 $ cat > stack.yaml <<EOF
 server:
 - name: srv
   flavor: m1.small
   image: cirros-0.3.1-x86_64-uec
 EOF
 $ warm stack.yaml

Installation

 pip install warm

Bug/Feature report

Warm uses launchpad for features and bugs management

Sources

Warm uses the infrastructure provided by OpenStack

Thanks

OpenStack project and all contributor to provide every tools that help building this software