CiscoDevNet / ansible-nso

GNU General Public License v3.0
9 stars 9 forks source link

ncs_config should return the commit-queue-id and the rollback-id #3

Closed rgaglian closed 3 years ago

rgaglian commented 3 years ago

with NSO5.4 a "rollback-id" is available in json-rpc API. when conforming a config, the module should return this ID that could be used later in the playbook to rollback changes.

Similarly, commoit-queue-id would help the playbook to monitor the execution of the commit-queue item.

jabelk commented 3 years ago

solved with PR 7