blob: 1edf790941afc2145c39c9c956180fc98d7ee5f3 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heat.server.cluster
Mykyta Karpin882dcac2018-11-30 16:37:28 +02003- system.heat.upgrade
Ondrej Smola03ff34e2016-12-01 01:30:33 +01004- service.haproxy.proxy.single
5- service.keepalived.cluster.single
6- system.haproxy.proxy.listen.openstack.heat
Oleksandr Shyshkob3632d52018-08-30 17:08:08 +03007- system.salt.minion.cert.mysql.clients.openstack.heat
Oleksandr Bryndziica6cb312018-09-12 13:53:15 +00008- system.salt.minion.cert.rabbitmq.clients.openstack.heat
Ondrej Smola03ff34e2016-12-01 01:30:33 +01009parameters:
Andrey Shestakov0c7e1102017-08-10 13:39:04 +030010 linux:
11 system:
12 package:
13 python-pymysql:
14 fromrepo: ${_param:openstack_version}
15 version: latest
Ondrej Smola03ff34e2016-12-01 01:30:33 +010016 heat:
17 server:
18 stack_domain_admin:
19 name: heat_domain_admin
20 password: ${_param:heat_domain_admin_password}
21 domain: heat
22 enabled: true
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010023 region: ${_param:openstack_region}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010024 version: ${_param:heat_version}
Vasyl Saienko01eb3172018-07-16 13:44:53 +030025 role: ${_param:openstack_node_role}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010026 bind:
27 api_cfn:
28 address: ${_param:cluster_local_address}
29 api_cloudwatch:
30 address: ${_param:cluster_local_address}
31 api:
32 address: ${_param:cluster_local_address}
33 database:
34 engine: mysql
35 host: ${_param:openstack_database_address}
36 port: 3306
37 name: heat
38 user: heat
39 password: ${_param:mysql_heat_password}
Oleksandr Shyshkob3632d52018-08-30 17:08:08 +030040 x509:
41 enabled: ${_param:openstack_mysql_x509_enabled}
42 ca_file: ${_param:mysql_heat_ssl_ca_file}
43 key_file: ${_param:mysql_heat_client_ssl_key_file}
44 cert_file: ${_param:mysql_heat_client_ssl_cert_file}
45 ssl:
46 enabled: ${_param:galera_ssl_enabled}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010047 metadata:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030048 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010049 port: 8000
Oleksii Chupryn2c877942017-04-07 10:02:32 +030050 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010051 waitcondition:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030052 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010053 port: 8000
Oleksii Chupryn2c877942017-04-07 10:02:32 +030054 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010055 watch:
Oleksii Chupryn2c877942017-04-07 10:02:32 +030056 host: ${_param:cluster_public_host}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010057 port: 8003
Oleksii Chupryn2c877942017-04-07 10:02:32 +030058 protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010059 identity:
60 engine: keystone
61 host: ${_param:cluster_vip_address}
62 port: 35357
63 tenant: service
64 user: heat
65 password: ${_param:keystone_heat_password}
Vasyl Saienko047166c2018-03-09 11:17:45 +020066 protocol: ${_param:cluster_internal_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010067 message_queue:
68 engine: rabbitmq
Oleksandr Shyshko3d1dd6f2018-09-20 18:22:04 +030069 port: ${_param:openstack_rabbitmq_port}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010070 user: openstack
71 password: ${_param:rabbitmq_openstack_password}
72 virtual_host: '/openstack'
73 members:
74 - host: ${_param:openstack_message_queue_node01_address}
75 - host: ${_param:openstack_message_queue_node02_address}
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010076 - host: ${_param:openstack_message_queue_node03_address}
Oleksandr Bryndziica6cb312018-09-12 13:53:15 +000077 x509:
78 enabled: ${_param:openstack_rabbitmq_x509_enabled}
79 ca_file: ${_param:rabbitmq_heat_ssl_ca_file}
80 key_file: ${_param:rabbitmq_heat_client_ssl_key_file}
81 cert_file: ${_param:rabbitmq_heat_client_ssl_cert_file}
82 ssl:
83 enabled: ${_param:rabbitmq_ssl_enabled}
Oleksandr Bryndziib7c92172018-10-24 12:02:20 +030084 cache:
85 security:
86 enabled: ${_param:heat_memcache_security_enabled}
87 strategy: ${_param:openstack_memcache_security_strategy}
88 secret_key: ${_param:heat_memcache_secret_key}