| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
|
|
|
| |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
|
|
|
| |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
|
|
|
| |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
unified mode backport to Chef-14
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is inspired by "use_inline_resources".
Setting `unified_mode false` in a resource would be the existing
behavior with separate compile/converge phases.
Setting `unified_mode true` in a resource will eliminate the converge
phase. Reverse notifications and delayed notifications will still
fire. The resource action will behave like all resources are executing
at compile time.
As a aside, notifications have never worked for resources firing at
compile time. This implementation gets that behavior correct so
that notifications will work.
Of course forward immediate notifications to resources not yet declared will not
be possible.
Setting `resource_unified_mode_default true` in `Chef::Config` would
turn off the split compile/converge mode for every custom resource.
NOTE: This does not affect recipe mode at all.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Fix the build arguments in the Dockerfile
|
| |
| |
| |
| |
| |
| |
| |
| | |
We need to support the prefixed `EXPEDITOR_` build arguments in our
Dockerfile. We are leaving the non-prefixed arguments in there for
back-compat.
Signed-off-by: Tom Duffield <tom@chef.io>
|
|\ \
| |/
|/| |
Update Chef 14 deps to the latest
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bring in the new mixlib-cli
Update rspec to 3.8.2
Bump omnibus and omnibus-software to the latest which includes the new bzip and openssl
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Add AIX 7.2 platform
|
|/
|
|
| |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Deprecate Ubuntu 14 + SLES 11
|
| |
| |
| |
| | |
Signed-off-by: Seth Chisamore <schisamo@chef.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The smoke tests currently exceed the maximum number of open files on
Anka based MacOS virtual machines which results in failures on all MacOS
instances.
This commit can/should be removed once the Anka images have been updated
to support 512 open files.
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
|
|/
|
|
| |
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| |
| |
| | |
MsysTechnologiesllc/VSingh/chef-14/raise-error-bootstrap-chef-15-from-chef-14
Chef-14: Raise an error on Chef 14 when trying to bootstrap Chef 15
|
| |
| |
| |
| |
| |
| | |
- Fix for MSYS-1058
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
|
| |
| |
| |
| | |
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
|
| |
| |
| |
| |
| |
| |
| | |
- More clear name of the bootstrap version check method.
- Remove the target node method and CHEF_15 constant.
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
|
| |
| |
| |
| | |
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Stop building Chef Infra Client 14.x on FreeBSD 10
|
|/ /
| |
| |
| | |
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Chef-14: fix zypper_package upgrade provider and unit tests to verify
|
|/ /
| |
| |
| | |
Signed-off-by: Jeremy Chalfant <jchalfan@us.ibm.com>
|
|\ \
| |/
|/| |
[ci] Fix omnibus pipeline
|
| |
| |
| |
| |
| |
| |
| | |
Fix platform names in release.omnibus.yml to conform with what
the new package publishing code in the omnibus gem expects.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
|/
|
|
|
|
|
| |
A new version of omnibus is required and the artifactory gem
is required for the publish part of the build stage.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
|\
| |
| | |
Replace jenkins with buildkite for chef-14 branch
|
| |
| |
| |
| | |
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
| |
| |
| |
| |
| |
| |
| | |
Chef::Resource::Service tests were failing on SLES 11 x86_64
and SLES 11 s390x because the permissions weren't correct.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
|\ \
| | |
| | | |
Add Chef 14.12.9 release notes
|
| | |
| | |
| | |
| | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \
| |/ /
|/| /
| |/
| | |
chef/snappj/chef-14/create-omnibus-buildkite-pipelines
Create omnibus buildkite pipelines
|
|/
|
|
| |
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
|
|
| |
Make sure we thank the folks that made this all possible.
Signed-off-by: Tim Smith <tsmith@chef.io>
|