Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Client for Chef push jobs server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 15.0, < 17.0
>= 15.0, < 17.0
 Project Readme

Push Jobs Client

Build Status

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!

Getting Help

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.

Development

Setup Local Machine

bundle install
brew install zeromq

Setup Chef Server w/ Push Jobs Server

  1. 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.

  1. 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
  1. Add your local machine as a node on the Chef Server.
chef-client -c .chef/client.rb

Start Push Jobs Client

./bin/pushy-client -c .chef/push-jobs-client.rb

Contributing

For information on contributing to this project see https://github.com/chef/chef/blob/master/CONTRIBUTING.md