Skip to content

Commit 5ef31bf

Browse files
committed
OCPBUGS#4333 Sample install config file should not recommend None for capability set
1 parent 7fc8828 commit 5ef31bf

15 files changed

+0
-73
lines changed

modules/installation-alibaba-config-yaml.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ publish: External
5252
pullSecret: '{"auths": {"cloud.openshift.com": {"auth": ... }' <5>
5353
sshKey: |
5454
ssh-rsa AAAA... <6>
55-
capabilities:
56-
baselineCapabilitySet: None
57-
additionalEnabledCapabilities:
58-
- openshift-samples
5955
----
6056
<1> Required. The installation program prompts you for a cluster name.
6157
<2> Optional. Specify parameters for machine pools that do not define their own platform configuration.

modules/installation-aws-config-yaml.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,6 @@ imageContentSources: <15>
278278
source: quay.io/openshift-release-dev/ocp-v4.0-art-dev
279279
endif::openshift-origin[]
280280
endif::restricted[]
281-
capabilities:
282-
baselineCapabilitySet: None
283-
additionalEnabledCapabilities:
284-
- openshift-samples
285-
286281
----
287282
ifndef::gov,secret,china[]
288283
<1> Required. The installation program prompts you for this value.

modules/installation-azure-config-yaml.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ ifdef::openshift-origin[]
178178
publish: Internal <16>
179179
endif::openshift-origin[]
180180
endif::gov[]
181-
capabilities:
182-
baselineCapabilitySet: None
183-
additionalEnabledCapabilities:
184-
- openshift-samples
185181
----
186182
ifndef::gov[]
187183
<1> Required. The installation program prompts you for this value.

modules/installation-azure-stack-hub-config-yaml.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ additionalTrustBundle: | <10>
8484
-----END CERTIFICATE-----
8585
sshKey: ssh-ed25519 AAAA... <11>
8686
endif::openshift-origin[]
87-
capabilities:
88-
baselineCapabilitySet: None
89-
additionalEnabledCapabilities:
90-
- openshift-samples
9187
----
9288
<1> The `controlPlane` section is a single mapping, but the `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Only one control plane pool is used.
9389
<2> You can specify the size of the disk to use in GB. Minimum recommendation for control plane nodes is 1024 GB.
@@ -183,10 +179,6 @@ endif::openshift-origin[]
183179
-----BEGIN CERTIFICATE-----
184180
<MY_TRUSTED_CA_CERT>
185181
-----END CERTIFICATE-----
186-
capabilities:
187-
baselineCapabilitySet: None
188-
additionalEnabledCapabilities:
189-
- openshift-samples
190182
----
191183
<1> Required.
192184
<2> If you do not provide these parameters and values, the installation program provides the default value.

modules/installation-bare-metal-agent-installer-config-yaml.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ platform:
3535
fips: false <12>
3636
pullSecret: '{"auths": ...}' <13>
3737
sshKey: 'ssh-ed25519 AAAA...' <14>
38-
capabilities:
39-
baselineCapabilitySet: None
40-
additionalEnabledCapabilities:
41-
- openshift-samples
4238
----
4339
<1> The base domain of the cluster. All DNS records must be sub-domains of this base and include the cluster name.
4440
<2> The `controlPlane` section is a single mapping, but the `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Only one control plane pool is used.

modules/installation-bare-metal-config-yaml.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ ifndef::ibm-z,ibm-z-kvm[]
205205
endif::ibm-z,ibm-z-kvm[]
206206
endif::openshift-origin[]
207207
endif::restricted[]
208-
capabilities:
209-
baselineCapabilitySet: None
210-
additionalEnabledCapabilities:
211-
- openshift-samples
212208
----
213209
<1> The base domain of the cluster. All DNS records must be sub-domains of this base and include the cluster name.
214210
<2> The `controlPlane` section is a single mapping, but the `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Only one control plane pool is used.

modules/installation-gcp-config-yaml.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ imageContentSources: <13>
184184
source: quay.io/openshift-release-dev/ocp-v4.0-art-dev
185185
endif::openshift-origin[]
186186
endif::restricted[]
187-
capabilities:
188-
baselineCapabilitySet: None
189-
additionalEnabledCapabilities:
190-
- openshift-samples
191187
----
192188
<1> Required. The installation program prompts you for this value.
193189
<2> If you do not provide these parameters and values, the installation program provides the default value.

modules/installation-gcp-user-infra-shared-vpc-config-yaml.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ ifdef::openshift-origin[]
7676
sshKey: ssh-ed25519 AAAA... <8>
7777
publish: Internal <9>
7878
endif::openshift-origin[]
79-
capabilities:
80-
baselineCapabilitySet: None
81-
additionalEnabledCapabilities:
82-
- openshift-samples
8379
----
8480
<1> Specify the public DNS on the host project.
8581
<2> If you do not provide these parameters and values, the installation program provides the default value.

modules/installation-ibm-cloud-config-yaml.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ endif::openshift-origin[]
8080
ifdef::openshift-origin[]
8181
sshKey: ssh-ed25519 AAAA... <5>
8282
endif::openshift-origin[]
83-
capabilities:
84-
baselineCapabilitySet: None
85-
additionalEnabledCapabilities:
86-
- openshift-samples
8783
----
8884
<1> Required. The installation program prompts you for this value.
8985
<2> If you do not provide these parameters and values, the installation program provides the default value.
@@ -169,10 +165,6 @@ endif::openshift-origin[]
169165
ifdef::openshift-origin[]
170166
sshKey: ssh-ed25519 AAAA... <10>
171167
endif::openshift-origin[]
172-
capabilities:
173-
baselineCapabilitySet: None
174-
additionalEnabledCapabilities:
175-
- openshift-samples
176168
----
177169
<1> Required. The installation program prompts you for this value.
178170
<2> If you do not provide these parameters and values, the installation program provides the default value.
@@ -263,10 +255,6 @@ endif::openshift-origin[]
263255
ifdef::openshift-origin[]
264256
sshKey: ssh-ed25519 AAAA... <12>
265257
endif::openshift-origin[]
266-
capabilities:
267-
baselineCapabilitySet: None
268-
additionalEnabledCapabilities:
269-
- openshift-samples
270258
----
271259
<1> Required.
272260
<2> If you do not provide these parameters and values, the installation program provides the default value.

modules/installation-installer-provisioned-vsphere-config-yaml.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ imageContentSources: <12>
113113
- <local_registry>/<local_repository_name>/release
114114
source: quay.io/openshift-release-dev/ocp-v4.0-art-dev
115115
endif::restricted[]
116-
capabilities:
117-
baselineCapabilitySet: None
118-
additionalEnabledCapabilities:
119-
- openshift-samples
120116
----
121117
<1> The base domain of the cluster. All DNS records must be sub-domains of this
122118
base and include the cluster name.

0 commit comments

Comments
 (0)