RETIRED, Chef Cookbook - Pacemaker
Go to file
Adam Spiers c340bd4be2 avoid test messing with fixture
Assigning to `fixture` means that the change to the fixture can leak
out to other tests, so we assign to a temporary variable instead.
2014-04-10 23:34:09 +01:00
attributes Add support for mail notifications 2014-04-04 08:51:20 +02:00
definitions ha: Update naming scheme for vip resources 2014-04-07 09:03:20 +02:00
files/default OCF RAs should be installed via packages 2014-01-08 20:54:59 +00:00
libraries use crm --force to ensure start/stop in batch mode 2014-04-10 21:33:13 +01:00
providers implement order LWRP using library code 2014-03-25 18:37:51 +00:00
recipes Improve naming of stonith resource in shared mode 2014-04-07 09:54:54 +02:00
resources implement order LWRP using library code 2014-03-25 18:37:51 +00:00
spec avoid test messing with fixture 2014-04-10 23:34:09 +01:00
templates/default Make stonith-enabled/no-quorum-policy variables in crm-initial.conf 2014-03-28 22:01:31 +01:00
.gitignore add tmp/ to .gitignore 2014-04-04 11:51:42 +01:00
Gemfile add rubydeps support for graphing class hierarchy 2014-03-13 20:01:50 +00:00
Guardfile Merge pull request #77 from aspiers/guard-mixins 2014-04-04 17:53:50 +01:00
README.md fix Travis build badge 2014-03-29 11:47:59 +00:00
Rakefile add rubydeps support for graphing class hierarchy 2014-03-13 20:01:50 +00:00
metadata.rb Simplify roles a bit 2014-03-06 08:36:35 +01:00

README.md

Build Status

DESCRIPTION

This is a cookbook for installing and configuring pacemaker.

Recipes

default

Installs and start pacemaker.

Resources/Providers

There are 7 LWRPs for interacting with pacemaker.

primitive

Configure and delete primitive resource.

  • :create configures a primitive
  • :delete deletes a primitive

Examples

pacemaker_primitive drbd do
  agent "ocf:linbit:drbd"
  params {'drbd_resource' => 'r0'}
  op {'monitor' => { 'interval' => '5s', 'role' => 'Master' } }
  action :create
end

clone

TBU

ms

TBU

location

TBU

colocation

TBU

order

TBU

node

TBU

License and Author

Author:: Robert Choi taeilchoi1@gmail.com

Copyright:: 2013 Robert Choi

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.