Jump to: navigation, search

Difference between revisions of "Solum/FeatureBlueprints/ApplicationDeploymentAndManagement"

(Solum-R1.7 Delete Application)
(Solum-R1 application deployment/Management)
Line 2: Line 2:
  
 
== Solum-R1 application deployment/Management ==
 
== Solum-R1 application deployment/Management ==
 
=== [https://blueprints.launchpad.net/solum/+spec/deployapp Solum-R1.1] Deploy application ===
 
As an application developer, I can invoke a REST API call to push code  to the Solum platform, and receive back the URL (for web apps) of my running application.
 
 
=== [https://blueprints.launchpad.net/solum/+spec/update-app Solum-R1.2] Update application ===
 
As an application developer, I can invoke a REST API call to push code updates for a running application, and have the platform update the application using the new code.
 
 
I would like the update to happen with near-zero downtime for my running app.
 
  
 
=== [https://blueprints.launchpad.net/solum/+spec/fast-provisioning Solum-R1.3] Fast provisioning ===
 
=== [https://blueprints.launchpad.net/solum/+spec/fast-provisioning Solum-R1.3] Fast provisioning ===

Revision as of 19:51, 7 October 2013

Blueprint: https://blueprints.launchpad.net/solum/+spec/app-deploy-manage

Solum-R1 application deployment/Management

Solum-R1.3 Fast provisioning

As an application developer, when I deploy my new app or update an existing app on the Solum platform, I should receive the URL of my application in less than a minute.

Solum-R1.4 Dense packing (Infrastructure efficiency)

As a system architect, I want to be able to fit several application instances on the same host, so that I am able to share the same host operating system across multiple application instances.

Solum-R1.5 Application Isolation

As an application developer, I want security+performance isolation for my apps, so that other apps deployed on the same host are not able to intrude into my application container or impact the resources allocated to my app.

Solum-R1.6 GIT Integration

As an application developer, I want to push my code to my Git repository, and have the platform automatically detect the code push and generate a running application using the new code.

Solum-R1.7 Delete Application

As an application developer, I can invoke a REST API call to delete an application deployed on the platform.