vcenter lcm: psc
Spec used to configure a Platform Services Controller. This section describes how the Platform Services Controller appliance should be configured. If unset, either
#vcsaEmbedded
or #vcsaExternal
must be provided. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"ceip_enabled" : true,
"standalone" : {
"sso_admin_password" : "secret string",
"sso_site_name" : "string",
"sso_domain_name" : "string"
},
"replicated" : {
"sso_admin_password" : "secret string",
"https_port" : 1,
"sso_site_name" : "string",
"sso_domain_name" : "string",
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"partner_hostname" : "string"
}
}
"ceip_enabled" : true,
"standalone" : {
"sso_admin_password" : "secret string",
"sso_site_name" : "string",
"sso_domain_name" : "string"
},
"replicated" : {
"sso_admin_password" : "secret string",
"https_port" : 1,
"sso_site_name" : "string",
"sso_domain_name" : "string",
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"partner_hostname" : "string"
}
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
standalone.sso_admin_password | secret | Password must conform to the following requirements: 1. At least 8 characters. 2. No more than 20 characters. 3. At least 1 uppercase character. 4. At least 1 lowercase character. 5. At least 1 number. 6. At least 1 special character (e.g., '!', '(', '@', etc.). 7. Only visible A-Z, a-z, 0-9 and punctuation (spaces are not allowed). Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
standalone.sso_domain_name | string | Domain name of the newly deployed PSC. For example, 'vsphere.local'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
replicated.sso_admin_password | secret | Administrator password of the PSC to be replicated. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
replicated.sso_domain_name | string | Domain name of the remote PSC. For example, 'vsphere.local'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
replicated.partner_hostname | string | The IP address or DNS resolvable name of the remote PSC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
ceip_enabled | boolean | This key describes the enabling option for the VMware's Customer Experience Improvement Program (CEIP). By default we have ceip_enabled : true, which indicates that you are joining CEIP. If you prefer not to participate in the VMware's CEIP for this product, you must disable CEIP by setting ceip_enabled : false. You may join or leave VMware's CEIP for this product at any time. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset, defaults to True. |
Optional | ||
standalone | psc_standalone | Spec used to configure a standalone Platform Services Controller. This section describes how the standalone PSC should be configured. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between standalone and replicated . |
standalone.sso_site_name | string | Site name of the PSC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Site name may not be applicable. |
replicated | psc_replicated | Spec used to configure a replicated Platform Services Controller. This section describes how the replicated PSC should be configured. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between standalone and replicated . |
replicated.ssl_verify | boolean | A flag to indicate whether the SSL verification is required. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_thumbprint is provided, this field can be omitted If unset, defaults to False. |
replicated.ssl_thumbprint | string | SHA1 thumbprint of the server SSL certificate which will be used for verification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_verify is set to False, this field can be omitted. |
replicated.https_port | long | The HTTPS port of the remote PSC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 443. |
replicated.sso_site_name | string | Site name of the newly deployed PSC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Site name may not be applicable. |