Skip to content

Commit

Permalink
Clean up note about installation customization
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Oct 31, 2023
1 parent fea6e2a commit c082f7e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/modules/ROOT/partials/install/configure-installer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ ssh-add $SSH_PRIVATE_KEY

. Prepare `install-config.yaml`
+
[NOTE]
====
You can add more options to the `install-config.yaml` file.
Have a look at the https://docs.openshift.com/container-platform/{ocp-minor-version}/installing/installing_bare_metal/installing-bare-metal.html#installation-bare-metal-config-yaml_installing-bare-metal[config example] for more information.

For example, you could change the SDN from a default value to something a customer requests due to some network requirements.
====
+
ifeval::["{provider}" == "vsphere"]
include::partial$install/install-config-vsphere.adoc[]
endif::[]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[NOTE]
====
You can add more options to the `install-config.yaml` file.
Have a look at the https://docs.openshift.com/container-platform/{ocp-minor-version}/installing/installing_bare_metal/installing-bare-metal.html#installation-bare-metal-config-yaml_installing-bare-metal[config example] for more information.
For example, you could change the SDN from a default value to something a customer requests due to some network requirements.
====
+
[source,bash]
----
export INSTALLER_DIR="$(pwd)/target"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[NOTE]
====
You can add more options to the `install-config.yaml` file.
Have a look at the https://docs.openshift.com/container-platform/4.13/installing/installing_openstack/installing-openstack-installer-custom.html#installation-configuration-parameters_installing-openstack-installer-custom[installation configuration parameters] for more information.
====
+
[source,bash]
----
export INSTALLER_DIR="$(pwd)/target"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[NOTE]
====
You can add more options to the `install-config.yaml` file.
Have a look at the https://docs.openshift.com/container-platform/4.13/installing/installing_vsphere/installing-vsphere-installer-provisioned-customizations.html#installation-configuration-parameters_installing-vsphere-installer-provisioned-customizations[installation configuration parameters] for more information.
====
+
[source,bash]
----
export INSTALLER_DIR="$(pwd)/target"
Expand Down

0 comments on commit c082f7e

Please sign in to comment.