Skip to content
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

Document an easy way to get current number of consumed nodes. #175

Open
vinyar opened this issue Oct 25, 2016 · 0 comments
Open

Document an easy way to get current number of consumed nodes. #175

vinyar opened this issue Oct 25, 2016 · 0 comments
Labels
Aspect: Documentation How do we use this project? Component: Chef Infra Client Topic: API API documentation, problems, guides Topic: Knife knife commands, guides, enhancements

Comments

@vinyar
Copy link
Contributor

vinyar commented Oct 25, 2016

The functionality is out there, but it doesnt seem to be documented.
Not sure on the place place, perhaps start with here:
https://docs.chef.io/chef_license.html
and
https://docs.chef.io/api_chef_server.html

knife raw license -s https://localhost/ -c /etc/opscode/pivotal.rb
# knife raw license -s https://localhost/ -c /etc/opscode/pivotal.rb
{
  "limit_exceeded": true,
  "node_license": 25,
  "node_count": 28124,
  "upgrade_url": "http://www.getchef.com/contact/on-premises-simple"
}
@kagarmoe kagarmoe added Topic: API API documentation, problems, guides Topic: Knife knife commands, guides, enhancements Documentation Component: Chef Infra Client labels Apr 8, 2021
@tas50 tas50 added Aspect: Documentation How do we use this project? and removed Documentation labels May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aspect: Documentation How do we use this project? Component: Chef Infra Client Topic: API API documentation, problems, guides Topic: Knife knife commands, guides, enhancements
Projects
None yet
Development

No branches or pull requests

3 participants