description:"Address of one or more NSX managers separated by commas, in the form [<scheme>://]<ip_adress>[:<port>]"
label:"NSX API Managers"
type:string
group:NSX
required:true
- variable:ncp.nsx.nsx_api_user
default:"user@domain.net"
description:"Username to connect to NSX API"
label:"NSX API User"
type:string
group:NSX
required:true
- variable:ncp.nsx.nsx_api_password
default:"VMWare1!"
description:"Password used to connect to NSX API"
label:"NSX API Password"
type:password
group:NSX
required:true
- variable:ncp.nsx.insecure
default:"False"
description:"If true, the NSX Manager server certificate is not verified."
label:"Enable insecure NSX API communication."
type:enum
options:
- True
- False
group:NSX
required:false
- variable:ncp.nsx.subnet_prefix
default:24
description:"Subnet prefix of IP block."
label:"Subnet Prefix"
type:int
group:NSX
required:false
- variable:ncp.nsx.use_native_loadbalancer
default:"True"
description:"Option to use native load balancer or not."
label:"Enable Native Load Balancer"
type:enum
options:
- True
- False
group:NSX
required:false
- variable:ncp.nsx.default_ingress_class_nsx
default:"True"
description:"Use native load balancer or not when ingress class annotation is missing."
label:"Use NSX as default Ingress class"
type:enum
options:
- True
- False
group:NSX
required:false
- variable:ncp.nsx.container_ip_blocks
default:"10.42.0.0/16"
description:"Container ip blocks that will be used for creating subnets. If name, it must be unique"
label:"Container IP Blocks"
type:string
group:NSX
required:true
- variable:ncp.nsx.top_tier_router
default:"<None>"
description:"Resource ID of the top-tier router for the container cluster network which could be either tier0 or tier1."
label:"Top Tier Router"
type:string
group:NSX
required:true
- variable:ncp.nsx.external_ip_pools
default:"10.42.0.0/16"
description:"Resource ID of the external ip pools that will be used for allocating IP addresses which will be used for translating container IPs via SNAT rules."
label:"External IP Pools"
type:string
group:NSX
required:true
- variable:ncp.nsx.overlay_tz
default:"<None>"
description:"Resource ID of the NSX overlay transport zone that will be used for creating logical switches for container networking."