From: dave kormann Date: Wed, 24 Jul 2019 15:32:19 +0000 (-0400) Subject: FIX: Allow configuration of IPMI privilege level X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=commitdiff_plain;h=3b665c4c4524f586c291935265a8613c8fe9c982;hp=3b665c4c4524f586c291935265a8613c8fe9c982 FIX: Allow configuration of IPMI privilege level When invoking the ipmitool command, if an IPMI privilege level is not specified, the default is 'ADMINISTRATOR'. In installations where the IPMI user does not have this privilege level, this will cause IPMI requests to fail. This change updates the remote installer's invocations of ipmitool to pass a configured privilege level. If a privilege level is not supplied in the host configuration, the code defaults to 'ADMINISTRATOR' to mirror the ipmitool behavior. Previous changes added this functionality to the config-manager components; this change brings the remote installer into line with those components. signed-off-by: dave kormann Change-Id: I752e53e0289b919430c2478bb1303f85e70f80ae ---