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

The nc_base cookbook has been deprecated

Author provided reason for deprecation:

The nc_base cookbook has been deprecated and is no longer being maintained by its authors. Use of the nc_base cookbook is no longer recommended.

You may find that the github cookbook is a suitable alternative.

RSS

nc_base (3) Versions 0.4.1

Installs/Configures nc_base

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

nc_base Cookbook

The purpose of this cookbook is to install Netcool/OMNIbus version 8.1.<br>
This will also update it to the latest FP.<br>
This uses Installation Manager to install the software.<br>
So Installation Manager will be installed as well.<br>
This does NOT supply any IBM binaries, you will have to do that via PPA.<br>
As of 2019-02-06 the latest:<br>
Netcool/OMNIbus FP: 8.1.0.19<br>
Installation Manager: 1.8.9.4<br>

Scope

Only install the base and FP software.
This will !! NOT !!:
1) create an Object Server
2) install any probes or gateways
a. Use nc_tools to install these
3) configure/setup the Pad

Requirements

Todo: List any technical requirements for using this cookbook. Do you need to
install binaries from the network? Does the cookbook make other assumptions
about the environment for it to be used? Does the operating system need to have
any special configuration before using this cookbook (i.e. disable selinux)?
Also, tailor the subsections below:

Platforms

  • Redhat 7.x+

Chef

  • Chef 13+
  • Chef SDK 2.5.3+
  • Git 2.17+
  • Vagrant 2.0.4+

Dependencies

  • server_utils
  • limits
  • selinux

Usage

Todo: This will be unique depending on how the cookbook is developed and the
tools it provides to configure nodes. Here's a simple example of using a
cookbook and it's recipe. You'll want to elaborate on your own steps and
include any necessary steps like setting required attributes.

Use the following command to create shadow linux passwords for accounts:<br>
openssl passwd -1 -salt $(openssl rand -base64 6) [password]<br>

Place a dependency on the nc_base cookbook in your cookbook's
metadata.rb.

depends 'nc_base'

Then, in a recipe:

include_recipe 'nc_base::make_nc_base'

If your cookbook provides resources, be sure to include examples of how to use
those resources, in addition to the resources documentation section below.

Attributes

  • default['nc_base']['my_attribute']: Describe the purpose or usage of this attribute. Defaults to somevalue. Indicate the attribute type if necessary.

Recipes

default.rb

Todo: Provide a description for the purpose of this recipe file. What does it
do? When would I use it? Does it invoke other recipes?

Custom Resources

Todo: You only need to provide documentation for custom resources if your
cookbook actually provides them. Not all cookbooks have custom resources. If you
don't known what this means, then your cookbook probably doesn't have them
either and can omit this documentation.

resource_name

Todo: Add a description or purpose for this resource. What does it do?

Actions

  • :do_something: Description of this action
  • :another_action: Description of this action

Properties

  • property_name - Description of this property. What is it used for? What is it's default value?
  • property_name2 - Description of this property. What is it used for? What is it's default value?

Examples

todo: Describe this example and what it will accomplish.

# code samples are helpful
nc_base_resource_name 'some value' do
  property_name 'another value'
  property_name2 'foo bar'
  action :do_something
end

And don't forgot to show an example for your other actions.

# code samples are helpful
nc_base_resource_name 'some value' do
  property_name 'another value'
  property_name2 'foo bar'
  action :another_action
end

Collaborator Number Metric
            

0.4.1 failed this metric

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

Contributing File Metric
            

0.4.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.4.1 failed this metric

FC069: Ensure standardized license defined in metadata: nc_base/metadata.rb:1
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.4.1 passed this metric

Testing File Metric
            

0.4.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.4.1 passed this metric