With the split of the User Guides, there's no need anymore to have orphan and user_only flags, remove them from the user-guide directory. Only files that keep :orphan: are doc/user-guide/source/hot-guide/hot_advanced_topics.rst and hot_existing_templates.rst since these files are not currently included. Change-Id: I1ac0356d69d8668785f8b1947e8b061731aca747
6.9 KiB
Launch and manage stacks
OpenStack Orchestration is a service that you can use to orchestrate
multiple composite cloud applications. This service supports the use of
both the Amazon Web Services (AWS) CloudFormation template format
through both a Query API that is compatible with CloudFormation and the
native OpenStack Heat Orchestration Template (HOT)
format through a
REST API.
These flexible template languages enable application developers to describe and automate the deployment of infrastructure, services, and applications. The templates enable creation of most OpenStack resource types, such as instances, floating IP addresses, volumes, security groups, and users. Once created, the resources are referred to as stacks.
The template languages are described in the Template Guide <http://docs.openstack.org/developer/heat/template_guide/index. html> in the Heat developer documentation <http://docs. openstack.org/developer/heat/>.
Launch a stack
Log in to the dashboard, choose a project, and click
Stacks
in theOrchestration
category on theProjects
tab.Click
Launch Stack
.In the
Select Template
dialog box, specify the following values:Template Source
Choose the source of the template from the list. Template URL/File/Data
Depending on the source that you select, enter the URL, browse to the file location, or directly include the the template. Environment Source
Choose the source of the environment from the list. The environment files contain additional settings for the stack. Environment URL/File/Data
Depending on the source that you select, enter the URL, browse to the file location, directly include the environment. Click
Next
.In the
Launch Stack
dialog box, specify the following values:Stack Name
Enter a name to identify the stack. Creation Timeout
(minutes)
Specify the number of minutes that can elapse before the launch of the stack times out. Rollback On Failure
Select this check box if you want the service to roll back changes if the stack fails to launch. Password for user
"demo"
Specify the password that the default user uses when the stack is created. DBUsername
Specify the name of the database user. LinuxDistribution
Specify the Linux distribution that is used in the stack. DBRootPassword
Specify the root password for the database. KeyName
Specify the name of the key pair to use to log in to the stack. DBName
Specify the name of the database. DBPassword
Specify the password of the database. InstanceType
Specify the flavor for the instance. Click
Launch
to create a stack. TheStacks
tab shows the stack.
After the stack is created, click on the stack name to see the following details:
- Topology
-
The topology of the stack.
- Overview
-
The parameters and details of the stack.
- Resources
-
The resources used by the stack.
- Events
-
The events related to the stack.
Manage a stack
Log in to the dashboard, choose a project, and click :guilabel: Stacks.
Select the stack that you want to update.
Click
Change Stack Template
.In the
Select Template
dialog box, select the new template source or environment source.Click
Next
.The
Update Stack Parameters
window appears.Enter new values for any parameters that you want to update.
Click
Update
.
Delete a stack
When you delete a stack, you cannot undo this action.
- Log in to the dashboard, choose a project, and click
Stacks
. - Select the stack that you want to delete.
- Click
Delete Stack
. - In the confirmation dialog box, click
Delete Stack
to confirm the deletion.