-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ma/license check #1674
Ma/license check #1674
Conversation
omnibus/files/private-chef-cookbooks/private-chef/libraries/private_chef.rb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of minor points inline, nothing blocking.
Is 'accept' what we want, or did we want 'accept-no-persist'?
82f0d0d
to
7687175
Compare
Move external dependencies earlier to avoid rebuilding them when internals change. Signed-off-by: Mark Anderson <[email protected]>
6076725
to
e1f8f3b
Compare
Latest version is running in CI as https://buildkite.com/chef/chef-chef-server-master-omnibus-adhoc/builds/226 |
src/chef-server-ctl/Gemfile.lock
Outdated
@@ -46,100 +47,122 @@ GEM | |||
specs: | |||
addressable (2.6.0) | |||
public_suffix (>= 2.0.2, < 4.0) | |||
appbundler (0.12.0) | |||
appbundler (0.13.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the current build failures are because 0.13.0 got yanked from Rubygems. @lamont-granquist Do you know if this is expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That accept-no-persist
in chef-server-ctl
LGTM!
4e11a36
to
b26bd81
Compare
Use chef 15, ruby 2.6.3, bundler 1.17.2 Signed-off-by: Mark Anderson <[email protected]>
Use Chef 15, and add license acceptance support to chef-server-ctl reconfigure Set license acceptance in environment so nested callouts to chef products work Signed-off-by: Mark Anderson <[email protected]>
This adds license acceptance in chef-server infrastructure to ensure that everything works correctly. Signed-off-by: Mark Anderson <[email protected]>
Chef 15 merges nil attributes differently that previous versions. In prior versions a nil with a higher precedence value is dropped in favor of non-nil values at a lower value. In Chef 15 a nil at a higher precedence value is respected. Signed-off-by: Mark Anderson <[email protected]>
Signed-off-by: Mark Anderson <[email protected]>
Signed-off-by: Mark Anderson <[email protected]>
Signed-off-by: Mark Anderson <[email protected]>
Description
This updates to chef-15, which requires license acceptance, and adds a license acceptance requirement to chef-server-ctl reconfigure.
This reprises #1672 which was closed because of a github oops. (Don't delete the base branch of a live PR.)
Issues Resolved
[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussion that's relevant]
Check List