The Application Recipe

Search Cloudify
Searching Cloudify
Browse Cloudify
Offline Documentation

Download latest offline documentation
in HTML format:

                                                              

Summary: Describes the application recipe functionality and syntax

The application recipe file is located at the root level of the input folder and the packaged recipe zip file.
The Application recipe describes an application as a set of services (both USM and XAP embedded such as data-grid, Stateful and stateless PU)
Most importantly, it describe service names and dependencies.

application {
       name="simple app"

       service {
              name = "mysql-service"
	  }

       service {
              
              name = "jboss-service"
              dependsOn = ["mysql-service"]
       }
}
This documentation refers to the Cloudify 2.0 Beta Release, which is currently under development

Labels

 
(None)