nsxt_transport_node_profiles – Create a Transport Node Profile description: Transport node profile captures the configuration needed to create a transport node. A transport node profile can be attached to compute collections for automatic TN creation of member hosts¶
New in version 2.7.
Parameters¶
Examples¶
- name: Create transport node profile
nsxt_transport_node_profiles:
hostname: "10.192.167.137"
username: "admin"
password: "Admin!23Admin"
validate_certs: False
resource_type: "TransportNodeProfile"
display_name: "NSX Configured TNP"
description: "NSX configured Test Transport Node Profile"
host_switch_spec:
resource_type: "StandardHostSwitchSpec"
host_switches:
- host_switch_profiles:
- name: "uplinkProfile1"
type: "UplinkHostSwitchProfile"
host_switch_name: "hostswitch1"
host_switch_mode: "STANDARD"
pnics:
- device_name: "vmnic1"
uplink_name: "uplink-1"
ip_assignment_spec:
resource_type: "StaticIpPoolSpec"
ip_pool_name: "IPPool-IPV4-1"
transport_zone_endpoints:
- transport_zone_name: "TZ1"
vmk_install_migration:
- device_name: vmk0
destination_network_name: "ls_vmk_Mgmt"
state: "present"