diff options
author | Emilien Macchi <emilien@redhat.com> | 2016-07-11 11:06:03 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-07-14 08:59:40 -0400 |
commit | 6a629a4dccf08597d79776de2e0814c46fe84afb (patch) | |
tree | 38a611c4b093adae7ab85611ceb50f7f0abea373 /puppet/services/pacemaker/database | |
parent | 167d93eaa324cf176346b783db3380ff6f0cbf98 (diff) |
Move MySQL Galera within composable services
This patch just moves the Puppet code into puppet-tripleo.
A future iteration will be to move parameters within the service
template.
Closes-Bug: #1601853
Depends-On: I7ddae28a6affd55c5bffc15d72226a18c708850e
Change-Id: I51a05dbf53f516b200c146b35529ce563ce9ac7b
Diffstat (limited to 'puppet/services/pacemaker/database')
-rw-r--r-- | puppet/services/pacemaker/database/mysql.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/puppet/services/pacemaker/database/mysql.yaml b/puppet/services/pacemaker/database/mysql.yaml new file mode 100644 index 00000000..1cecbfae --- /dev/null +++ b/puppet/services/pacemaker/database/mysql.yaml @@ -0,0 +1,20 @@ +heat_template_version: 2016-04-08 + +description: > + MySQL with Pacemaker service deployment using puppet + +parameters: + #Parameters not used EndpointMap + EndpointMap: + default: {} + description: Mapping of service endpoint -> protocol. Typically set + via parameter_defaults in the resource registry. + type: json + +outputs: + role_data: + description: Service MySQL with Pacemaker using composable services. + value: + config_settings: + step_config: | + include ::tripleo::profile::pacemaker::database::mysql |