Umbrella Project: Chef Infra
Project State: Active
Issues Response Time Maximum: 28 days
Pull Request Response Time Maximum: 28 days
NOTE: we know we have a backlog, and are working through it, but this applies for new requests.
This repository is the central repository for the Chef Push Jobs Client
If you want to file an issue about Chef Push Jobs Client or contribute a change, you're in the right place.
If you need to file an issue against another Chef project, you can find a list of projects and where to file issues in the community contributions section of the Chef docs.
Want to find out more about Push Jobs? Check out docs.chef.io!
We use GitHub issues to track bugs and feature requests. If you need help please post to our Mailing List or join the Chef Community Slack.
bundle install
brew install zeromq
Check out chef/chef-server and start DVM w/ Manage and Push Jobs.
# config.yml
vm:
plugins:
chef-manage: true
push-jobs-server: true
Run vagrant up
to bring up the Push Jobs Server.
Register you local machine as a node on the chef-server. From chef-server/dev
, run:
vagrant ssh
sudo chef-server-ctl user-create local-dev Local Dev local@chef.io 'password' -f /installers/local-dev.pem
sudo chef-server-ctl org-create push-client-local "Local Push Client Development" -a local-dev -f /installers/push-client-local-validator.pem
Add your local machine as a node on the Chef Server.
chef-client -c .chef/client.rb
./bin/pushy-client -c .chef/push-jobs-client.rb
For information on contributing to this project see https://github.com/chef/chef/blob/master/CONTRIBUTING.md