diff options
author | Aaron Smith <aasmith@redhat.com> | 2018-08-03 13:20:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-03 13:20:24 +0000 |
commit | 1db7418e39d41cb92e3b1af71d2cb4b9fabb29f2 (patch) | |
tree | b71f65763bca1234fa66877ab9632e434fc782aa /ci/install_dependencies.sh | |
parent | 4c1b6b2ea5cafcb07207ca07eb589fe34a6e5dd5 (diff) | |
parent | bfc1db4ee0c098354611b69d2929847a9845f48a (diff) |
Merge "Enable write_redis plugin for barometer-collectd"
Diffstat (limited to 'ci/install_dependencies.sh')
-rwxr-xr-x | ci/install_dependencies.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/install_dependencies.sh b/ci/install_dependencies.sh index 3fe1e725..87f8163f 100755 --- a/ci/install_dependencies.sh +++ b/ci/install_dependencies.sh @@ -29,6 +29,9 @@ sudo yum -y install rpm-build \ libcap-devel xfsprogs-devel iptables-devel \ libmemcached-devel gtk2-devel libvirt-devel +# For DMA component +sudo yum -y install hiredis-devel + # For intel-cmt-cat sudo yum -y install wget |