Emma Foley [Thu, 8 Jul 2021 10:50:02 +0000 (10:50 +0000)]
Merge "[docker][experimental] Split the build"
Emma Foley [Wed, 7 Jul 2021 16:45:26 +0000 (17:45 +0100)]
[ci] Remove disabled packages from the RPMs list.
The following packages are no longer built when creating the RPMs for collectd:
* collectd-gps - not buildable on RHEL8
* collectd-lvm - lvmlvapp was deprecated upstream
* collectd-modbus - not buildable on RHEL8
* collectd-mqtt - not buildable on RHEL8
* collectd-nut - dependencies deprecated upstream
* collectd-ping - not buildable on RHEL 8
* collectd-smart - only buildable on RHEL 7
* collectd-varnish - dependencies deprecated upstream
Change-Id: I3d3179b369ebc67d1bd7d16498b5e3131453f57e
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Wed, 7 Jul 2021 16:13:00 +0000 (17:13 +0100)]
[ci][daily] Update barometer-daily job to navigate to correct dir
Remove the ``cd $WORKSPACE`` as it is not needed, and
barometer-daily-* expects baroemter-upload-artifact.d expects to be called in
ci/ instead of $WORKSPACE
Change-Id: Id2291c6708f06c4d99480e0289c092cbd48c844d
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Tue, 6 Jul 2021 18:59:12 +0000 (19:59 +0100)]
[ci][daily] Update ci/barometer-build.sh
Remove the cd ci line because the script is now called from that directory
Change-Id: If3caf6fc3dbf3ea2155c70b1cf4ee6d0feff30bf
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Tue, 6 Jul 2021 11:38:13 +0000 (12:38 +0100)]
[ci] Update to fix barometer-daily-master
Remove collectd-gmod from the rpm check
Change-Id: I69c9e16004802de26d72532cb27c963865b36a87
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Tue, 6 Jul 2021 11:40:40 +0000 (12:40 +0100)]
[ci][gitlab] Update daily master to execute scripts
Change-Id: I1f17df236a92aafd3ecaf3d0522fbeaf69c02c81
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Mon, 31 May 2021 18:45:04 +0000 (19:45 +0100)]
[docker][experimental] Split the build
Split the container build into two stages:
* builder
Builds collectd and containers all the build artifacts
* final
Containers collectd binary and all the dependencies needed to run.
Does not contain build artifacts, which contribute to a very large
container size.
The main advantage is that the final container is much smaller (~700MB vs
1.2GB).
Change-Id: Ia75734096233b7ecab9d81df06084c24bde2bf90
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Fri, 2 Jul 2021 13:00:01 +0000 (13:00 +0000)]
Merge "[ci] Update build_rpm scripts"
Emma Foley [Wed, 23 Jun 2021 16:01:20 +0000 (16:01 +0000)]
[ci] Update build_rpm scripts
* Update to collectd-5.12
* Use systems/$os/$version/build_base_machine.sh to install requirements
* Add patch for updating collectd/contrib/redhat/collectd.spec instead of using sed
Change-Id: I4be4f5ef116d2e61ef1468b4009fcc7a52d9593a
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Thu, 1 Jul 2021 12:32:07 +0000 (12:32 +0000)]
Merge "[ansible] Use collectd_config in config_files role"
Emma Foley [Thu, 1 Jul 2021 12:31:39 +0000 (12:31 +0000)]
Merge "[ansible][default_plugins] Update how the default plugins are enabled"
Emma Foley [Tue, 29 Jun 2021 13:05:52 +0000 (13:05 +0000)]
Merge "[build][centos8] Update versions of dependencies"
Emma Foley [Mon, 28 Jun 2021 14:38:28 +0000 (14:38 +0000)]
Merge "[ci] Move scripts from releng into ci/ for gitlab"
Slawomir Strehlau [Wed, 23 Jun 2021 11:22:04 +0000 (07:22 -0400)]
[build][centos8] Update versions of dependencies
The varnish and intel-cmt-cat v3.x packages have been flagged as insecure.
``dnf builddep collectd`` was installing the deps for the 5.8 version of
collectd from the epel repo, which included these vulnerable packages.
The build scripts for centos 8 have been updated to unstall dependencies
from opstools instead, which provide a newer version of collectd.
Change-Id: I3d2a1496e3524c4bf7bd56ecbd11e7ceeed01f01
Signed-off-by: Slawomir Strehlau <slawomir.strehlau@intel.com>
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Thu, 24 Jun 2021 19:24:28 +0000 (20:24 +0100)]
[ci] Move scripts from releng into ci/ for gitlab
Gitlab expects the barometer-build.sh and barometer-upload-artifact.sh
to be available in the Barometer repo under ci/, these scripts were
previously in opnfv/releng [1] for the Jenkins jobs.
These scripts have been copied from releng.
[1] https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=tree;f=jjb/barometer;h=
f8828a9db69e20cb035568f6a33cda03bea09318;hb=refs/heads/master
Change-Id: Iaf7b1f8a6c08fce11cf2873a8cea66ef9d6d5170
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Thu, 24 Jun 2021 16:14:55 +0000 (17:14 +0100)]
Add release note for Kali
Change-Id: I79907968e1e894fbe6f6373b87acce08d537c0ae
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Fri, 18 Jun 2021 14:05:04 +0000 (14:05 +0000)]
Merge "Add Gitlab-CI Configuration"
Emma Foley [Wed, 9 Jun 2021 19:22:28 +0000 (20:22 +0100)]
[ansible] Use collectd_config in config_files role
* Add tasks to use collectd_config
* Move generated configs to combine with existing and additional configs
* Move vars to defaults dir
Some of the vars are needed for the collectd_config role, and need to
be set before the other values are set.
JIRA: BAROMETER-180
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: Id5a8b8289c5e120eae7eb5bcf946c5d4dd9fdd48
Emma Foley [Wed, 16 Jun 2021 14:41:24 +0000 (14:41 +0000)]
Merge "[ansible] Update naming master->latest for SNMP template"
Emma Foley [Fri, 9 Apr 2021 12:53:40 +0000 (13:53 +0100)]
[ansible] Update naming master->latest for SNMP template
* config_files: Rename templates/master to templates/latest
Change-Id: I5db6491695bf35a87851f779603dc16454c117d5
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Tue, 8 Jun 2021 15:39:10 +0000 (16:39 +0100)]
[ci] Update DPDK package version
The nominal package for DPDK (19.11-3) is no longer available in CentOS
8. This is causing the container builds to fail [1][2][3]
The version has been updated to 20.11.
This may cause issues with the dpdkstat and dpdkevents plugins, however,
the dpdk_telemetry plugin is preferred over these.
The V1 legacy interface, accessed by dpdk_telemetry plugin, is also
exposed by DPDK 20.11. So the version can be updated to 20.11.
[1] https://build.opnfv.org/ci/view/barometer/job/barometer-collectd-docker-build-push-master/123/console
[2] https://build.opnfv.org/ci/view/barometer/job/barometer-collectd-latest-docker-build-push-master/17/console
[3] https://build.opnfv.org/ci/view/barometer/job/barometer-collectd-latest-docker-build-push-master/17/console
Change-Id: I33690a9694467a39b4f02f239197aa7cae064716
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Mon, 23 Nov 2020 15:56:37 +0000 (15:56 +0000)]
[ansible][default_plugins] Update how the default plugins are enabled
By adding the "en_default_all" tag to each task in the
default_read_import task, there is no need to have different tasks for
that tag vs when individual plugin tags are enabled.
JIRA: BAROMETER-180
Change-Id: I15cc77959bbd25516e9da10af064abeea5527ea9
Signed-off-by: Emma Foley <efoley@redhat.com>
Matthias Runge [Mon, 7 Jun 2021 14:20:33 +0000 (14:20 +0000)]
Merge "[docs] Update docs"
Emma Foley [Thu, 3 Jun 2021 17:24:00 +0000 (18:24 +0100)]
[docs] Update docs
Update references of OPNFV to Anuket
Update redirected and invalud links
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: If5663398319c5a0a5c99cff414bc7b2a216218f0
Emma Foley [Wed, 21 Apr 2021 13:37:13 +0000 (14:37 +0100)]
[docker] Add collectd-6
* Add instruction to docs/ for using
docker/barometer-collectd-experimental/Dockerfile to build collectd
version 6
* Add a new COLLECTD_FLAVOR to src/collectd/Makefile to configure
tags for a collectd 6 build.
* Allow passing COLLECTD_CONFIG_CMD_ARGS to the collectd build
For testing with new plugins for collectd-6, as un-ported plugins are
disabled by default.
This new option lets the ./configure command be run with extra args,
e.g. --enable-cpu --enable-<my-newly-ported-plugin>, which means that
plugin can be enabled for the PR that is being tested.
* Update flavor_image_name selection to include collectd-6
Change-Id: I55ee0bbcb5d89357b1ef11ab17c5b029603ecdf7
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Thu, 20 May 2021 19:35:39 +0000 (20:35 +0100)]
[docker][experimental] Allow COLLECTD_TAG to be passed to container build
This is an optional build arg that overrides the defaults that are set
by COLLECTD_FLAVOR
This should let the user pull from an arbitrary collectd branch (e.g. a
WIP branch or a PR branch from upstream)
Change-Id: I6d0ede2b8b57f28e152e53eddae378ac6c722706
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Wed, 21 Apr 2021 13:37:13 +0000 (14:37 +0100)]
[docker] Reduce the number of build steps in containers
* Move collectd_apply_pull_request.sh to src/collectd/, which is
where the Makefile expects this script to be anyway
* Use ARG instead of ENV in collectd container
for COLLECTD_FLAVOR, COLLECTD_PULL_REQUESTS, WITH_DPDK
* Move the experimental sample configs to src/collectd
The configs are copied into the src/collectd directory within the
container anyway, so this skips a step in the container build.
* Remove initial package installation in containers
Move the installation of these packages to the package install steps
in the build script in systems/ instead.
* Remove unnecessary WORKDIR command
The WORKDIR {repo_dir} is unnecessary, since the following commands
are using absolute paths rather than relative paths.
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I52b96a651cb5d9b644f11f5407cabf3fb21cb6a9
Trevor Bramwell [Mon, 10 May 2021 19:44:50 +0000 (12:44 -0700)]
Add Gitlab-CI Configuration
This change adda Gitlab-CI configuration for Barometer, mirroring all
the jobs currently in Jenkins:
Docker build and pushes for containers on merge and tag:
- barometer-collectd
- barometer-collectd-latest
- barometer-collectd-dma
- barometer-collectd-grafana
- barometer-collectd-influxdb
- barometer-collectd-kafka
- barometer-collectd-ves
- barometer-collectd-snmp
Builds on Merge Requests and Merges:
- make clobber && make
- Documentation builds & publishing
Daily Jobs
- barometer build & artifact upload
- docker run barometer-collectd-tests
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Change-Id: Ia5f8e33be537cbdd795da456d04cf6b18286c864
Emma Foley [Thu, 15 Apr 2021 18:13:31 +0000 (18:13 +0000)]
Merge "[ansible][capabilities] Remove the capabilities template from experimental"
Emma Foley [Fri, 20 Nov 2020 17:40:02 +0000 (17:40 +0000)]
[ansible][capabilities] Remove the capabilities template from experimental
Capabilities plugin was interoduced in collectd-5.11, which is part of
the barometer-collectd container, so it can be included by default.
Change-Id: Ia91d883907025ab8618b39147e14d47a4fc541c3
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Thu, 8 Apr 2021 18:01:01 +0000 (19:01 +0100)]
[ci] Update repos and packages for centos/8/build_base_machine.sh
Issue found blocking the daily container build, due to the PowerTools
repos being renamed, and dpdk version being incorrect.
https: //build.opnfv.org/ci/view/barometer/job/barometer-collectd-latest-docker-build-push-master/11/console
https: //build.opnfv.org/ci/view/barometer/job/barometer-collectd-latest-docker-build-push-jerma/3/console
https: //build.opnfv.org/ci/view/barometer/job/barometer-collectd-experimental-docker-build-push-master/25/console
https: //build.opnfv.org/ci/view/barometer/job/barometer-collectd-experimental-docker-build-push-jerma/3/console
https: //build.opnfv.org/ci/view/barometer/job/barometer-collectd-docker-build-push-master/117/console
https: //build.opnfv.org/ci/view/barometer/job/barometer-collectd-docker-build-push-jerma/3/console
Change-Id: Ied653a940f91dcfac32dc23fe17585d385a0275a
Signed-off-by: Emma Foley <efoley@redhat.com>
sstrehla [Mon, 30 Nov 2020 09:34:46 +0000 (10:34 +0100)]
ovs_pmd_stats: bugfix for excessive padding with ovs-vswitchd 2.14.99.
Added "strip" call to remove excessive whitespace padding from values
Removed trailing newline
Signed-off-by: Slawomir Strehlau <slawomir.strehlau@intel.com>
Change-Id: I49686d239fcf105a03b2fa1131a506537f2dfe13
Emma Foley [Fri, 20 Nov 2020 17:34:31 +0000 (17:34 +0000)]
[ansible][dpdk] Disable dpdkstats and dpdkevents by default
The dpdk_telemetry plugin superceeds the dpdk{stats,events} plugins, and
these cannot be enabled together. Since the stable container on CentOS 8
uses DPDK 19.11, the dpdk_telemetry plugin should be used instead.
Change-Id: I20e087b40ff90ba95741aaff641ef1a745d77dd8
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Thu, 19 Nov 2020 12:38:40 +0000 (12:38 +0000)]
[container][experimental] Update the collectd_apply_pull_request.sh
Updated the script to take the PR list from the environment
Updated the container to allow users to pass COLLECTD_PULL_REQUESTS as a
build-arg when building the container so they don't have to hard code
values to change the PRs that are applied
Change-Id: Ie820709d5f57712dc246b6728c772e086e53ab5b
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Wed, 18 Nov 2020 16:42:39 +0000 (16:42 +0000)]
[container][experimental] Update experimental container
* Use CentOS 8 instead of CentOS7
* Remove collectd-openstack-plugins
* Update the list of PRs that are applied
logparser and capabilities were merged
* Move the experimental configs to collectd_sample_configs{,-latest}
Change-Id: Ic1133ee7172e092ad4713c94886f306bc4d8e6ec
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Tue, 17 Nov 2020 13:58:22 +0000 (13:58 +0000)]
[container][latest] Rename and update barometer-collectd-latest
Collectd changed the upstream default to main, and Barometer added a few
changes to incorporate this. One change was renaming the
`barometer-collectd-master` container to `barometer-collectd-latest`, since
`barometer-collectd-main` didn't make sense semantically, as we use the
stable container as the "main" reference.
At the time, we didn't have the changes made in releng to build the new
container, so container renaming was paused.
Now that the change is merged in releng (and has been for a while), and
the containers are being updated, this change should happen, so that the
container gets published.
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I4ee91c289b9e7477157bea148452be58343dc733
Emma Foley [Wed, 11 Nov 2020 19:05:11 +0000 (19:05 +0000)]
[container][collectd] Update barometer-collectd container for CentOS 8
Update collectd to 5.12
Add in CentOS as base for the barometer-collectd container
Remove openstack plugins - they are not used anymore
Use packaged DPDK (v18.11 in CentOS 7 amd v19.11 in CentOS 8)
Install packages from package manager instead of building libpqos,
pmu-tools and librdkafka
Combine install commands into one for CentOS8
(systems/centos/8/build_base_machine.sh)
These changes reduce the size of the container from 1.7GB to ~825MB.
Change-Id: I7e474f9578cdbcc7cce8c4fbc5e297eab89fd371
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Thu, 12 Nov 2020 14:57:23 +0000 (14:57 +0000)]
Merge "[ansible] remove deprecated filters"
Emma Foley [Wed, 11 Nov 2020 16:56:50 +0000 (16:56 +0000)]
[ci] Add missing package for daily build
The barometer-daily-master [1] job has been failing for a while,
This adds in the missing package that the build needs.
[1] https://build.opnfv.org/ci/view/barometer/job/barometer-daily-master/1439/console
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I2d7fcb10d395ca2b1542b07d8b64e7d7c3e230f7
Emma Foley [Tue, 10 Nov 2020 22:55:12 +0000 (22:55 +0000)]
[ansible] remove deprecated filters
The succeeded and failed checks are no longer supported for use as filters.
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: If5bdae81b34c1e63d7a2bda349beee5823e2550d
Emma Foley [Mon, 19 Oct 2020 15:37:11 +0000 (16:37 +0100)]
[docs] Remove refs to unsupported installers
For Jerma, a documentation restructure was proposed [1].
This change removes reference to unsupported installers in Barometer.
[1] https://wiki.opnfv.org/display/meetings/OPNFV+TSC+Meeting+2020-10-13?preview=/
63111416/
63111451/OPNFV-docstructure.pdf
Change-Id: Id55e55c3a4ea824c20fcadcfc4716ff8d23cc68f
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: Ic732d5f621d9a3e76cc76a97eacebbde7be139d7
Emma Foley [Mon, 19 Oct 2020 10:04:57 +0000 (11:04 +0100)]
[docs] Remove scenarios
For Jerma, a documentation restructure was proposed [1].
THis change removes reference to scenarios in Barometer.
[1] https://wiki.opnfv.org/display/meetings/OPNFV+TSC+Meeting+2020-10-13?preview=/
63111416/
63111451/OPNFV-docstructure.pdf
Change-Id: Id55e55c3a4ea824c20fcadcfc4716ff8d23cc68f
Change-Id: I135226f7ecc72ee086effede68f92ade0c85d0a2
Signed-off-by: Emma Foley <efoley@redhat.com>
Jabir Kanhira Kadavathu [Wed, 23 Sep 2020 10:24:46 +0000 (03:24 -0700)]
Enabling dpdk_telemetry plugin
Enabling dpdk_telemetry plugin with One Click Install.
Added the config. templates and the related Documentation.
Signed-off-by: Jabir Kanhira Kadavathu <jabir.kanhira.kadavathu@intel.com>
Change-Id: Ibecd96d4102cd76a71d31613879ae57950f5108f
Jabir Kanhira Kadavathu [Tue, 25 Aug 2020 15:21:50 +0000 (08:21 -0700)]
Upgrading dpdk version to 19.11
Upgrading dpdk version from 18.11 to 19.11
Added notes regarding backward compatability.
Signed-off-by: Jabir Kanhira Kadavathu <jabir.kanhira.kadavathu@intel.com>
Change-Id: Id95598ca92efd8c39025ea295ddf3521b138c79c
Emma Foley [Tue, 14 Jul 2020 17:38:09 +0000 (18:38 +0100)]
Temperorily revert "Rename collectd container to barometer-collectd-latest"
This reverts commit
59338794c8ae8ff82c00dc14ea47a9279cc213d4.
The reason for reverting is that there is not yet a container image available
on Dockerhub for barometer-collectd-latest
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: Ia6e37af99787a6c02eb368fc7bfdd9d584716f2b
Emma Foley [Tue, 30 Jun 2020 12:29:27 +0000 (13:29 +0100)]
Rename collectd container to barometer-collectd-latest
Change-Id: I0dfff659b4e05e3e619ea62f1771db79f7a8f0df
Signed-off-by: Emma Foley <efoley@redhat.com>
Emma Foley [Mon, 29 Jun 2020 21:11:03 +0000 (22:11 +0100)]
Update collectd tags to use main instead of master
The branch names have been updated, and main has replaced
master, which will no longer be updated.
Change-Id: Idfce21554594f15a831c8b7ec769eb85d52068b1
Signed-off-by: Emma Foley <efoley@redhat.com>
Matthias Runge [Thu, 4 Jun 2020 12:56:26 +0000 (12:56 +0000)]
Merge "Moving DPDK Verion From 16.11 to 18.11. Updated the related section in userguide. Also updated the change in kni location for 18.11."
Emma Foley [Thu, 28 May 2020 17:29:50 +0000 (17:29 +0000)]
Merge "Update SNMP agent config"
jabirkkclt [Fri, 3 Jan 2020 16:18:15 +0000 (08:18 -0800)]
Moving DPDK Verion From 16.11 to 18.11.
Updated the related section in userguide.
Also updated the change in kni location for 18.11.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: If5f71f1803c65031b2c759052f571ce55b9ed4b6
Emma Foley [Wed, 27 May 2020 16:14:22 +0000 (16:14 +0000)]
Merge changes from topic "container_update"
* changes:
[docs] Update Docker install guide
Update collectd container to use 5.11
Emma Foley [Wed, 27 May 2020 11:30:07 +0000 (11:30 +0000)]
Merge "Publish a new Barometer testing container"
Emma Foley [Fri, 22 May 2020 20:10:51 +0000 (16:10 -0400)]
Update SNMP agent config
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
Emma Foley [Tue, 25 Feb 2020 11:54:44 +0000 (11:54 +0000)]
[docs] update formatting on one click install
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: If4a5bbe119ce0a0dd0bed950f793b747e234cd61
Emma Foley [Thu, 21 May 2020 12:20:25 +0000 (08:20 -0400)]
[docs] Update Docker install guide
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I03b89331fa45c542339fec9dfcd035649d930679
Emma Foley [Wed, 20 May 2020 18:55:10 +0000 (14:55 -0400)]
Update collectd container to use 5.11
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I1867ec05011a58b16a0d88bd9bd3fdfd7ac5d2e3
Emma Foley [Fri, 22 May 2020 17:14:24 +0000 (13:14 -0400)]
[docs] Fix docs to pass rtd jobs
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I8351e3defe15cd699a629bc3f78ecd074f0d9dd0
Cédric Ollivier [Wed, 15 Apr 2020 11:38:00 +0000 (13:38 +0200)]
Publish a new Barometer testing container
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>
Emma Foley [Thu, 30 Jan 2020 23:25:27 +0000 (23:25 +0000)]
Temperarily disable SNMP in one click install
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>
Emma Foley [Mon, 20 Jan 2020 13:30:08 +0000 (13:30 +0000)]
[docs][ves] Update path for ves configs
JIRA: Barometer-133
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I7f427089b6e9a7c81a0bbea36b6af46bf721a042
Matthias Runge [Tue, 17 Dec 2019 14:43:08 +0000 (14:43 +0000)]
Merge changes If3d86e80,I48763243,I656a6786
* changes:
Relative imports fix
Python 2 to 3 migration fixes
Python 2 to 3 migration of collectd-ves-app
Matthias Runge [Tue, 17 Dec 2019 14:42:39 +0000 (14:42 +0000)]
Merge "Updates/Fix on Legal/License Headers"
Tomaszewski, PawelX [Mon, 25 Nov 2019 13:30:47 +0000 (05:30 -0800)]
Relative imports fix
Change-Id: If3d86e80be8de94c01ba599bd4d83be139d9886c
Signed-off-by: Plwel Tomaszewski <pawelx.tomaszewski@intel.com>
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
jabirkkclt [Fri, 6 Dec 2019 15:58:29 +0000 (07:58 -0800)]
Updates/Fix on Legal/License Headers
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Id29ba83455d2cea21ec634d3e0eee38d84de465b
jabirkkclt [Mon, 16 Dec 2019 11:43:33 +0000 (03:43 -0800)]
Revert "Updating the DPDK Version to 18.11 (Latest Stable Release) and respective information in teh one click install userguide."
This reverts commit
4fc25349916eca67d27dbf193fc69d1d0afecf3c.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I5ec8ff8e90a6fa5bd5f7d0eda22e0e9d28427312
Matthias Runge [Fri, 13 Dec 2019 07:42:36 +0000 (07:42 +0000)]
Merge "Fix the Makefile for intel-cmt-cat so it can be build without errors on CentOS 7. Mount the /sys/fs/resctrl from host to container to avoid issues with intel_rdt plugin."
Emma Foley [Thu, 12 Dec 2019 10:49:17 +0000 (10:49 +0000)]
Merge "Add capabilities plugin (PR 3292 on collectd github) to experimental container. Update one-click install of experimental container to add capabilities plugin."
Tomaszewski, PawelX [Wed, 13 Nov 2019 12:35:06 +0000 (04:35 -0800)]
Python 2 to 3 migration fixes
Change-Id: I487632435ae575c2507e58ee5682aa03934391b8
Signed-off-by: Pawel Tomaszewski <pawelx.tomaszewski@intel.com>
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Pawel Tomaszewski [Tue, 5 Nov 2019 08:46:45 +0000 (08:46 +0000)]
Python 2 to 3 migration of collectd-ves-app
Change-Id: I656a67864d821454e5ecc1ed60ce601c872da23d
Signed-off-by: Pawel Tomaszewski <pawelx.tomaszewski@intel.com>
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Matthias Runge [Wed, 11 Dec 2019 14:50:39 +0000 (14:50 +0000)]
Merge "Py2 to Py3 migration updates for VES App and the Dockerfile"
Emma Foley [Wed, 11 Dec 2019 12:31:29 +0000 (12:31 +0000)]
Merge "Provided the correct path for schema yaml & config files to avoid issues in starting VES Application."
jabirkkclt [Fri, 6 Dec 2019 17:35:56 +0000 (09:35 -0800)]
Fix the Makefile for intel-cmt-cat so it can be build without errors on
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>
jabirkkclt [Fri, 6 Dec 2019 16:38:47 +0000 (08:38 -0800)]
Add capabilities plugin (PR 3292 on collectd github) to experimental container. Update one-click install of experimental container to add capabilities plugin.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I1753c4d8af279ad9c7de29e7a198dbd8161c516d
jabirkkclt [Fri, 6 Dec 2019 12:02:59 +0000 (04:02 -0800)]
Py2 to Py3 migration updates for VES App and the Dockerfile
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I2e4934518f46afb060748ab08fd2ea9bfc0271d6
Emma Foley [Thu, 5 Dec 2019 13:00:23 +0000 (13:00 +0000)]
Merge "Updating the DPDK Version to 18.11 (Latest Stable Release) and respective information in teh one click install userguide."
Matthias Runge [Tue, 3 Dec 2019 16:55:16 +0000 (17:55 +0100)]
Add new PTL Emma Foley
Change-Id: Ied7f5b6423b374e7e7f89f2e199b3270c2262db4
Signed-off-by: Matthias Runge <mrunge@redhat.com>
jabirkkclt [Mon, 2 Dec 2019 14:04:39 +0000 (06:04 -0800)]
Provided the correct path for schema yaml & config files to avoid issues in starting VES Application.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Id02a8a601a6e98fce5f887c80baae9f1c5cec6fd
jabirkkclt [Tue, 26 Nov 2019 17:22:58 +0000 (09:22 -0800)]
Adding a comment under 'confiure ssh keys' to make the user aware about the necessity of it.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Ie474bab8fb3e6db6954769fc00a66d659ef66dfc
Emma Foley [Tue, 26 Nov 2019 13:06:48 +0000 (08:06 -0500)]
Updated committer details for Emma Foley
Updated company and e-mail.
Change-Id: I3139b5bafac8f54a215cf2ba7e8abd763108fb3f
Signed-off-by: Emma Foley <efoley@redhat.com>
Matthias Runge [Mon, 25 Nov 2019 13:21:55 +0000 (13:21 +0000)]
Merge "Updated/corrected the path for ves application config file"
Matthias Runge [Mon, 25 Nov 2019 13:20:34 +0000 (13:20 +0000)]
Merge "Format change to align with Influxdb_hosts"
jabirkkclt [Fri, 22 Nov 2019 17:45:13 +0000 (09:45 -0800)]
Updating the DPDK Version to 18.11 (Latest Stable Release) and respective information in teh one click install userguide.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Ib0b0892eed4f654068bf376d9f2b9da2e6043b74
jabirkkclt [Fri, 22 Nov 2019 16:25:40 +0000 (08:25 -0800)]
Updated/corrected the path for ves application config file
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Ib4243f84aaba3d7920c51e0da3fad54c960e53eb
Matthias Runge [Mon, 11 Nov 2019 08:29:07 +0000 (08:29 +0000)]
Merge "Moving the collectd version from 5.8 to 5.10"
Matthias Runge [Mon, 11 Nov 2019 08:21:04 +0000 (08:21 +0000)]
Merge "1. Added one dependency step for installation in Ubuntu,to match with that of in centos. 2. Updated default.inv documentation for the latest changes in the actual file in the Repository"
jabirkkclt [Tue, 5 Nov 2019 14:38:22 +0000 (06:38 -0800)]
1. Added one dependency step for installation in Ubuntu,to match with that 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
jabirkkclt [Fri, 8 Nov 2019 11:59:31 +0000 (03:59 -0800)]
Moving the collectd version from 5.8 to 5.10
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I1579a2bd0ef2280134fc13183ebafeb444b752f9
jabirkkclt [Thu, 7 Nov 2019 09:47:33 +0000 (01:47 -0800)]
Format change to align with Influxdb_hosts
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Ie368f2d32ce1291036f6fff95cd13b0dbdeced24
jabirkkclt [Wed, 6 Nov 2019 12:35:16 +0000 (04:35 -0800)]
Added a comment under grafana_hosts to convey that Influxdb and Grafana should be same host.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I82732de3eacd7abda5d63059d988452e8141201b
Emma Foley [Wed, 18 Sep 2019 16:56:49 +0000 (17:56 +0100)]
Update ansible scripts to use py3 for Ubuntu and Fedora
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: Ia62933a4b824f1280a693fc8004d29c67dc5e2ac
Matthias Runge [Tue, 23 Jul 2019 15:47:25 +0000 (15:47 +0000)]
Merge "Add a README for github mirrors to show"
Matthias Runge [Wed, 29 May 2019 06:50:31 +0000 (08:50 +0200)]
Add a README for github mirrors to show
Change-Id: Ib3ae52755cae26a386b17f01dab3bba4976c220e
Signed-off-by: Matthias Runge <mrunge@redhat.com>
Emma Foley [Thu, 4 Jul 2019 09:37:39 +0000 (10:37 +0100)]
[docs][install] Split the docker and ansible install guides
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>
jabirkkclt [Wed, 19 Jun 2019 17:41:14 +0000 (10:41 -0700)]
Updated the typo in diagrams for 3 modes of VES Operations.
Change-Id: If197bf24f8b834a81f21aa99b2d89b7b70ffad54
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Matthias Runge [Thu, 9 May 2019 13:05:16 +0000 (13:05 +0000)]
Merge "ansible: add variable to select collectd container"
Kamil Wiatrowski [Thu, 17 Jan 2019 14:54:42 +0000 (14:54 +0000)]
docker.userguide: Add info about collectd master & experimental containers
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>
Kamil Wiatrowski [Thu, 18 Apr 2019 11:33:39 +0000 (13:33 +0200)]
ansible: add variable to select collectd container
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>
Matthias Runge [Wed, 8 May 2019 11:55:38 +0000 (11:55 +0000)]
Merge "docker: Add support for experimental collectd container"
Kamil Wiatrowski [Fri, 26 Apr 2019 11:42:42 +0000 (13:42 +0200)]
barometer: update conf files
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>
Kamil Wiatrowski [Fri, 11 Jan 2019 07:58:03 +0000 (07:58 +0000)]
docker: Add support for experimental collectd container
Experimental container is based on master branch and includes
set of pull requests with experimental features.
By default one addtional PR is included - logparser.
Change-Id: I455122b23b6de382f6ef75a790f7b052784b59ac
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>