blob: 208bdf0e4aa70284754877c736aead4aabff3c4d [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heat.server.single
Oleksandr Shyshkob3632d52018-08-30 17:08:08 +03003- system.salt.minion.cert.mysql.clients.openstack.heat
Ondrej Smola03ff34e2016-12-01 01:30:33 +01004parameters:
Oleksandr Shyshkob3632d52018-08-30 17:08:08 +03005 _param:
6 openstack_mysql_x509_enabled: False
7 galera_ssl_enabled: False
Andrey Shestakov0c7e1102017-08-10 13:39:04 +03008 linux:
9 system:
10 package:
11 python-pymysql:
12 fromrepo: ${_param:openstack_version}
13 version: latest
Ondrej Smola03ff34e2016-12-01 01:30:33 +010014 heat:
15 server:
Vasyl Saienko01eb3172018-07-16 13:44:53 +030016 role: ${_param:openstack_node_role}
Vasyl Saienko353a5382018-07-06 10:04:04 +030017 region: ${_param:openstack_region}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010018 stack_domain_admin:
19 name: heat_domain_admin
20 password: ${_param:heat_domain_admin_password}
21 domain: heat
Vasyl Saienko30e410d2018-07-25 12:39:35 +030022 metadata:
23 protocol: ${_param:cluster_public_protocol}
24 waitcondition:
25 protocol: ${_param:cluster_public_protocol}
26 watch:
Oleksandr Shyshkob3632d52018-08-30 17:08:08 +030027 protocol: ${_param:cluster_public_protocol}
28 database:
29 x509:
30 enabled: ${_param:openstack_mysql_x509_enabled}
31 ca_file: ${_param:mysql_heat_ssl_ca_file}
32 key_file: ${_param:mysql_heat_client_ssl_key_file}
33 cert_file: ${_param:mysql_heat_client_ssl_cert_file}
34 ssl:
35 enabled: ${_param:galera_ssl_enabled}