CMS-Report » History » Revision 16
« Previous |
Revision 16/19
(diff)
| Next »
Arnold Bechtoldt, 06/23/2014 03:31 PM
CMS-Report-Data¶
This page aim is to find common elements between all configuration management systems reports.
See Chef-reporting for first discussion about implementation on a Foreman plugin.
See json-report-format and json-fact-format
Puppet¶
Vocabulary:
Configuration management tool : puppet
System data informations tool : facter
- Sent from Puppetmaster (centralized)
- Multiple report processor allowed
- Node name
- Time elapsed (File, Exec, User, Group, Conf Retrieval, Service, Package, Total)
- Resources Managed (Skipped, Scheduled, Out of Sync, Applied, Failed, Restarted, Failed Restarts, Total)
- Changes (number of changes in transaction)
- Log (bulk message) :
- level (debug,info, notice, warning, ..)
- source (resource name, puppet)
- http://docs.puppetlabs.com/guides/reporting.html
- http://docs.puppetlabs.com/puppet/3/reference/format_report.html
Chef¶
Vocabulary:
Configuration management tool : chef
System data informations tool : ohai
- Sent from chef-client (nodes)
- Multiple report processor allowed
- Node name
- Success or Failed run
- Global run backtrace
- Time elapsed by type of resource
- All resources in run_list
- All resources in run_list updated during chef-run
- http://docs.opscode.com/essentials_handlers.html
- https://github.com/theforeman/chef-handler-foreman
- https://github.com/opscode/chef/blob/master/lib/chef/event_dispatch/base.rb
- https://github.com/opscode/chef/blob/master/lib/chef/resource_reporter.rb
CFengine3¶
Vocabulary:
Configuration management tool : cf-agent
System data informations tool : cf-agent (discovery of local information)
- Stored in promises, decentralized
- Can fetch information from Policy Hub in Enterprise version
- Node name
- % of promises kept, repaired, error
Rudder¶
Vocabulary:
Configuration management tool : cf-agent
System data informations tool : fusion-inventory
- Stored in generated promises
- Each node has its own set of generated promises
- Node name
- Directive id
- Rule id
- Component name
- Component value
- Date
- Status (success, repaired, error)
- http://www.rudder-project.org/rudder-doc-2.8/rudder-doc.html#_compliance
- http://www.rudder-project.org/foswiki/Development/ReportsInTechniques
- http://www.rudder-project.org/foswiki/Development/ContextedVariables
Salt Stack¶
Vocabulary:
Configuration management tool : salt
System data informations tool : grains
General information:
Notions in reports:
See:- https://github.com/saltstack/salt/blob/develop/salt/pillar/foreman.py
- https://github.com/saltstack/halite (salt stack webinterface for triggering commands and reading information about jobs, events, clients, etc.)
- http://docs.saltstack.com/topics/targeting/grains.html
- http://docs.saltstack.com/ref/states/layers.html
- http://docs.saltstack.com/topics/conventions/formulas.html
- SaltStack Formula for Foreman and many more on https://github.com/bechtoldt/
Ansible¶
Updated by Arnold Bechtoldt over 10 years ago · 19 revisions