QualiSystems / AWS-Shell

:books::shell: A CloudShell 'Shell' that allows integrating AWS as an app's deployment option. Why is this Open? :cloud::shell: CloudShell cloud providers come out of the box and cannot be extended or modified independently. However, feel free to take a look at our code to better understand how things work under the hood. If you like you can experiment with our sofware, but please make sure you contact us if you need new cloud providers that would be supported in your production CloudShell deployment!
ISC License
1 stars 8 forks source link

Refactor AWS+vCenter deletion exception #123

Open alonagetzler opened 8 years ago

alonagetzler commented 8 years ago

in case an app was deployed and then the VM was deleted from AWS/vCenter we should throw exception/result that the server will be able to identify when running the "Delete" command, so when deleting a deployed app from cloudshell which points to a VM that doesn't exist anymore the server will know to continue with the deletion (in 7.1 we hardcoded the error description to solve this)

note - we need to update Shay's scrum once this refactor is done so they'll refactor the server accordingly

alonagetzler commented 8 years ago

maybe we should think about custom exceptions in general and how we treat them in CloudShell, not just this specific deletion exception (something in the shell core) need to setup a meeting with Roni, Shay & Ronen prior to starting the work on this story