Jump to: navigation, search

Difference between revisions of "Warm"

(Created page with "== Warm == Deploy OpenStack resources from Yaml templates. === Example === $ cat > stack.yaml <<EOF server: - name: srv flavor: m1.small image: cirros-0.3.1-x86...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
Deploy OpenStack resources from Yaml templates.
 
Deploy OpenStack resources from Yaml templates.
  
=== Example ===
 
 
   $ cat > stack.yaml <<EOF
 
   $ cat > stack.yaml <<EOF
 
   server:
 
   server:
Line 10: Line 9:
 
   EOF
 
   EOF
 
   $ warm stack.yaml
 
   $ warm stack.yaml
 +
 +
== Installation ==
 +
  pip install warm
  
 
=== Bug/Feature report ===
 
=== Bug/Feature report ===

Latest revision as of 11:56, 18 March 2014

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