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
- Host: GitHub
- URL: https://github.com/chef-boneyard/delivery_build
- Owner: chef-boneyard
- License: apache-2.0
- Created: 2015-07-15T15:32:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T22:26:49.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T21:12:30.692Z (7 months ago)
- Topics: chef, cookbook, delivery, hacktoberfest, workflow
- Language: Ruby
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 7
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 athttp://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.