RETIRED, Application Catalog for OpenStack
Go to file
Stan Lagun 322ba88742 Added property to associate environment with OS region
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
2016-03-03 18:25:47 +03:00
contrib Added property to associate environment with OS region 2016-03-03 18:25:47 +03:00
devstack Merge "Add multiple engine workers" 2016-03-01 00:19:53 +00:00
doc/source Merge "[Murano Docs] Log in to murano-spawned instance" 2016-03-03 01:24:23 +00:00
etc Fix the entry point for oslo-config generator 2016-03-02 13:32:13 +00:00
functionaltests Cap pip to <8 for dsvm job 2016-01-21 16:24:06 +03:00
meta Added property to associate environment with OS region 2016-03-03 18:25:47 +03:00
murano Added property to associate environment with OS region 2016-03-03 18:25:47 +03:00
murano_tempest_tests Do not use list lenght checks in Env-Templates test suite 2016-03-02 18:41:55 +03:00
rally-jobs Fix typos and plugin samples link 2015-09-04 22:58:51 +05:30
releasenotes Extension methods were introduced to MuranoPL 2016-03-03 15:01:30 +00:00
tools Merge "Enable pep8 to check files in directory tools" 2016-02-19 12:00:29 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:29:14 +00:00
.gitignore Add reno for release notes management 2015-11-12 00:28:04 +03:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:35 +00:00
.testr.conf Fix adding unit test module 2016-02-12 09:40:47 +09:00
CONTRIBUTING.rst Added links to murano-specs documentation 2016-03-01 17:15:26 +00:00
HACKING.rst Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
LICENSE Added MANIFEST.in and LICENSE 2013-05-31 16:18:01 +04:00
README.rst Update the README.rst 2015-12-21 15:53:15 +08:00
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00
requirements.txt Updated from global requirements 2016-02-26 01:48:56 +00:00
setup.cfg Fix the entry point for oslo-config generator 2016-03-02 13:32:13 +00:00
setup.py Updated from global requirements 2015-09-17 12:13:02 +00:00
test-requirements.txt Removes unused posix_ipc requirement 2016-02-11 08:45:27 -08:00
tox.ini Added [murano-test-runner] venv in tox 2016-02-24 18:16:06 -06:00

README.rst

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

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0