public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Make unattended install on Linux safer, fix OpenSUSE/SLES installs
@ 2011-04-18 22:40 Lucas Meneghel Rodrigues
  2011-04-18 22:40 ` [PATCH 1/5] KVM test: Fix incorrect CdromDisk instantiation when distro is OpenSUSE Lucas Meneghel Rodrigues
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-04-18 22:40 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

While working on making unattended install on Linux guests safer, noticed that
the recent patches changing unattended install to use -kernel and -initrd options [1]
were breaking OpenSUSE and SLES installation. As a maintainer it is my duty to fix
such breakages, so I did it. I tested all changes with OpenSUSE 11.4, which I downloaded
from the opensuse website.

I ask the IBM guys that contributed this guest support to go through and test the changes,
I need some help here. Anyway, I am confident that this patchset will bring a major
improvement for the users of those guests.

Lucas Meneghel Rodrigues (5):
  KVM test: Fix incorrect CdromDisk instantiation when distro is
    OpenSUSE
  KVM test: Unattended install Give Linux VMs time to shutdown cleanly
    v2
  KVM test: unattended_install: Introduce wait_no_ack param
  KVM test: Make OpenSUSE and SLES to use unattended_cdrom
  KVM test: Introduce OpenSUSE 11.4 guest definitions

 client/tests/kvm/tests/unattended_install.py |   37 +++++++----
 client/tests/kvm/tests_base.cfg.sample       |   93 +++++++++++++++++--------
 client/tests/kvm/unattended/Fedora-10.ks     |    1 +
 client/tests/kvm/unattended/Fedora-11.ks     |    1 +
 client/tests/kvm/unattended/Fedora-12.ks     |    1 +
 client/tests/kvm/unattended/Fedora-13.ks     |    1 +
 client/tests/kvm/unattended/Fedora-14.ks     |    1 +
 client/tests/kvm/unattended/Fedora-9.ks      |    1 +
 client/tests/kvm/unattended/OpenSUSE-11.xml  |   13 +---
 client/tests/kvm/unattended/RHEL-4-series.ks |    2 +-
 client/tests/kvm/unattended/RHEL-5-series.ks |    2 +-
 client/tests/kvm/unattended/RHEL-6-series.ks |    2 +-
 client/tests/kvm/unattended/SLES-11.xml      |   13 +---
 13 files changed, 100 insertions(+), 68 deletions(-)

-- 
1.7.4.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-04-20  1:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18 22:40 [PATCH 0/5] Make unattended install on Linux safer, fix OpenSUSE/SLES installs Lucas Meneghel Rodrigues
2011-04-18 22:40 ` [PATCH 1/5] KVM test: Fix incorrect CdromDisk instantiation when distro is OpenSUSE Lucas Meneghel Rodrigues
2011-04-18 22:40 ` [PATCH 2/5] KVM test: Unattended install Give Linux VMs time to shutdown cleanly v2 Lucas Meneghel Rodrigues
2011-04-18 22:40 ` [PATCH 3/5] KVM test: unattended_install: Introduce wait_no_ack param Lucas Meneghel Rodrigues
2011-04-18 22:40 ` [PATCH 4/5] KVM test: Make OpenSUSE and SLES to use unattended_cdrom Lucas Meneghel Rodrigues
2011-04-18 22:40 ` [PATCH 5/5] KVM test: Introduce OpenSUSE 11.4 guest definitions Lucas Meneghel Rodrigues
2011-04-20  1:03 ` [PATCH 0/5] Make unattended install on Linux safer, fix OpenSUSE/SLES installs pradeep
2011-04-20  1:11   ` Lucas Meneghel Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox