Skip to content

Commit 8f12c7b

Browse files
committed
OSDOCS#10469: Removed inapplicable architecture content in ROSA/OSD docs
Corrected formatting error
1 parent 1a8cd89 commit 8f12c7b

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

architecture/control-plane.adoc

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,34 @@
22
[id="control-plane"]
33
= Control plane architecture
44
include::_attributes/common-attributes.adoc[]
5+
include::_attributes/attributes-openshift-dedicated.adoc[]
56
:context: control-plane
67

78
toc::[]
89

9-
The _control plane_, which is composed of control plane machines, manages the {product-title} cluster. The control plane machines manage workloads on the compute machines, which are also known as worker machines. The cluster itself manages all upgrades to the machines by the actions of the Cluster Version Operator (CVO), the Machine Config Operator, and a set of individual Operators.
10+
The _control plane_, which is composed of control plane machines, manages the {product-title} cluster.
11+
The control plane machines manage workloads on the compute machines, which are also known as worker machines.
12+
The cluster itself manages all upgrades to the machines by the actions of the Cluster Version Operator (CVO),
13+
ifndef::openshift-dedicated,openshift-rosa[]
14+
the Machine Config Operator,
15+
endif::openshift-dedicated,openshift-rosa[]
16+
and a set of individual Operators.
1017

18+
ifdef::openshift-rosa[]
19+
:FeatureName: This control plane architecture
20+
include::snippets/rosa-classic-support.adoc[]
21+
endif::openshift-rosa[]
22+
23+
// This module does not apply to OSD/ROSA
24+
ifndef::openshift-dedicated,openshift-rosa[]
1125
include::modules/architecture-machine-config-pools.adoc[leveloffset=+1]
26+
endif::openshift-dedicated,openshift-rosa[]
1227

28+
ifndef::openshift-dedicated,openshift-rosa[]
1329
[role="_additional-resources"]
1430
.Additional resources
15-
ifndef::openshift-dedicated,openshift-rosa[]
1631
* xref:../post_installation_configuration/machine-configuration-tasks.adoc#machine-config-drift-detection_post-install-machine-configuration-tasks[Understanding configuration drift detection]
1732
endif::openshift-dedicated,openshift-rosa[]
18-
ifdef::openshift-rosa[]
19-
* xref:../rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc#machine-pools[Machine pools]
20-
endif::openshift-rosa[]
21-
ifdef::openshift-dedicated[]
22-
* xref:../osd_cluster_admin/osd_nodes/osd-nodes-machinepools-about.adoc#machine-pools[Machine pools]
23-
endif::openshift-dedicated[]
2433
2534
include::modules/architecture-machine-roles.adoc[leveloffset=+1]
2635
@@ -52,7 +61,10 @@ include::modules/arch-platform-operators.adoc[leveloffset=+2]
5261
* xref:../installing/cluster-capabilities.adoc#cluster-capabilities[Cluster capabilities]
5362
endif::[]
5463
64+
// This module does not apply to OSD/ROSA
65+
ifndef::openshift-dedicated,openshift-rosa[]
5566
include::modules/understanding-machine-config-operator.adoc[leveloffset=+1]
67+
endif::openshift-dedicated,openshift-rosa[]
5668

5769
// These additional resources do not apply to OSD/ROSA
5870
ifndef::openshift-dedicated,openshift-rosa[]

0 commit comments

Comments
 (0)