OpenStack Orchestration (Heat) Templates
Go to file
Steve Baker 1d378fd4f9 Standardize template instance types on nova defaults
Based on the following
$ nova flavor-list
+----+-----------+-----------+------+-----------+------+-------+
| ID | Name      | Memory_MB | Disk | Ephemeral | Swap | VCPUs |
+----+-----------+-----------+------+-----------+------+-------+
| 1  | m1.tiny   | 512       | 0    | 0         |      | 1
| 2  | m1.small  | 2048      | 20   | 0         |      | 1

- m1.small is specified as the Default for InstanceType parameters
  (previously this was m1.medium or m1.large. It would be better if
  there was a flavor with 1GB memory, but m1.small is the next most
  appropriate.)
- m1.tiny is the only flavor mapped to Arch=32 in AWSInstanceType2Arch
- AllowedValues and AWSInstanceType2Arch mapping is now limited to the
  following nova defaults:
  [ "m1.tiny", "m1.small", "m1.medium", "m1.large", "m1.xlarge" ]

This will allow heat/tools/nova_create_flavors.sh to be deleted.

Part of blueprint default-nova-flavors

Change-Id: Ia8bba4bd17a2d665676104fbdeb1e188b55aeeaf
2013-05-07 16:42:53 +12:00
cfn Standardize template instance types on nova defaults 2013-05-07 16:42:53 +12:00
jeos CentOS TDL bugfix 2013-04-29 12:53:25 +01:00
tools fetch-cloudformation-examples default directory 2013-05-06 10:15:02 +12:00
.gitignore fetch-cloudformation-examples default directory 2013-05-06 10:15:02 +12:00
.gitreview Added .gitreview 2013-04-25 17:08:46 +00:00
LICENSE Initial import of heat repo content 2013-04-27 13:51:55 +01:00
README.rst Initial import of heat repo content 2013-04-27 13:51:55 +01:00

Heat Templates

Heat is a service to orchestrate multiple composite cloud applications using templates

This repository provides: * Example templates which demonstrate core Heat functionality * Related image-building templates * Template-related scripts and conversion tools