Bug 1652998
Summary: | After upgrade from previous release, impossible to configure node if the driver wasn't set to new format. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> | ||||
Component: | openstack-ironic | Assignee: | Iury Gregory Melo Ferreira <imelofer> | ||||
Status: | CLOSED ERRATA | QA Contact: | Alexander Chuzhoy <sasha> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 14.0 (Rocky) | CC: | bfournie, dmacpher, dtantsur, imelofer, mburns, tvignaud | ||||
Target Milestone: | async | Keywords: | Reopened, Triaged, ZStream | ||||
Target Release: | 14.0 (Rocky) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | openstack-ironic-11.1.1-0.20181012152843.el7ost | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2019-01-24 14:01:13 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: | |||||||
Attachments: |
|
Description
Alexander Chuzhoy
2018-11-24 02:00:52 UTC
(undercloud) [stack@undercloud-0 ~]$ openstack baremetal driver list +---------------------+---------------------------+ | Supported driver(s) | Active host(s) | +---------------------+---------------------------+ | idrac | undercloud-0.redhat.local | | ilo | undercloud-0.redhat.local | | ipmi | undercloud-0.redhat.local | | redfish | undercloud-0.redhat.local | +---------------------+---------------------------+ Created attachment 1508580 [details]
ironic-conductor logs
*** This bug has been marked as a duplicate of bug 1661804 *** Verified: Environment: openstack-ironic-common-11.1.1-0.20181012152843.el7ost.noarch openstack-ironic-conductor-11.1.1-0.20181012152843.el7ost.noarch openstack-ironic-staging-drivers-0.10.1-0.20180820161038.39c4e93.el7ost.noarch Switching the driver works: (undercloud) [stack@undercloud-0 ~]$ openstack baremetal node show controller-0 -f value -c driver pxe_ipmitool (undercloud) [stack@undercloud-0 ~]$ openstack baremetal node set --driver ipmi controller-0 (undercloud) [stack@undercloud-0 ~]$ openstack baremetal node show controller-0 -f value -c driver ipmi (undercloud) [stack@undercloud-0 ~]$ Verified: Environment: openstack-ironic-common-11.1.1-0.20181012152843.el7ost.noarch openstack-ironic-conductor-11.1.1-0.20181012152843.el7ost.noarch openstack-ironic-staging-drivers-0.10.1-0.20180820161038.39c4e93.el7ost.noarch Switching the driver works: (undercloud) [stack@undercloud-0 ~]$ openstack baremetal node show controller-0 -f value -c driver pxe_ipmitool (undercloud) [stack@undercloud-0 ~]$ openstack baremetal node set --driver ipmi controller-0 (undercloud) [stack@undercloud-0 ~]$ openstack baremetal node show controller-0 -f value -c driver ipmi (undercloud) [stack@undercloud-0 ~]$ Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0151 |