An open API service indexing awesome lists of open source software.

https://github.com/chef-boneyard/delivery_build

DEPRECATED: Chef Delivery cookbook for managing build nodes in a cluster
https://github.com/chef-boneyard/delivery_build

chef cookbook delivery hacktoberfest workflow

Last synced: 6 months ago
JSON representation

DEPRECATED: Chef Delivery cookbook for managing build nodes in a cluster

Awesome Lists containing this project

README

          

**Umbrella Project**: [Automate](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-automate.md)

**Project State**: [Deprecated](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#deprecated)

**Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: None

**Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: None

# delivery_build

Sets up a build node for use in Chef Delivery.

# Requirements

- Chef Delivery

# Attributes

See `attributes/default.rb`.

# Recipes

* `chef_client`: Manages permissions of chef-client directories and files.
* `chefdk`: Installs ChefDK and creates a `.gemrc` for root.
* `default`: Includes all the recipes, plus git, to make a build node.
* `user`: Manages the delivery build user.
* `workspace`: Manages the delivery workspace.

# License and Author

- Author: Adam Jacob
- Author: Bakh Inamov
- Author: Christopher Maier
- Author: Christopher Webber
- Author: Jeremiah Snapp
- Author: Jon Anderson
- Author: Jon Morrow
- Author: Matt Campbell
- Author: Salim Afiune
- Author: Seth Falcon
- Author: Tom Duffield
- Author: Joshua Timberman

- Copyright (c) 2015, Chef Software, Inc.

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.