aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20Merge "docs: update userguide with merged plugins"Aaron Smith1-17/+18
2017-11-20Added snmpd containerTaras Chornyi2-0/+28
Change-Id: Icec7fa09b0b97594383c5ec8c45c7eb4ea586a30 Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
2017-11-20docker: update docker configurationShobhi Jain3-3/+4
* update docker user guide Change-Id: Ia2d7ec26562e8b9feadd8a63459aac401bf18c44 Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
2017-11-20docker: add instructions to user guideMaryam Tahhan3-1/+326
* cleaned up whitespace issues Change-Id: Ia4ac74343f71dbe85fffb3d1c604c227958fb380 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-11-20Merge "docker: Added docker container for running collectd"Maryam Tahhan14-7/+925
2017-11-17VES YAML: Add node VES message definitionMytnyk, Volodymyr4-9/+481
Added new YAML configuration, which allows the VES app to generate the VES messages for guest,host and hypervisor separately. - Fix bug in `INDEX-KEY` definition - Verbose error messages Change-Id: I1dddcfc79b27dc68249465f287be34519096c546 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-11-17docker: Added docker container for running collectdTaras Chornyi14-7/+925
Added InfluxDB and Grafana containers. Change-Id: Ifa46fac03c0175267d9cbffed5354193ad182733 Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
2017-11-16Merge "src: ensure hostname is included in collectd conf"Aaron Smith1-1/+17
2017-11-15Merge "src: update to use collectd 5.8.0"Maryam Tahhan2-2/+2
2017-11-15docs: update userguide with merged pluginsMaryam Tahhan1-17/+18
Update the userguide to reflect plugins that were merged to collectd master. Change-Id: I8947084d3038dda6fc10dcd91cb3f906dbd2e805 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-11-15src: ensure hostname is included in collectd confMaryam Tahhan1-1/+17
As part of the final step of copying all the appropriate configuration files to /opt/collectd/etc/collectd.conf.d make sure that the hostname is set. Change-Id: Iff1634ebcc647f7b6d6ec991d98bd199367f9d4e Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-11-15src: update to use collectd 5.8.0Maryam Tahhan2-2/+2
Update the src build to use collectd 5.8.0 instead of master. Update the PMU build to ensure it download all event files. Change-Id: Ib71ee6fc0ed7960368ce1b93fc9ca9bfbb16ba05 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-11-15puppet-barometer: add puppet module to barometerMaryam Tahhan49-0/+4736
Port puppet module from https://github.com/johnhinman/puppet-barometer to barometer. Change-Id: I48499382307a184a34591a7202c439cd7c341c39 Signed-off-by: jhinman1 <john.hinman@intel.com> Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-11-10ves: Add YAML configuration format descriptionMytnyk, Volodymyr4-11/+538
- Clean-up Change-Id: I2dc3d5924683832ffa0085ea2a2db9ed14f42f5a Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-11-08Merge "VES: add new tag to strip extra dashes"Aaron Smith3-10/+19
2017-11-06Merge "ubuntu_14.04: Cleanup for Ubuntu 14.04"Aaron Smith2-85/+1
2017-11-03ubuntu_14.04: Cleanup for Ubuntu 14.04Shobhi Jain2-85/+1
Change-Id: I8367a7f151901c8fa6f1da5c442c9372d8b3cd88 Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
2017-10-25ves: update VES app user guideMytnyk, Volodymyr4-170/+229
- Updated VES application user guide according to latest changes of VES application. - Fixed sphinx user guide warnings Change-Id: I6e402f2ab5f05ace47d779f87fe650e305973128 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-10-24src: fix src build issuesMaryam Tahhan8-7/+46
Change-Id: I8abf40a0034110dc504c227ffba1ff5e9ec6850b Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
2017-10-18VES: add new tag to strip extra dashesMytnyk, Volodymyr3-10/+19
The `!StripExtraDash` tag can be used in YAML configuration file to strip extra dashes in the YAML filed value. This may happen if some of the collectd plugin field (plugin_instance, type_instace etc.) is set to empty value but the field is specified in the YAML configuration file. For instance: "{vl.plugin_instance}-{vl.type_instance}" The result fo the example above can be string consisting extra dashes if `type_instace` field is not set by a collectd plugin: "load-" Change-Id: I5cf7b19902acdfb0b4a93f3bf0c8b8e05cff2e97 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-10-18Update Release notes for Euphretes releaseEmma Foley1-20/+2
* Remove TOC as it is generated by read the docs * Remove version history * Add release date Change-Id: I7595804952944926f6ead4a3f675a86c375048f2 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2017-10-18docs: update release notes with bugsMaryam Tahhan1-4/+6
Change-Id: Ic3027adfa8eb138a28b40d7ad6b481b5e6075695 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-10-17Merge "Simplify RE validation"Maryam Tahhan1-3/+1
2017-10-16Merge "INFO: Update PTL"Aric Gardner1-1/+1
2017-10-16Simplify RE validationPeter Barabas1-3/+1
Change-Id: Icbafb709556cb644c42a35303f5cc76500f404ee Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2017-10-13INFO: Update PTLMaryam Tahhan1-1/+1
Change-Id: Idba830ff4b38568829608cbd4ebfa31ccb7d22c7 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-10-13Removed Table of contentSofia Wallin2-8/+0
Readthedocs generate TOC so it's not needed to add within the documents. Change-Id: Ie4d14df711c89b214773c34294d6b7cd6ee13ad4 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2017-10-11VES: Add guest support modeMytnyk, Volodymyr2-1/+281
- Fix RE validation. Change-Id: I01bbde4adc85980b49ee43e92a42de1022bd8f4e Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-10-11Merge "VES Application: Documentation changes to userguide."Maryam Tahhan1-33/+194
2017-10-11VES Application: Documentation changes to userguide.acarey1-33/+194
- Information on how kafka works with VES app. - Added how-to guide to setup kakfa & dependencies. Change-Id: Iaa973201b7178dbb902dd9efc9ccf91b5a423658 Signed-off-by: Alan Carey <alan.carey@intel.com>
2017-10-10Adding improvements to the log messagesSharada Shiddibhavi2-11/+18
This patch contains improvements to the log messages in Barometer test suite. Change-Id: I6f0ba5260e2ecdbc90c27a93e4901636e4f66b42 Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-10-10Merge "Added index files for scenario docmentation"Emma Foley2-0/+30
2017-10-09Removing SNMP testcases from Barometer testsuiteSharada Shiddibhavi2-6/+17
The SNMP testcases has been removed from the Barometer testsuite. Change-Id: Ie51df5bdc20a83f8e08aa3ccc2126cf43b0fc1d9 Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-10-05Removing collectd restart process before Gnocchi testSharada Shiddibhavi1-26/+32
In this patch we remove the step of restarting collectd before Gnocchi test and adding it only before CSV testing. This also has fix to functest result status at the end of test execution. Change-Id: I2113ce8c5234535ab6f8d8c524038ead39e6df38 Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-10-03Added index files for scenario docmentationSofia Wallin2-0/+30
Change-Id: Ic4fbf5a0437bc5ead84524212265f2a2255dfb13 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2017-10-03VES: Implement YAML configuration supportMytnyk, Volodymyr4-837/+917
- Added YAML schema config file - Moved host metrics into additionalMeasurements - Moved VNF (virt) metrics into additionalFields Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> Change-Id: I35e5e20750c375a61928ce3c925287f1b9cabdca
2017-10-02Updates the COLLECTD_OPENSTACK branch used in the MakefilesEmma Foley1-1/+1
Change-Id: I53e05b37cbcf414a5562f1100280687359635ac0 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2017-09-29Changing directory in CSV testcases for BarometerSharada Shiddibhavi1-4/+10
This patch contains modifications to the path for CSV directories Change-Id: Ia74a6aba47fc51d0d8783df34eebcfc94e3f011d Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-09-27Merge "doc: Update IPMI/Hugepages/SNMP instructions"Maryam Tahhan1-31/+44
2017-09-26doc: Update IPMI/Hugepages/SNMP instructionsMytnyk, Volodymyr1-31/+44
Change-Id: I2070aaa7fe20a0a486eb64700129935a80a37ae3 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-09-25Merge "Enable references in documentation"Maryam Tahhan3-0/+6
2017-09-23Adding improvements to Barometer testcasesSharada Shiddibhavi2-10/+31
This patch conatins changes to path of files mce-inject_ea and csv.conf Change-Id: Ifbe4eb6f875753b58f5ee4ecc12baa014e15b03a Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-09-21Modyfying method to get env variables in BarometerSharada Shiddibhavi2-8/+9
This patch adds changes to get the environment variables into the baroneter tests Change-Id: I93f18d64d6db25885987b702b36f6d2403bcb24d Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-09-21Enable references in documentationSofia Wallin3-0/+6
Change-Id: Ic2faf2967381a85e0992388624714ff307748f86 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2017-09-20Adding improvements to SNMP testcasesSharada Shiddibhavi2-14/+22
This patch contains improvements to testcases for Hugepages, Intel_RDT and mcelog verification using SNMP Change-Id: I3451e0acd9c791e6145bb15e7ba8f3525bc0f0e8 Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-09-19VES app: Change Directory and file names to app.Alan Carey6-20/+12
-Directories renamed -All files containing plugin name changed to app -Logfile name changed -Changed some Licenses Change-Id: I578dcf8249e160a904d36b439d10f5c4e7940b98 Signed-off-by: Alan Carey <alan.carey@intel.com>
2017-09-15Adding SNMP testcases to Functest-Barometer projectSharada Shiddibhavi2-68/+94
This patch contains tetscases for another write plugin SNMP Change-Id: I281d21540cb95f1e74bfdaa6b5a355dc6f48c9b4 Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com> Change-Id: I281d21540cb95f1e74bfdaa6b5a355dc6f48c9b4 Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-09-15Merge "src: rename dir - collectd-ceilometer-plugin/ -> ↵Emma Foley2-3/+3
collectd-openstack-plugin/"
2017-09-13src: rename dir - collectd-ceilometer-plugin/ -> collectd-openstack-plugin/Emma Foley2-3/+3
Updating the directory to keep naming consistent with project rename [1] i.e. no specific mention of ceilometer. [1] https://review.openstack.org/#/c/500768/ This is an "internal" change, independant of repo rename Change-Id: I6cf22c081aa1e40f64995be40b6225855faf4092 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2017-09-13Modified CSV verification, added Gnocchi and AODH testcasesSharada Shiddibhavi2-363/+321
This patch contains changes in CSV directory path and added testcases for Gnocchi and AODH plugins Change-Id: Icff77546be0b747279522c18e7b3aaa32df2f7c4 Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>