- Preparing for the Certified OpenStack Administrator Exam
- Matt Dorn
- 162字
- 2021-07-02 19:30:26
Heat - orchestration service
Inspired by Amazon's CloudFormation service, Heat helps operators model and set up OpenStack resources so that they can spend less time managing these resources and more time focusing on the applications that run on OpenStack.
You begin with a blueprint or Heat Orchestration Template (HOT) that describes all the OpenStack resources to be provisioned. Heat then takes care of provisioning and configuring, with no need to worry about dependencies or order of execution—a template describes all the resources and their parameters. After the stack has been created, your resources are up and running.
Templates are extremely convenient because they allow operators to check them into a version control system to easily track changes to the infrastructure. If problems occur after deploying a Heat template, you simply restore to a previous version of the template. If you want to make a change to the stack, you can easily update it by providing a modified template with new parameters.
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Implementing Modern DevOps
- Mobile Application Development:JavaScript Frameworks
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- Android Development with Kotlin
- 信息安全技術(shù)
- Podman實(shí)戰(zhàn)
- 教孩子學(xué)編程:C++入門圖解
- Python忍者秘籍
- Node Cookbook(Second Edition)
- Mastering Adobe Captivate 7
- Java EE Web應(yīng)用開發(fā)基礎(chǔ)
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- JavaScript語法簡明手冊
- PhantomJS Cookbook