[Libosinfo] [PATCH 1/5] rhel: Add RHEL 7.2 data

Christophe Fergeau cfergeau at redhat.com
Thu Nov 19 13:23:17 UTC 2015


---
 data/os/redhat.com/rhel-7.2.xml.in                 | 84 ++++++++++++++++++++++
 po/POTFILES.in                                     |  1 +
 .../rhel-computenode-7.2-x86_64-dvd.iso.txt        | 29 ++++++++
 .../rhel7.2/rhel-server-7.2-aarch64-dvd.iso.txt    | 29 ++++++++
 .../rhel/rhel7.2/rhel-server-7.2-ppc64-dvd.iso.txt | 16 +++++
 .../rhel7.2/rhel-server-7.2-ppc64le-dvd.iso.txt    | 16 +++++
 .../rhel/rhel7.2/rhel-server-7.2-s390x-dvd.iso.txt | 16 +++++
 .../rhel7.2/rhel-server-7.2-x86_64-dvd.iso.txt     | 29 ++++++++
 8 files changed, 220 insertions(+)
 create mode 100644 data/os/redhat.com/rhel-7.2.xml.in
 create mode 100644 test/isodata/rhel/rhel7.2/rhel-computenode-7.2-x86_64-dvd.iso.txt
 create mode 100644 test/isodata/rhel/rhel7.2/rhel-server-7.2-aarch64-dvd.iso.txt
 create mode 100644 test/isodata/rhel/rhel7.2/rhel-server-7.2-ppc64-dvd.iso.txt
 create mode 100644 test/isodata/rhel/rhel7.2/rhel-server-7.2-ppc64le-dvd.iso.txt
 create mode 100644 test/isodata/rhel/rhel7.2/rhel-server-7.2-s390x-dvd.iso.txt
 create mode 100644 test/isodata/rhel/rhel7.2/rhel-server-7.2-x86_64-dvd.iso.txt

diff --git a/data/os/redhat.com/rhel-7.2.xml.in b/data/os/redhat.com/rhel-7.2.xml.in
new file mode 100644
index 0000000..2f8e95b
--- /dev/null
+++ b/data/os/redhat.com/rhel-7.2.xml.in
@@ -0,0 +1,84 @@
+<libosinfo version="0.0.1">
+  <os id="http://redhat.com/rhel/7.2">
+    <short-id>rhel7.2</short-id>
+    <_name>Red Hat Enterprise Linux 7.2</_name>
+    <version>7.2</version>
+    <_vendor>Red Hat, Inc</_vendor>
+    <family>linux</family>
+    <distro>rhel</distro>
+    <upgrades id="http://redhat.com/rhel/7.1"/>
+    <derives-from id="http://redhat.com/rhel/7.1"/>
+
+    <media arch="x86_64">
+      <iso>
+        <system-id>LINUX</system-id>
+        <volume-id>.*RHEL-7.2.*x86_64$</volume-id>
+      </iso>
+      <kernel>isolinux/vmlinuz</kernel>
+      <initrd>isolinux/initrd.img</initrd>
+    </media>
+
+    <media arch="aarch64">
+       <iso>
+         <system-id>LINUX</system-id>
+         <volume-id>RHEL-7.2.*aarch64$</volume-id>
+       </iso>
+     </media>
+
+    <media arch="ppc64">
+       <iso>
+         <system-id>PPC</system-id>
+         <volume-id>RHEL-7.2.*ppc64$</volume-id>
+       </iso>
+     </media>
+
+    <media arch="ppc64">
+       <iso>
+         <system-id>PPC</system-id>
+         <volume-id>RHEL-7.2.*ppc64le$</volume-id>
+       </iso>
+     </media>
+
+    <media arch="s390x">
+       <iso>
+         <system-id>LINUX</system-id>
+         <volume-id>RHEL-7.2.*s390x$</volume-id>
+       </iso>
+     </media>
+
+    <resources arch="ppc64">
+      <minimum>
+        <n-cpus>1</n-cpus>
+        <cpu>1000000000</cpu>
+        <ram>2147483648</ram>
+        <storage>10737418240</storage>
+      </minimum>
+
+      <recommended>
+        <cpu>400000000</cpu>
+        <ram>2147483648</ram>
+        <storage>21474836480</storage>
+      </recommended>
+    </resources>
+
+    <resources arch="all">
+      <minimum>
+        <n-cpus>1</n-cpus>
+        <cpu>1000000000</cpu>
+        <ram>1073741824</ram>
+        <storage>10737418240</storage>
+      </minimum>
+
+      <recommended>
+        <cpu>400000000</cpu>
+        <ram>1073741824</ram>
+        <storage>9663676416</storage>
+      </recommended>
+    </resources>
+
+    <installer>
+      <script id='http://redhat.com/rhel/kickstart/jeos'/>
+      <script id='http://redhat.com/rhel/kickstart/desktop'/>
+    </installer>
+  </os>
+</libosinfo>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f5d40c8..8e170b0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -266,6 +266,7 @@ data/os/redhat.com/rhel-6.5.xml.in
 data/os/redhat.com/rhel-6.6.xml.in
 data/os/redhat.com/rhel-7.0.xml.in
 data/os/redhat.com/rhel-7.1.xml.in
+data/os/redhat.com/rhel-7.2.xml.in
 data/os/redhat.com/rhel-atomic-7.0.xml.in
 data/os/redhat.com/rhel-atomic-7.1.xml.in
 data/os/redhat.com/rhl-1.0.xml.in
diff --git a/test/isodata/rhel/rhel7.2/rhel-computenode-7.2-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel7.2/rhel-computenode-7.2-x86_64-dvd.iso.txt
new file mode 100644
index 0000000..7f0264f
--- /dev/null
+++ b/test/isodata/rhel/rhel7.2/rhel-computenode-7.2-x86_64-dvd.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: RHEL-7.2 ComputeNode.x86_64
+Volume set id: 
+Publisher id: 
+Data preparer id: 
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1121326
+El Torito VD version 1 found, boot catalog is in sector 811
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+    Hid 1
+    Arch 0 (x86)
+    ID ''
+    Key 55 AA
+    Eltorito defaultboot header:
+        Bootid 88 (bootable)
+        Boot media 0 (No Emulation Boot)
+        Load segment 0
+        Sys type 0
+        Nsect 4
+        Bootoff 2D1D0 184784
diff --git a/test/isodata/rhel/rhel7.2/rhel-server-7.2-aarch64-dvd.iso.txt b/test/isodata/rhel/rhel7.2/rhel-server-7.2-aarch64-dvd.iso.txt
new file mode 100644
index 0000000..6edc805
--- /dev/null
+++ b/test/isodata/rhel/rhel7.2/rhel-server-7.2-aarch64-dvd.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: RHEL-7.2 Server.aarch64
+Volume set id: 
+Publisher id: 
+Data preparer id: 
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1520686
+El Torito VD version 1 found, boot catalog is in sector 942
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+    Hid 1
+    Arch 239 (Unknown Arch)
+    ID ''
+    Key 55 AA
+    Eltorito defaultboot header:
+        Bootid 88 (bootable)
+        Boot media 0 (No Emulation Boot)
+        Load segment 0
+        Sys type 0
+        Nsect 2A08
+        Bootoff 1F31D 127773
diff --git a/test/isodata/rhel/rhel7.2/rhel-server-7.2-ppc64-dvd.iso.txt b/test/isodata/rhel/rhel7.2/rhel-server-7.2-ppc64-dvd.iso.txt
new file mode 100644
index 0000000..116166e
--- /dev/null
+++ b/test/isodata/rhel/rhel7.2/rhel-server-7.2-ppc64-dvd.iso.txt
@@ -0,0 +1,16 @@
+CD-ROM is in ISO 9660 format
+System id: PPC
+Volume id: RHEL-7.2 Server.ppc64
+Volume set id: 
+Publisher id: 
+Data preparer id: 
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1658196
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
diff --git a/test/isodata/rhel/rhel7.2/rhel-server-7.2-ppc64le-dvd.iso.txt b/test/isodata/rhel/rhel7.2/rhel-server-7.2-ppc64le-dvd.iso.txt
new file mode 100644
index 0000000..25f3b59
--- /dev/null
+++ b/test/isodata/rhel/rhel7.2/rhel-server-7.2-ppc64le-dvd.iso.txt
@@ -0,0 +1,16 @@
+CD-ROM is in ISO 9660 format
+System id: PPC
+Volume id: RHEL-7.2 Server.ppc64le
+Volume set id: 
+Publisher id: 
+Data preparer id: 
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1732389
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
diff --git a/test/isodata/rhel/rhel7.2/rhel-server-7.2-s390x-dvd.iso.txt b/test/isodata/rhel/rhel7.2/rhel-server-7.2-s390x-dvd.iso.txt
new file mode 100644
index 0000000..df04143
--- /dev/null
+++ b/test/isodata/rhel/rhel7.2/rhel-server-7.2-s390x-dvd.iso.txt
@@ -0,0 +1,16 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: RHEL-7.2 Server.s390x
+Volume set id: 
+Publisher id: 
+Data preparer id: 
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id: 
+Abstract File id: 
+Bibliographic File id: 
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1378047
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
diff --git a/test/isodata/rhel/rhel7.2/rhel-server-7.2-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel7.2/rhel-server-7.2-x86_64-dvd.iso.txt
new file mode 100644
index 0000000..5fb3a67
--- /dev/null
+++ b/test/isodata/rhel/rhel7.2/rhel-server-7.2-x86_64-dvd.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: RHEL-7.2 Server.x86_64
+Volume set id:
+Publisher id:
+Data preparer id:
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1973912
+El Torito VD version 1 found, boot catalog is in sector 1139
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+    Hid 1
+    Arch 0 (x86)
+    ID ''
+    Key 55 AA
+    Eltorito defaultboot header:
+        Bootid 88 (bootable)
+        Boot media 0 (No Emulation Boot)
+        Load segment 0
+        Sys type 0
+        Nsect 4
+        Bootoff 2D319 185113
-- 
2.5.0




More information about the Libosinfo mailing list