Jump to: navigation, search

Difference between revisions of "Solum/FeatureBlueprints/GitIntegration"

(Created page with "[https://blueprints.launchpad.net/solum/+spec/git-integration/+edit Blueprint] As an application developer, I want to push my code to my Git repository, and have the platform...")
 
Line 1: Line 1:
 
[https://blueprints.launchpad.net/solum/+spec/git-integration/+edit Blueprint]
 
[https://blueprints.launchpad.net/solum/+spec/git-integration/+edit Blueprint]
  
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.
+
== Git Integration ==
 +
 
 +
=== Functionality ===
 +
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.
 +
 
 +
I would be able to use git push for deploying a new application, or to update an existing application.
 +
 
 +
I would be able to specify the the meta-data for the application (AppName, app instance size, instance count, auto scale policies, etc) via an application manifest file. The application manifest file will be stored at the root location of my code project's directory, and will be automatically picked up by the platform in response to a git push.
 +
 
 +
=== Implementation ===

Revision as of 16:52, 5 October 2013

Blueprint

Git Integration

Functionality

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.

I would be able to use git push for deploying a new application, or to update an existing application.

I would be able to specify the the meta-data for the application (AppName, app instance size, instance count, auto scale policies, etc) via an application manifest file. The application manifest file will be stored at the root location of my code project's directory, and will be automatically picked up by the platform in response to a git push.

Implementation