e65e059852
Previously, the Heat demo suffered from the following limitations: 1. The number of Nova instances to spawn and the image flavor were hard coded in the Heat template. 2. No outputs existed. This required users to run nova-list to obtain the IP's of VMs. 3. No documentation existed. This patch addresses the above limitations. Change-Id: I495aa9c73a91200c01cecc1719ee5532c1f6c9cb
14 lines
416 B
Markdown
14 lines
416 B
Markdown
A Kolla Demo using Heat
|
|
=======================
|
|
|
|
By default, the launch script will spawn 3 Nova instances on a
|
|
Neutron network created from the tools/init-runonce script. Edit
|
|
the VM_COUNT parameter in the launch script if you would like to
|
|
spawn a different amount of Nova instances. Edit the IMAGE_FLAVOR
|
|
if you would like to launch images using a flavor other than
|
|
m1.tiny.
|
|
|
|
Then run the script:
|
|
|
|
$ ./launch
|