Skip to content

Commit e265006

Browse files
authored
jc-1663-2 fixing osd attribute to match downstream (#604)
1 parent b03ee0f commit e265006

File tree

25 files changed

+62
-62
lines changed

25 files changed

+62
-62
lines changed

docs/_artifacts/document-attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

docs/api-designer/getting-started-api-designer/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

docs/connectors/getting-started-connectors/README.adoc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/
@@ -131,16 +131,16 @@ For Service Preview, you have two choices:
131131

132132
* *The hosted evaluation environment*
133133

134-
** The {connectors} instances are hosted on a multitenant {openshift-dedicated} cluster that is owned by Red Hat.
134+
** The {connectors} instances are hosted on a multitenant {osd-name-short} cluster that is owned by Red Hat.
135135
** You can create four {connectors} instances at a time.
136136
** The evaluation environment applies 48-hour expiration windows, as described in https://access.redhat.com/documentation/en-us/openshift_connectors/1/guide/8190dc9e-249c-4207-bd69-096e5dd5bc64[Red Hat {openshift} {connectors} Service Preview evaluation guidelines^].
137137

138138
* *Your own trial environment*
139139

140-
** You have access to your own {openshift-dedicated} trial environment.
140+
** You have access to your own {osd-name-short} trial environment.
141141
** You can create an unlimited number of {connectors} instances.
142-
** Your {openshift-dedicated} trial cluster expires after 60 days.
143-
** A cluster administrator must install the {product-connectors} add-on as described in https://access.redhat.com/documentation/en-us/openshift_connectors/1/guide/15a79de0-8827-4bf1-b445-8e3b3eef7b01[Adding the Red Hat {openshift} {connectors} add-on to your {openshift-dedicated} trial cluster^].
142+
** Your {osd-name-short} trial cluster expires after 60 days.
143+
** A cluster administrator must install the {product-connectors} add-on as described in https://access.redhat.com/documentation/en-us/openshift_connectors/1/guide/15a79de0-8827-4bf1-b445-8e3b3eef7b01[Adding the Red Hat {openshift} {connectors} add-on to your {osd-name-short} trial cluster^].
144144

145145
*Configuring {product-long-kafka} for use with {product-connectors}*
146146

@@ -167,7 +167,7 @@ Make sure that you have set up the prerequisite components.
167167
* Did you save your service account credentials to a secure location?
168168
* Are the permissions for your service account listed in the *Access* page of the Kafka instance?
169169
* Is the Kafka topic that you created for {connectors} listed in the topics table of the Kafka instance?
170-
* If you plan to use a 60-day {openshift-dedicated} trial cluster to deploy your {product-connectors} instances, has a cluster administrator added the {product-connectors} add-on to your trial cluster?
170+
* If you plan to use a 60-day {osd-name-short} trial cluster to deploy your {product-connectors} instances, has a cluster administrator added the {product-connectors} add-on to your trial cluster?
171171

172172
endif::[]
173173

@@ -178,7 +178,7 @@ ifndef::qs[]
178178
* Verify that you saved your service account credentials to a secure location.
179179
* Verify that the permissions for your service account are listed in the *Access* page of the Kafka instance.
180180
* Verify that the Kafka topic that you created for {product-connectors} is listed in the Kafka instance's topics table.
181-
* If you plan to use a 60-day {openshift-dedicated} trial cluster to deploy your {product-connectors} instances, verify that a cluster administrator added the {product-connectors} add-on to your trial cluster.
181+
* If you plan to use a 60-day {osd-name-short} trial cluster to deploy your {product-connectors} instances, verify that a cluster administrator added the {product-connectors} add-on to your trial cluster.
182182

183183
endif::[]
184184

@@ -212,11 +212,11 @@ Click the card to select the connector, and then click *Next*.
212212

213213
. For *Kafka instance*, click the card for the {product-kafka} instance that you configured for {connectors}, and then click *Next*.
214214

215-
. On the *Namespace* page, the namespace that you select depends on your {openshift-dedicated} environment. The namespace is the deployment space that hosts your {connectors} instances.
215+
. On the *Namespace* page, the namespace that you select depends on your {osd-name-short} environment. The namespace is the deployment space that hosts your {connectors} instances.
216216
+
217-
If you're using a trial cluster in your own {openshift-dedicated} environment, select the card for the namespace that was created when a system administrator added the {connectors} service to your trial cluster, as described in https://access.redhat.com/documentation/en-us/openshift_connectors/1/guide/15a79de0-8827-4bf1-b445-8e3b3eef7b01[Adding the Red Hat {openshift} {connectors} add-on to your {openshift-dedicated} trial cluster^].
217+
If you're using a trial cluster in your own {osd-name-short} environment, select the card for the namespace that was created when a system administrator added the {connectors} service to your trial cluster, as described in https://access.redhat.com/documentation/en-us/openshift_connectors/1/guide/15a79de0-8827-4bf1-b445-8e3b3eef7b01[Adding the Red Hat {openshift} {connectors} add-on to your {osd-name-short} trial cluster^].
218218
+
219-
If you're using the evaluation {openshift-dedicated} environment, click *Register eval namespace* to provision a namespace for hosting the {connectors} instances that you create.
219+
If you're using the evaluation {osd-name-short} environment, click *Register eval namespace* to provision a namespace for hosting the {connectors} instances that you create.
220220

221221
. Click *Next*.
222222

@@ -289,11 +289,11 @@ endif::[]
289289
+
290290
For example, select *test* and then click *Next*.
291291

292-
. On the *Namespace* page, the namespace that you select depends on your {openshift-dedicated} environment. The namespace is the deployment space that hosts your {connectors} instances.
292+
. On the *Namespace* page, the namespace that you select depends on your {osd-name-short} environment. The namespace is the deployment space that hosts your {connectors} instances.
293293
+
294-
If you're using a trial cluster on your own {openshift-dedicated} environment, select the card for the namespace that was created when you added the {connectors} service to your trial cluster.
294+
If you're using a trial cluster on your own {osd-name-short} environment, select the card for the namespace that was created when you added the {connectors} service to your trial cluster.
295295
+
296-
If you're using the evaluation {openshift-dedicated} environment, click the *eval namespace* that you created when you created the source connector.
296+
If you're using the evaluation {osd-name-short} environment, click the *eval namespace* that you created when you created the source connector.
297297

298298
. Click *Next*.
299299

docs/connectors/rhoas-cli-getting-started-connectors/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

docs/kafka/access-mgmt-kafka/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

docs/kafka/consumer-configuration-kafka/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

docs/kafka/getting-started-kafka/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

docs/kafka/kafka-bin-scripts-kafka/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

docs/kafka/kafka-instance-settings/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

docs/kafka/kcat-kafka/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

0 commit comments

Comments
 (0)