Project

General

Profile

Actions

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

General information:
  • Sent from Puppetmaster (centralized)
  • Multiple report processor allowed
Notions in reports:
  • 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)
See:

Chef

Vocabulary:
Configuration management tool : chef
System data informations tool : ohai

General informations:
  • Sent from chef-client (nodes)
  • Multiple report processor allowed
Notions in reports:
  • 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
See:

CFengine3

Vocabulary:
Configuration management tool : cf-agent
System data informations tool : cf-agent (discovery of local information)

General informations:
  • Stored in promises, decentralized
  • Can fetch information from Policy Hub in Enterprise version
Notions in reports:
  • Node name
  • % of promises kept, repaired, error

Rudder

Vocabulary:
Configuration management tool : cf-agent
System data informations tool : fusion-inventory

General informations:
  • Stored in generated promises
  • Each node has its own set of generated promises
Notions in reports (one report per handled component):
  • Node name
  • Directive id
  • Rule id
  • Component name
  • Component value
  • Date
  • Status (success, repaired, error)
See:

Salt Stack

Vocabulary:
Configuration management tool : salt
System data informations tool : grains

General information:

Notions in reports:

See:

Ansible

Updated by Leos Stejskal over 2 years ago · 19 revisions