Yaniv Bronhaim has posted comments on this change.

Change subject: automation: fix check-merged.sh
......................................................................


Patch Set 10:

(4 comments)

https://gerrit.ovirt.org/#/c/61415/10/automation/deploy.sh
File automation/deploy.sh:

Line 28: dnf install --nogpgcheck -y libvirt-daemon
Line 29: rm -rf /var/cache/libvirt/qemu/capabilities
Line 30: systemctl restart libvirtd.service || :
Line 31: 
Line 32: # enable the local repo
write here that you use cost=1 to give this repository priority
Line 33: cat > /etc/yum.repos.d/local-ovirt.repo <<EOF
Line 34: [localsync]
Line 35: name=Latest oVirt nightly
Line 36: baseurl=http://$ADDR:8585/$DIST/


Line 42: 
Line 43: echo "######################### Cleaning up caches"
Line 44: dnf clean all
Line 45: echo "######################### Installing numactl"
Line 46: dnf install --nogpgcheck -y numactl # Fix for bz:1287862
vdsm requires numactl.. so I don't know if this still needed.
Line 47: echo "######################### Installing vdsm"
Line 48: dnf install --nogpgcheck -y vdsm vdsm-cli vdsm-tests python-pip
Line 49: dnf install -y python-mock
Line 50: pip install nose-timer


Line 45: echo "######################### Installing numactl"
Line 46: dnf install --nogpgcheck -y numactl # Fix for bz:1287862
Line 47: echo "######################### Installing vdsm"
Line 48: dnf install --nogpgcheck -y vdsm vdsm-cli vdsm-tests python-pip
Line 49: dnf install -y python-mock
install you can\should run "dnf builddep vdsm"
Line 50: pip install nose-timer
Line 51: echo "######################### Configuring vdsm"
Line 52: vdsm-tool configure --force
Line 53: echo "######################### Starting up vdsm"


Line 46: dnf install --nogpgcheck -y numactl # Fix for bz:1287862
Line 47: echo "######################### Installing vdsm"
Line 48: dnf install --nogpgcheck -y vdsm vdsm-cli vdsm-tests python-pip
Line 49: dnf install -y python-mock
Line 50: pip install nose-timer
where do we use the timer? can we require that in vdsm.spec instead?
Line 51: echo "######################### Configuring vdsm"
Line 52: vdsm-tool configure --force
Line 53: echo "######################### Starting up vdsm"
Line 54: systemctl start vdsmd


-- 
To view, visit https://gerrit.ovirt.org/61415
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4cecee04bd4311444052bcdc701c90d60f8ebe29
Gerrit-PatchSet: 10
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Irit Goihman <igoih...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Irit Goihman <igoih...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to