ansible-for-nsxt
ansible-for-nsxt copied to clipboard
nsxt_transport_nodes
hi,
I am deploying Edge nodes with module nsxt_transport_nodes
everythings works fine.
If I do start the same playbook with the same config second time I expect to get edge node is updated
or the node with name ... is alredy exists
, but I am getting the error "Transport Node host switch configuration can only be updated in either host_switches or host_switch_spec, but not both."
.
For deployment I am using this strukt as its written in NSX-T 2.5.1API and in a git-exmple. So I am using host_switch_spec
with host_switches
in it. but I am not using them both.
{
"host_switch_spec":{
"host_switches":[
{
ps: I have tried to send API request with PUT-method and the same config and I'm getting the same error so maybe it's a API-endpoint bug.
Same issue here.
I dug around in the issues here a bit, it seems to be the same one as described in #217.
Considering #217 is closed, did you ever find a solution for that?