Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions getting_started/administrators.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ changes do not alter the {product-title} and Docker service setup.
====

[[get-started-cloud-providers]]
=== On-premises vs Cloud Providers
=== On-premise vs Cloud Providers

{product-title} can be installed on-premises or hosted on public or private
clouds. For more details,
xref:../install_config/install/advanced_install.adoc#advanced-cloud-providers[see the advanced installation guide].
{product-title} can be installed on-premise or hosted on public or private
clouds. For information, see
xref:../install_config/install/advanced_install.adoc#advanced-cloud-providers[Advanced Installation].

Once you have your cluster nodes provisioned, choose the
installation method that fits your case the best.
Expand Down
38 changes: 19 additions & 19 deletions install_config/install/advanced_install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,32 +84,32 @@ you can continue in this topic to
xref:configuring-ansible[Configuring Ansible Inventory Files].

[[advanced-cloud-providers]]
=== Choosing clouds over on-premises
=== Cloud installation

Provisioning of VMs in a cloud, defining your cloud hosted infrastructure and
applying post-provision configuration may be assisted with Ansible
automation playbooks for the supported cloud providers. This advanced installation
guide is happen to fulfill that purpose as well.
{product-title} VMs can be provisioned in a cloud environment.

You can use Ansible playbooks to automate defining of your cloud hosted infrastructure and
applying post-provision configuration for the supported cloud providers. Follow these advanced installation
to help you create the needed playbooks.

ifdef::openshift-enterprise[]
[NOTE:]
====
A managed dedicated cloud hosted infrastructure may be alternatively
operated as a service by Red Hat, see the
link:https://www.openshift.com/dedicated/index.html[OpenShift Dedicated]
product offering for more details.
The link:https://www.openshift.com/dedicated/index.html[OpenShift Dedicated]
product offering provides a dedicated cloud hosted infrastructure operated as a service by Red Hat, see for more details.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing word here due to the relocated link.

====
endif::[]

==== OpenStack provider

In order to install {product-title} with manual steps using OpenStack CLI,
see the
link:https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/deploying_and_managing_red_hat_openshift_container_platform_3.6_on_red_hat_openstack_platform_10[reference architecture],
which is actual for {product-title} 3.6 and Red Hat OpenStack Platform 10.
As an alternate, you can install {product-title} using the OpenStack CLI,
For more information, See the
link:https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/deploying_and_managing_red_hat_openshift_container_platform_3.6_on_red_hat_openstack_platform_10[reference architecture] for {product-title} 3.6 and Red Hat OpenStack Platform 10.

As a prerequisite, you will have to provision VMs and configure the cloud
infrastructure, like network, storage, firewall and security groups.
These configuration tasks may be assisted by that reference architecture,
the
As a prerequisite to using the Openstack CLI, first provision VMs and configure the cloud
infrastructure, such as networking, storage, firewall and security groups.
For information on these configuration tasks using the reference architecture,
see the
xref:../../install_config/install/prerequisites#prereq-cloud-provider-considerations[cloud provider considerations]
and link:https://github.com/openshift/openshift-ansible/tree/master/playbooks/openstack[Ansible playbooks]
to automate it. See also
Expand All @@ -123,9 +123,9 @@ ifdef::openshift-enterprise[]
The reference architecture for automated installations based on
link:https://docs.openstack.org/heat/latest[OpenStack Heat] templates for
link:https://access.redhat.com/documentation/en-us/reference_architectures/2017/html/deploying_red_hat_openshift_container_platform_3.4_on_red_hat_openstack_platform_10[{product-title} 3.4 on Red Hat OpenStack Platform 10]
is not supported anymore. For OSP 13 time frame, it is being replaced with the
is no longer supported. For the Red Hat OpenStack 13 release, this process is replaced with the
link:https://github.com/openshift/openshift-ansible/tree/master/playbooks/openstack[Ansible driven deployment solution].
For automated installations, please follow that guide instead!
For automated installations, please follow that guide instead.
====
endif::[]

Expand Down
19 changes: 9 additions & 10 deletions install_config/install/planning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ the following questions as you read through the documentation:
section provides more information about the cloud providers options available.

ifdef::openshift-enterprise[]
* _Do you need a dedicated cloud hosted infrastructure?_ There might be
managed multi-tenant alternatives as well. For example, operated as a service
by Red Hat cloud hosted infrastructure where your workloads run
alongside other customers' containers. If that fits your case, see
link:https://www.openshift.com/[OpenShift Online] for more details.
* _Do you need a dedicated cloud hosted infrastructure?_ Red Hat offers
managed multi-tenant solutions. For example, link:https://www.openshift.com/[OpenShift Online]
is a cloud hosted infrastructure operated as a service
by Red Hat where your workloads run alongside other customers' containers.

* _Will you manage your dedicated cloud hosted infrastructure or prefer
* _Will you manage your Dedicated cloud hosted infrastructure or prefer
having it managed as a service?_ See the
link:https://www.openshift.com/dedicated/index.html[OpenShift Dedicated]
product offering that might fit the case better.
product offering.
endif::[]

* _Which installation method do you want to use?_ The xref:installation-methods[Installation Methods]
Expand Down Expand Up @@ -85,9 +84,9 @@ that way.
=== On-premises vs Cloud Providers

{product-title} can be installed on-premises or hosted on public or private
clouds. The aforementioned Ansible playbooks will help you with automation of
the provisioning and installation processes. For more details,
xref:../../install_config/install/advanced_install.adoc#advanced-cloud-providers[see the advanced installation guide].
clouds. Ansible playbooks can help you with automating
the provisioning and installation processes. For see
xref:../../install_config/install/advanced_install.adoc#advanced-cloud-providers[Advanced Installation].

[[sizing]]
== Sizing Considerations
Expand Down