FIX: Allow configuration of IPMI privilege level 78/1078/9
authordave kormann <dk3239@att.com>
Thu, 27 Jun 2019 16:52:59 +0000 (12:52 -0400)
committerdave kormann <davek@research.att.com>
Mon, 15 Jul 2019 13:03:37 +0000 (09:03 -0400)
commit69a3689dc1dbec809f9af555f54e971e8b48bc1f
tree6507643d8cccd126da78d1a133951f03dbb99fc9
parenta58547f77cc273737e083e440c6ec3b234839a14
FIX: Allow configuration of IPMI privilege level

This change updates the inventory handlers to provide an IPMI
privilege level (with a default of "ADMINISTRATOR") when making
hardware detection requests.  If the privilege level is not specified,
IPMI requests will fail if the user does not have ADMINISTRATOR
privileges.

This change depends on changes 1076 and 1077.

signed-off-by: dave kormann <davek@research.att.com>
Change-Id: I06225d00adc719c324de5fc1a4b18d7ea2ac56f4
inventoryhandlers/baremetal-node-inventory/zbaremetalnodeinventory.py
inventoryhandlers/hwinventory/hwinventory.py [changed mode: 0644->0755]
inventoryhandlers/openstack/openstackinventory.py
inventoryhandlers/storageinventory/storageinventory.py [changed mode: 0644->0755]
validators/src/HostsValidation.py
validators/src/VersionValidation.py