heat-engine
OpenStack orchestration service - engine
Install
- All systems
-
curl cmd.cat/heat-engine.sh
- Debian
-
apt-get install heat-engine
- Ubuntu
-
apt-get install heat-engine
- Kali Linux
-
apt-get install heat-engine
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install heat-engine
- Raspbian
-
apt-get install heat-engine
- Dockerfile
- dockerfile.run/heat-engine
heat-engine
OpenStack orchestration service - engine
Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. This package contains the heat engine, which is the core service of heat, and which the API servers will use.
python3-heat
OpenStack orchestration service - Python files
Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. This package contains the Python libraries.