From a2ee8e7efc66be53645c8b1d7c43b7740bc999cd Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 23 May 2016 22:06:09 +0200 Subject: deploy: ipmi adapter: Add config support. Sometimes the IPMI lanplus protocol listens on a non-standard remote port, e.g. when target nodes are interfaced through a fake IPMI BMC application that listens on multiple ports on the same IP address. Therefore, allow setting IPMI port in the DHA using a new property named `ipmiPort`, and pass it along to `ipmitool` when set. CHANGE: get_access_info now also supports specifying the IPMI port to use with `ipmitool` by configuring the `ipmiPort` property in the DHA. hp_adapter.py: updated `get_access_info` return signature with the new (unused there) `ipmiport`. Change-Id: I620176bd7f466aa460518cf12d15ccbe86a22560 Signed-off-by: Alexandru Avadanii --- deploy/reap.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deploy/reap.py') diff --git a/deploy/reap.py b/deploy/reap.py index c642a4243..7624d6f6d 100644 --- a/deploy/reap.py +++ b/deploy/reap.py @@ -57,6 +57,8 @@ adapter: # ipmiIp # ipmiUser # ipmiPass +# and you *MAY* provide (optional, not added by reap.py): +# ipmiPort # - libvirt adapter you need to provide: # libvirtName: # libvirtTemplate: [libvirt/vms/controller.xml | libvirt/vms/compute.xml] -- cgit 1.2.3-korg