[Libosinfo] [PATCH 1/2] rhel: Specify resources for all RHEL 6 releases
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Thu Dec 27 13:38:47 UTC 2012
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 cbd36ae..e735e53 100644
--- a/data/oses/rhel.xml.in
+++ b/data/oses/rhel.xml.in
@@ -691,6 +691,19 @@
<volume-id>.*RHEL_6.0 x86_64.*</volume-id>
</iso>
</media>
+
+ <resources arch="all">
+ <minimum>
+ <n-cpus>1</n-cpus>
+ <ram>268435456</ram>
+ </minimum>
+
+ <recommended>
+ <cpu>400000000</cpu>
+ <ram>1207959552</ram>
+ <storage>9663676416</storage>
+ </recommended>
+ </resources>
</os>
<os id="http://redhat.com/rhel/6.1">
@@ -719,6 +732,19 @@
<volume-id>.*RHEL_6.1 x86_64.*</volume-id>
</iso>
</media>
+
+ <resources arch="all">
+ <minimum>
+ <n-cpus>1</n-cpus>
+ <ram>268435456</ram>
+ </minimum>
+
+ <recommended>
+ <cpu>400000000</cpu>
+ <ram>1207959552</ram>
+ <storage>9663676416</storage>
+ </recommended>
+ </resources>
</os>
<os id="http://redhat.com/rhel/6.2">
@@ -747,6 +773,19 @@
<volume-id>.*RHEL_6.2 x86_64.*</volume-id>
</iso>
</media>
+
+ <resources arch="all">
+ <minimum>
+ <n-cpus>1</n-cpus>
+ <ram>268435456</ram>
+ </minimum>
+
+ <recommended>
+ <cpu>400000000</cpu>
+ <ram>1207959552</ram>
+ <storage>9663676416</storage>
+ </recommended>
+ </resources>
</os>
<os id="http://redhat.com/rhel/6.3">
--
1.8.0.2
More information about the Libosinfo
mailing list