The Application Recipe

This documentation page is deprecated, and will automatically redirect to the new Cloudify documentation page. If the page doesn't redirect automatically please click here
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 page is deprecated, and will automatically redirect to the new Cloudify documentation page. If the page doesn't redirect automatically please click here

Labels

 
(None)