You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
745 B
36 lines
745 B
4 years ago
|
labels:
|
||
|
io.cattle.role: project
|
||
|
categories:
|
||
|
- CNI
|
||
|
questions:
|
||
|
- variable: ncp.vc.endpoint
|
||
|
default: ""
|
||
|
description: "VCenter Server Endpoint"
|
||
|
label: "VCenter URL"
|
||
|
type: string
|
||
|
group: VCenter
|
||
|
required: true
|
||
|
- variable: ncp.vc.sso_domain
|
||
|
default: "vsphere.local"
|
||
|
description: "VCenter Single Sign-on Domain"
|
||
|
label: "VCenter SSO Domain"
|
||
|
type: string
|
||
|
group: VCenter
|
||
|
required: true
|
||
|
- variable: ncp.vc.https_port
|
||
|
default: 443
|
||
|
description: "VCenter Server Endpoint HTTPS Port"
|
||
|
label: "HTTPS Port"
|
||
|
type: int
|
||
|
group: VCenter
|
||
|
required: true
|
||
|
|
||
|
- variable: ncp.coe.cluster
|
||
|
default: "k8scl-one"
|
||
|
description: "Kubernetes cluster name for vSphere"
|
||
|
label: "Cluster name"
|
||
|
type: string
|
||
|
group: Cluster
|
||
|
required: true
|
||
|
|