Skip to main content
Version: latest

Updates the cluster configuration information

PUT 

/v1/cloudconfigs/openstack/:configUid/clusterConfig

Updates the cluster configuration information

Request

Path Parameters

    configUid stringrequired

    Cluster's cloud config uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    clusterConfig

    object

    Cluster level configuration for OpenStack cloud and applicable for all the machine pools

    bastionDisabledboolean

    Create bastion node option we have earlier supported creation of bastion by default

    dnsNameserversstring[]

    DNSNameservers is the list of nameservers for OpenStack Subnet being created. Set this value when you need create a new network/subnet while the access through DNS is required.

    domain

    object

    idstring
    namestring

    network

    object

    idstring
    namestring
    nodeCidrstring

    For dynamic provision NodeCIDR is the OpenStack Subnet to be created. Cluster actuator will create a network, a subnet with NodeCIDR, and a router connected to this subnet. If you leave this empty, no network will be created.

    project

    object

    idstring
    namestring
    regionstring
    sshKeyNamestring

    subnet

    object

    idstring
    namestring

Responses

The resource was updated successfully

Loading...