Skip to content

Commit d4ef32a

Browse files
author
Bob Furu
authored
Merge pull request #42957 from mburke5678/fix-additional-alibaba-params
2 parents 4d4c4e3 + 4530fd3 commit d4ef32a

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

modules/cco-ccoctl-creating-at-once.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ ifeval::["{context}" == "cco-mode-sts"]
179179
:!aws:
180180
endif::[]
181181
ifeval::["{context}" == "installing-alibaba-default"]
182-
:alibabacloud-default:
182+
:!alibabacloud-default:
183183
endif::[]
184184
ifeval::["{context}" == "installing-alibaba-customizations"]
185-
:alibabacloud-customizations:
185+
:!alibabacloud-customizations:
186186
endif::[]

modules/installation-configuration-parameters.adoc

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// * installing/installing_azure_stack_hub/installing-azure-stack-hub-customizations.adoc
5252

5353
ifeval::["{context}" == "installing-alibaba-customizations"]
54-
:alibaba:
54+
:alibabacloud:
5555
endif::[]
5656
ifeval::["{context}" == "installing-aws-customizations"]
5757
:aws:
@@ -210,13 +210,13 @@ endif::[]
210210
= Installation configuration parameters
211211

212212
// If install-config.yaml is generated by openshift-install
213-
ifndef::bare,ibm-power,ibm-z,ash-default[]
213+
ifndef::bare,ibm-power,ibm-z,ash[]
214214
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.
215-
endif::bare,ibm-power,ibm-z,ash-default[]
215+
endif::bare,ibm-power,ibm-z,ash[]
216216
// If the user manually creates install-config.yaml
217-
ifdef::bare,ibm-power,ibm-z,ash-default[]
217+
ifdef::bare,ibm-power,ibm-z,ash[]
218218
Before you deploy an {product-title} cluster, you provide a customized `install-config.yaml` installation configuration file that describes the details for your environment.
219-
endif::bare,ibm-power,ibm-z,ash-default[]
219+
endif::bare,ibm-power,ibm-z,ash[]
220220

221221
[NOTE]
222222
====
@@ -279,7 +279,6 @@ endif::[]
279279

280280
|====
281281

282-
ifndef::ash-default[]
283282
[id="installation-configuration-parameters-network_{context}"]
284283
== Network configuration parameters
285284

@@ -459,9 +458,8 @@ Set the `networking.machineNetwork` to match the CIDR that the preferred NIC res
459458
====
460459

461460
|====
462-
endif::ash-default[]
463461

464-
ifndef::ash-default[]
462+
ifndef::ash[]
465463
[id="installation-configuration-parameters-optional_{context}"]
466464
== Optional configuration parameters
467465

@@ -631,7 +629,7 @@ For production {product-title} clusters on which you want to perform installatio
631629
a|For example, `sshKey: ssh-ed25519 AAAA..`.
632630

633631
|====
634-
endif::ash-default[]
632+
endif::ash[]
635633

636634
ifdef::aws[]
637635
[id="installation-configuration-parameters-optional-aws_{context}"]
@@ -1356,7 +1354,7 @@ Optional VMware vSphere machine pool configuration parameters are described in t
13561354

13571355
endif::vsphere,vmc[]
13581356

1359-
ifdef::ash-default[]
1357+
ifdef::ash[]
13601358
[id="installation-configuration-parameters-additional-azure-stack-hub_{context}"]
13611359
== Additional Azure Stack Hub configuration parameters
13621360

@@ -1400,9 +1398,9 @@ configuring user-defined routing.
14001398
|String, for example, \https://vhdsa.blob.example.example.com/vhd/rhcos-410.84.202112040202-0-azurestack.x86_64.vhd
14011399

14021400
|====
1403-
endif::ash-default[]
1401+
endif::ash[]
14041402

1405-
ifdef::alibaba[]
1403+
ifdef::alibabacloud[]
14061404
//From: https://github.com/openshift/installer/blob/master/data/data/install.openshift.io_installconfigs.yaml#L20; https://github.com/openshift/openshift-docs/pull/40651/files#r792388476
14071405

14081406
[id="installation-configuration-parameters-additional-alibaba_{context}"]
@@ -1461,13 +1459,13 @@ Additional Alibaba Cloud configuration parameters are described in the following
14611459

14621460
|====
14631461

1464-
endif::alibaba[]
1462+
endif::alibabacloud[]
14651463

14661464
ifdef::bare[]
14671465
:!bare:
14681466
endif::bare[]
14691467
ifeval::["{context}" == "installing-alibaba-customizations"]
1470-
:!alibaba:
1468+
:!alibabacloud:
14711469
endif::[]
14721470
ifeval::["{context}" == "installing-aws-customizations"]
14731471
:!aws:

0 commit comments

Comments
 (0)