Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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
|
|
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>
|
|
|
|
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Id29ba83455d2cea21ec634d3e0eee38d84de465b
|
|
container. Update one-click install of experimental container to add capabilities plugin.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I1753c4d8af279ad9c7de29e7a198dbd8161c516d
|
|
Build dpdk plugins in collectd container.
Change-Id: Ifdca827a419d6d3d4d9c6070d3a581372df8a2f9
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
|
|
This change is to enable write_redis plugin in collectd
due to DMA local-agent is going to use the plugin.
Change-Id: I522b41278bb020a48f33ac18f4ad08351e51ca36
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
|
|
Update the the barometer-collectd container to install the python dependencies
for the openstack plugins.
Change-Id: If8ba14066aff5f0257a400ece642a8d478600c77
Signed-off-by: Maryam Tahhan <maryam.tahhan@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>
|
|
* adds sample configuration file for virt plugin.
* updates package list for libvirt package.
Change-Id: I564fd89f7eaaa170962f5d05bbe26424ab99f6e2
Signed-off-by: Shobhi <shobhi.jain@intel.com>
|
|
* Updates package list for all platform for snmp.
Change-Id: I011ab74eab17047efce02882f8a0fb18c6d8c2f6
Signed-off-by: Shobhi <shobhi.jain@intel.com>
|
|
Remove unused scripts in src. Relocate relavent scripts to system. Tested on
CentOS 7 and Ubuntu 16.04.
Change-Id: Id6bb00df854760c6bbf8d47011a9f6f7fe2c230b
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|