- 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.
- Vue.js 3.x快速入門
- Unreal Engine Physics Essentials
- Learn Type:Driven Development
- Visual C++實例精通
- Java技術手冊(原書第7版)
- Internet of Things with Intel Galileo
- Java EE 7 Development with NetBeans 8
- 精通網絡視頻核心開發技術
- Visual Basic程序設計
- Android玩家必備
- Java語言程序設計教程
- C++程序設計
- R語言數據挖掘:實用項目解析
- Machine Learning for OpenCV
- Using Yocto Project with BeagleBone Black