Adds postgresql to install_rally

Closes-bug: #1414974
Change-Id: I885c1344a4c7b974c1b0f0adc683dc58192ca6bc
This commit is contained in:
Yair Fried 2015-01-27 12:11:06 +02:00
parent d431a0b749
commit 0d4b523dc5

View File

@ -71,7 +71,7 @@ init_variables() {
install_rhel_based_system_requirements() {
local install_rally_dependencies='wget'
local cryptography_dependencies='gcc libffi-devel python-devel openssl-devel gmp-devel libpq-devel'
local cryptography_dependencies='gcc libffi-devel python-devel openssl-devel gmp-devel postgresql-devel'
local external_dependencies='libxml2-devel libxslt-devel' # dependencies from projects, which are used by rally
yum -y install ${install_rally_dependencies} ${cryptography_dependencies} ${external_dependencies}
}