Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Actually create the resources defined in our template

When a template is defined it is possible to use it to create a "heat stack". A "stack" is the resources created based on a template, and you can create multiple stacks using the same template if you want to have multiple copies of the same infrastructure. Creating the stack can be done through both the webinterface and the commandline-client. Even though most of this article will use the commandline we will also show the creation of the first stack through the webclient.

Creating a Heat Stack in the webinterface

To create a Heat stack in the webinterface you should navigate to "Orchestration → Stacks" and click the "Launch Stack" button. There you can either select template-files from your computer, or you can paste the templates into text-fields.

Image AddedImage AddedImage Added


Displaying the status of the heat stack.

...