[libvirt] [libvirt-tck PATCH] The PXE images moved

Adjust to the new URL as describe in: http://dl.fedoraproject.org/pub/fedora/linux/releases/15/README --- conf/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/default.cfg b/conf/default.cfg index a303d88..a8ffecd 100644 --- a/conf/default.cfg +++ b/conf/default.cfg @@ -69,8 +69,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... + kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... + initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... } # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here { @@ -79,8 +79,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... + kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... + initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... } # User mode linux i686 needs custom kernel + root filesystem { -- 1.8.4.rc3

On Wed, Sep 11, 2013 at 01:41:21PM +0200, Guido Günther wrote:
Adjust to the new URL as describe in:
http://dl.fedoraproject.org/pub/fedora/linux/releases/15/README --- conf/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/default.cfg b/conf/default.cfg index a303d88..a8ffecd 100644 --- a/conf/default.cfg +++ b/conf/default.cfg @@ -69,8 +69,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... + kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... + initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... } # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here { @@ -79,8 +79,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... + kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... + initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... } # User mode linux i686 needs custom kernel + root filesystem {
Actually we should just update them to point to Fedora 19, instead of 15. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On Wed, Sep 11, 2013 at 12:56:10PM +0100, Daniel P. Berrange wrote:
On Wed, Sep 11, 2013 at 01:41:21PM +0200, Guido Günther wrote:
Adjust to the new URL as describe in:
http://dl.fedoraproject.org/pub/fedora/linux/releases/15/README --- conf/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/default.cfg b/conf/default.cfg index a303d88..a8ffecd 100644 --- a/conf/default.cfg +++ b/conf/default.cfg @@ -69,8 +69,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... + kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... + initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... } # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here { @@ -79,8 +79,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... + kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... + initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... } # User mode linux i686 needs custom kernel + root filesystem {
Actually we should just update them to point to Fedora 19, instead of 15.
Which will break again when F19 goes EOL. I thought going for a stable URL is saner. Cheers, -- Guido
Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On Wed, Sep 11, 2013 at 02:13:43PM +0200, Guido Günther wrote:
On Wed, Sep 11, 2013 at 12:56:10PM +0100, Daniel P. Berrange wrote:
On Wed, Sep 11, 2013 at 01:41:21PM +0200, Guido Günther wrote:
Adjust to the new URL as describe in:
http://dl.fedoraproject.org/pub/fedora/linux/releases/15/README --- conf/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/default.cfg b/conf/default.cfg index a303d88..a8ffecd 100644 --- a/conf/default.cfg +++ b/conf/default.cfg @@ -69,8 +69,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... + kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... + initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... } # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here { @@ -79,8 +79,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... + kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... + initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedor... } # User mode linux i686 needs custom kernel + root filesystem {
Actually we should just update them to point to Fedora 19, instead of 15.
Which will break again when F19 goes EOL. I thought going for a stable URL is saner.
Yep, that is a problem. What I'd like todo is actually stop using these URLs altogether. Instead use the kernel that is present on the host already, and auto-create an initrd which does what we want. Until that's done though, I think it is better to just use latest Fedora. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

The F15 PXE images were removed so switch to F19. --- conf/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/default.cfg b/conf/default.cfg index a303d88..143fba9 100644 --- a/conf/default.cfg +++ b/conf/default.cfg @@ -69,8 +69,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... + kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/imag... + initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/imag... } # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here { @@ -79,8 +79,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... + kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/im... + initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/im... } # User mode linux i686 needs custom kernel + root filesystem { -- 1.8.4.rc3

On Wed, Sep 11, 2013 at 03:36:31PM +0200, Guido Günther wrote:
The F15 PXE images were removed so switch to F19. --- conf/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/default.cfg b/conf/default.cfg index a303d88..143fba9 100644 --- a/conf/default.cfg +++ b/conf/default.cfg @@ -69,8 +69,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... + kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/imag... + initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/imag... } # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here { @@ -79,8 +79,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... + kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/im... + initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/im... } # User mode linux i686 needs custom kernel + root filesystem
ACK Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On Wed, Sep 11, 2013 at 02:38:19PM +0100, Daniel P. Berrange wrote:
On Wed, Sep 11, 2013 at 03:36:31PM +0200, Guido Günther wrote:
The F15 PXE images were removed so switch to F19. --- conf/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/default.cfg b/conf/default.cfg index a303d88..143fba9 100644 --- a/conf/default.cfg +++ b/conf/default.cfg @@ -69,8 +69,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/imag... + kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/imag... + initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/imag... } # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here { @@ -79,8 +79,8 @@ kernels = ( hvm xen ) - kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... - initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/im... + kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/im... + initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/im... } # User mode linux i686 needs custom kernel + root filesystem
ACK Pushed. Thanks, -- Guido
participants (2)
-
Daniel P. Berrange
-
Guido Günther