Overview: 

When a pull request against collectd is created for your feature:
Update the Barometer stats and events wiki with the new metrics and events.
Update the Barometer User Guide with the details of your feature.
Update the Barometer src/ directory to install any dependencies, configure and build collectd with your new features. Make sure to include sample configuration files in collectd_sample_configs/
Test on the supported systems
Ensure any relevant RPMs are built by the CI
Create appropriate Functests
When your change is merged to collectd, just make sure to update the repos
listed in the User Guide for the plugin.
Submit Reviews for each of these changes to Barometer and Add Maryam
Tahhan as a Reviewer.


Directory Structure



 

Update the Barometer stats and events wiki with the new metrics and events

Navigate to: Collectd Metrics and Events and edit the page to include your new stats/events in the appropriate table.


Update the Barometer User Guide with the details of your feature

  1. Clone the barometer repo
  2. Modify the userguide 
  3. Test the documentation updates locally before pushing to OPNFV: http://opnfvdocsdemo.readthedocs.io/en/latest/how-to-use-docs/include-documentation.html#testing-build-documentation-locally
  4. Create a gerrit review in OPNFV. 
  5. Add Unknown User (maryamtahhan) as a reviewer.


Update the Barometer src/ directory to install any dependencies, configure

  1. Clone the barometer repo
  2. Modify the Makefiles in the src directory to clone, build and install all the dependencies for the new plugin
  3. Modify the collectd build Makefiles to configure the new dependency
  4. Add a reasonable default configuration.
  5. Test on the supported systems
  6. Create a gerrit review in OPNFV. 
  7. Add Unknown User (maryamtahhan) as a reviewer.

Ensure any relevant RPMs are built by the CI

  1. Clone the barometer repo
  2. Modify the bash scripts in the ci directory to build your new plugin and any dependencies as RPMs
  3. Test on CentOS
  4. Create a gerrit review in OPNFV. 
  5. Add Unknown User (maryamtahhan) as a reviewer.