Pavel Cizinsky | 8901175 | 2017-03-10 15:12:11 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.murano.server.cluster |
| 3 | - service.keepalived.cluster.single |
| 4 | - system.haproxy.proxy.listen.openstack.murano |
| 5 | - service.rabbitmq.server.single |
| 6 | parameters: |
| 7 | murano: |
| 8 | server: |
| 9 | enabled: true |
| 10 | version: ${_param:murano_version} |
| 11 | bind: |
| 12 | address: ${_param:single_address} |
| 13 | port: 8082 |
| 14 | network: |
| 15 | external: ${_param:murano_external_network} |
| 16 | database: |
| 17 | engine: mysql |
| 18 | host: ${_param:openstack_database_address} |
| 19 | port: 3306 |
| 20 | name: murano |
| 21 | user: murano |
| 22 | password: ${_param:mysql_murano_password} |
| 23 | identity: |
| 24 | engine: keystone |
| 25 | host: ${_param:openstack_control_address} |
| 26 | port: 35357 |
| 27 | tenant: service |
| 28 | user: murano |
| 29 | password: ${_param:keystone_murano_password} |
| 30 | message_queue: |
| 31 | engine: rabbitmq |
| 32 | port: 5672 |
| 33 | members: |
| 34 | - host: ${_param:openstack_messaging_queue_node01_address} |
| 35 | - host: ${_param:openstack_messaging_queue_node02_address} |
| 36 | - host: ${_param:openstack_messaging_queue_node03_address} |
| 37 | user: openstack |
| 38 | password: ${_param:rabbitmq_openstack_password} |
| 39 | virtual_host: '/openstack' |
| 40 | murano_agent_queue: |
| 41 | engine: rabbitmq |
| 42 | host: ${_param:openstack_proxy_address} |
| 43 | port: 5673 |
| 44 | user: openstack |
| 45 | password: ${_param:rabbitmq_murano_agent_password} |
| 46 | virtual_host: '/catalog' |