aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28Merge "Update SNMP agent config"Emma Foley2-9/+14
2020-05-27Merge changes from topic "container_update"Emma Foley4-16/+19
* changes: [docs] Update Docker install guide Update collectd container to use 5.11
2020-05-27Merge "Publish a new Barometer testing container"Emma Foley3-0/+40
2020-05-25Update SNMP agent configEmma Foley2-9/+14
The one-click install was not working with SNMP. The manual install also wasn't working due to the ``Instance true`` config option in the config. ``Instance true`` is not a valid config option for snmp agent. This option appears in the stable container config, and also in the ansible config, but not in the master container. Removing this unsupported option allows the config to be read and collectd to be started. JIRA: BAROMETER-134 Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: If154b3190d82d1cd3638a9c258d2b48bb0efe9af
2020-05-22[docs] update formatting on one click installEmma Foley1-55/+71
Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: If4a5bbe119ce0a0dd0bed950f793b747e234cd61
2020-05-22[docs] Update Docker install guideEmma Foley1-13/+16
Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: I03b89331fa45c542339fec9dfcd035649d930679
2020-05-22Update collectd container to use 5.11Emma Foley3-3/+3
Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: I1867ec05011a58b16a0d88bd9bd3fdfd7ac5d2e3
2020-05-22[docs] Fix docs to pass rtd jobsEmma Foley2-2/+5
Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: I8351e3defe15cd699a629bc3f78ecd074f0d9dd0
2020-04-15Publish a new Barometer testing containerCédric Ollivier3-0/+40
It's widely based on the former Functest features container. As barometer seems leveraging on python2.7 and depends on Functest, it inherits from opnfv/functest-core:hunter (latest py2 release). pika seems missing in requirements. INSTALLER_IP should be protected (it raises exceptions to the upper program). Change-Id: I50d1cf0a7a1233447245d852f79775c8e9fa8c99 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-01-30Temperarily disable SNMP in one click installEmma Foley1-1/+1
SNMP config has been causing the one click install to fail. Disabling it temperorily so that it doesn't block Iruya release JIRA: BAROMETER-134 Change-Id: Ia7944eb6461497c0cd17a2f7ba5b2c2018ffd2a2 Signed-off-by: Emma Foley <efoley@redhat.com>
2020-01-20[docs][ves] Update path for ves configsEmma Foley1-1/+1
JIRA: Barometer-133 Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: I7f427089b6e9a7c81a0bbea36b6af46bf721a042
2019-12-17Merge changes If3d86e80,I48763243,I656a6786Matthias Runge2-23/+24
* changes: Relative imports fix Python 2 to 3 migration fixes Python 2 to 3 migration of collectd-ves-app
2019-12-17Merge "Updates/Fix on Legal/License Headers"Matthias Runge48-74/+268
2019-12-17Relative imports fixTomaszewski, PawelX1-2/+2
Change-Id: If3d86e80be8de94c01ba599bd4d83be139d9886c Signed-off-by: Plwel Tomaszewski <pawelx.tomaszewski@intel.com> Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
2019-12-17Updates/Fix on Legal/License Headersjabirkkclt48-74/+268
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: Id29ba83455d2cea21ec634d3e0eee38d84de465b
2019-12-16Revert "Updating the DPDK Version to 18.11 (Latest Stable Release) and ↵jabirkkclt2-2/+2
respective information in teh one click install userguide." This reverts commit 4fc25349916eca67d27dbf193fc69d1d0afecf3c. Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: I5ec8ff8e90a6fa5bd5f7d0eda22e0e9d28427312
2019-12-13Merge "Fix the Makefile for intel-cmt-cat so it can be build without errors ↵Matthias Runge3-9/+47
on CentOS 7. Mount the /sys/fs/resctrl from host to container to avoid issues with intel_rdt plugin."
2019-12-12Merge "Add capabilities plugin (PR 3292 on collectd github) to experimental ↵Emma Foley6-0/+70
container. Update one-click install of experimental container to add capabilities plugin."
2019-12-12Python 2 to 3 migration fixesTomaszewski, PawelX2-6/+18
Change-Id: I487632435ae575c2507e58ee5682aa03934391b8 Signed-off-by: Pawel Tomaszewski <pawelx.tomaszewski@intel.com> Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
2019-12-12Python 2 to 3 migration of collectd-ves-appPawel Tomaszewski2-36/+25
Change-Id: I656a67864d821454e5ecc1ed60ce601c872da23d Signed-off-by: Pawel Tomaszewski <pawelx.tomaszewski@intel.com> Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
2019-12-11Merge "Py2 to Py3 migration updates for VES App and the Dockerfile"Matthias Runge2-4/+4
2019-12-11Merge "Provided the correct path for schema yaml & config files to avoid ↵Emma Foley1-1/+1
issues in starting VES Application."
2019-12-09Fix the Makefile for intel-cmt-cat so it can be build without errors onjabirkkclt3-9/+47
CentOS 7. Mount the /sys/fs/resctrl from host to container to avoid issues with intel_rdt plugin. Change-Id: I04d22fccb950aabbde774c1850a5b44ee57908f5 Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
2019-12-06Add capabilities plugin (PR 3292 on collectd github) to experimental ↵jabirkkclt6-0/+70
container. Update one-click install of experimental container to add capabilities plugin. Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: I1753c4d8af279ad9c7de29e7a198dbd8161c516d
2019-12-06Py2 to Py3 migration updates for VES App and the Dockerfilejabirkkclt2-4/+4
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: I2e4934518f46afb060748ab08fd2ea9bfc0271d6
2019-12-05Merge "Updating the DPDK Version to 18.11 (Latest Stable Release) and ↵Emma Foley2-2/+2
respective information in teh one click install userguide."
2019-12-03Add new PTL Emma FoleyMatthias Runge2-5/+9
Change-Id: Ied7f5b6423b374e7e7f89f2e199b3270c2262db4 Signed-off-by: Matthias Runge <mrunge@redhat.com>
2019-12-02Provided the correct path for schema yaml & config files to avoid issues in ↵jabirkkclt1-1/+1
starting VES Application. Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: Id02a8a601a6e98fce5f887c80baae9f1c5cec6fd
2019-11-26Adding a comment under 'confiure ssh keys' to make the user aware about the ↵jabirkkclt1-0/+1
necessity of it. Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: Ie474bab8fb3e6db6954769fc00a66d659ef66dfc
2019-11-26Updated committer details for Emma FoleyEmma Foley2-3/+3
Updated company and e-mail. Change-Id: I3139b5bafac8f54a215cf2ba7e8abd763108fb3f Signed-off-by: Emma Foley <efoley@redhat.com>
2019-11-25Merge "Updated/corrected the path for ves application config file"Matthias Runge1-1/+1
2019-11-25Merge "Format change to align with Influxdb_hosts"Matthias Runge1-1/+1
2019-11-22Updating the DPDK Version to 18.11 (Latest Stable Release) and respective ↵jabirkkclt2-2/+2
information in teh one click install userguide. Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: Ib0b0892eed4f654068bf376d9f2b9da2e6043b74
2019-11-22Updated/corrected the path for ves application config filejabirkkclt1-1/+1
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: Ib4243f84aaba3d7920c51e0da3fad54c960e53eb
2019-11-11Merge "Moving the collectd version from 5.8 to 5.10"Matthias Runge3-3/+3
2019-11-11Merge "1. Added one dependency step for installation in Ubuntu,to match with ↵Matthias Runge1-2/+9
that of in centos. 2. Updated default.inv documentation for the latest changes in the actual file in the Repository"
2019-11-081. Added one dependency step for installation in Ubuntu,to match with that ↵jabirkkclt1-2/+9
of in centos. 2. Updated default.inv documentation for the latest changes in the actual file in the Repository Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: I2ab5b30bf2954cf247fdb56763e90a314db9c90f
2019-11-08Moving the collectd version from 5.8 to 5.10jabirkkclt3-3/+3
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: I1579a2bd0ef2280134fc13183ebafeb444b752f9
2019-11-07Format change to align with Influxdb_hostsjabirkkclt1-1/+1
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: Ie368f2d32ce1291036f6fff95cd13b0dbdeced24
2019-11-06Added a comment under grafana_hosts to convey that Influxdb and Grafana ↵jabirkkclt1-0/+1
should be same host. Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: I82732de3eacd7abda5d63059d988452e8141201b
2019-10-02Update ansible scripts to use py3 for Ubuntu and FedoraEmma Foley3-4/+60
Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: Ia62933a4b824f1280a693fc8004d29c67dc5e2ac
2019-07-23Merge "Add a README for github mirrors to show"Matthias Runge1-0/+38
2019-07-09Add a README for github mirrors to showMatthias Runge1-0/+38
Change-Id: Ib3ae52755cae26a386b17f01dab3bba4976c220e Signed-off-by: Matthias Runge <mrunge@redhat.com>
2019-07-04[docs][install] Split the docker and ansible install guidesEmma Foley3-326/+348
docker.userguide.rst contained two methods of installation: * Manual installation of all the docker containers * one-click install using ansible A new user is potentially going to be confused about which document to use, and may not be aware that the two options exist. This change splits the install guide into two documents, one for docker, and one for ansible. It also renames the docker guide to make it more obvious to the user what is contained in the guide. Change-Id: I1ecdd7d15f8f53c80221916379982bca2673a06d JIRA: BAROMETER-128 Signed-off-by: Emma Foley <efoley@redhat.com>
2019-06-19Updated the typo in diagrams for 3 modes of VES Operations.jabirkkclt3-0/+0
Change-Id: If197bf24f8b834a81f21aa99b2d89b7b70ffad54 Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
2019-05-09Merge "ansible: add variable to select collectd container"Matthias Runge8-4/+534
2019-05-08docker.userguide: Add info about collectd master & experimental containersKamil Wiatrowski1-11/+129
Added chapters about different collectd container flavors that can be chosen in barometer project. Change-Id: If6383231580749c37d2ff0ecc43f62b67434e51c Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com> Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
2019-05-08ansible: add variable to select collectd containerKamil Wiatrowski8-4/+534
Add a variable to playbooks to select type of collectd container. Container flavor can be stable, master or experimental. Change-Id: Ie591ca3b7816210c377c5bffbb54117f8ee764aa Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
2019-05-08Merge "docker: Add support for experimental collectd container"Matthias Runge9-17/+192
2019-05-07barometer: update conf filesKamil Wiatrowski3-1/+42
Updated intel_pmu.conf for ansible installation to monitor cores 0-4 by default. Add sample conf files for plugins supported by master container: pcie_errors and write_prometheus. Change-Id: Ifedff2f3b099f5d7b5a88d14909c3879d38e4e64 Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>