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

Add BMH annotation keys to docs #5444

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/hive-integration/README.md
Expand Up @@ -160,10 +160,17 @@ In case that the Bare Metal Operator is installed, the Baremetal Agent Controlle

- Find the right pairs of BMH/Agent using their MAC addresses
- Set the Image.URL in the BMH copying it from the InfraEnv's status.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this even still true since converged?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(unrelated to PR)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but there's a specific section for converged.

- Reconcile the Agent's spec by copying the following attributes from the BMH's annotations:
- Reconcile the Agent's spec by copying the following fields from the BMH's annotations:
- Role: master/worker
- `bmac.agent-install.openshift.io/role`
- Hostname (optional for user to set)
- `bmac.agent-install.openshift.io/hostname`
- MachineConfigPool (optional for user to set)
- `bmac.agent-install.openshift.io/machine-config-pool`
- InstallerArgs (optional for user to set)
- `bmac.agent-install.openshift.io/installer-args`
- IgnitionConfigOverrides (optional for user to set)
- `bmac.agent-install.openshift.io/ignition-config-overrides`
- Reconcile the BareMetalHost hardware details by copying the Agent's inventory data to the BMH's `hardwaredetails` annotation.
- Disable ironic inspection

Expand Down