You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/07/06 07:34:25 UTC

[GitHub] [cloudstack] rhtyd opened a new issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

rhtyd opened a new issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204


   During marvin testing it was found that the ipmitool on CentOS8 has patches that no longer works with `ipmisim` test utility. This does not mean that OOBM may not work with CentOS8 management servers, which may need further testing with an actual BMC. The `ipmisim` utility uses `pyghmi` from OpenStack and may need bugfixes/refactoring that is out of scope of CloudStack project.
   
   The difference seems to be some patches on CentOS8 build, while the version on both CentOS8, CentOS7, Ubuntu 20.04 are `ipmitool version 1.8.18`, on CentOS7, Ubuntu 20.04 it works.
   
   Until this is fixed oobm related simulator tests (using ipmisim) can be skipped in Marvin. 
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Testing/library
   ~~~


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204#issuecomment-669067720


   @shwstppr pl send a doc PR on this to cloudstack-documentation website


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204#issuecomment-791338004


   @rhtyd I saw a deployment failing based on this. I than tried 1.8.18-17 but this also failed. Next I removed all explicit setting of IPMiTools and it is running now, will update this comment with results.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204#issuecomment-654071267


   Workaround - install the CentOS 8.1.1911 1.8.18-12 rpm: (the 1.8.18-14 rpm does not work with latest)
   https://rpmfind.net/linux/centos/8.1.1911/AppStream/x86_64/os/Packages/ipmitool-1.8.18-12.el8_1.x86_64.rpm


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204#issuecomment-715270274


   Doc PR merged - https://github.com/apache/cloudstack-documentation/pull/165


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204#issuecomment-654073129


   @shwstppr I think the best way would be to document this, send a doc PR and for Trillian just install the 1.8.18-12 rpm (instead of 1.8.18-14 rpm)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204#issuecomment-791372830


   cc @shwstppr ^^


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204#issuecomment-654652865


   With @shwstppr 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd closed issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on issue #4204: Test issue: ipmisim/pyghmi does not work with CentOS8 patched ipmitool

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #4204:
URL: https://github.com/apache/cloudstack/issues/4204#issuecomment-791456646


   update: @Pearl1594 created an setup with ipmitool-1.8.18-12.el8_1.x86_64.rpm
    and I tried with the explicit update of ipmitool removed. Both seem to start.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org