[node-patches] Change in ovirt-node-iso[master]: Allowing the ovirt node to use the new kvm

tlitovsk at redhat.com tlitovsk at redhat.com
Thu Oct 22 09:01:47 UTC 2015


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: I3c094950d295514189d05e180d7a491236edc4ab
Signed-off-by: Tolik Litovsky <tlitovsk at redhat.com>
---
M Makefile.am
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/28/47628/1

diff --git a/Makefile.am b/Makefile.am
index f1e1f09..7bd19b5 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.
@@ -93,12 +94,14 @@
          UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=$(CENTOS_MIRROR)?release=$(CENTOS)&arch=${ARCH}&repo=updates \n" ;\
          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/nightly/glusterfs/epel-$(CENTOS)-${ARCH}";\
+         GLUSTER_REPO_LINE="repo --name=ovirt-$(OVIRT_VERSION)-glusterfs-${ARCH}-epel --baseurl=http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/epel-$(CENTOS)-${ARCH} \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/47628
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c094950d295514189d05e180d7a491236edc4ab
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: master
Gerrit-Owner: Anatoly Litovsky <tlitovsk at redhat.com>



More information about the node-patches mailing list