Heat Agents¶
Heat Agents are python hooks for deploying software configurations using Heat.
This repository contains diskimage-builder elements to build an image with the software configuration hooks required to use your preferred configuration method.
These elements depend on some elements found in the tripleo-image-elements repository. These elements will build an image which uses os-collect-config, os-refresh-config, and os-apply-config together to invoke a hook with the supplied configuration data, and return any outputs back to Heat.
For Contributors¶
If you are a new contributor to heat-agents please refer: So You Want to Contribute…