|
1 | 1 | // Module included in the following assemblies:
|
2 | 2 | //
|
3 |
| -// * installing/installing_aws/installing-aws-china.adoc |
4 | 3 | // * installing/installing_aws/installing-aws-customizations.adoc
|
5 | 4 | // * installing/installing_aws/installing-aws-government-region.adoc
|
6 | 5 | // * installing/installing_aws/installing-aws-network-customizations.adoc
|
|
36 | 35 | // * installing/installing_ibm_power/installing-ibm-power.adoc
|
37 | 36 | // * installing/installing_ibm_power/installing-restricted-networks-ibm-power.adoc
|
38 | 37 |
|
39 |
| -ifeval::["{context}" == "installing-aws-china-region"] |
40 |
| -:aws-china: |
41 |
| -endif::[] |
42 | 38 | ifeval::["{context}" == "installing-aws-customizations"]
|
43 | 39 | :aws:
|
44 | 40 | endif::[]
|
45 | 41 | ifeval::["{context}" == "installing-aws-government-region"]
|
46 |
| -:aws-gov: |
| 42 | +:aws: |
47 | 43 | endif::[]
|
48 | 44 | ifeval::["{context}" == "installing-aws-network-customizations"]
|
49 | 45 | :aws:
|
@@ -174,25 +170,14 @@ endif::[]
|
174 | 170 | = Installation configuration parameters
|
175 | 171 |
|
176 | 172 | // If install-config.yaml is generated by openshift-install
|
177 |
| -ifndef::bare,ibm-power,ibm-z,aws-china,aws-gov[] |
| 173 | +ifndef::bare,ibm-power,ibm-z[] |
178 | 174 | Before you deploy an {product-title} cluster, you provide parameter values to describe your account on the cloud platform that hosts your cluster and optionally customize your cluster's platform. When you create the `install-config.yaml` installation configuration file, you provide values for the required parameters through the command line. If you customize your cluster, you can modify the `install-config.yaml` file to provide more details about the platform.
|
179 |
| -endif::bare,ibm-power,ibm-z,aws-china,aws-gov[] |
| 175 | +endif::bare,ibm-power,ibm-z[] |
180 | 176 | // If the user manually creates install-config.yaml
|
181 | 177 | ifdef::bare,ibm-power,ibm-z[]
|
182 | 178 | Before you deploy an {product-title} cluster, you provide a customized `install-config.yaml` installation configuration file that describes the details for your environment.
|
183 | 179 | endif::bare,ibm-power,ibm-z[]
|
184 | 180 |
|
185 |
| -ifdef::aws-china,aws-gov[] |
186 |
| -Before you deploy an {product-title} cluster, modify the installation configuration file (`install-config.yaml`) to describe your environment. While there are other required parameters, you must specify: |
187 |
| - |
188 |
| -* The platform and region to which you are installing the cluster. |
189 |
| -* The name of the {op-system} Amazon machine image (AMI) that you created. |
190 |
| - |
191 |
| -You can find the parameters for these values under `platform`. |
192 |
| - |
193 |
| -The following tables detail the required, as well as optional, parameters. |
194 |
| -endif::aws-china,aws-gov[] |
195 |
| - |
196 | 181 | [NOTE]
|
197 | 182 | ====
|
198 | 183 | After installation, you cannot modify these parameters in the `install-config.yaml` file.
|
@@ -591,7 +576,7 @@ a|For example, `sshKey: ssh-ed25519 AAAA..`.
|
591 | 576 |
|
592 | 577 | |====
|
593 | 578 |
|
594 |
| -ifdef::aws,aws-china,aws-gov[] |
| 579 | +ifdef::aws[] |
595 | 580 | [id="installation-configuration-parameters-optional-aws_{context}"]
|
596 | 581 | == Optional AWS configuration parameters
|
597 | 582 |
|
@@ -689,7 +674,7 @@ host must trust the certificate.
|
689 | 674 | |Valid subnet IDs.
|
690 | 675 |
|
691 | 676 | |====
|
692 |
| -endif::aws,aws-china,aws-gov[] |
| 677 | +endif::aws[] |
693 | 678 |
|
694 | 679 | ifdef::osp[]
|
695 | 680 | [id="installation-configuration-parameters-additional-osp_{context}"]
|
@@ -1096,7 +1081,7 @@ Additional {rh-virtualization} configuration parameters for machine pools are de
|
1096 | 1081 | |Optional. The VM workload type, such as `high-performance`, `server`, or `desktop`. By default, master nodes use `high-performance`, and worker nodes use `server`. For details, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Virtual_Machine_General_settings_explained[Explanation of Settings in the New Virtual Machine and Edit Virtual Machine Windows] and link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_High_Performance_Virtual_Machines_Templates_and_Pools[Configuring High Performance Virtual Machines, Templates, and Pools] in the _Virtual Machine Management Guide_.
|
1097 | 1082 | [NOTE]
|
1098 | 1083 | ====
|
1099 |
| -`high_performance` improves performance on the VM, but there are limitations. For example, you cannot access the VM with a graphical console. For more information see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_High_Performance_Virtual_Machines_Templates_and_Pools[Configuring High Performance Virtual Machines, Templates, and Pools] in the _Virtual Machine Management Guide_. |
| 1084 | +`high_performance` improves performance on the VM, but there are limitations. For example, you cannot access the VM with a graphical console. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_High_Performance_Virtual_Machines_Templates_and_Pools[Configuring High Performance Virtual Machines, Templates, and Pools] in the _Virtual Machine Management Guide_. |
1100 | 1085 | ====
|
1101 | 1086 | |String
|
1102 | 1087 |
|
@@ -1129,6 +1114,14 @@ This example defines no affinity groups:
|
1129 | 1114 | affinityGroupNames: []
|
1130 | 1115 | ----
|
1131 | 1116 | |String
|
| 1117 | +|`<machine-pool>.platform.ovirt.AutoPinningPolicy` |
| 1118 | +| Optional. AutoPinningPolicy defines the policy to automatically set the CPU and NUMA settings, including pinning to the host for the instance. When the field is omitted, the default is `none`. Supported values: `none`, `resize_and_pin`. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Setting_NUMA_Nodes[Setting NUMA Nodes] in the _Virtual Machine Management Guide_. |
| 1119 | + |
| 1120 | +|String |
| 1121 | +|`<machine-pool>.platform.ovirt.hugepages` |
| 1122 | +|Optional. Hugepages is the size in KiB for defining hugepages in a VM. Supported values: `2048` or `1048576`. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_Huge_Pages[Configuring Huge Pages] in the _Virtual Machine Management Guide_. |
| 1123 | + |
| 1124 | +|Integer |
1132 | 1125 |
|
1133 | 1126 | |====
|
1134 | 1127 |
|
@@ -1230,15 +1223,11 @@ endif::vsphere,vmc[]
|
1230 | 1223 | ifdef::bare[]
|
1231 | 1224 | :!bare:
|
1232 | 1225 | endif::bare[]
|
1233 |
| - |
1234 |
| -ifeval::["{context}" == "installing-aws-china-region"] |
1235 |
| -:!aws-china: |
1236 |
| -endif::[] |
1237 | 1226 | ifeval::["{context}" == "installing-aws-customizations"]
|
1238 | 1227 | :!aws:
|
1239 | 1228 | endif::[]
|
1240 | 1229 | ifeval::["{context}" == "installing-aws-government-region"]
|
1241 |
| -:!aws-gov: |
| 1230 | +:!aws: |
1242 | 1231 | endif::[]
|
1243 | 1232 | ifeval::["{context}" == "installing-aws-network-customizations"]
|
1244 | 1233 | :!aws:
|
|
0 commit comments