summaryrefslogtreecommitdiffstats
path: root/build/CentOS-Updates.repo
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24Fixing os-odl-sfc scenarioRicardo Noriega1-1/+1
We need to build again OVS2.6 and apply yyang patches. apex-tripleo-heat-templates: I230b31dc9ed0ecc5046064628ba2f2505e589522 apex-puppet-tripleo: Icd433ddc6ae7de19a09f9e33b410a362c317138a Change-Id: Ia61216f6bd23ecaaa87b151452268c8ca04dc193 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
2017-09-14Fix broken build dependencyTim Rozet1-0/+5
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>