Updated armband
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 23 May 2016 20:06:09 +0000 (22:06 +0200)
committerGerrit Code Review <gerrit@172.30.200.206>
Wed, 15 Jun 2016 08:26:33 +0000 (08:26 +0000)
commit2a914efe00f3c2ebde4fae42b74779ef5b2cdce9
tree8ad3e72a01fa637d587cc230a482e72b74e90c8b
parent3ecf8df546274fd1b7c14a1713c0f1e1cd1be351
Updated armband
Project: fuel  a2ee8e7efc66be53645c8b1d7c43b7740bc999cd

deploy: ipmi adapter: Add <port> 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 <Alexandru.Avadanii@enea.com>
upstream/fuel