Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

win_cluster (2) Versions 0.4.0

Installs/Configures win_cluster

Policyfile
Berkshelf
Knife
cookbook 'win_cluster', '= 0.4.0', :supermarket
cookbook 'win_cluster', '= 0.4.0'
knife supermarket install win_cluster
knife supermarket download win_cluster
README
Dependencies
Quality 33%

win_cluster

Windows Failover Clustering Cookbook

Requirements

Platforms

  • Windows Server 2012 (R1, R2)

Chef

  • Chef 12+

Usage

This is a Custom Resource cookbook that can be used to install and configure Windows Failover Cluster in Active Directory.

Custom Resources

win_cluster_server

Installs Windows Failover-Clustering Features and creates a new Cluster

Actions

  • 'create' - Creates A new Cluster if it doesn't exisit in AD
  • 'join' - Join a Cluster that has already been created

Properties

  • 'name - Name of the cluster to be created
  • 'creator' - Boolean whether the specified node is the creator of the cluster.
  • 'ip_address' - IP address of the new cluster
  • 'attach_storage' - Boolean whether or not to have include attached storage as part of the cluster or not

Examples

Create new 'SQLClst' with an ip of 192.168.1.1

win_cluster_server 'SQLClst' do
  ip_address '192.168.1.1'
end

Join cluster 'SQLClst'

win_cluster_server 'SQLClst' do
  action :join
  creator false
end

License & Author

Copyright 2016, TheLunaticScripter.com

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

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.4.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

0.4.0 passed this metric

License Metric
            

0.4.0 failed this metric

win_cluster does not have a valid open source license.
Acceptable licenses include Apache 2.0, apachev2, MIT, mit, GNU Public License 2.0, gplv2, GNU Public License 3.0, gplv3.