Manifests

   Simplify push deployments with meta-data
   Stored as manifest.yml file
   Autogenerated by vmc
   Bypasses prompts for user input for:
    • Application name
    • Memory allocation
    • Instance count
    • Services to create or bind to
 Child manifest
    • Inherits from a parent manifest file
 Multi-application manifests
    • Handles dependencies on other applications
    • Application start order
    • Can mix applications from multiple languages
http://blog.cloudfoundry.com/post/13481010498/simplified-application-deployment-with-cloud-foundry-manifest

1                                               Confidential

Cf application manifest

  • 1.
    Manifests  Simplify push deployments with meta-data  Stored as manifest.yml file  Autogenerated by vmc  Bypasses prompts for user input for: • Application name • Memory allocation • Instance count • Services to create or bind to  Child manifest • Inherits from a parent manifest file  Multi-application manifests • Handles dependencies on other applications • Application start order • Can mix applications from multiple languages http://blog.cloudfoundry.com/post/13481010498/simplified-application-deployment-with-cloud-foundry-manifest 1 Confidential