OrchestrationΒΆ

Binero cloud fully supports orchestration with Heat. By using Heat, you can provision resources from most parts of the platform via YAML based templates.

Aside from producing a tested and speedy roll out with a predictable result, automating in this manner gives you the ability to setup identical platforms, either to scale out or to move between providers that support the same technology.

Using Heat, you use the Infrastructure as Code concept in which you can check in and version manage the templates for your system and manage changes by updating the template of a stack.

While a comprehensive documentation of Heat is outside the scope of this article, see the official documentation for more information about Heat.

Binero provides access to a git repository with tested Heat templates.

See our templates on GitHub for inspiration on how to work with Heat!