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
@@ -779,6 +779,14 @@ On clusters that use Kuryr, {rh-openstack} Octavia does not support availability
779
779
|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.
780
780
|A list of strings, for example `["zone-1", "zone-2"]`.
781
781
782
+
|`compute.platform.openstack.serverGroupPolicy`
783
+
|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`.
784
+
785
+
An `affinity` policy prevents migrations and therefore affects {rh-openstack} upgrades. The `affinity` policy is not supported.
786
+
787
+
If you use a strict `anti-affinity` policy, an additional {rh-openstack} host is required during instance migration.
788
+
|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.
784
792
|A list of one or more UUIDs as strings. For example, `fa806b2f-ac49-4bce-b9db-124bc64209bf`.
@@ -797,6 +805,14 @@ On clusters that use Kuryr, {rh-openstack} Octavia does not support availability
797
805
|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.
798
806
|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`.
810
+
811
+
An `affinity` policy prevents migrations, and therefore affects {rh-openstack} upgrades. The `affinity` policy is not supported.
812
+
813
+
If you use a strict `anti-affinity` policy, an additional {rh-openstack} host is required during instance migration.
814
+
|A server group policy to apply to the machine pool. For example, `soft-affinity`.
815
+
800
816
|`platform.openstack.clusterOSImage`
801
817
|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.
14
+
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.
15
15
16
16
You can also create machine sets that use particular {rh-openstack} server groups after installation.
17
17
18
-
[NOTE]
19
-
====
20
-
Control plane machines are created with a `soft-anti-affinity` policy.
21
-
====
22
-
23
18
[TIP]
24
19
====
25
20
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