-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OSDOCS#9736: Agent 4.15 feature RNs #71931
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,6 +138,21 @@ You can now move etcd from a root volume (Cinder) to a dedicated ephemeral local | |
|
||
//For more information, see < insert link to Deploying OpenStack with rootVolume and etcd on local disk when docs merge>. | ||
|
||
[id="ocp-4-15-agent-vsphere-credentials"] | ||
==== Configure vSphere integration with the Agent-based Installer | ||
|
||
You can now configure your cluster to use vSphere while creating the `install-config.yaml` file for an Agent-based Installation. | ||
For more information, see xref:../installing/installing_with_agent_based_installer/installation-config-parameters-agent.adoc#installation-configuration-parameters-additional-vsphere_installation-config-parameters-agent[Additional VMware vSphere configuration parameters]. | ||
|
||
[id="ocp-4-15-agent-baremetal-configuration"] | ||
==== Additional bare metal configurations during Agent-based installation | ||
|
||
You can now make additional configurations for the bare metal platform while creating the `install-config.yaml` file for an Agent-based Installation. | ||
These new options include host configuration, network configuration, and baseboard management controller (BMC) details. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Quick question: are There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good question! I meant these terms in a general sense and not to refer to specific fields. And I checked the parameters themselves just now. There is a field for Since I mean these terms in a general sense and not to refer to any specific fields, can I keep it this way? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it is ok as is. Referring to them as |
||
|
||
These fields are not used during the initial provisioning of the cluster, but they eliminate the need to set the fields after installation. | ||
For more information, see xref:../installing/installing_with_agent_based_installer/installation-config-parameters-agent.adoc#installation-configuration-parameters-additional-bare_installation-config-parameters-agent[Additional bare metal configuration parameters for the Agent-based Installer]. | ||
|
||
[id="ocp-4.15-postinstallation-configuration"] | ||
=== Postinstallation configuration | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change LGTM.