Anatoly Litovsky has uploaded a new change for review. Change subject: Allowing the ovirt node to use the new kvm ......................................................................
Allowing the ovirt node to use the new kvm The added cbs repo allows provides the new qemu-kvm that is needed to work with 3.6 clusters. Change-Id: Ia2079d136edc36a0bb7bef9303a1bde2a2a63fe3 Signed-off-by: Tolik Litovsky <[email protected]> --- M Makefile.am 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/32/47632/1 diff --git a/Makefile.am b/Makefile.am index dd97a7d..c950c80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,6 +55,7 @@ FEDORA_MIRROR = http://mirrors.fedoraproject.org/mirrorlist OVIRT_BASE_URL = http://resources.ovirt.org/pub/ovirt-$(REPO_SUFFIX)/rpm CENTOS_MIRROR = http://mirrorlist.centos.org/ +KVM_REPO = http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ # For Release: 0..., set _ovirt_dev=1 so that we get extra_release.GIT- # annotated rpm version strings. @@ -94,11 +95,13 @@ EPEL_REPO_LINE="repo --name=epel --baseurl=http://dl.fedoraproject.org/pub/epel/$(CENTOS)/${ARCH} \n" ;\ OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=$(OVIRT_BASE_URL)/el$(CENTOS)\n" ;\ GLUSTER_REPO_LINE="repo --name=ovirt-$(OVIRT_VERSION)-glusterfs-${ARCH}-epel --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-$(CENTOS)/${ARCH}\n repo --name=ovirt-$(OVIRT_VERSION)-glusterfs-noarch-epel --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-$(CENTOS)/noarch \n" ;\ + KVM_REPO_LINE="repo --name=kvm --baseurl=$(KVM_REPO) \n";\ printf "$${CENTOS_REPO_LINE}" > repos.ks ;\ printf "$${UPDATES_REPO_LINE}" >> repos.ks ;\ printf "$${EPEL_REPO_LINE}" >> repos.ks ;\ printf "$${OVIRT_REPO_LINE}" >> repos.ks ;\ printf "$${GLUSTER_REPO_LINE}" >> repos.ks ;\ + printf "$${KVM_REPO_LINE}" >> repos.ks ;\ fi; \ echo "# OVIRT_REPO_URL=$(OVIRT_REPO_URL)" >> $@ ;\ for repo in $(OVIRT_REPO_URL); do \ -- To view, visit https://gerrit.ovirt.org/47632 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia2079d136edc36a0bb7bef9303a1bde2a2a63fe3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
