The Blueprints Page


Get the latest docs

You are looking at documentation for an older release. Not what you want? Go to the current release documentation.

Blueprints Page User Guide

When clicking on the Blueprints tab you are presented with the list of blueprints.
Blueprints index
The table presents each blueprint’s Name, Creation date, Update Date, Number of deployments and a dropdown menu with the available actions to perform on the blueprint.
Blueprints actions

Upload a blueprint

If you haven’t uploaded any blueprints, you can do so by clicking the ‘Upload Blueprint’ button. upload blueprint dialog
The button will open a dialog containing a form requiring the blueprint archive(local blueprint archive or a remote link), name and the blueprint filename within the archive. If blueprint filename field is omitted it defaults to a blueprint.yaml file placed in the top level directory.

Deploy a blueprint

Click on the ‘Create Deployment’ button of the desired blueprint and a deploy dialog will open.
The deploy form requires a deployment name and deployments properties. deploy dialog
Clicking on the ‘Raw’ button enables filling all of the properties’ fields as a single json.
raw mode

Delete a blueprint

Click on the ‘Delete’ button of the desired blueprint and a delete dialog will open. If you are certain you would like to delete the blueprint simply press the ‘Confirm’ button.
delete dialog

Filter the table to easily find the desired blueprint.

Use the free text search, searching matching blueprint names.
Blueprints search

Sorting is enabled by clicking the matching table header.
Blueprints sort

Clicking a blueprint’s name will redirect you to a page presenting in depth information about the blueprint, firstly presenting the blueprint’s topology.

Topology

The topology is an application’s graph of nodes and their relationships, which describes the lifecycle events or other operations that each node and relationship exposes for use in workflows.
Each of the blueprint’s nodes is displayed as a square container, which can contain other nodes. Each node has a title describing its name, and an icon to indicate the node’s type.
Relationships between nodes are marked with arrows, starts from the connected node and ends at the target node.
The topology view shows only the application nodes and not the network nodes. If a node has a network dependency, it will be displayed as a bullet icon in the node’s title.
The number of node instances is marked in a bullet beside the node’s type icon.

Blueprint topology

Clicking a node’s title will open a side panel with details of the selected node.

Blueprint node details

Nodes

A list of nodes according to the blueprint topology.
Blueprint's nodes For every node, its type, number of instances, and relationships are shown. By clicking the magnifier icon, a side panel will open with the selected node’s details.
Blueprint's nodes sidebar

Source

Displays highlight blueprint source code, Python plugins and other text files includes in your blueprint package.
Blueprint source code