blob: 73dcb384e81a8e0b7c81a5bd2aa9de0f3cf577bc [file] [log] [blame]
classes:
- service.murano.server.cluster
- service.keepalived.cluster.single
- system.haproxy.proxy.listen.openstack.murano
- service.rabbitmq.server.single
parameters:
murano:
server:
enabled: true
version: ${_param:murano_version}
role: ${_param:openstack_node_role}
bind:
address: ${_param:single_address}
port: 8082
network:
external: ${_param:murano_external_network}
database:
engine: mysql
host: ${_param:openstack_database_address}
port: 3306
name: murano
user: ${_param:mysql_murano_username}
password: ${_param:mysql_murano_password}
identity:
engine: keystone
host: ${_param:openstack_control_address}
port: 35357
tenant: service
user: ${_param:keystone_murano_username}
password: ${_param:keystone_murano_password}
message_queue:
engine: rabbitmq
port: 5672
members:
- host: ${_param:openstack_messaging_queue_node01_address}
- host: ${_param:openstack_messaging_queue_node02_address}
- host: ${_param:openstack_messaging_queue_node03_address}
user: openstack
password: ${_param:rabbitmq_openstack_password}
virtual_host: '/openstack'
murano_agent_queue:
engine: rabbitmq
host: ${_param:cluster_public_host}
port: 5673
user: openstack
password: ${_param:rabbitmq_murano_agent_password}
virtual_host: '/catalog'