Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NOTE 1: The containers can run on the same host or on multiple hosts. Default configuration assumes everything is running on a single host, but this is easily overridenoverridden

NOTE 2: The Zookeeper container used is the official zookeeper container from docker hub and not a custom built container.

Userguide:  httphttps://opnfv-barometer.readthedocs.io/en/latest/release/userguide/

Collectd plugins & Feature guidehttps://opnfv-barometer.readthedocs.iodocs.opnfv.org/en/latest/submodules/barometer/docsrelease/userguide/feature.userguide.html 

Barometer Docker Install Guidehttps://opnfv-barometer.readthedocs.io/en/latest/release/userguide/installguide.docker.html 

Barometer One Click Install Guidehttps://opnfv-barometer.readthedocs.io/en/latest/release/userguide/installguide.oneclick.html 

 


The following sections will describe each of the containers in more detail.

...

  • The container will run as a privileged container.
  • The collectd container should work standalone - Ansible will be used to disable plugins that aren't supported on the platform - but essentially if someone pulls the container image it should have everything built in and configured. It is still advised that the end user overrides the default configuration with appropriate configurations for each of the plugins.
  • The container will use a CentOS 7 image.
  • Ansible scripts will also be provided so that it can be configured and deployed at scale in any environment.
  • NOTE DPDK plugins can be left out until the DPDK community pushes their new stats model and plugin to collectd.

 


barometer-snmpd container

...

https://hub.docker.com/r/opnfv/barometer-collectd/


The barometer container release scheme is being updated to include latest Collectd features in following way:

  1. Container with latest stable Collectd release
  2. Container with Collectd master
  3. Container with Cherrypicked PRs from Collectd.

More details are at 3 Container approach page.