diff --git a/machine_management/creating-infrastructure-machinesets.adoc b/machine_management/creating-infrastructure-machinesets.adoc index 73be6edd684d..e0471c43b2a6 100644 --- a/machine_management/creating-infrastructure-machinesets.adoc +++ b/machine_management/creating-infrastructure-machinesets.adoc @@ -46,6 +46,8 @@ include::modules/machineset-yaml-azure.adoc[leveloffset=+3] include::modules/machineset-yaml-gcp.adoc[leveloffset=+3] +include::modules/machineset-yaml-ocp.adoc[leveloffset=+3] + include::modules/machineset-creating.adoc[leveloffset=+2] [id="moving-resources-to-infrastructure-machinesets"] diff --git a/modules/machineset-yaml-osp.adoc b/modules/machineset-yaml-osp.adoc index fa6d5573ea9b..ebda6525eafc 100644 --- a/modules/machineset-yaml-osp.adoc +++ b/modules/machineset-yaml-osp.adoc @@ -48,6 +48,7 @@ spec: namespace: openshift-machine-api flavor: image: + serverGroupID: <4> kind: OpenstackProviderSpec networks: - filter: {} @@ -78,3 +79,5 @@ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster ---- <2> Specify the node label to add. <3> Specify the infrastructure ID and node label. +<4> To set a server group policy for the MachineSet, enter the value that is returned from +link:https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.0/html/command_line_interface_reference/server#server_group_create[creating a server group]. For most deployments, `anti-affinity` or `soft-anti-affinity` policies are recommended.