Skip to content

Commit 3cd0c67

Browse files
authored
Merge pull request #84699 from mburke5678/GH-83210-on-premise-fix
Changing on-premises to on-premise per RH supplementary style guide
2 parents 2cab5b5 + 4e827ef commit 3cd0c67

15 files changed

+16
-17
lines changed

applications/index.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ You can also use xref:../applications/working_with_helm_charts/understanding-hel
4646

4747
[id="redhat-marketplace"]
4848
== Using the Red Hat Marketplace
49-
The xref:../applications/red-hat-marketplace.adoc#red-hat-marketplace[Red Hat Marketplace] is an open cloud marketplace where you can discover and access certified software for container-based environments that run on public clouds and on-premises.
50-
49+
The xref:../applications/red-hat-marketplace.adoc#red-hat-marketplace[Red Hat Marketplace] is an open cloud marketplace where you can discover and access certified software for container-based environments that run on public clouds and on-premise.

applications/red-hat-marketplace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
The link:https://marketplace.redhat.com[Red Hat Marketplace] is an open cloud marketplace that makes it easy to discover and access certified software for container-based environments that run on public clouds and on-premises.
9+
The link:https://marketplace.redhat.com[Red Hat Marketplace] is an open cloud marketplace that makes it easy to discover and access certified software for container-based environments that run on public clouds and on-premise.
1010

1111
include::modules/red-hat-marketplace-features.adoc[leveloffset=+1]

installing/installing_vsphere/installing-vsphere-agent-based-installer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
The Agent-based installation method provides the flexibility to boot your on-premises servers in any way that you choose. It combines the ease of use of the Assisted Installation service with the ability to run offline, including in air-gapped environments.
9+
The Agent-based installation method provides the flexibility to boot your on-premise servers in any way that you choose. It combines the ease of use of the Assisted Installation service with the ability to run offline, including in air-gapped environments.
1010

1111
Agent-based installation is a subcommand of the {product-title} installer. It generates a bootable ISO image containing all of the information required to deploy an {product-title} cluster with an available release image.
1212

installing/installing_vsphere/preparing-to-install-on-vsphere.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can install {product-title} with the link:https://access.redhat.com/document
1616
== Agent-based Installer
1717

1818
You can install an {product-title} cluster on vSphere using the Agent-based Installer.
19-
The Agent-based Installer can be used to boot an on-premises server in a disconnected environment by using a bootable image.
19+
The Agent-based Installer can be used to boot an on-premise server in a disconnected environment by using a bootable image.
2020
With the Agent-based Installer, users also have the flexibility to provision infrastructure, customize network configurations, and customize installations within a disconnected environment.
2121
See xref:../../installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc#preparing-to-install-with-agent-based-installer[Preparing to install with the Agent-based Installer] for additional details.
2222

installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
[id="about-the-agent-based-installer_{context}"]
1010
== About the Agent-based Installer
1111

12-
The Agent-based installation method provides the flexibility to boot your on-premises servers in any way that you choose. It combines the ease of use of the Assisted Installation service with the ability to run offline, including in air-gapped environments.
12+
The Agent-based installation method provides the flexibility to boot your on-premise servers in any way that you choose. It combines the ease of use of the Assisted Installation service with the ability to run offline, including in air-gapped environments.
1313
Agent-based installation is a subcommand of the {product-title} installer.
1414
It generates a bootable ISO image containing all of the information required to deploy an {product-title} cluster, with an available release image.
1515

modules/migration-migrating-on-prem-to-cloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// * migration_toolkit_for_containers/advanced-migration-options-mtc.adoc
55
:_mod-docs-content-type: PROCEDURE
66
[id="migration-migrating-applications-on-prem-to-cloud_{context}"]
7-
= Migrating an application from on-premises to a cloud-based cluster
7+
= Migrating an application from on-premise to a cloud-based cluster
88

99
You can migrate from a source cluster that is behind a firewall to a cloud-based destination cluster by establishing a network tunnel between the two clusters. The `crane tunnel-api` command establishes such a tunnel by creating a VPN tunnel on the source cluster and then connecting to a VPN server running on the destination cluster. The VPN server is exposed to the client using a load balancer address on the destination cluster.
1010

modules/olm-why-use-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Operators provide:
1515
--
1616

1717
Why deploy on Kubernetes?::
18-
Kubernetes (and by extension, {product-title}) contains all of the primitives needed to build complex distributed systems – secret handling, load balancing, service discovery, autoscaling – that work across on-premises and cloud providers.
18+
Kubernetes (and by extension, {product-title}) contains all of the primitives needed to build complex distributed systems – secret handling, load balancing, service discovery, autoscaling – that work across on-premise and cloud providers.
1919

2020
Why manage your app with Kubernetes APIs and `kubectl` tooling?::
2121
These APIs are feature rich, have clients for all platforms and plug into the cluster's access control/auditing. An Operator uses the Kubernetes extension mechanism, custom resource definitions (CRDs), so your custom object, link:https://marketplace.redhat.com/en-us/products/mongodb-enterprise-advanced-from-ibm[for example `MongoDB`], looks and acts just like the built-in, native Kubernetes objects.

modules/policy-shared-responsibility.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Red Hat is responsible for enabling changes to the cluster infrastructure and se
7373

7474
|Virtual networking
7575
|* Set up and configure virtual networking components required to provision the cluster, including virtual private cloud, subnets, load balancers, internet gateways, NAT gateways, etc.
76-
* Provide the ability for the customer to manage VPN connectivity with on-premises resources, VPC to VPC connectivity, and Direct connectivity as required through {cluster-manager}.
76+
* Provide the ability for the customer to manage VPN connectivity with on-premise resources, VPC to VPC connectivity, and Direct connectivity as required through {cluster-manager}.
7777
* Setup and configure PSC attachments. ^[1]^
7878
* Enable customers to create and deploy public cloud load balancers for use with service load balancers.
7979
|* Set up and maintain optional public cloud networking components, such as VPC to VPC connection, VPN connection, or Direct connection.
@@ -172,4 +172,4 @@ Disaster recovery includes data and configuration backup, replicating data and c
172172
|* Configure virtual networking connections with more than one tunnel where possible for protection against outages as recommended by the public cloud provider.
173173
* Maintain failover DNS and load balancing if using a global load balancer with multiple clusters.
174174

175-
|===
175+
|===

modules/registry-configuring-registry-storage-rhodf-cephfs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
{rh-storage-first} integrates multiple storage types that you can use with the {product-registry}:
1414

15-
* Ceph, a shared and distributed file system and on-premises object storage
15+
* Ceph, a shared and distributed file system and on-premise object storage
1616
* NooBaa, providing a Multicloud Object Gateway
1717
1818
This document outlines the procedure to configure the image registry to use CephFS storage.

modules/registry-configuring-registry-storage-rhodf-cephrgw.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
{rh-storage-first} integrates multiple storage types that you can use with the {product-registry}:
1414

15-
* Ceph, a shared and distributed file system and on-premises object storage
15+
* Ceph, a shared and distributed file system and on-premise object storage
1616
* NooBaa, providing a Multicloud Object Gateway
1717
1818
This document outlines the procedure to configure the image registry to use Ceph RGW storage.

0 commit comments

Comments
 (0)