bannov

Results 6 issues of bannov

The routers cannot be updated getting response Logical router with display_name router_name already exists. ps: the message is actually `"Logical router with display_name router_name already exist."` typo

hi, plz add "no_log=True" to [client_secret](https://github.com/vmware/ansible-for-nsxt/blob/0a811fc3b0e1fb96547b1744749a7d023afba5a3/library/nsxt_vidm.py#L203) ` argument_spec.update(client_id=dict(required=True, type='str'), client_secret=dict(required=False, type='str', no_log=True), ... `

nsxt_policy_security_policy.py has an element in rules section called ["service_entries"](https://github.com/vmware/ansible-for-nsxt/blob/0a811fc3b0e1fb96547b1744749a7d023afba5a3/library/nsxt_policy_security_policy.py#L297) this field is not supported in the NSX-T 2.5.1 API [Rule Schema](https://vdc-download.vmware.com/vmwb-repository/dcr-public/ec5a04ad-00be-4362-9092-7e934609879b/0c127b7e-6d1f-4730-a6db-5f52cba4daf5/api_includes/types_Rule.html) the error from ansible module : `Received 400 from...

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...

hello, I didn't find any module to manage VNI-pool Range. of course it can be done with simple [api request](https://vdc-download.vmware.com/vmwb-repository/dcr-public/ec5a04ad-00be-4362-9092-7e934609879b/0c127b7e-6d1f-4730-a6db-5f52cba4daf5/api.html#mainFrame)

hi, it looks like this is a bug (or poor alignment) in the module documentationnsxt_logical_router_ports [line 161](https://github.com/vmware/ansible-for-nsxt/blob/06b358fc4ecce878165f92777ce5e292fd97531c/library/nsxt_logical_router_ports.py#L161) many parametrs in this section are `required: true` but no one of them...