| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We need the new chef-client cookbook
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Update ohai resource to new style, stop overwriting name property
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If #5606 is approved, any resource that creates a property that is an
already-existing Ruby method on a Chef::Resource object will throw a
deprecation warning. The ohai resource currently creates a `name`
property which conflicts with the `name` property created in the base
Chef::Resource class.
This change updates the ohai resource and provider to the new style of
defining resources and stops overwriting the `name` method.
Signed-off-by: Adam Leff <adam@leff.co>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
linux mount provider - skip device detection for zfs
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Tomasz Rudzki (ttr) <ttr@ttrsite.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Tomasz Rudzki (ttr) <ttr@ttrsite.net>
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Use chef/chef image instead of downloading from packages.chef.io
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Tom Duffield <tom@chef.io>
|
| |_|/ / /
|/| | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Use tduffield branch of github-changelog-generator
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Tom Duffield <tom@chef.io>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This branch fixes a number of bugs in the changelog generator, and
supports the type of behavior that we want when generating our
changelog. There is a PR open against
upstream (skywinder/github-changelog-generator#453) to merge this
upstream.
As part of this, we can now generate the changelog on every commit.
Signed-off-by: Tom Duffield <tom@chef.io>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Alias unmount to umount for mount resource
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows the usage of `action :unmount` to `umount` a mount point
Closes https://github.com/chef/chef/issues/5595
Signed-off-by: Grant Ridder <shortdudey123@gmail.com>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Remove Maintainer subsections
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Besides the platfrom ones, which require some touch up to the
maintenance policy.
Signed-off-by: Thom May <thom@chef.io>
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Modify `knife configure` example `chef_server_url`
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
A working `knife.rb` needs `chef_server_url` to contain `organizations`
in it's url.
Signed-off-by: Jerry Aldrich III <jerry@chef.io>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Support for running cab_package on non-English system locales
|
| |\ \ \ \
| | | | | |
| | | | | | |
Add support to cab_package for non-English system locales
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When using cap_package on Windows with non-English system locales, such as Russian, chef-client throws up an error:
undefined method `[]' for nil:NilClass
The reason is that dism.exe output is in russian language and therefore cannot be parsed.
This PR ensures that output of dism.exe will be always in English.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Add ability to pass multiple nodes to knife node/client delete
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jose Asuncion <jose.asuncion@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jose Asuncion <jose.asuncion@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jose Asuncion <jeunito@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jose Asuncion <jeunito@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jose Asuncion <jeunito@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jose Asuncion <jeunito@gmail.com>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update Data Collector to use Chef::JSONCompat
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Data Collector uses the json gem to read/write the metadata file
in the file cache. Let's change that to use Chef::JSONCompat instead.
Signed-off-by: Adam Leff <adam@leff.co>
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Add Dockerfile to root
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Tom Duffield <tom@chef.io>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Install on centos:5 (the oldest glibc) and expose /opt/chef so that it
can be mounted into other containers.
Signed-off-by: Tom Duffield <tom@chef.io>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This Dockerfile will allow individuals, who wish to, to build Docker
images containing the latest Chef Client. Specifically, it can be used
inside testing frameworks like kitchen-dokken.
This Dockerfile will be used by internal Chef release engineering to
automatically post Docker images to the Docker Hub as part of our
standard artifact promotion pipeline.
Signed-off-by: Tom Duffield <tom@chef.io>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
MsysTechnologiesllc/dheeraj/configurable_log_details
Knife Bootstrap: Passing config_log_level and config_log_location from config.rb
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
specs failure
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | | | | |
|