Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Other
171
stars
145
forks
source link
V3.2.1 Patch NSX-T Rest Python code to make it works (but not idempotent) with NSX-T when _revision is missing #461
NSX-T Rest API module is not working for NSX-T under 3.2.
This is related to the _revision attribute of object in NSX-T which are not on every object.
This modification let the module edit object without _revision attribute but display warning that idempotance is not guaranteed.
Minor bugfix for NSX-T V3.2.0 module version but make its works on NSX-T under 3.2 version.
Hello
NSX-T Rest API module is not working for NSX-T under 3.2. This is related to the
_revision
attribute of object in NSX-T which are not on every object. This modification let the module edit object without_revision
attribute but display warning that idempotance is not guaranteed.Minor bugfix for NSX-T V3.2.0 module version but make its works on NSX-T under 3.2 version.
Tested on v3.1.3