Skip to content

Commit 1792232

Browse files
committed
Remove UPI support statement from ShiftStack compact docs
Fixes OSDOCS-12124
1 parent 023f0c2 commit 1792232

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

installing/installing_openstack/installing-openstack-three-node.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ toc::[]
88

99
In {product-title} version {product-version}, you can install a three-node cluster on {rh-openstack-first}. A three-node cluster consists of three control plane machines, which also act as compute machines. This type of cluster provides a smaller, more resource efficient cluster, for cluster administrators and developers to use for testing, development, and production.
1010

11-
You can install a three-node cluster by using either installer-provisioned or user-provisioned infrastructure.
11+
You can install a three-node cluster on installer-provisioned infrastructure only.
1212

1313
include::modules/installation-three-node-cluster-cloud-provider.adoc[leveloffset=+1]
1414

1515
== Next steps
16-
* xref:../../installing/installing_openstack/installing-openstack-installer-custom.adoc#installing-openstack-installer-custom[Installing a cluster on OpenStack with customizations]
17-
* xref:../../installing/installing_openstack/installing-openstack-user.adoc#installing-openstack-user[Installing a cluster on OpenStack on your own infrastructure]
16+
* xref:../../installing/installing_openstack/installing-openstack-installer-custom.adoc#installing-openstack-installer-custom[Installing a cluster on OpenStack with customizations]

modules/installation-three-node-cluster-cloud-provider.adoc

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ endif::[]
1919
ifeval::["{context}" == "installing-nutanix-three-node"]
2020
:nutanix:
2121
endif::[]
22+
ifeval::["{context}" == "installing-openstack-three-node"]
23+
:openstack:
24+
endif::[]
2225

2326
:_mod-docs-content-type: PROCEDURE
2427
[id="installation-three-node-cluster_{context}"]
@@ -37,13 +40,13 @@ Because application workloads run from control plane nodes, additional subscript
3740
3841
.Procedure
3942

40-
ifdef::nutanix[]
43+
ifdef::nutanix,openstack[]
4144
* Set the number of compute replicas to `0` in your `install-config.yaml` file, as shown in the following `compute` stanza:
42-
endif::nutanix[]
45+
endif::nutanix,openstack[]
4346

44-
ifndef::nutanix[]
47+
ifndef::nutanix,openstack[]
4548
. Set the number of compute replicas to `0` in your `install-config.yaml` file, as shown in the following `compute` stanza:
46-
endif::nutanix[]
49+
endif::nutanix,openstack[]
4750
+
4851
.Example `install-config.yaml` file for a three-node cluster
4952
[source,yaml]
@@ -56,7 +59,7 @@ compute:
5659
replicas: 0
5760
# ...
5861
----
59-
ifndef::vsphere,nutanix[]
62+
ifndef::vsphere,nutanix,openstack[]
6063
. If you are deploying a cluster with user-provisioned infrastructure:
6164
** After you create the Kubernetes manifest files, make sure that the `spec.mastersSchedulable` parameter is set to `true` in `cluster-scheduler-02-config.yml` file. You can locate this file in `<installation_directory>/manifests`.
6265
ifdef::aws[]
@@ -69,7 +72,7 @@ ifdef::gcp[]
6972
For more information, see "Creating the Kubernetes manifest and Ignition config files" in "Installing a cluster on user-provisioned infrastructure in GCP by using Deployment Manager templates".
7073
endif::gcp[]
7174
** Do not create additional worker nodes.
72-
endif::vsphere,nutanix[]
75+
endif::vsphere,nutanix,openstack[]
7376

7477
ifdef::vsphere[]
7578
. If you are deploying a cluster with user-provisioned infrastructure:
@@ -81,7 +84,7 @@ endif::vsphere[]
8184
** Do not create additional worker nodes.
8285
endif::vsphere[]
8386

84-
ifndef::nutanix[]
87+
ifndef::nutanix,openstack[]
8588
.Example `cluster-scheduler-02-config.yml` file for a three-node cluster
8689
[source,yaml]
8790
----
@@ -96,7 +99,7 @@ spec:
9699
name: ""
97100
status: {}
98101
----
99-
endif::nutanix[]
102+
endif::nutanix,openstack[]
100103

101104
ifeval::["{context}" == "installing-aws-three-node"]
102105
:!aws:
@@ -113,3 +116,6 @@ endif::[]
113116
ifeval::["{context}" == "installing-nutanix-three-node"]
114117
:!nutanix:
115118
endif::[]
119+
ifeval::["{context}" == "installing-openstack-three-node"]
120+
:!openstack:
121+
endif::[]

0 commit comments

Comments
 (0)