Murano concepts
In this section, we will discuss the different concepts used in Murano.
Environment
An environment in Murano represents a set of applications, which is managed by a single tenant. No two tenants can share the applications in an environment. Also an application in one environment is independent of other environments. Multiple applications, that are logically related in an environment, can together form a more complex application.
Package
A package in Murano is a ZIP archive that contains all the installation scripts, class definitions, dynamic UI forms, image lists, and the instruction of an application deployment. This package is imported by Murano and used for deploying an application. Various packages can be uploaded to Murano for different applications.
Session
Murano allows modification to an environment from multiple users who are from different locations. To allow modification from multiple users at the same time, Murano uses sessions that stores local modification from all...