Skip to content

07. Orchestration: Heat

AJ NOURI edited this page Apr 29, 2017 · 3 revisions

1. Define a HOT template "basic1.yml" with only the following parameters

  • flavor: m1.tiny
  • image: cirros-0.3.4-x86_64-uec 

https://github.com/AJNOURI/COA/blob/master/heat-stuff/basic-stack1.md

2. Start the stack defined in the HOT template "basic.yml"

heat stack-create -f basic1.yml hot-instance1

3. Try to build templates from the scrach using docs.openstack.org, and the following examples of templates.

This will help you build your troubleshooting skills: