-
Notifications
You must be signed in to change notification settings - Fork 38
07. Orchestration: Heat
AJ NOURI edited this page Apr 29, 2017
·
3 revisions
- flavor: m1.tiny
- image: cirros-0.3.4-x86_64-uec
https://github.com/AJNOURI/COA/blob/master/heat-stuff/basic-stack1.md
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:
- basic-stack1.yml: Simple example of resource definition
- basic-stack2.yml: Using only "resources" section to build multiple instances
- intermediate-stack1.yml Using parameters, resources and output sections
- advanced-stack1.yml: Example of building networking resources.
- advanced-stack2.yml A more complete example.