[Libosinfo] [osinfo-db PATCH v2 13/14] opensuse: Prefer user set URL over the default one

2019-05-02 Thread Fabiano Fidêncio
Similary toi what already has been done for CentOS, RHEL, and Fedora, let's prefer a user set URL (or the URL set for the tree) whenever those are available. https://gitlab.com/libosinfo/osinfo-db/issues/26 Signed-off-by: Fabiano Fidêncio --- .../opensuse-autoyast-desktop.xml.in |

[Libosinfo] [osinfo-db PATCH v2 14/14] opensuse: Adjust command line for tree based install

2019-05-02 Thread Fabiano Fidêncio
Tree based installations will require a kernel-url-argument to be passed. Let's get this info from the directly. Although virt-install automatically appends this to the command line we generate, this is someething that should be properly generated by us.

[Libosinfo] [osinfo-db PATCH v2 11/14] fedora: Adjust command-line for tree based install

2019-05-02 Thread Fabiano Fidêncio
Tree based installations will require a kernel-url-argument to be passed. Let's get this info from the directly. Although virt-install automatically appends this to the command line we generate, this is someething that should be properly generated by us.

[Libosinfo] [osinfo-db PATCH v2 05/14] silverblue: Add

2019-05-02 Thread Fabiano Fidêncio
The attribute is what has to be passed to kernel whenever performing a tree based installation. For silverblue "inst.repo" should be used instead. https://gitlab.com/libosinfo/osinfo-db/issues/28 Signed-off-by: Fabiano Fidêncio --- data/os/fedoraproject.org/silverblue-28.xml.in | 2 ++

[Libosinfo] [osinfo-db PATCH v2 07/14] centos: Adjust command-line for tree based install

2019-05-02 Thread Fabiano Fidêncio
Tree based installations will require a kernel-url-argument to be passed. Let's get this info from the directly. Although virt-install automatically appends this to kernel command line we generate, this is something that should be properly generated by us.

[Libosinfo] [osinfo-db PATCH v2 09/14] fedora: Fix command-line template identation

2019-05-02 Thread Fabiano Fidêncio
https://gitlab.com/libosinfo/osinfo-db/issues/26 Signed-off-by: Fabiano Fidêncio --- .../fedora-kickstart-desktop.xml.in | 24 +-- .../fedora-kickstart-jeos.xml.in | 24 +-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git

[Libosinfo] [osinfo-db PATCH v2 10/14] fedora: Prefer user set URL over the default one

2019-05-02 Thread Fabiano Fidêncio
Similarly to what already has been done for CentOS and RHEL, let's prefer a user set URL (or the URL set for the tree) whenever those are available. https://gitlab.com/libosinfo/osinfo-db/issues/26 Signed-off-by: Fabiano Fidêncio --- .../fedora-kickstart-desktop.xml.in | 26

[Libosinfo] [osinfo-db PATCH v2 00/14] Add missing command line info for tree based installations

2019-05-02 Thread Fabiano Fidêncio
Tree based installations will need more info from the command line than what's currently provided by osinfo-db. Let's add the needed info as part of and use it to properly generate the kernel command line. With those patches, management apps can rely solely in the command line generated by us

[Libosinfo] [osinfo-db PATCH v2 08/14] rhel: Adjust command-line for tree based install

2019-05-02 Thread Fabiano Fidêncio
Tree based installations will require a kernel-url-argument to be passed. Let's get this info from the directly. Although virt-install automatically appends this to kernel command line we generate, this is something that should be properly generated by us.

[Libosinfo] [osinfo-db PATCH v2 04/14] fedora: Add

2019-05-02 Thread Fabiano Fidêncio
The attribute is what has to be passed to kernel whenever performing a tree based installation. For fedora < 19, "method" should be used. For fedora >= 19 "inst.repo" should be used instead. https://gitlab.com/libosinfo/osinfo-db/issues/28 Signed-off-by: Fabiano Fidêncio ---

[Libosinfo] [osinfo-db PATCH v2 03/14] centos: Add

2019-05-02 Thread Fabiano Fidêncio
The attribute is what has to be passed to kernel whenever performing a tree based installation. For centos < 7, "method" should be used. For centos >= 7 "inst.repo" should be used instead. https://gitlab.com/libosinfo/osinfo-db/issues/28 Signed-off-by: Fabiano Fidêncio ---

[Libosinfo] [osinfo-db PATCH v2 06/14] opensuse: Add

2019-05-02 Thread Fabiano Fidêncio
The attribute is what has to be passed to kernel whenever performing a tree based installation. For opensuse "install" should be used. https://gitlab.com/libosinfo/osinfo-db/issues/28 Signed-off-by: Fabiano Fidêncio --- data/os/opensuse.org/opensuse-15.0.xml.in | 2 ++

[Libosinfo] [libosinfo PATCH] os: Add kernel-url-argument API

2019-05-02 Thread Fabiano Fidêncio
Tree based installations will require a kernel-url-argument to be assed. Let's provide an API to the apps to get this info from OsinfoOS. https://gitlab.com/libosinfo/osinfo-db/issues/28 Signed-off-by: Fabiano Fidêncio --- osinfo/libosinfo.syms | 2 +

Re: [Libosinfo] [osinfo-db PATCH 0/8] Add missing command line info for tree based installations

2019-05-02 Thread Cole Robinson
On 4/30/19 3:24 PM, Fabiano Fidêncio wrote: > On Tue, Apr 30, 2019 at 9:11 PM Cole Robinson wrote: >> >> On 4/25/19 9:27 AM, Fabiano Fidêncio wrote: >>> Tree based installations will need more info from the command line than >>> what's currently provided by osinfo-db. >>> >>> For instance: >>> -

Re: [Libosinfo] [osinfo-db PATCH 0/3] fedora-unknown: Update after f30 release

2019-05-02 Thread Felipe Borges
Thanks for all the changes! Reviewed-by: Felipe Borges On Thu, May 2, 2019 at 10:19 AM Fabiano Fidêncio wrote: > > Some changes are needed in the fedora-unknown XML after f30 release, as: > - Bump the regex to match f31+ > - Remove the attribute, as its been removed from the most > part of

Re: [Libosinfo] [osinfo-db PATCH 1/3] fedora-unknown: Bump the regex after f30 release

2019-05-02 Thread Felipe Borges
Reviewed-by: Felipe Borges Thanks! Felipe. On Thu, May 2, 2019 at 10:19 AM Fabiano Fidêncio wrote: > > Signed-off-by: Fabiano Fidêncio > --- > data/os/fedoraproject.org/fedora-unknown.xml.in | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

Re: [Libosinfo] [osinfo-db PATCH 2/3] fedora-unknown: Remove system-id attribute

2019-05-02 Thread Felipe Borges
Reviewed-by: Felipe Borges Sure! Thanks! On Thu, May 2, 2019 at 10:19 AM Fabiano Fidêncio wrote: > > It's been removed for the most part of the Fedora 30 ISOs. > > Signed-off-by: Fabiano Fidêncio > --- > data/os/fedoraproject.org/fedora-unknown.xml.in | 2 -- > 1 file changed, 2

Re: [Libosinfo] [osinfo-db PATCH 3/3] fedora-unknown: Add kernel/initrd info for WS Live

2019-05-02 Thread Felipe Borges
Sure! Reviewed-by: Felipe Borges On Thu, May 2, 2019 at 10:20 AM Fabiano Fidêncio wrote: > > Signed-off-by: Fabiano Fidêncio > --- > data/os/fedoraproject.org/fedora-unknown.xml.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/data/os/fedoraproject.org/fedora-unknown.xml.in >

[Libosinfo] [osinfo-db PATCH 0/3] fedora-unknown: Update after f30 release

2019-05-02 Thread Fabiano Fidêncio
Some changes are needed in the fedora-unknown XML after f30 release, as: - Bump the regex to match f31+ - Remove the attribute, as its been removed from the most part of the ISOs Also, an improvement is done as part of this patcheset, adding the kernel & initrd path for the fedora unknown

[Libosinfo] [osinfo-db PATCH 1/3] fedora-unknown: Bump the regex after f30 release

2019-05-02 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/fedoraproject.org/fedora-unknown.xml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/os/fedoraproject.org/fedora-unknown.xml.in b/data/os/fedoraproject.org/fedora-unknown.xml.in index c13c1ab..8ba80e2 100644 ---

[Libosinfo] [osinfo-db PATCH 2/3] fedora-unknown: Remove system-id attribute

2019-05-02 Thread Fabiano Fidêncio
It's been removed for the most part of the Fedora 30 ISOs. Signed-off-by: Fabiano Fidêncio --- data/os/fedoraproject.org/fedora-unknown.xml.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/os/fedoraproject.org/fedora-unknown.xml.in b/data/os/fedoraproject.org/fedora-unknown.xml.in

[Libosinfo] [osinfo-db PATCH 3/3] fedora-unknown: Add kernel/initrd info for WS Live

2019-05-02 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/fedoraproject.org/fedora-unknown.xml.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/os/fedoraproject.org/fedora-unknown.xml.in b/data/os/fedoraproject.org/fedora-unknown.xml.in index f1f08f3..4cf004e 100644 ---

Re: [Libosinfo] [PATCH 2/2] silverblue: add silverblue30 info

2019-05-02 Thread Felipe Borges
Sure, thanks for the review! Feel free to amend the proposed changes. Acked-by: Felipe Borges On Thu, May 2, 2019 at 9:47 AM Fabiano Fidêncio wrote: > > On Tue, 2019-04-30 at 17:51 +0200, Felipe Borges wrote: > > Signed-off-by: Felipe Borges > > --- > >

Re: [Libosinfo] [PATCH 1/2] fedora: Add fedora30 info and isodata

2019-05-02 Thread Felipe Borges
Sure, thanks for the review! Feel free to amend the proposed changes. Acked-by: Felipe Borges On Thu, May 2, 2019 at 9:46 AM Fabiano Fidêncio wrote: > > Felipe, > > On Tue, 2019-04-30 at 17:51 +0200, Felipe Borges wrote: > > Signed-off-by: Felipe Borges > > --- > >

Re: [Libosinfo] [PATCH 2/2] silverblue: add silverblue30 info

2019-05-02 Thread Fabiano Fidêncio
On Tue, 2019-04-30 at 17:51 +0200, Felipe Borges wrote: > Signed-off-by: Felipe Borges > --- > .../os/fedoraproject.org/silverblue-30.xml.in | 58 > +++ > ...ra-Silverblue-ostree-x86_64-30-1.2.iso.txt | 29 ++ > 2 files changed, 87 insertions(+) > create mode 100644

Re: [Libosinfo] [PATCH 1/2] fedora: Add fedora30 info and isodata

2019-05-02 Thread Fabiano Fidêncio
Felipe, On Tue, 2019-04-30 at 17:51 +0200, Felipe Borges wrote: > Signed-off-by: Felipe Borges > --- > data/os/fedoraproject.org/fedora-30.xml.in| 162 > ++ > .../Fedora-Server-dvd-x86_64-30-1.2.iso.txt | 29 > ...edora-Server-netinst-x86_64-30-1.2.iso.txt | 29