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

cafe-core (2) Versions 0.0.1

OpsCafe common core infrastructure.

Policyfile
Berkshelf
Knife
cookbook 'cafe-core', '= 0.0.1', :supermarket
cookbook 'cafe-core', '= 0.0.1'
knife supermarket install cafe-core
knife supermarket download cafe-core
README
Dependencies
Changelog
Quality 100%

cafe-core

Cookbook Version
[Apache 2.0 License](./LICENSE.txt)
Dependency Status
Build Status
Coverage Status

Description

OpsCafe common core infrastructure.

Usage

This Chef cookbook is a volume in the
OpsCafe infrastructure cookbook series.
It can function independently
or integrate seamlessly with other cafe-* cookbooks.

Requirements

Platforms

  • Ubuntu (~> 14.04)

Cookbooks:

  • apt (~> 2.7.0)
  • ntp (~> 1.8.6)
  • openssh (~> 1.5.0)
  • sudo (~> 2.7.1)
  • users (~> 1.8.2)
  • zsh (~> 1.0.1)
  • vim (~> 1.1.2)

Attributes

Attribute Description Default Choices
node['cafe']['core']['common']['enable'] Include the common recipe by default. true
node['cafe']['core']['ssh']['enable'] Include the ssh recipe by default. true
node['cafe']['core']['sudo']['enable'] Include the sudo recipe by default. true

Recipes

cafe-core::default

Includes each other recipe in this cookbook according to
the corresponding attribute:

node['cafe']['core'][recipe]['enable']

cafe-core::common

Includes a set of practical cookbooks to setup the following:

  • Network Time Protocol (NTP)
  • Zsh
  • Vim

Also includes the apt::default recipe on Debian based platforms.

cafe-core::ssh

Installs and enables the openssh server.
Sets practical and secure sshd defaults:

  • Disables root login.
  • Disables password login.
  • Enables agent forwarding.

cafe-core::sudo

Enables sudo configuration through sudoers.d.

Creates and configures the sysadmin group for passwordless sudo.
The sysadmin group is created only if the uses data bag exists
and contains at least one sysadmin user.
For example, see
[sudoroot.json](./test/integration/sudo/data_bags/users/sudoroot.json).

Development and Testing

Source Code

The cafe-core source
is hosted on GitHub.
To clone the project run

$ git clone https://github.com/opscafe/core.git

Rake

Run rake -T to see all Rake tasks.

rake all                          # Run all tasks
rake doc                          # Build documentation
rake foodcritic                   # Lint Chef cookbooks
rake kitchen:all                  # Run all test instances
rake kitchen:default-ubuntu-1404  # Run default-ubuntu-1404 test instance
rake readme                       # Generate README.md from _README.md.erb
rake rubocop                      # Run RuboCop
rake rubocop:auto_correct         # Auto-correct RuboCop offenses
rake spec                         # Run RSpec code examples
rake test                         # Run kitchen integration tests
rake yard                         # Generate YARD Documentation

Thor

Run thor -T to see all Thor tasks.

Guard

Guard tasks have been separated into the following groups:

  • doc
  • lint
  • unit
  • integration

By default, Guard will generate documentation, lint, and run unit tests.
The integration group must be selected manually with guard -g integration.

Contributing

Please submit and comment on bug reports and feature requests.

To submit a patch:

  1. Fork it (https://github.com/opscafe/core/fork).
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Make changes. Write and run tests.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin my-new-feature).
  6. Create a new Pull Request.

License

Copyright 2015 Evan Sosenko

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

https://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.

Warranty

This software is provided "as is" and without any express or
implied warranties, including, without limitation, the implied
warranties of merchantibility and fitness for a particular
purpose.

Dependent cookbooks

apt ~> 2.7.0
ntp ~> 1.8.6
openssh ~> 1.5.0
sudo ~> 2.7.1
users ~> 1.8.2
zsh ~> 1.0.1
vim ~> 1.1.2

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

ChangeLog

0.0.1

Initial release.

Foodcritic Metric
            

0.0.1 passed this metric