Closed disprosium8 closed 3 years ago
All operations are not exposed to SENSE NBI. But you can use the raw service API. Refer to: https://github.com/xi-yang/StackV.devops/tree/master/testing/scripts
To force retry:
PUT /service/$SVC_INSTANCE_ID/propagate_forcedretry
then PUT /service/$SVC_INSTANCE_ID/commit_forced
A new version of code will expose internal exception messages to the REST response body. I hope the client lib can interpret those and provide more meaningful feedback upon failures.
Track sub task 4a of #1
Also refer to #11 for potential change of plan.
Original:
Attempting to re-initialize an existing service after terminate or cancel. Release/terminate on READY service does work via NBI, but can't force re-init or reinstate afterwards. Is there a way to do this?