SddcVspClusterSpec
Specification VSP cluster deployment
{
"platformFqdn": "vsp-cluster.rainpole.io",
"systemUserPassword": "Broadcom1@!#$%?^*",
"ipv4Pool": {
"cidr": "10.0.0.0/24",
"ipRange": {
"startIpAddress": "192.168.0.123",
"endIpAddress": "192.168.0.128"
},
"addresses": [
"[\"10.0.0.80\", \"10.0.0.81\", \"10.0.0.82\", ...]"
],
"excludedAddresses": [
"[\"10.0.0.81\", ...]"
]
},
"ipv6Pool": {
"cidr": "2001:db8::00/112",
"ipRange": {
"startIpAddress": "::",
"endIpAddress": "2001:0db8:0000:0000:0000:ff00:0042:8329"
},
"addresses": [
"[\"2001:db8::80\", \"2001:db8::81\", \"2001:db8::82\", ...]"
],
"excludedAddresses": [
"[\"2001:db8::81\", ...]"
]
},
"size": "small",
"internalClusterCidrIpv4": "198.18.0.0/15",
"internalClusterCidrIpv6": "fd00::/111",
"instanceFqdn": "instance.rainpole.io",
"fleetFqdn": "instance.rainpole.io",
"version": "9.0.0.0.24597083",
"useExistingDeployment": true,
"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"
}
VSP cluster primary FQDN. Short hostname part of the FQDN must be maximum 63 characters in length and may contain alphanumeric characters and dashes.
SSH password for vmware-system-user and [email protected] on VMSP cluster nodes. Password must be at least 15 characters long. If blank the password will be auto-generated.
Spec contains parameters for IPv4Pool. One of addresses, ipRange or cidr is required
Size of VSP cluster. One among: small, small_ha, medium, large (small_ha is for management VSP cluster only and cannot be used for consumption VSP cluster (VCF Automation)).
Internal Cluster CIDR for IPv4. The set of addresses must be completely unique and not in use anywhere in your entire environment. Supported values: 198.18.0.0/15, 240.0.0.0/15, 250.0.0.0/15.
Internal Cluster CIDR for IPv6. The set of addresses must be completely unique and not in use anywhere in your entire environment. Supported values: fd00::/111, fd00::0/111, fc00::/111, fc00::0/111, fc00::4:0/111, fc00::0004:0/111.
VSP cluster instance FQDN.
VSP cluster fleet FQDN. This should be provided in VVF and primary VCF instance. If building a secondary VCF instance, do not provide this field.
Version
Import existing deployment or deploy one.
SSL thumbprint (SHA256) of the product's certificate. Need to be populated when using existing deployment in order to establish trust with the existing product.