aboutsummaryrefslogtreecommitdiffstats
path: root/systems/ubuntu
AgeCommit message (Collapse)AuthorFilesLines
2021-05-27[docker] Reduce the number of build steps in containersEmma Foley1-2/+6
* 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
2019-12-17Updates/Fix on Legal/License Headersjabirkkclt1-2/+4
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: Id29ba83455d2cea21ec634d3e0eee38d84de465b
2017-11-03ubuntu_14.04: Cleanup for Ubuntu 14.04Shobhi Jain1-84/+0
Change-Id: I8367a7f151901c8fa6f1da5c442c9372d8b3cd88 Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
2017-10-24src: fix src build issuesMaryam Tahhan1-1/+4
Change-Id: I8abf40a0034110dc504c227ffba1ff5e9ec6850b Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
2017-07-26src: add virt plugin configurationShobhi2-0/+2
* adds sample configuration file for virt plugin. * updates package list for libvirt package. Change-Id: I564fd89f7eaaa170962f5d05bbe26424ab99f6e2 Signed-off-by: Shobhi <shobhi.jain@intel.com>
2017-07-26Update package list in base build for snmpShobhi2-0/+6
* Updates package list for all platform for snmp. Change-Id: I011ab74eab17047efce02882f8a0fb18c6d8c2f6 Signed-off-by: Shobhi <shobhi.jain@intel.com>
2017-06-20ubuntu14.04: fix package list in base buildMaryam Tahhan1-7/+9
Change-Id: I42dd5f986bb962249ce5425587b6d101ae05470f Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-05-23install: remove unused scripts in srcMaryam Tahhan2-88/+120
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>
2017-05-18userguide: update barometer build and installMaryam Tahhan1-0/+59
Update the userguide and the build scripts to only build on supported OSes and to check if collectd is already installed on the system. Change-Id: I87cab22a06f8c1104aae25027aedfa3e534c06b3 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2016-05-19systems: add installation scriptsMaryam Tahhan1-0/+59
Add installation scripts that install all dependencies for collectd with DPDK. Change-Id: I6f641e8714727106302185fd1fdc6c1c118a5d58 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>