Jump to: navigation, search

Difference between revisions of "Solum/FeatureBlueprints/Definitions"

(Created page with "* Deployment Unit: A deployment unit (DU) is a unit of deployment for the application being deployed. For example, if Solum is configured to use containers for deploying appli...")
 
Line 1: Line 1:
* Deployment Unit:
+
'''Deployment Unit:'''
 
A deployment unit (DU) is a unit of deployment for the application being deployed. For example, if Solum is configured to use containers for deploying application code, then the a DU would refer to a container instance. A deployment unit could be a docker container, an LXC container, a VM, or something else.
 
A deployment unit (DU) is a unit of deployment for the application being deployed. For example, if Solum is configured to use containers for deploying application code, then the a DU would refer to a container instance. A deployment unit could be a docker container, an LXC container, a VM, or something else.
  
 
'''Common verbs'''
 
'''Common verbs'''
* Register App: registers a new application in Solum ( no application code is copied; no deployment is performed, yet)  
+
* Register App: registers a new application in Solum and associates it with the user ( no application code is copied; no deployment is performed, yet)  
 
* Deploy App: deploys the application bits and generates a running application
 
* Deploy App: deploys the application bits and generates a running application

Revision as of 15:07, 11 October 2013

Deployment Unit: A deployment unit (DU) is a unit of deployment for the application being deployed. For example, if Solum is configured to use containers for deploying application code, then the a DU would refer to a container instance. A deployment unit could be a docker container, an LXC container, a VM, or something else.

Common verbs

  • Register App: registers a new application in Solum and associates it with the user ( no application code is copied; no deployment is performed, yet)
  • Deploy App: deploys the application bits and generates a running application