GitHub user rhtyd reopened a pull request:

    https://github.com/apache/cloudstack/pull/1502

    CLOUDSTACK-9299: Out-of-band Management for CloudStack

    Support access to a host’s out-of-band management interface (e.g. IPMI, 
iLO,
    DRAC, etc.) to manage host power operations (on/off etc.) and querying 
current
    power state in CloudStack.
    
    Given the wide range of out-of-band management interfaces such as iLO and 
iDRA,
    the service implementation allows for development of separate drivers as 
plugins.
    This feature comes with a ipmitool based driver that uses the
    ipmitool (http://linux.die.net/man/1/ipmitool) to communicate with any
    out-of-band management interface that support IPMI 2.0.
    
    This feature allows following common use-cases:
    - Restarting stalled/failed hosts
    - Powering off under-utilised hosts
    - Powering on hosts for provisioning or to increase capacity
    - Allowing system administrators to see the current power state of the host
    
    For testing this feature, please install `ipmitool` (using yum/apt/brew) 
and `ipmisim`:
    https://pypi.python.org/pypi/ipmisim
    
    The default ipmitool location is assumed in /usr/bin, if this is different 
in your env please fix the global setting, see FS for details on various global 
settings.
    
    FS:
    
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Out-of-band+Management+for+CloudStack
    
    /cc @jburwell @swill @abhinandanprateek @murali-reddy @borisstoyanov

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shapeblue/cloudstack outofband-master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1502.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1502
    
----
commit 07564469e9a2ddd0334e8bdd30deed3ed53c3f09
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Date:   2015-12-28T11:07:03Z

    CLOUDSTACK-9299: Out-of-band Management for CloudStack
    
    Support access to a host’s out-of-band management interface (e.g. IPMI, 
iLO,
    DRAC, etc.) to manage host power operations (on/off etc.) and querying 
current
    power state in CloudStack.
    
    Given the wide range of out-of-band management interfaces such as iLO and 
iDRA,
    the service implementation allows for development of separate drivers as 
plugins.
    This feature comes with a ipmitool based driver that uses the
    ipmitool (http://linux.die.net/man/1/ipmitool) to communicate with any
    out-of-band management interface that support IPMI 2.0.
    
    This feature allows following common use-cases:
    - Restarting stalled/failed hosts
    - Powering off under-utilised hosts
    - Powering on hosts for provisioning or to increase capacity
    - Allowing system administrators to see the current power state of the host
    
    For testing this feature `ipmisim` can be used:
    https://pypi.python.org/pypi/ipmisim
    
    FS:
    
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Out-of-band+Management+for+CloudStack
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>

commit 4d5e8df2f952c4e0594c8fc4d11181f6d3da3811
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Date:   2016-05-06T00:22:07Z

    travis: Use patched version of ipmitool for tests
    
    - For out-of-band management feature (CLOUDSTACK-9299) use patched version 
of
      ipmitool that would work on trusty travis machines
    - The ipmitool used is from xenial/16.04 release with patch from RedHat
      https://bugzilla.redhat.com/show_bug.cgi?id=1286035
    - Installs ipmitool from xenial repositories to get all the dependencies
      and then install patched deb version
    - Skip test if the known failure occurs
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>

commit e122bbfbfcf13dcec6e4848e8a8b99990047d060
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Date:   2016-05-11T08:59:22Z

    HypervisorUtilsTest: increate timeout to 8seconds
    
    Increases timeout to a larger value to avoid failures in VM environments 
such as
    TravisCI.
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>

commit 6135f6d98fa6b363b0468c17a8e713aeb5054437
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Date:   2016-05-12T05:34:37Z

    CLOUDSTACK-9378: Fix for #1497
    
    Reorder cleanup items so cleanup won't fail
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to