Re: Vmware NSX Transformers

2016-08-05 Thread Nicolás Vázquez
I've been thinking that it could be easier to adapt existing Nicira NVP Plugin than creating a new one. A possible approach could be this one: Add a parameter to addNiciraNvpDeviceCmd, say isnsxtransformers, that could work like this: - if it is false (or null): actual nicira nvp device will be cr

Re: Vmware NSX Transformers

2016-08-04 Thread Nicolás Vázquez
Hi Syed, I've been comparing NSX 4.2 and NSX-T 1.0 and the main differences I could find are: - API url base, which change from /ws.v1/ to /api/v1/, API methods also different, see attached Documentations - There's a substantial difference in logical routers, NSX-T makes difference be

Re: Vmware NSX Transformers

2016-08-04 Thread Syed Ahmed
Hi Nicolas, It would be preferable if you integrated that in the existing plugin. If there are a lot of differences between NSX and NSX-T, you could create a new Resource within the same plugin and based on a config decide which one to use. Can you share more info between the differences between N