Install missing packages on undercloud image 83/34783/1
authorFeng Pan <fpan@redhat.com>
Fri, 21 Apr 2017 18:49:18 +0000 (14:49 -0400)
committerFeng Pan <fpan@redhat.com>
Mon, 15 May 2017 16:12:55 +0000 (16:12 +0000)
commit67c901485aa5a46d05833edc534f202463bf9f9e
treeae8d296fdd96ba984bf8f8dc273f82f3887c5696
parenta125e6cff94921b8df5680e2cdf7baa649f3775b
Install missing packages on undercloud image

Currently, tripleo images are not synchronized to CentOS CDN, where
we download our images. The bug is tracked at:
https://bugs.centos.org/view.php?id=12994

This causes our undercloud image to be out of date and missing
packages which are required during undercloud install. This causes
puppet to perform yum install of those packages during undercloud
deployment, which will fail in cases where internet is not accessible
during deployment.

While we wait for resolution of CentOS CDN issue, to work around
this issue, we need to add those packages in undercloud image.

Change-Id: Ic5a2cfddda544c2d7b6b5bcb145ade8276fd411b
Signed-off-by: Feng Pan <fpan@redhat.com>
build/undercloud.sh