- OpenStack Orchestration
- Adnan Ahmed Siddiqui
- 124字
- 2021-07-09 21:35:58
The Heat workflow
As already mentioned in the previous sections of this chapter, Heat provides two types of interfaces, including a web-based interface integrated into the OpenStack dashboard and also a command-line interface (CLI), which can be used from inside a Linux shell.
The interfaces use the heat-api to send commands to the Heat engine via the messaging service (for example RabbitMQ). A metering service such as Ceilometer or CloudWatch API is used to monitor the performance of resources in the stack. These monitoring/metering services are used to trigger actions upon reaching a certain threshold. An example of this could be automatically launching a redundant web server behind a load balancer when the CPU load on the primary web server reaches above 90 percent.
- Practical Data Analysis Cookbook
- Spring 5企業級開發實戰
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- iOS開發實戰:從零基礎到App Store上架
- JavaScript入門經典
- INSTANT Passbook App Development for iOS How-to
- Unity 5 for Android Essentials
- Unity UI Cookbook
- Programming with CodeIgniterMVC
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Java 從入門到項目實踐(超值版)
- Exploring SE for Android
- ASP.NET開發寶典
- Python Automation Cookbook