
The Environment class got two additional properties: region - name of the region where environment should be deployed. If null then home region is used. regionConfigs - config property (taken from class config) that specifies region parameters. It is a dictionary of a form regionName -> regionSettings. Currently the only setting available is a agentRabbitMq that is itself a dictionary containing the same options as [rabbitmq] section of murano.conf Thus the configuration file io.murano.Environment.yaml may look like: regionConfigs: RegionOne: agentRabbitMq: host: rabbitMqHostName port: 5672 login: murano password: murano virtual_host: / ssl: false ca_certs: null Implements Blueprint: assign-environment-to-region Change-Id: I3c84c96f8eeae738f83ed7b3691be38100b30e1d
Murano
Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog. Cloud users -- including inexperienced ones -- can then use the catalog to compose reliable application environments with the push of a button.
Project Resources
- Murano Official Documentation
- Project status, bugs, and blueprints are tracked on Launchpad
- Additional resources are linked from the project Wiki page
- Python client
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Description