Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to the Chef Corosync cookbook for RHEL based distros and make it testable #10

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Sep 2, 2015

  1. - Update cookbook metadata to add dependent cookbooks and add support

      for RHEL platform_family
    - Add the LICENSE file
    - Add berks and test-kitchen config which are needed for cookbook
      testing
    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    e001e29 View commit details
    Browse the repository at this point in the history
  2. - The pacemaker plugin version in corosync config is now set based on

      platform_family. The version is kept at '0' on suse but on RHEL
    version '1' is used.
    - Reformat the template content
    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    ac8c8a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8ea0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c38dfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1ca6ff View commit details
    Browse the repository at this point in the history
  6. Add error handling to the authkey_writer so that it does not bork dur…

    …ing compilation phase when authey is nil
    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    4b94751 View commit details
    Browse the repository at this point in the history
  7. The corosync service must be restarted immediately after configuratio…

    …n. Minor code formatting.
    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    adf77fe View commit details
    Browse the repository at this point in the history
  8. Use new chef dsl syntax

    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    d490ab2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9eaab49 View commit details
    Browse the repository at this point in the history
  10. The corosync user was being modified without being created first. The…

    … corosync init script that was being setup for non-suse platforms only needs to be setup for debian based distros
    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    5d37a07 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    353a6d3 View commit details
    Browse the repository at this point in the history
  12. Add testing doc

    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    8780bef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b802015 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d6978c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2016047 View commit details
    Browse the repository at this point in the history
  16. Add Rakefile to do the integration tests as they involve converging m…

    …ore than 1 instances so that they can communicate with each other
    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    e9d8159 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4b105ed View commit details
    Browse the repository at this point in the history
  18. Fixes crowbar#9

    ovaistariq committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    29e9426 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Configuration menu
    Copy the full SHA
    a7b605b View commit details
    Browse the repository at this point in the history