|
9 | 9 | // * installing/installing_aws/installing-aws-vpc.adoc |
10 | 10 | // * installing/installing_aws/installing-restricted-networks-aws-installer-provisioned.adoc |
11 | 11 | // * installing/installing_aws/installing-aws-outposts-remote-workers.adoc |
12 | | -// * installing/installing_azure/installing-azure-customizations.adoc |
13 | | -// * installing/installing_azure/installing-azure-government-region.adoc |
14 | | -// * installing/installing_azure/installing-azure-network-customizations.adoc |
15 | | -// * installing/installing_azure/installing-azure-private.adoc |
16 | | -// * installing/installing_azure/installing-azure-vnet.adoc |
17 | 12 | // * installing/installing_vsphere/installation-config-parameters-vsphere.adoc |
18 | 13 | // * installing/installing_gcp/installation-config-parameters-gcp.adoc |
19 | 14 | // * installing/installing_ibm_z/installation-config-parameters-ibm-z.adoc |
|
25 | 20 | // * installing/installing_ibm_powervs/installation-config-parameters-ibm-power-vs.adoc |
26 | 21 | // * installing/installing_nutanix/installation-config-parameters-nutanix.adoc |
27 | 22 | // * installing/installing_openstack/installation-config-parameters-openstack.adoc |
| 23 | +// * installing/installing_azure/installation-config-parameters-azure.adoc |
28 | 24 |
|
29 | 25 | ifeval::["{context}" == "installing-aws-customizations"] |
30 | 26 | :aws: |
@@ -52,21 +48,6 @@ endif::[] |
52 | 48 | ifeval::["{context}" == "installing-aws-outposts-remote-workers"] |
53 | 49 | :aws: |
54 | 50 | endif::[] |
55 | | -ifeval::["{context}" == "installing-azure-customizations"] |
56 | | -:azure: |
57 | | -endif::[] |
58 | | -ifeval::["{context}" == "installing-azure-government-region"] |
59 | | -:azure: |
60 | | -endif::[] |
61 | | -ifeval::["{context}" == "installing-azure-network-customizations"] |
62 | | -:azure: |
63 | | -endif::[] |
64 | | -ifeval::["{context}" == "installing-azure-private"] |
65 | | -:azure: |
66 | | -endif::[] |
67 | | -ifeval::["{context}" == "installing-azure-vnet"] |
68 | | -:azure: |
69 | | -endif::[] |
70 | 51 | ifeval::["{context}" == "installing-aws-customizations"] |
71 | 52 | :aws: |
72 | 53 | endif::[] |
@@ -103,49 +84,52 @@ endif::[] |
103 | 84 | ifeval::["{context}" == "installation-config-parameters-openstack"] |
104 | 85 | :osp: |
105 | 86 | endif::[] |
| 87 | +ifeval::["{context}" == "installation-config-parameters-azure"] |
| 88 | +:azure: |
| 89 | +endif::[] |
106 | 90 |
|
107 | 91 | :_content-type: CONCEPT |
108 | 92 | [id="installation-configuration-parameters_{context}"] |
109 | | -ifndef::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 93 | +ifndef::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
110 | 94 | = Installation configuration parameters |
111 | | -endif::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 95 | +endif::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
112 | 96 |
|
113 | 97 | // Managing headings is required as part of the effort for https://issues.redhat.com/browse/OSDOCS-6493. |
114 | 98 | // This accommodates the existing IA of the installation assemblies, while the improvement is implemented. |
115 | 99 | // As part of the updates for the last provider, the conditions can be removed and the following heading can be used. |
116 | | -ifdef::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 100 | +ifdef::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
117 | 101 | = Available installation configuration parameters for {platform} |
118 | | -endif::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 102 | +endif::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
119 | 103 |
|
120 | 104 | // If install-config.yaml is generated by openshift-install |
121 | 105 | // The addition of providers beyond bare,ibm-power,ibm-z,ash is necessary as part of the effort for https://issues.redhat.com/browse/OSDOCS-6493 |
122 | 106 | // This accommodates the existing IA of the installation assemblies, while the improvement is implemented. |
123 | 107 | // As part of the updates for the last provider, content between lines 277-292 can be completely removed. |
124 | | -ifndef::bare,ibm-power,ibm-z,ash,vsphere,gcp,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 108 | +ifndef::bare,ibm-power,ibm-z,ash,vsphere,gcp,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
125 | 109 | 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. |
126 | | -endif::bare,ibm-power,ibm-z,ash,vsphere,gcp,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 110 | +endif::bare,ibm-power,ibm-z,ash,vsphere,gcp,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
127 | 111 |
|
128 | 112 | // A condition for this note is required as part of the effort for https://issues.redhat.com/browse/OSDOCS-6493. |
129 | 113 | // This accommodates the existing content for installation assemblies, while the improvement is implemented. |
130 | 114 | // As part of the updates for the last provider, this note can be removed from the module. |
131 | | -ifndef::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 115 | +ifndef::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
132 | 116 | [NOTE] |
133 | 117 | ==== |
134 | 118 | After installation, you cannot modify these parameters in the `install-config.yaml` file. |
135 | 119 | ==== |
136 | | -endif::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 120 | +endif::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
137 | 121 |
|
138 | 122 | // This condition is required as part of the effort for https://issues.redhat.com/browse/OSDOCS-6493. |
139 | 123 | // As part of the update for each provider, this content applies to the net new provider-specific installation configuration parameter assembly. |
140 | 124 | // As part of the updates for the last provider, the conditions can be completely removed. |
141 | | -ifdef::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 125 | +ifdef::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
142 | 126 | The following tables specify the required, optional, and {platform}-specific installation configuration parameters that you can set as part of the installation process. |
143 | 127 |
|
144 | 128 | [NOTE] |
145 | 129 | ==== |
146 | 130 | After installation, you cannot modify these parameters in the `install-config.yaml` file. |
147 | 131 | ==== |
148 | | -endif::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp[] |
| 132 | +endif::vsphere,gcp,ibm-z,ibm-power,ash,bare,ibm-cloud,alibaba-cloud,ibm-power-vs,nutanix,osp,azure[] |
149 | 133 |
|
150 | 134 | [id="installation-configuration-parameters-required_{context}"] |
151 | 135 | == Required configuration parameters |
@@ -2063,21 +2047,6 @@ endif::[] |
2063 | 2047 | ifeval::["{context}" == "installing-aws-outposts-remote-workers"] |
2064 | 2048 | :!aws: |
2065 | 2049 | endif::[] |
2066 | | -ifeval::["{context}" == "installing-azure-customizations"] |
2067 | | -:!azure: |
2068 | | -endif::[] |
2069 | | -ifeval::["{context}" == "installing-azure-government-region"] |
2070 | | -:!azure: |
2071 | | -endif::[] |
2072 | | -ifeval::["{context}" == "installing-azure-network-customizations"] |
2073 | | -:!azure: |
2074 | | -endif::[] |
2075 | | -ifeval::["{context}" == "installing-azure-private"] |
2076 | | -:!azure: |
2077 | | -endif::[] |
2078 | | -ifeval::["{context}" == "installing-azure-vnet"] |
2079 | | -:!azure: |
2080 | | -endif::[] |
2081 | 2050 | ifeval::["{context}" == "installing-aws-customizations"] |
2082 | 2051 | :!aws: |
2083 | 2052 | endif::[] |
@@ -2114,4 +2083,7 @@ endif::[] |
2114 | 2083 | ifeval::["{context}" == "installation-config-parameters-openstack"] |
2115 | 2084 | :!osp: |
2116 | 2085 | endif::[] |
| 2086 | +ifeval::["{context}" == "installation-config-parameters-azure"] |
| 2087 | +:!azure: |
| 2088 | +endif::[] |
2117 | 2089 | :!platform: |
0 commit comments