Jump to: navigation, search

Difference between revisions of "Solum/FeatureBlueprints/ApplicationDeploymentAndManagement"

(Solum-R1 application deployment/Management)
(Solum-R1 application deployment/Management)
Line 3: Line 3:
 
== Solum-R1 application deployment/Management ==
 
== Solum-R1 application deployment/Management ==
  
=== [https://blueprints.launchpad.net/solum/+spec/fast-provisioning Solum-R1.3] Fast provisioning ===
+
=== [https://blueprints.launchpad.net/solum/+spec/git-integration Solum-R1.1] GIT deployment===
 +
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.
 +
 
 +
=== [https://blueprints.launchpad.net/solum/+spec/fast-provisioning Solum-R1.2] 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.
 
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.
  
=== [https://blueprints.launchpad.net/solum/+spec/dense-packing Solum-R1.4] Dense packing (Infrastructure efficiency) ===
+
=== [https://blueprints.launchpad.net/solum/+spec/dense-packing Solum-R1.3] 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.
 
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.
  
=== [https://blueprints.launchpad.net/solum/+spec/app-isolation Solum-R1.5] Application Isolation ===
+
=== [https://blueprints.launchpad.net/solum/+spec/app-isolation Solum-R1.4] 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.
 
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.
  
=== [https://blueprints.launchpad.net/solum/+spec/git-integration Solum-R1.6] GIT Integration ===
+
=== [https://blueprints.launchpad.net/solum/+spec/delete-app Solum-R1.5] Delete Application ===
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.
 
 
 
=== [https://blueprints.launchpad.net/solum/+spec/delete-app Solum-R1.7] Delete Application ===
 
 
As an application developer, I can invoke a REST API call to delete an application deployed on the platform.
 
As an application developer, I can invoke a REST API call to delete an application deployed on the platform.

Revision as of 23:04, 7 October 2013

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

Solum-R1 application deployment/Management

Solum-R1.1 GIT deployment

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.2 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.3 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.4 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.5 Delete Application

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