vmware / ansible-for-nsxt

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 / Update NSX-T Rest Python code to make it works (but not idempotent) with NSX-T when _revision is missing #460

Closed smesguich-orange closed 1 year ago

smesguich-orange commented 1 year ago

Hello,

Du to "_revision" param, I suggest to edit the way to use it like this. In this version, if NSX-T has not "_revision" param, the ansible module works. It's just not idempotent. Works on NSX-T 3.1.3 (VCF 4.4.x)

Regards

vmwclabot commented 1 year ago

@smesguich-orange, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

vmwclabot commented 1 year ago

@smesguich-orange, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

smesguich-orange commented 1 year ago

Commit signed

smesguich-orange commented 1 year ago

Unknow git issue. Re-asking new PR, close this one