[Libosinfo] [osinfo-db PATCH] win2k12, win2k12r2: Add minimum resources

Fabiano Fidêncio fidencio at redhat.com
Wed Sep 26 13:09:45 UTC 2018


Source: https://blogs.technet.microsoft.com/bobh/2013/02/11/requirements-for-a-fresh-windows-server-2012-installation-part-6-of-19/

https://bugzilla.redhat.com/show_bug.cgi?id=1184310

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 data/os/microsoft.com/win-2k12.xml.in   | 9 +++++++++
 data/os/microsoft.com/win-2k12r2.xml.in | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/data/os/microsoft.com/win-2k12.xml.in b/data/os/microsoft.com/win-2k12.xml.in
index c65fb8f..65f8922 100644
--- a/data/os/microsoft.com/win-2k12.xml.in
+++ b/data/os/microsoft.com/win-2k12.xml.in
@@ -66,5 +66,14 @@
         <l10n-language regex="true" l10n-language-map="http://microsoft.com/win/7/l10n-language">[[:upper:][:digit:]]*_([[:upper:]]*)</l10n-language>
       </iso>
     </media>
+
+    <resources arch="x86_64">
+      <minimum>
+        <cpu>1400000000</cpu>
+        <n-cpus>1</n-cpus>
+        <ram>536870912</ram>
+        <storage>34359738368</storage>
+      </minimum>
+    </resources>
   </os>
 </libosinfo>
diff --git a/data/os/microsoft.com/win-2k12r2.xml.in b/data/os/microsoft.com/win-2k12r2.xml.in
index 473ffda..b80db39 100644
--- a/data/os/microsoft.com/win-2k12r2.xml.in
+++ b/data/os/microsoft.com/win-2k12r2.xml.in
@@ -65,5 +65,14 @@
         <l10n-language regex="true" l10n-language-map="http://microsoft.com/win/7/l10n-language">[[:upper:][:digit:]]*_([[:upper:]]*)</l10n-language>
       </iso>
     </media>
+
+    <resources arch="x86_64">
+      <minimum>
+        <cpu>1400000000</cpu>
+        <n-cpus>1</n-cpus>
+        <ram>536870912</ram>
+        <storage>34359738368</storage>
+      </minimum>
+    </resources>
   </os>
 </libosinfo>
-- 
2.17.1




More information about the Libosinfo mailing list