In which order repos are searched for RPMs?
by Yaniv Kaul
If I have the RPM on the 'localsync' repo as well as externally (say, from
CentOS 7 updates), which repo will it be taken from?
- Simple solution: sync all that you need and disable the 'updates' repo.
I'm in favor. Same for the 'base' repo and any other repo. Essentially, all
that the VM needs should be in the 'localsync' repo.
- Simple solution #2 : rename 'localsync' to '*a*localsync' - just to make
sure it is the first looked at...
Before:
[root@lago_basic_suite_3_6_engine ~]# egrep "Updated|Installed"
/var/log/yum.log | awk -F\: '{print $NF}' |xargs yum info |grep "From repo"
|egrep -c "base|updates"
87
After the change:
[root@lago_basic_suite_3_6_engine ~]# egrep "Updated|Installed"
/var/log/yum.log | awk -F\: '{print $NF}' |xargs yum info |grep "From repo"
|egrep -c "base|updates"
1
8 years, 7 months
Weekly bug status for ovirt-system-tests (using Lago)
by Eyal Edri
A weekly reminder on open bugs & patches to keep track on blockers for
oVirt testing:
*Open bugs:*
https://goo.gl/eUaPUY
*Blocking bugs in potential:*
- Bug 1311121 - oVirt system tests for 3.6 fail to deactivate domain on
the first try - suspect race between OVF update and SPM stop (engine bug)
- Patch provided, pending verification/testing on the tests
*Open patches:*
https://gerrit.ovirt.org/#/q/project:ovirt-system-tests+status:open
- WIP:Fix the master suite runs
- Improvements to storage domains add tests
- Merged storage servers into one
- Basic quote tests
If you have any updates on the bugs/patches please reply with more info.
--
Eyal Edri
Associate Manager
RHEV DevOps
EMEA ENG Virtualization R&D
Red Hat Israel
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
8 years, 7 months
[2016-04-01] Weekly lago release, 0.14.0
by David Caro
Hi everyone!
There's a new lago release, with mostly bug fixes but also some features, the
most relevant are:
* New default init file: Now you can use a LagoInitFile in the current dir as
the default init configuration file (the usual init.json or init.yaml) so
when running 'lago init' it will pick it up.
* New '--set-current' option for the init command, to allow setting the
prefix that's being created as the current prefix.
For more detailed changelog you can go to:
http://resources.ovirt.org/repos/lago/stable/0.0/CHANGELOG_0.0.txt
And the rpms, as usual are at:
http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
Enjoy!
--
David Caro
Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605
Email: dcaro(a)redhat.com
IRC: dcaro|dcaroest@{freenode|oftc|redhat}
Web: www.redhat.com
RHT Global #: 82-62605
8 years, 7 months