Skip to content

Commit

Permalink
Parse the serial number during refresh
Browse files Browse the repository at this point in the history
Parse the serial number of host during refresh.
This is required for:
https://bugzilla.redhat.com/show_bug.cgi?id=1410183
  • Loading branch information
Boris Odnopozov committed Oct 3, 2017
1 parent 675fb01 commit 848df70
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ col_order:
- hardware.cpu_cores_per_socket
- hardware.memory_mb
- hardware.number_of_nics
- hardware.serial_number
timeline:
id: 70
file_mtime:
Expand All @@ -37,6 +38,7 @@ include:
- cpu_cores_per_socket
- memory_mb
- number_of_nics
- serial_number
db: Host
cols:
- name
Expand All @@ -55,3 +57,4 @@ headers:
- Hardware Cores Per Socket
- Hardware RAM
- Hardware Number Of Nics
- Serial Number

0 comments on commit 848df70

Please sign in to comment.