Composer
Cloudify Composer is an editor for creating Blueprint YAML files dynamically, using a drag and drop interface. It enables you to model topology for complex applications, and to add relevant lifecycle operations implementation by importing plugins and scripts, or packaging them with the blueprint itself.
Among its drag-and-drop components are platform and network items such as compute
node, database
, web server
, and so on. You can also add your own custom node type components, custom plugins and interfaces.
The generated output from Cloudify Composer is a downloadable TGZ or ZIP archive containing a blueprint.yaml file that provides a TOSCA-based description for the application topology and its lifecycle management. In addition to YAML artifacts, the blueprint archive includes a blueprint package that contains multiple resources such as configuration and installation scripts, code, and basically any other resource you require for running your application.
Getting started
Overview how to access the composer
Features
Describes on how to import and work with nodes
Creating Blueprints
The section covers all you need for blueprint creation, topology, node types, adding and editing nodes etc.
Managing Resources
Explanation on how to add external resource to the blueprint
Managing Inputs, Outputs and Capabilities
Overview on how to work with inputs, outputs and capabilities
Managing Plugins
Overview on how to add/remove plugins
Customization
Resources on how to customize the UI