- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Kevin Jackson Cody Bunch Egle Sigler James Denton
- 230字
- 2021-07-02 16:25:07
Common OpenStack orchestration tasks
This section outlines a number of common tasks using the OpenStack Orchestration (Heat) service to launch stacks (orchestrated environments using Heat). For more information on Heat and orchestration, refer to Chapter 9, OpenStack Orchestration Using Heat and Ansible.
Getting ready
Ensure that you have the OpenStack clients installed, as described in the first recipes of this chapter.
How to do it…
Carry out the following steps to create and use Heat templates in OpenStack to create orchestrated environments:
To launch a stack from a heat orchestration template (hot), issue the following command:
openstack stack create --template myStack.yml --environment myStack-Env.yml myStack
To destroy a running stack named myStack
, issue the following command:
openstack stack delete myStack
To list the resources in a running stack, issue the following command:
openstack stack resource list
To list the details of a specific resource, for example, named myResource
, issue the following command:
openstack stack resource show myResource
- DB2 V9權(quán)威指南
- 計(jì)算機(jī)網(wǎng)絡(luò)
- HTML5移動(dòng)Web開發(fā)技術(shù)
- Java EE 7 Performance Tuning and Optimization
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開發(fā)
- Learning Apache Karaf
- 軟件測(cè)試綜合技術(shù)
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)原理(第2版)
- Scala編程實(shí)戰(zhàn)
- Python函數(shù)式編程(第2版)
- Java 9 with JShell
- 和孩子一起學(xué)編程:用Scratch玩Minecraft我的世界
- Professional JavaScript
- MongoDB Administrator’s Guide
- jMonkeyEngine 3.0 Beginner’s Guide