Bug 1200681
Summary: | Discovery image can't find BMC details on HP hardware | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Eduard Barrera <ebarrera> |
Component: | foreman-discovery-image | Assignee: | Lukas Zapletal <lzap> |
Status: | CLOSED EOL | QA Contact: | Omri Hochman <ohochman> |
Severity: | unspecified | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 (Juno) | CC: | jwaterwo, lzap, mburns, rhos-maint, srevivo |
Target Milestone: | z5 | Keywords: | ZStream |
Target Release: | Installer | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/9810 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-09-29 13:40:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Eduard Barrera
2015-03-11 07:33:37 UTC
Adding all ports in facts as ipmi_XXX_fact and will still provide the first found port as the existing facts named ipmi_fact. Created upstream issue: http://projects.theforeman.org/issues/9810 Created upstream patch: https://github.com/theforeman/foreman-discovery-image/pull/7 This patch now fixes ipmi_facts and also add ipmi_N_facts (where N is channel number) for those who would like to get information from multiple channels for any reason. Example run of facter with this patch on IBM server with IPMI on channel 1: [root@ibm-x3655-01 ~]# FACTERLIB=/root facter | grep ipmi ipmi_1_gateway => 10.16.71.254 ipmi_1_ipaddress => 10.16.68.91 ipmi_1_ipaddress_source => DHCP Address ipmi_1_macaddress => 00:14:5e:5b:8c:8e ipmi_1_subnet_mask => 255.255.248.0 ipmi_enabled => true ipmi_gateway => 10.16.71.254 ipmi_ipaddress => 10.16.68.91 ipmi_ipaddress_source => DHCP Address ipmi_macaddress => 00:14:5e:5b:8c:8e ipmi_subnet_mask => 255.255.248.0 The same on HP box with IPMI on channel 2: [root@hp-dl165g6-01 ~]# FACTERLIB=/root facter | grep ipmi ipmi_2_gateway => 10.16.71.254 ipmi_2_ipaddress => 10.16.66.131 ipmi_2_ipaddress_source => DHCP Address ipmi_2_macaddress => 00:25:b3:e6:5d:98 ipmi_2_subnet_mask => 255.255.248.0 ipmi_enabled => true ipmi_gateway => 10.16.71.254 ipmi_ipaddress => 10.16.66.131 ipmi_ipaddress_source => DHCP Address ipmi_macaddress => 00:25:b3:e6:5d:98 ipmi_subnet_mask => 255.255.248.0 Please cherry-pick at will. This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Closing list of bugs for RHEL OSP Installer since its support cycle has already ended [0]. If there is some bug closed by mistake, feel free to re-open. For new deployments, please, use RHOSP director (starting with version 7). -- Jaromir Coufal -- Sr. Product Manager -- Red Hat OpenStack Platform [0] https://access.redhat.com/support/policy/updates/openstack/platform |