Skip to content

Commit f7cd4d1

Browse files
authored
Merge pull request #33455 from pneedle-rh/osdocs-1977-preparing-to-install-openstack
OSDOCS-1977: Adding a 'Preparing to install on OpenStack' assembly
2 parents 5087dc8 + ec3ac93 commit f7cd4d1

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ Topics:
263263
- Name: Installing on OpenStack
264264
Dir: installing_openstack
265265
Topics:
266+
- Name: Preparing to install on OpenStack
267+
File: preparing-to-install-on-openstack
266268
# - Name: Installing a cluster on OpenStack
267269
# File: installing-openstack-installer
268270
- Name: Installing a cluster on OpenStack with customizations

installing/installing_aws/preparing-to-install-on-aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can install {product-title} on AWS by using one of the following deployment
3838

3939
* **xref:../../installing/installing_aws/installing-aws-user-infra.adoc#installing-aws-user-infra[Installing a cluster on AWS infrastructure that you provide]**: You can install {product-title} on AWS infrastructure that you provide. You can use the provided CloudFormation templates to create stacks of AWS resources that represent each of the components required for an {product-title} installation.
4040

41-
* **xref:../../installing/installing_aws/installing-restricted-networks-aws.adoc#installing-restricted-networks-aws[Installing a cluster on AWS by using an internal mirror]**: You can install {product-title} on AWS infrastructure that you provide by using an internal mirror of the installation release content. You can use this method to install a cluster that does not require an active Internet connection to obtain the software components. While you can install {product-title} by using the mirrored content, your cluster still requires Internet access to use the AWS APIs.
41+
* **xref:../../installing/installing_aws/installing-restricted-networks-aws.adoc#installing-restricted-networks-aws[Installing a cluster on AWS by using an internal mirror]**: You can install {product-title} on AWS infrastructure that you provide by using an internal mirror of the installation release content. You can use this method to install a cluster that does not require an active Internet connection to obtain the software components. You can also use this installation method to ensure that your clusters only use container images that satisfy your organizational controls on external content. While you can install {product-title} by using the mirrored content, your cluster still requires Internet access to use the AWS APIs.
4242

4343
[id="preparing-to-install-on-aws-next-steps"]
4444
== Next steps
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[id="preparing-to-install-on-openstack"]
2+
= Preparing to install on OpenStack
3+
include::modules/common-attributes.adoc[]
4+
:context: preparing-to-install-on-openstack
5+
6+
toc::[]
7+
8+
[id="preparing-to-install-on-openstack-prerequisites"]
9+
== Prerequisites
10+
11+
* You reviewed details about the xref:../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] processes.
12+
13+
* You read the documentation on xref:../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
14+
15+
[id="choosing-an-method-to-install-ocp-on-openstack"]
16+
== Choosing a method to install {product-title} on OpenStack
17+
18+
You can install {product-title} on {rh-openstack-first} by using one of the following deployment methods.
19+
20+
* **xref:../../installing/installing_openstack/installing-openstack-installer-custom.adoc#installing-openstack-installer-custom[Installing a cluster on OpenStack with customizations]**: You can install a customized cluster on {rh-openstack}. The installation program allows for some customization to be applied at the installation stage. Many other customization options are available xref:../../post_installation_configuration/cluster-tasks.adoc#post-install-cluster-tasks[post-installation].
21+
22+
* **xref:../../installing/installing_openstack/installing-openstack-installer-kuryr.adoc#installing-openstack-installer-kuryr[Installing a cluster on OpenStack with Kuryr]**: You can install a customized {product-title} cluster on {rh-openstack} that uses Kuryr SDN. Kuryr and {product-title} integration is primarily designed for {product-title} clusters running on {rh-openstack} VMs. Kuryr improves the network performance by plugging {product-title} pods into {rh-openstack} SDN. In addition, it provides interconnectivity between pods and {rh-openstack} virtual instances.
23+
24+
* **xref:../../installing/installing_openstack/installing-openstack-user.adoc#installing-openstack-user[Installing a cluster on OpenStack on your own infrastructure]**: You can install {product-title} on {rh-openstack} that runs on user-provisioned infrastructure. By using this installation method, you can integrate your cluster with existing infrastructure and modifications. For installations on user-provisioned infrastructure, you must create all {rh-openstack} resources, like Nova servers, Neutron ports, and security groups. You can use the provided Ansible playbooks to assist with the deployment process.
25+
26+
* **xref:../../installing/installing_openstack/installing-openstack-user-kuryr.adoc#installing-openstack-user-kuryr[Installing a cluster on OpenStack with Kuryr on your own infrastructure]**: You can install {product-title} on a user-provisioned {rh-openstack} environment that uses Kuryr SDN.
27+
28+
* **xref:../../installing/installing_openstack/installing-openstack-user-sr-iov.adoc#installing-openstack-user-sr-iov[Installing a cluster on OpenStack on your own SR-IOV infrastructure]**: You can install {product-title} on {rh-openstack} that runs on user-provisioned infrastructure and uses single-root input/output virtualization (SR-IOV) networks to run compute machines.
29+
30+
* **xref:../../installing/installing_openstack/installing-openstack-installer-restricted.adoc#installing-openstack-installer-restricted[Installing a cluster on OpenStack in a restricted network]**: You can install {product-title} on {rh-openstack} in a restricted or disconnected network, by creating an internal mirror of the installation release content. You can use this method to install a cluster that does not require an active internet connection to obtain the software components. You can also use this installation method to ensure that your clusters only use container images that satisfy your organizational controls on external content.

0 commit comments

Comments
 (0)