This SLAPIN will list each org and how many nodes per org. It will also display the total at the end of the list.
This tool is mostly useful for enterprise customers as they are charged by the node.
Below are all the different install options
pivotal.pem from /etc/opscode directory/path/to/pivotal.pem in the config file section belowYou can use the default file in this repo: Here or look at the options below
slapi/config/chef-usage.ymlplugin:
type: container
listen_type: passive
data_type: all
config:
Image: 'slapi/slapin-chef-usage'
Env:
- ENTERPRISE='true'
- CHEF_SERVER_URL='https://chef.domain.com'
HostConfig:
Binds:
- '/path/to/pivotal.pem:/chef-usage.pem'
slapi/config/plugins (so you create slapi/config/plugins/chef-usage)
git clone https://github.com/ImperialLabs/slapin-chef-usage.git chef-usageslapi/config/chef-usage.ymlplugin:
type: container
listen_type: passive
data_type: all
build: true
config:
Image: 'chef-usage'
Env:
- ENTERPRISE='true'
- CHEF_SERVER_URL='https://chef.domain.com'
HostConfig:
Binds:
- '/path/to/pivotal.pem:/chef-usage.pem'
From chat
@bot chef-usage
Content type
Image
Digest
Size
41.2 MB
Last updated
over 8 years ago
docker pull slapi/slapin-chef-usage