Closed lsala closed 5 years ago
Yep, the 'Stop/Cancel button is still to be implemented ( #8 ) . For now, you can use the orchestrator CLI to cancel a running execution manually. Then you can destroy it from the portal.
Is there a documentation on how to use the orchestrator CLI ?
Go to MSOOrchestrator-CLI repo
El mié., 21 nov. 2018 13:58, lsala notifications@github.com escribió:
Is there a documentation on how to use the orchestrator CLI ?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/MSO4SC/MSOPortal/issues/157#issuecomment-440653524, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYTiXpi_6w5oNPZeFHncKlW2gZSKqMvks5uxU3bgaJpZM4Ys7p1 .
Describe the bug I cannot destroy an instance that is currently running or stop an application that is running. For some reasons maybe I have put some wrong information and I don't want to waste time to keep on running the wrong simulation and I want to stop it. It is related also to issue #156 .
Error message Removing error: 400: Can't delete deployment test-tutorial_001 - There are running executions for this deployment. Running executions ids: 013409ab-b328-46b3-accc-66f0c028db82
To Reproduce Run any application and then try to destroy it (
Force destroy instance
orDestroy instance
)Expected behavior I expect that if I click on
Force destroy instance
the portal is stopping the applications and destroying my instance even if it's running.