summaryrefslogtreecommitdiffstats
path: root/build/instack.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-12-17 14:15:24 -0500
committerDan Radez <dradez@redhat.com>2015-12-18 16:51:27 -0500
commitd5dac42613353b59f04ee93cb970857ea88797ee (patch)
tree9f402d21d03fcc99b780a82730ce9a1ddd892971 /build/instack.sh
parent3011039e5e6308a88c28aa912de22f05355e5678 (diff)
adding build deps
- adding rpmbuild and createrepo as build deps - adding more packages to overcloud image Change-Id: I1cac2f62c7a52ee8bf2b0dc936df1066eb3599e8
Diffstat (limited to 'build/instack.sh')
-rwxr-xr-xbuild/instack.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/instack.sh b/build/instack.sh
index 69fec702..3703e03b 100755
--- a/build/instack.sh
+++ b/build/instack.sh
@@ -9,7 +9,7 @@ RDO_RELEASE=liberty
SSH_OPTIONS=(-o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null)
# check for dependancy packages
-for i in libguestfs-tools python-docutils bsdtar; do
+for i in rpm-build createrepo libguestfs-tools python-docutils bsdtar; do
if ! rpm -q $i > /dev/null; then
sudo yum install -y $i
fi
@@ -217,7 +217,7 @@ PACKAGES+=",openstack-swift-container,openstack-swift-object,openstack-swift-plu
PACKAGES+=",openstack-nova-api,openstack-nova-cert,openstack-heat-api-cfn,openstack-heat-api,"
PACKAGES+=",openstack-ceilometer-central,openstack-ceilometer-polling,openstack-ceilometer-collector,"
PACKAGES+=",openstack-heat-api-cloudwatch,openstack-heat-engine,openstack-heat-common,openstack-ceilometer-notification"
-PACKAGES+=",hiera,puppet,memcached,keepalived,mariadb,mariadb-server,rabbitmq-server,python-pbr"
+PACKAGES+=",hiera,puppet,memcached,keepalived,mariadb,mariadb-server,rabbitmq-server,python-pbr,python-proliantutils"
LIBGUESTFS_BACKEND=direct virt-customize --install $PACKAGES -a instack.qcow2
popd