[libvirt] [tck PATCH 10/12] conf: update URLs for Fedora 28 images

Daniel P. Berrangé posted 12 patches 6 years, 11 months ago
There is a newer version of this series
[libvirt] [tck PATCH 10/12] conf: update URLs for Fedora 28 images
Posted by Daniel P. Berrangé 6 years, 11 months ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 conf/default.cfg | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf/default.cfg b/conf/default.cfg
index d9d858c..494c303 100644
--- a/conf/default.cfg
+++ b/conf/default.cfg
@@ -49,7 +49,7 @@ images = (
       hvm
       xen
     )
-    osname = fedora-27
+    osname = fedora-28
   }
 )
 
@@ -75,15 +75,15 @@ images = (
 # empty sparse root FS will be created
 #
 kernels = (
-   # Fedora 15 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
+   # Fedora 28 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
    {
      arch = i686
      ostype = (
        hvm
        xen
      )
-     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/i386/os/images/pxeboot/vmlinuz-PAE
-     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/i386/os/images/pxeboot/initrd-PAE.img
+     kernel = http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i386/os/images/pxeboot/vmlinuz
+     initrd = http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i386/os/images/pxeboot/initrd.img
    }
    # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
    {
@@ -92,8 +92,8 @@ kernels = (
        hvm
        xen
      )
-     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/x86_64/os/images/pxeboot/vmlinuz
-     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/x86_64/os/images/pxeboot/initrd.img
+     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/images/pxeboot/vmlinuz
+     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/images/pxeboot/initrd.img
    }
    # User mode linux i686 needs custom kernel + root filesystem
    {
-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [tck PATCH 10/12] conf: update URLs for Fedora 28 images
Posted by Laine Stump 6 years, 11 months ago
On 06/08/2018 09:45 AM, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  conf/default.cfg | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/conf/default.cfg b/conf/default.cfg
> index d9d858c..494c303 100644
> --- a/conf/default.cfg
> +++ b/conf/default.cfg
> @@ -49,7 +49,7 @@ images = (
>        hvm
>        xen
>      )
> -    osname = fedora-27
> +    osname = fedora-28

Ahh, you're going to force me to download a new test image :-P

>    }
>  )
>  
> @@ -75,15 +75,15 @@ images = (
>  # empty sparse root FS will be created
>  #
>  kernels = (
> -   # Fedora 15 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
> +   # Fedora 28 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
>     {
>       arch = i686
>       ostype = (
>         hvm
>         xen
>       )
> -     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/i386/os/images/pxeboot/vmlinuz-PAE
> -     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/i386/os/images/pxeboot/initrd-PAE.img
> +     kernel = http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i386/os/images/pxeboot/vmlinuz
> +     initrd = http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i386/os/images/pxeboot/initrd.img
>     }
>     # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here

As long as you modified the "Fedora 15 i686" comment to Fedora 28, might
as well do this one too...

Reviewed-by: Laine Stump <laine@laine.org>

>     {
> @@ -92,8 +92,8 @@ kernels = (
>         hvm
>         xen
>       )
> -     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/x86_64/os/images/pxeboot/vmlinuz
> -     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/x86_64/os/images/pxeboot/initrd.img
> +     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/images/pxeboot/vmlinuz
> +     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/images/pxeboot/initrd.img
>     }
>     # User mode linux i686 needs custom kernel + root filesystem
>     {


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list