ansible-for-nsxt icon indicating copy to clipboard operation
ansible-for-nsxt copied to clipboard

Question over nsxt edge node deployment options

Open rmtilson opened this issue 4 years ago • 1 comments

It appears the modules are going towards the use of nsxt_fabric_XXX and the nsxt_transport_xxx are old modules.

I deployed and edge via nsxt_fabric_nodes which just deploys the edge VM but does not setup NSX on the edge like nsxt_transport_node. I am having issue using the nsxt_transport_node module for everything getting a json de-sterilization error on the host switch "transport_zone_endpoints" property.

Is there plans either to move this functionality to the nsxt_fabric_nodes module or support the "node_id" option if "node_deployment_option" isn't provided? This would allow edge to deployed with nsxt_fabric_nodes and then prepped with nsxt_transport_nodes.

rmtilson avatar Apr 29 '20 17:04 rmtilson

in NSX-t 2.51 API Management Plane API: Fabric: Nodes GET /api/v1/fabric/nodes (Deprecated)

Please use Transport Node API GET /transport-nodes

bannov avatar May 04 '20 15:05 bannov