blob: 2f28613d09971780e1353afe288aed2f452b7167 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heat.server.single
3parameters:
Andrey Shestakov0c7e1102017-08-10 13:39:04 +03004 linux:
5 system:
6 package:
7 python-pymysql:
8 fromrepo: ${_param:openstack_version}
9 version: latest
Ondrej Smola03ff34e2016-12-01 01:30:33 +010010 heat:
11 server:
Vasyl Saienko01eb3172018-07-16 13:44:53 +030012 role: ${_param:openstack_node_role}
Vasyl Saienko353a5382018-07-06 10:04:04 +030013 region: ${_param:openstack_region}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010014 stack_domain_admin:
15 name: heat_domain_admin
16 password: ${_param:heat_domain_admin_password}
17 domain: heat
Vasyl Saienko30e410d2018-07-25 12:39:35 +030018 metadata:
19 protocol: ${_param:cluster_public_protocol}
20 waitcondition:
21 protocol: ${_param:cluster_public_protocol}
22 watch:
23 protocol: ${_param:cluster_public_protocol}