Skip to content

Commit ac8faed

Browse files
committed
OSDOCS-2869: Removed outdated ifdefs for OpenShift-Dedicated.
1 parent b1d8863 commit ac8faed

19 files changed

+9
-99
lines changed

modules/applications-create-using-cli-source-code.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If you use the source build strategy, `new-app` attempts to determine the langua
8282
|===
8383

8484
|Language |Files
85-
ifdef::openshift-enterprise,openshift-webscale,openshift-dedicated,openshift-aro,openshift-online[]
85+
ifdef::openshift-enterprise,openshift-webscale,openshift-aro,openshift-online[]
8686
|`dotnet`
8787
|`project.json`, `pass:[*.csproj]`
8888
endif::[]

modules/architecture-platform-benefits.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ of technology areas.
1717
ifdef::openshift-origin,openshift-enterprise,openshift-webscale[]
1818
* Hybrid cloud deployments. You can deploy {product-title} clusters to a variety of public cloud platforms or in your data center.
1919
endif::[]
20-
ifdef::openshift-dedicated[]
21-
* {product-title} clusters are deployed on AWS environments and can be used as part of a hybrid approach for application management.
22-
endif::[]
2320
* Integrated Red Hat technology. Major components in {product-title} come from {op-system-base-full} and related Red Hat technologies. {product-title} benefits from the intense testing and certification initiatives for Red Hat's enterprise quality software.
2421
* Open source development model. Development is completed in the open, and the source code is available from public software repositories. This open collaboration fosters rapid innovation and development.
2522

modules/olm-deleting-operators-from-a-cluster-using-cli.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Cluster administrators can delete installed Operators from a selected namespace
1313
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
1414
`cluster-admin` permissions.
1515
endif::[]
16-
ifdef::openshift-dedicated[]
17-
`dedicated-admins-cluster` permissions.
18-
endif::[]
1916
- `oc` command installed on workstation.
2017

2118
.Procedure

modules/olm-deleting-operators-from-a-cluster-using-web-console.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Cluster administrators can delete installed Operators from a selected namespace
1313
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
1414
`cluster-admin` permissions.
1515
endif::[]
16-
ifdef::openshift-dedicated[]
17-
`dedicated-admins-cluster` permissions.
18-
endif::[]
1916

2017
.Procedure
2118

modules/olm-injecting-custom-ca.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ When a cluster administrator adds a custom CA certificate to a cluster using a c
1313
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
1414
`cluster-admin` permissions.
1515
endif::[]
16-
ifdef::openshift-dedicated[]
17-
`dedicated-admins-cluster` permissions.
18-
endif::[]
1916
- Custom CA certificate added to the cluster using a config map.
2017
- Desired Operator installed and running on OLM.
2118

modules/olm-installing-from-operatorhub-using-cli.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ ifndef::olm-user[]
2323
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
2424
`cluster-admin` permissions.
2525
endif::[]
26-
ifdef::openshift-dedicated[]
27-
`dedicated-admins-cluster` permissions.
28-
endif::[]
2926
endif::[]
3027

3128
ifdef::olm-user[]

modules/olm-installing-from-operatorhub-using-web-console.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ ifdef::olm-admin[]
4040
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
4141
`cluster-admin` permissions.
4242
endif::[]
43-
ifdef::openshift-dedicated[]
44-
`dedicated-admins-cluster` permissions.
45-
endif::[]
4643
endif::[]
4744

4845
ifdef::olm-user[]
@@ -72,9 +69,6 @@ ifdef::olm-admin[]
7269
.. Select one of the following:
7370
*** *All namespaces on the cluster (default)* installs the Operator in the default `openshift-operators` namespace to watch and be made available to all namespaces in the cluster. This option is not always available.
7471
*** *A specific namespace on the cluster* allows you to choose a specific, single namespace in which to install the Operator. The Operator will only watch and be made available for use in this single namespace.
75-
ifdef::openshift-dedicated[]
76-
If you are installing the Red Hat OpenShift Logging Operator, choose this option to select the `openshift-logging` namespace.
77-
endif::[]
7872
endif::[]
7973
ifdef::olm-user[]
8074
.. Choose a specific, single namespace in which to install the Operator. The Operator will only watch and be made available for use in this single namespace.

modules/olm-installing-operators-from-operatorhub.adoc

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ As a cluster administrator, you can install an Operator from OperatorHub using t
2121
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
2222
web console or CLI. Subscribing an Operator to one or more namespaces makes the Operator available to developers on your cluster.
2323
endif::[]
24-
ifdef::openshift-dedicated[]
25-
web console. You can then subscribe the Operator to the default `openshift-operators` namespace to make it available for developers on your cluster. When you subscribe the Operator to all namespaces, the Operator is installed in the `openshift-operators` namespace; this installation method is not supported by all Operators.
26-
27-
In {product-title} clusters, a curated list of Operators is made available for installation from OperatorHub. Administrators can only install Operators to the default `openshift-operators` namespace, except for the Logging Operator, which requires the `openshift-logging` namespace.
28-
29-
[NOTE]
30-
====
31-
Privileged and custom Operators cannot be installed.
32-
====
33-
endif::[]
3424
endif::[]
3525

3626
ifdef::olm-user[]
@@ -43,10 +33,8 @@ ifndef::olm-user[]
4333
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
4434
Installation Mode:: Choose *All namespaces on the cluster (default)* to have the Operator installed on all namespaces or choose individual namespaces, if available, to only install the Operator on selected namespaces. This example chooses *All namespaces...* to make the Operator available to all users and projects.
4535
endif::[]
46-
ifdef::openshift-dedicated[]
47-
Installation Mode:: In {product-title} clusters, you can choose *All namespaces on the cluster (default)* to have the Operator installed on all namespaces. This makes the Operator available to all users and projects.
48-
endif::[]
4936
endif::[]
37+
5038
ifdef::olm-user[]
5139
Installation Mode:: Choose a specific namespace in which to install the Operator.
5240
endif::[]

modules/olm-installing-specific-version-cli.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ ifndef::olm-user[]
1919
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
2020
`cluster-admin` permissions
2121
endif::[]
22-
ifdef::openshift-dedicated[]
23-
`dedicated-admins-cluster` permissions
24-
endif::[]
2522
endif::[]
2623

2724
ifdef::olm-user[]

modules/olm-overriding-proxy-settings.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Operators must handle setting environment variables for proxy settings in the po
1818
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
1919
`cluster-admin` permissions.
2020
endif::[]
21-
ifdef::openshift-dedicated[]
22-
`dedicated-admins-cluster` permissions.
23-
endif::[]
2421

2522
.Procedure
2623

0 commit comments

Comments
 (0)