[Libosinfo] [PATCH] rhel: Specify resources for all RHEL 6 releases
Fabiano Fidêncio
fabiano at fidencio.org
Wed Jan 9 01:07:15 UTC 2013
On Sat, Dec 29, 2012 at 4:31 PM, Zeeshan Ali (Khattak)
<zeeshanak at gnome.org> wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
>
> ---
> data/oses/rhel.xml.in | 39 +++++++++++++++++++++++++++++++++++++++
> 1 file changed, 39 insertions(+)
>
> diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in
> index f2d3736..1b34704 100644
> --- a/data/oses/rhel.xml.in
> +++ b/data/oses/rhel.xml.in
> @@ -695,6 +695,19 @@
> <kernel>isolinux/vmlinuz</kernel>
> <initrd>isolinux/initrd.img</initrd>
> </media>
> +
> + <resources arch="all">
> + <minimum>
> + <n-cpus>1</n-cpus>
> + <ram>536870912</ram>
> + </minimum>
> +
> + <recommended>
> + <cpu>400000000</cpu>
> + <ram>1073741824</ram>
> + <storage>9663676416</storage>
> + </recommended>
> + </resources>
> </os>
>
> <os id="http://redhat.com/rhel/6.1">
> @@ -727,6 +740,19 @@
> <kernel>isolinux/vmlinuz</kernel>
> <initrd>isolinux/initrd.img</initrd>
> </media>
> +
> + <resources arch="all">
> + <minimum>
> + <n-cpus>1</n-cpus>
> + <ram>536870912</ram>
> + </minimum>
> +
> + <recommended>
> + <cpu>400000000</cpu>
> + <ram>1073741824</ram>
> + <storage>9663676416</storage>
> + </recommended>
> + </resources>
> </os>
>
> <os id="http://redhat.com/rhel/6.2">
> @@ -759,6 +785,19 @@
> <kernel>isolinux/vmlinuz</kernel>
> <initrd>isolinux/initrd.img</initrd>
> </media>
> +
> + <resources arch="all">
> + <minimum>
> + <n-cpus>1</n-cpus>
> + <ram>536870912</ram>
> + </minimum>
> +
> + <recommended>
> + <cpu>400000000</cpu>
> + <ram>1073741824</ram>
> + <storage>9663676416</storage>
> + </recommended>
> + </resources>
> </os>
>
> <os id="http://redhat.com/rhel/6.3">
> --
> 1.8.0.2
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
As suggested by Daniel in OpenSUSE's patch, if you can put the
reference on the top of this file, just to remember where to look in
the future.
ACK!
--
Fabiano Fidêncio
More information about the Libosinfo
mailing list