Fix broken build dependency 73/41873/2
authorTim Rozet <trozet@redhat.com>
Wed, 13 Sep 2017 21:35:38 +0000 (17:35 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 14 Sep 2017 16:43:45 +0000 (12:43 -0400)
commit2e6b2fa375c2356f8af894c88f23d9738d8cf9c0
tree5cb1d193cef15706f83f8cf2988050c1e0e4fda5
parent7b3a8455baa35bdde4d7e078d88f9b17a6df9195
Fix broken build dependency

libguestfs-tools is failing to install because libvirt-client is
installed and there is a package conflict.  Removing libvirt-client from
image before installing libguestfs-tools.

NSH build is failing in overcloud because the CentOS repos updated with
newer kernel source and headers, and we are still using older kernel.
This patch adds the old kernel source and headers.  Upgrading to new
kernel causes NSH OVS to fail when compiling.

Change-Id: Ifd500ad138116cfecafb2268ccb580bd44d5efd5
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/CentOS-Updates.repo [new file with mode: 0644]
build/build_ovs_nsh.sh
build/overcloud-full.sh
build/undercloud.sh