Lago v0.32 released
by Gal Ben Haim
Hi All,
Lago version v0.32 is out.
the main changes are:
1. Allow to configure the cpu model in the init file by adding
"cpu_model: MODEL" to the vm definition (for example "cpu_model: SandyBridge").
2. Allow to specify "repoman" config to "lago ovirt reposetup" with "--repoman-config".
The full change-log:
* Tue Jan 17 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.32.0
a7a99aee: Merge pull request #431 from nvgoldin/revert_ovirt_cpu
66704a0c: Revert "ovirtlago: drop get_ovirt_cpu_family"
* Mon Jan 16 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.31.4
6dd96515: Merge pull request #418 from lago-project/adding_qemu_kvm_ev_dep
a7d71ad2: Force usage of qemu-kvm-rhev on centos/rhel
* Mon Jan 16 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.31.3
f78e351b: Merge pull request #425 from nvgoldin/custom_repoman_conf
41553b76: ovirtlago: allow defining custom repoman config file
76bf0bae: ovirtlago: don't download source RPMs by default
208bfc34: ovirtlago: allow passing custom repoman filters
b816daf8: ovirtlago: remove deprecated per-project repo directories
* Mon Jan 16 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.31.2
7f25ef33: Merge pull request #427 from nvgoldin/he_cpu
f31b74c4: ovirtlago: drop get_ovirt_cpu_family
548a32a6: Allow configuring cpu_model per libvirt VM
* Mon Jan 16 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.31.1
5e647d32: Merge pull request #424 from lveyde/patch-1
8629d41f: Return SandyBridge CPU family
Gal Ben Haim
gbenhaim(a)redhat.com
RHEV DevOps
7 years, 10 months
Lago v0.31 released
by Nadav Goldin
Hi all,
New Lago version is out - v0.31, this is a small release with few bug fixes.
To upgrade using yum or dnf simply run:
yum/dnf update lago
Note to ovirt-system-tests users: you might need to re-enable the
'ovirtlago' service after upgrading. This can be done by running:
sudo firewall-cmd --add-service=ovirtlago --permanent
sudo firewall-cmd --reload
If you find any problems, please open an issue in the GitHub page[1].
Docs: http://lago.readthedocs.io/en/0.31/
RPM Repository: http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
GitHub: https://github.com/lago-project/lago/
For OST docs: http://ovirt-system-tests.readthedocs.io/en/latest/
The full change-log:
* Mon Jan 09 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.31.0
c8ee2190: Merge pull request #408 from nvgoldin/reposync_no_file
2cef75b4: ovirtlago: allow running reposync with custom_sources only
* Mon Jan 09 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.30.4
5fee77b2: Merge pull request #415 from nvgoldin/collect_libvirt
3a603784: ovirtlago: drop ovirt.collect tests
a345d4d8: ovirtlago: collect entire /var/log directory
* Sun Jan 08 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.30.3
b12bad3a: Merge pull request #421 from nvgoldin/slow_start
3dea5d04: workaround for cirros images not getting ip on boot
* Wed Jan 04 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.30.2
7a990a30: Merge pull request #397 from mz-pdm/fix-rpmbuild
ee5327a4: Add build dependency on python2-rpm-macros
* Wed Jan 04 2017 Lago CI bot <dcaroest+cibot(a)redhat.com> - 0.30.1
bb846b43: Merge pull request #398 from mz-pdm/fix-cpu-model
05ccf724: More robust CPU selection
Thanks everyone for their contributions!
Nadav.
[1] http://github.com/lago-project/lago/issues
7 years, 10 months