Use Heat Orchestration Template (HOT) to prepare Murano Application Catalog in Mirantis OpenStack
Murano deals with applications while Heat orchestrates infrastructure. In fact Murano utilizes an infrastructure orchestration layer such as Heat to provision the underlying VMs, networking and storage. With Murano it is possible to upload applications written in the HOT (Heat Orchestration Template) format. This format is supported by the Murano CLI tool, which automatically generates a proper Murano application package from the HOT template supplied by the user. In Mirantis OpenStack both heat and murano are integrated through horizon to make the deployment simpler. To prepare a catalog the following three components are needed: manifest.yaml logo.png template.yaml Manifest will have the basic information about the catalog like name, description, tags etc. # cat manifest.yaml Format: Heat.HOT/1.0 Type: Application FullName: io.murano.apps.Platform Name: Web Development Platform Description: "Heat template to deploy CentOS 7 & Ubuntu 16.04 LTS Ser...