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: modules/installation-configuration-parameters.adoc
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -796,6 +796,14 @@ On clusters that use Kuryr, {rh-openstack} Octavia does not support availability
796
796
|For compute machines, the availability zone to install root volumes on. If you do not set a value for this parameter, the installer selects the default availability zone.
797
797
|A list of strings, for example `["zone-1", "zone-2"]`.
798
798
799
+
|`compute.platform.openstack.serverGroupPolicy`
800
+
|Server group policy to apply to the group that will contain the compute machines in the pool. You cannot change server group policies or affiliations after creation. Supported options include `anti-affinity`, `soft-affinity`, and `soft-anti-affinity`. The default value is `soft-anti-affinity`.
801
+
802
+
An `affinity` policy prevents migrations and therefore affects {rh-openstack} upgrades. The `affinity` policy is not supported.
803
+
804
+
If you use a strict `anti-affinity` policy, an additional {rh-openstack} host is required during instance migration.
805
+
|A server group policy to apply to the machine pool. For example, `soft-affinity`.
|Additional networks that are associated with control plane machines. Allowed address pairs are not created for additional networks.
801
809
|A list of one or more UUIDs as strings. For example, `fa806b2f-ac49-4bce-b9db-124bc64209bf`.
@@ -814,6 +822,14 @@ On clusters that use Kuryr, {rh-openstack} Octavia does not support availability
814
822
|For control plane machines, the availability zone to install root volumes on. If you do not set this value, the installer selects the default availability zone.
815
823
|A list of strings, for example `["zone-1", "zone-2"]`.
|Server group policy to apply to the group that will contain the control plane machines in the pool. You cannot change server group policies or affiliations after creation. Supported options include `anti-affinity`, `soft-affinity`, and `soft-anti-affinity`. The default value is `soft-anti-affinity`.
827
+
828
+
An `affinity` policy prevents migrations, and therefore affects {rh-openstack} upgrades. The `affinity` policy is not supported.
829
+
830
+
If you use a strict `anti-affinity` policy, an additional {rh-openstack} host is required during instance migration.
831
+
|A server group policy to apply to the machine pool. For example, `soft-affinity`.
832
+
817
833
|`platform.openstack.clusterOSImage`
818
834
|The location from which the installer downloads the {op-system} image.
Optionally, you can set the affinity policy for compute machines during installation. The installer does not select an affinity policy for compute machines by default.
15
+
Optionally, you can set the affinity policy for compute machines during installation. By default, both compute and control plane machines are created with a `soft-anti-affinity` policy.
16
16
17
17
You can also create machine sets that use particular {rh-openstack} server groups after installation.
18
18
19
-
[NOTE]
20
-
====
21
-
Control plane machines are created with a `soft-anti-affinity` policy.
22
-
====
23
-
24
19
[TIP]
25
20
====
26
21
You can learn more about link:https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/configuring_the_compute_service_for_instance_creation/configuring-instance-scheduling-and-placement[{rh-openstack} instance scheduling and placement] in the {rh-openstack} documentation.
0 commit comments