Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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>
|
|
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
|
|
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>
|
|
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
|
|
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
|
|
Change-Id: I0dfff659b4e05e3e619ea62f1771db79f7a8f0df
Signed-off-by: Emma Foley <efoley@redhat.com>
|
|
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>
|
|
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
|
|
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I1867ec05011a58b16a0d88bd9bd3fdfd7ac5d2e3
|
|
respective information in teh one click install userguide."
This reverts commit 4fc25349916eca67d27dbf193fc69d1d0afecf3c.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I5ec8ff8e90a6fa5bd5f7d0eda22e0e9d28427312
|
|
information in teh one click install userguide.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Ib0b0892eed4f654068bf376d9f2b9da2e6043b74
|
|
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I1579a2bd0ef2280134fc13183ebafeb444b752f9
|
|
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>
|
|
'collectd-master' contains development versions of collectd
with the latest features. It is based on master branch from
collect repository.
Change-Id: I720b5e5938b402281674ee73851c5f611e4d1178
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
|
|
Since Ceilometer support was removed from the
collectd-ceilometer-plugin[1], the repo name is misleading.
So the repo name needed to be updated [2]
This change updates references to the collectd-ceilometer-plugin
repo to point to collectd-openstack-plugins repo:
* in deployment operations
* in documentation i.e. links to docs
Dependencies:
[1] https://review.openstack.org/#/c/490823/
[2] https://review.openstack.org/#/c/500768/
This is dependant on the repo rename
Change-Id: I43facbd53bca5df3f7e51d978ae2843c187282d4
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
Adds kafka support to collectd, cleaned up configuration files and updates
documentation.
Change-Id: Ie66ed22e8904e08e59aa7047d6afc9d176f3fb02
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
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>
|
|
Change-Id: I53e05b37cbcf414a5562f1100280687359635ac0
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
Change-Id: Ia9e0cbf6793a6ce5be5253f65cabd0813ff1e968
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Since Ceilometer support was removed from the
collectd-ceilometer-plugin[1] so references to
collectd-ceilometer-plugin are misleading.
This change updates variables COLLECTD_CEILOMETER_* ->
COLLECTD_OPENSTACK_*
[1] https://review.openstack.org/#/c/490823/
This is an "internal" change, independant of repo rename
Change-Id: I1247b59070fcb1eb378d9c702ddf9df0c26da878
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
Update the version of DPDK used.
Change-Id: Id7c00163956d058ef82e07007695037920a6f537
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Modify build and dependency scripts for centos/rhel builds.
Change-Id: I1fafaf3392d9f22837ce4ed3fa0f84c13ead0698
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Build all dependencies and plugins. Provide sample plugin configurations and
update user guide.
Change-Id: I5170c84529e514e12bb1bd4dc34ecdd93eb764d7
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Change-Id: I6041b6c1eb7f37ce3e2f17f1a42cb2cba79e9672
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
|
|
Use the stable/mitaka branch for the ceilometer plugin.
Change-Id: I950ad79e91a48f37d7aad2ae03676d067babdffd
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Change-Id: I6e78625b74b9588ce24db2bde7523dc4c1dd5d6e
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Add Makefiles to clone and build DPDK and collectd-with-DPDK.
Change-Id: Icb0e95e4b8ad758562bfd009850b9522e7a0418a
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Christoph Meyer <christoph.meyer@ericsson.com>
Reviewed-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Reviewed-by: Jarmo Virtanen <jarmo.virtanen@nsn.com>
Reviewed-by: John McNamara <john.mcnamara@intel.com>
|