Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stromweld/chef_chef_software
Development repository for the chef_software Chef Cookbook
https://github.com/stromweld/chef_chef_software
chef chef-cookbook chef-resource managed-by-terraform
Last synced: 18 days ago
JSON representation
Development repository for the chef_software Chef Cookbook
- Host: GitHub
- URL: https://github.com/stromweld/chef_chef_software
- Owner: Stromweld
- License: apache-2.0
- Created: 2018-12-21T22:25:41.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T22:21:05.000Z (9 months ago)
- Last Synced: 2024-10-11T16:01:15.717Z (3 months ago)
- Topics: chef, chef-cookbook, chef-resource, managed-by-terraform
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# chef_software
This Cookbook wraps the chef-ingredient cookbook and will install and configure chef-server, chef-automatev2, and an internal chef-supermarket. Configuration is all attribute driven.
## Requirements
Please refer to the chef-ingredient cookbook for additional information on configuration options to add to the atribute hashes.
### Platforms
- Linux
## Recipes
### default recipe
Recipe does nothing but log warning that it does nothing
### chef_automatev2
Recipe to install chef-automatev2
### chef_server
Recipe to install chef-server and manage users & organizations
### chef_supermarket
Recipe to install chef-supermarket
## Usage
1. Set attributes via wrapper cookbook, policy files, role or environment files.
1. Build chef-automatev2 server first. Create an admin token and update `automate_admin_token` attribute.
1. Build chef-server second. Update `chef_supermarket` attribute with the correct settings found on the chef server at `/etc/opscode/oc-id-applications/supermarket.json`
1. Build chef-supermarket third.