-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implementation of the chef license commands #224
Implementation of the chef license commands #224
Conversation
Any guidance on how this will work in CI? Given we're testing 170+ cookbooks I'd really appreciate heads-up on workflow changes like this in the future. |
@damacus, once generated, a license can be reused across multiple systems. so this can be a one-time activity. you are right about the need for more clarity on adoption of this feature. i'll work with product team to share an overview on community slack so folks have sufficient heads-up. |
Thanks for the update @vkarve-chef. If this is going to require a rework on the sous-chefs pipelines again. The only way we're going to be able to do that over the 170 repositories is with Chefs help. |
Gemfile
Outdated
source "https://artifactory-internal.ps.chef.co/artifactory/api/gems/omnibus-gems-local/" do | ||
gem "chef-licensing" | ||
end |
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.
Is this a temporary location for this gem?
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.
Yes @ramereth, this is the internal artifactory and will be soon published to RubyGems.
0350d74
to
80964c6
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Quality Gate passedIssues Measures |
1 similar comment
Quality Gate passedIssues Measures |
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique P S <[email protected]>
Signed-off-by: Ashique Saidalavi <[email protected]>
Signed-off-by: Ashique Saidalavi <[email protected]>
d8cac96
to
8d4a1ab
Compare
Signed-off-by: Ashique Saidalavi <[email protected]>
Signed-off-by: Ashique Saidalavi <[email protected]>
Quality Gate passedIssues Measures |
Description
This PR will add the
chef license
command which can be used to generate the free/trial license for the chef infra. Also if the user has a commercial license, this command can be used to add that as well.Commands:
chef license
chef license add
chef license list
Related Issue
Types of changes
Checklist: