blob: d442d828299fe1c3dc7006fda9dc3eaf92e6b2c5 [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:
Andrey Shestakov0c7e1102017-08-10 13:39:04 +03009 linux:
10 system:
11 package:
12 python-pymysql:
13 fromrepo: ${_param:openstack_version}
14 version: latest
Ondrej Smola03ff34e2016-12-01 01:30:33 +010015 heat:
16 server:
17 stack_domain_admin:
18 name: heat_domain_admin
19 password: ${_param:heat_domain_admin_password}
20 domain: heat
21 enabled: true
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010022 region: ${_param:openstack_region}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010023 version: ${_param:heat_version}
Vasyl Saienko01eb3172018-07-16 13:44:53 +030024 role: ${_param:openstack_node_role}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010025 bind:
26 api_cfn:
27 address: ${_param:cluster_local_address}
28 api_cloudwatch:
29 address: ${_param:cluster_local_address}
30 api:
31 address: ${_param:cluster_local_address}
32 database:
33 engine: mysql
34 host: ${_param:openstack_database_address}
35 port: 3306
36 name: heat
37 user: heat
38 password: ${_param:mysql_heat_password}
Oleksandr Shyshkob3632d52018-08-30 17:08:08 +030039 x509:
40 enabled: ${_param:openstack_mysql_x509_enabled}
41 ca_file: ${_param:mysql_heat_ssl_ca_file}
42 key_file: ${_param:mysql_heat_client_ssl_key_file}
43 cert_file: ${_param:mysql_heat_client_ssl_cert_file}
44 ssl:
45 enabled: ${_param:galera_ssl_enabled}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010046 metadata:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030047 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010048 port: 8000
Oleksii Chupryn2c877942017-04-07 10:02:32 +030049 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010050 waitcondition:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030051 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010052 port: 8000
Oleksii Chupryn2c877942017-04-07 10:02:32 +030053 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010054 watch:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030055 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010056 port: 8003
Oleksii Chupryn2c877942017-04-07 10:02:32 +030057 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010058 identity:
59 engine: keystone
60 host: ${_param:cluster_vip_address}
61 port: 35357
62 tenant: service
63 user: heat
64 password: ${_param:keystone_heat_password}
Vasyl Saienko047166c2018-03-09 11:17:45 +020065 protocol: ${_param:cluster_internal_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010066 message_queue:
67 engine: rabbitmq
Oleksandr Shyshko3d1dd6f2018-09-20 18:22:04 +030068 port: ${_param:openstack_rabbitmq_port}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010069 user: openstack
70 password: ${_param:rabbitmq_openstack_password}
71 virtual_host: '/openstack'
72 members:
73 - host: ${_param:openstack_message_queue_node01_address}
74 - host: ${_param:openstack_message_queue_node02_address}
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010075 - host: ${_param:openstack_message_queue_node03_address}
Oleksandr Bryndziica6cb312018-09-12 13:53:15 +000076 x509:
77 enabled: ${_param:openstack_rabbitmq_x509_enabled}
78 ca_file: ${_param:rabbitmq_heat_ssl_ca_file}
79 key_file: ${_param:rabbitmq_heat_client_ssl_key_file}
80 cert_file: ${_param:rabbitmq_heat_client_ssl_cert_file}
81 ssl:
82 enabled: ${_param:rabbitmq_ssl_enabled}
Oleksandr Bryndziib7c92172018-10-24 12:02:20 +030083 cache:
84 security:
85 enabled: ${_param:heat_memcache_security_enabled}
86 strategy: ${_param:openstack_memcache_security_strategy}
87 secret_key: ${_param:heat_memcache_secret_key}