- 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
- Learning Neo4j 3.x(Second Edition)
- Mastering Python Networking
- Python深度學習:基于TensorFlow
- Learning JavaScript Data Structures and Algorithms
- Oracle 18c 必須掌握的新特性:管理與實戰
- C++編程兵書
- Mastering Elasticsearch(Second Edition)
- Image Processing with ImageJ
- Magento 2 Beginners Guide
- Android系統下Java編程詳解
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- 從零開始學算法:基于Python
- micro:bit軟件指南
- Python數據分析與挖掘實戰(第2版)
- 米思齊實戰手冊:Arduino圖形化編程指南