- 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
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- 復(fù)雜軟件設(shè)計(jì)之道:領(lǐng)域驅(qū)動(dòng)設(shè)計(jì)全面解析與實(shí)戰(zhàn)
- Manga Studio Ex 5 Cookbook
- Git高手之路
- JAVA程序設(shè)計(jì)實(shí)驗(yàn)教程
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- 深入實(shí)踐Kotlin元編程
- 微信小程序開發(fā)實(shí)戰(zhàn):設(shè)計(jì)·運(yùn)營(yíng)·變現(xiàn)(圖解案例版)
- AI自動(dòng)化測(cè)試:技術(shù)原理、平臺(tái)搭建與工程實(shí)踐
- Web前端測(cè)試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實(shí)踐
- 軟件再工程:優(yōu)化現(xiàn)有軟件系統(tǒng)的方法與最佳實(shí)踐
- Scala實(shí)用指南
- 深入理解OSGi:Equinox原理、應(yīng)用與最佳實(shí)踐
- SAP HANA平臺(tái)應(yīng)用開發(fā)