Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server creation logic #19

Closed
DaneEveritt opened this issue Jan 3, 2016 · 1 comment
Closed

Server creation logic #19

DaneEveritt opened this issue Jan 3, 2016 · 1 comment
Labels
core change A feature request or enhancement that changes an existing feature or behaviour significantly.

Comments

@DaneEveritt
Copy link
Member

Due to the potential for the server creation on the daemon to take awhile (i.e. new image or image update) we should send a HTTP/202 response as soon as we process the request, and then notify the panel of a successful install using the normal install endpoint, and also include an endpoint to hit if there was an error.

If that error endpoint is hit, the panel immediately deletes the server and associated systems with it.

This system should also allow configuration so that the panel can hit additional endpoints on other services on success or failure for ease of integration with billing systems.

@DaneEveritt DaneEveritt added + daemon core change A feature request or enhancement that changes an existing feature or behaviour significantly. labels Jan 8, 2016
@DaneEveritt
Copy link
Member Author

Implemented in be47565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core change A feature request or enhancement that changes an existing feature or behaviour significantly.
Projects
None yet
Development

No branches or pull requests

1 participant