-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
4.15
-
Moderate
-
None
-
False
-
Description of problem:
Issue using hostname in IPMI address of BMH object on assited installer cluster
Version-Release number of selected component (if applicable):
4.15
How reproducible:
100%
Steps to Reproduce:
1. Install assisted installer cluster. 2. Enter BMH object for power management with BMC address (not IP - IP works) after the installation. 3.
Actual results:
$ oc get bmh -A NAMESPACE NAME STATE CONSUMER ONLINE ERROR AGE openshift-machine-api master0.foo.foo.local registering foo-9j5bb-master-0 true registration error 76m openshift-machine-api master1.foo.foo.local unmanaged foo-9j5bb-master-1 true 76m openshift-machine-api master2.foo.foo.local unmanaged foo-9j5bb-master-2 true 76m
Expected results:
$ oc get bmh -A NAMESPACE NAME STATE CONSUMER ONLINE ERROR AGE openshift-machine-api master0.foo.foo.local externally provisioned foo-9j5bb-master-0 true 76m openshift-machine-api master1.foo.foo.local unmanaged foo-9j5bb-master-1 true 76m openshift-machine-api master2.foo.foo.local unmanaged foo-9j5bb-master-2 true 76m
Additional info: