deb-murano/contrib/plugins/murano_exampleplugin
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
..
example-app/io.murano.apps.demo.DemoApp Added property to associate environment with OS region 2016-03-03 18:25:47 +03:00
murano_exampleplugin Added property to associate environment with OS region 2016-03-03 18:25:47 +03:00
requirements.txt Correct filename 2016-01-12 09:50:03 +00:00
setup.cfg Initial implementation of Plugable Classes 2015-03-19 14:06:24 +00:00
setup.py Initial implementation of Plugable Classes 2015-03-19 14:06:24 +00:00