Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baremetal hardware details 'hardcoded' #767

Closed
e-minguez opened this issue Aug 26, 2019 · 3 comments
Closed

Baremetal hardware details 'hardcoded' #767

e-minguez opened this issue Aug 26, 2019 · 3 comments

Comments

@e-minguez
Copy link
Contributor

Describe the bug
When running dev-scripts in a baremetal environment, the dashboard shows:

Bios
    Version: 1.11.0-2.el7
    Vendor: SeaBIOS
    Date: 04/01/2014
Hardware
    4x Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz CPU
    0 B RAM
    0 B Disk

To Reproduce
Run make in a baremetal environment

Expected/observed behavior
Show the proper data.

Additional context
https://github.com/openshift-metal3/dev-scripts/blob/master/link-machine-and-node.sh#L50-L88

I believe this is because the hosts are not inspected and the inspection is planned for later releases but just in case.

Thanks.

@hardys
Copy link

hardys commented Aug 27, 2019

Is this for master or worker nodes?

In the case of masters I think this is expected, until we get the IPA in-band inspection feature that allows us to retrospectively populate the data on the BMH objects.

For workers, since openshift/ironic-image#15 then introspection should run, therefore the data will be populated

@e-minguez
Copy link
Contributor Author

Is this for master or worker nodes?

Masters

In the case of masters I think this is expected, until we get the IPA in-band inspection feature that allows us to retrospectively populate the data on the BMH objects.

Understood. Shall I close the issue or leave it open to track that progress? Thanks!

@hardys
Copy link

hardys commented Aug 28, 2019

Understood. Shall I close the issue or leave it open to track that progress? Thanks!

We already have metal3-io/baremetal-operator#242 so lets close this and track the status there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants