diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-07-26 14:30:04 +0200 |
---|---|---|
committer | Michele Baldessari <michele@acksyn.org> | 2016-07-27 22:58:01 +0200 |
commit | b0e53995ec56a45216d8aff9070f3b1cd81608a7 (patch) | |
tree | d13e80953470245b35a2c801802a49b7c8c8aee2 /puppet | |
parent | fc93cf3e2965f430b243eda1e95ce30c4e59a1ab (diff) |
Create role for the fake openstack-core resource
Change-Id: Iacd94294b8a66bc082bb2b3e8d3364ec1bf053b8
Depends-On: I16a786ce167c57848551c7245f4344c382c55b3d
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/pacemaker/core.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/puppet/services/pacemaker/core.yaml b/puppet/services/pacemaker/core.yaml new file mode 100644 index 00000000..1c0c043c --- /dev/null +++ b/puppet/services/pacemaker/core.yaml @@ -0,0 +1,20 @@ +heat_template_version: 2016-04-08 + +description: > + OpenStack Core (fake) service with Pacemaker configured with Puppet. + +parameters: + EndpointMap: + default: {} + description: Mapping of service endpoint -> protocol. Typically set + via parameter_defaults in the resource registry. + type: json + +outputs: + role_data: + description: Role data for the Core role. + value: + service_name: core + config_settings: {} + step_config: | + include ::tripleo::profile::pacemaker::core
\ No newline at end of file |