OpenStack Orchestration (Heat) Templates
1d378fd4f9
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 |
||
---|---|---|
cfn | ||
jeos | ||
tools | ||
.gitignore | ||
.gitreview | ||
LICENSE | ||
README.rst |
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