VcfOperationsSpec

VcfOperationsSpec
VcfOperationsSpec

Specification for VCF Operations

JSON Example
{
    "nodes": [
        {
            "hostname": "vcfoperations-master.rainpole.io",
            "rootUserPassword": "string",
            "type": "master",
            "sslThumbprint": "3D:D0:EE:B5:A0:CC:45:08:5C:4F:84:51:CD:00:B6:41:BB:4A:A2:9A:77:1C:A6:4C:6D:84:5A:D0:4F:68:7A:B8"
        }
    ],
    "adminUserPassword": "string",
    "applianceSize": "medium",
    "loadBalancerFqdn": "string",
    "useExistingDeployment": true,
    "version": "9.0.0.0.24597083"
}
nodes
Required
Constraints: minItems: 1 maxItems: 3

List of VCF Ops nodes. If building a secondary VCF instance, specify the details of the existing VCF Ops master node.

string
adminUserPassword
Optional
Constraints: minLength: 8 maxLength: 2147483647

Admin user password. If blank the password will be auto-generated. If building a secondary VCF instance, this field should be set to the existing admin password of VCF Ops.

string As (xsmall|small|medium|large|xlarge)
applianceSize
Optional

VCF Operations appliance size. One among: xsmall, small, medium, large, xlarge for Simple deployment model and one among: medium, large, xlarge for High Availability. Default value if not provided is medium for both deployment models.

string
loadBalancerFqdn
Optional

Load Balancer FQDN

boolean
useExistingDeployment
Optional

Import existing deployment or deploy one. If building a secondary VCF instance, this field should be set to true

string
version
Optional

Version

Property Of