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} |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 11 | role: ${_param:openstack_node_role} |
Pavel Cizinsky | 8901175 | 2017-03-10 15:12:11 +0100 | [diff] [blame] | 12 | bind: |
| 13 | address: ${_param:single_address} |
| 14 | port: 8082 |
| 15 | network: |
| 16 | external: ${_param:murano_external_network} |
| 17 | database: |
| 18 | engine: mysql |
| 19 | host: ${_param:openstack_database_address} |
| 20 | port: 3306 |
| 21 | name: murano |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 22 | user: ${_param:mysql_murano_username} |
Pavel Cizinsky | 8901175 | 2017-03-10 15:12:11 +0100 | [diff] [blame] | 23 | password: ${_param:mysql_murano_password} |
| 24 | identity: |
| 25 | engine: keystone |
| 26 | host: ${_param:openstack_control_address} |
| 27 | port: 35357 |
| 28 | tenant: service |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 29 | user: ${_param:keystone_murano_username} |
Pavel Cizinsky | 8901175 | 2017-03-10 15:12:11 +0100 | [diff] [blame] | 30 | password: ${_param:keystone_murano_password} |
| 31 | message_queue: |
| 32 | engine: rabbitmq |
| 33 | port: 5672 |
| 34 | members: |
| 35 | - host: ${_param:openstack_messaging_queue_node01_address} |
| 36 | - host: ${_param:openstack_messaging_queue_node02_address} |
| 37 | - host: ${_param:openstack_messaging_queue_node03_address} |
| 38 | user: openstack |
| 39 | password: ${_param:rabbitmq_openstack_password} |
| 40 | virtual_host: '/openstack' |
| 41 | murano_agent_queue: |
| 42 | engine: rabbitmq |
Alexander Noskov | 983e92f | 2018-11-06 18:39:33 +0400 | [diff] [blame] | 43 | host: ${_param:cluster_public_host} |
Pavel Cizinsky | 8901175 | 2017-03-10 15:12:11 +0100 | [diff] [blame] | 44 | port: 5673 |
| 45 | user: openstack |
| 46 | password: ${_param:rabbitmq_murano_agent_password} |
| 47 | virtual_host: '/catalog' |