blob: 52b35829e76ed790d25e278a3944a8d2ad3ffd43 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heat.server.cluster
3- service.haproxy.proxy.single
4- service.keepalived.cluster.single
5- system.haproxy.proxy.listen.openstack.heat
Oleksandr Shyshkob3632d52018-08-30 17:08:08 +03006- system.salt.minion.cert.mysql.clients.openstack.heat
Oleksandr Bryndziica6cb312018-09-12 13:53:15 +00007- system.salt.minion.cert.rabbitmq.clients.openstack.heat
Ondrej Smola03ff34e2016-12-01 01:30:33 +01008parameters:
Oleksii Chupryn61baa812017-04-07 13:11:37 +03009 _param:
Vasyl Saienko047166c2018-03-09 11:17:45 +020010 cluster_public_protocol: 'https'
11 cluster_internal_protocol: 'http'
Andrey Shestakov0c7e1102017-08-10 13:39:04 +030012 linux:
13 system:
14 package:
15 python-pymysql:
16 fromrepo: ${_param:openstack_version}
17 version: latest
Ondrej Smola03ff34e2016-12-01 01:30:33 +010018 heat:
19 server:
20 stack_domain_admin:
21 name: heat_domain_admin
22 password: ${_param:heat_domain_admin_password}
23 domain: heat
24 enabled: true
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010025 region: ${_param:openstack_region}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010026 version: ${_param:heat_version}
Vasyl Saienko01eb3172018-07-16 13:44:53 +030027 role: ${_param:openstack_node_role}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010028 bind:
29 api_cfn:
30 address: ${_param:cluster_local_address}
31 api_cloudwatch:
32 address: ${_param:cluster_local_address}
33 api:
34 address: ${_param:cluster_local_address}
35 database:
36 engine: mysql
37 host: ${_param:openstack_database_address}
38 port: 3306
39 name: heat
40 user: heat
41 password: ${_param:mysql_heat_password}
Oleksandr Shyshkob3632d52018-08-30 17:08:08 +030042 x509:
43 enabled: ${_param:openstack_mysql_x509_enabled}
44 ca_file: ${_param:mysql_heat_ssl_ca_file}
45 key_file: ${_param:mysql_heat_client_ssl_key_file}
46 cert_file: ${_param:mysql_heat_client_ssl_cert_file}
47 ssl:
48 enabled: ${_param:galera_ssl_enabled}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010049 metadata:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030050 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010051 port: 8000
Oleksii Chupryn2c877942017-04-07 10:02:32 +030052 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010053 waitcondition:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030054 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010055 port: 8000
Oleksii Chupryn2c877942017-04-07 10:02:32 +030056 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010057 watch:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030058 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010059 port: 8003
Oleksii Chupryn2c877942017-04-07 10:02:32 +030060 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010061 identity:
62 engine: keystone
63 host: ${_param:cluster_vip_address}
64 port: 35357
65 tenant: service
66 user: heat
67 password: ${_param:keystone_heat_password}
Vasyl Saienko047166c2018-03-09 11:17:45 +020068 protocol: ${_param:cluster_internal_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010069 message_queue:
70 engine: rabbitmq
Oleksandr Shyshko3d1dd6f2018-09-20 18:22:04 +030071 port: ${_param:openstack_rabbitmq_port}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010072 user: openstack
73 password: ${_param:rabbitmq_openstack_password}
74 virtual_host: '/openstack'
75 members:
76 - host: ${_param:openstack_message_queue_node01_address}
77 - host: ${_param:openstack_message_queue_node02_address}
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010078 - host: ${_param:openstack_message_queue_node03_address}
Oleksandr Bryndziica6cb312018-09-12 13:53:15 +000079 x509:
80 enabled: ${_param:openstack_rabbitmq_x509_enabled}
81 ca_file: ${_param:rabbitmq_heat_ssl_ca_file}
82 key_file: ${_param:rabbitmq_heat_client_ssl_key_file}
83 cert_file: ${_param:rabbitmq_heat_client_ssl_cert_file}
84 ssl:
85 enabled: ${_param:rabbitmq_ssl_enabled}