Dmitry Tantsur 17c7e05235 Extend hardware manager with data needed for inspector
* Added NetworkInterface.ip4_address
* Added HardwareManager.get_bmc_address()
* Added Memory.physical_mb

  This is total memory as reported by dmidecode, and yes,
  it's different from total, as it includes kernel reserved space.

* Added CPU.architecture

  As a side effect, get_cpus was switched to lscpu.
  Also fixes problem when get_cpus reported the current frequency
  instead of maximum one.

Change-Id: I4080d4d551eb0bb995a94ef9a300351910c09fb9
2015-08-21 16:25:04 +02:00
..
2015-03-24 08:43:35 +01:00
2015-08-04 09:29:44 -07:00
2015-06-18 16:00:25 -04:00
2015-03-24 08:43:35 +01:00
2015-06-24 11:19:07 +02:00
2015-08-11 14:03:09 -07:00
2015-06-24 11:19:07 +02:00
2015-07-15 17:12:08 +01:00