Skip to content

Support OpenStack ServerGroup from Terraform Output #4095

Description

@fzakfeld

Description of the feature you would like to add / User story

As a KubeOne deployer, I would like to specify an OpenStack server group ID for worker nodes from the terraform output in order to ensure anti-affinity.

Solution details

The machinedeployment supports this already, but it is not passed from the terraform output.

e.g.

"providerSpec": {
          "cloudProviderSpec": {
            "flavor": "foo",
            "image": "Ubuntu 24.04",
            "serverGroup": "8c23e1ea-9868-466b-9dad-bda42d1ddf48",
...

Alternative approaches

Patch the machinedeployment manually

Use cases

Anti-Affinity for worker nodes

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.sig/cluster-managementDenotes a PR or issue as being assigned to SIG Cluster Management.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions