You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installing/installing_openstack/installing-openstack-three-node.adoc
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,9 @@ toc::[]
8
8
9
9
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.
10
10
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.
* 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]
@@ -37,13 +40,13 @@ Because application workloads run from control plane nodes, additional subscript
37
40
38
41
.Procedure
39
42
40
-
ifdef::nutanix[]
43
+
ifdef::nutanix,openstack[]
41
44
* 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[]
43
46
44
-
ifndef::nutanix[]
47
+
ifndef::nutanix,openstack[]
45
48
. 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[]
47
50
+
48
51
.Example `install-config.yaml` file for a three-node cluster
49
52
[source,yaml]
@@ -56,7 +59,7 @@ compute:
56
59
replicas: 0
57
60
# ...
58
61
----
59
-
ifndef::vsphere,nutanix[]
62
+
ifndef::vsphere,nutanix,openstack[]
60
63
. If you are deploying a cluster with user-provisioned infrastructure:
61
64
** 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`.
62
65
ifdef::aws[]
@@ -69,7 +72,7 @@ ifdef::gcp[]
69
72
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".
70
73
endif::gcp[]
71
74
** Do not create additional worker nodes.
72
-
endif::vsphere,nutanix[]
75
+
endif::vsphere,nutanix,openstack[]
73
76
74
77
ifdef::vsphere[]
75
78
. If you are deploying a cluster with user-provisioned infrastructure:
@@ -81,7 +84,7 @@ endif::vsphere[]
81
84
** Do not create additional worker nodes.
82
85
endif::vsphere[]
83
86
84
-
ifndef::nutanix[]
87
+
ifndef::nutanix,openstack[]
85
88
.Example `cluster-scheduler-02-config.yml` file for a three-node cluster
0 commit comments