Blueprints
Get the latest docs.
You are looking at documentation for an older release. Not what you want? Use the version selector on the top banner or click here.
Displays all the blueprints on the tenant, according to the user’s permissions and the blueprints visibility levels. The data can be displayed as a table or a catalog.
Features
Blueprint basic information
The following information is displayed:
- Icon image file
- Name
- Visibility level
- Creation time
- Last update time
- Creator user-name
- Main blueprint file name (as the blueprint archive can contain multiple files)
- Number of deployments derived from the blueprint
Blueprint actions
There are also action buttons to upload a blueprint, create deployment, delete blueprint or edit blueprint copy in Cloudify Composer.
Uploading a Blueprint
- Click the Upload button.
- In the Upload Blueprint dialog, provide the URL of the remote archive in which the blueprint is located or select a local blueprint archive.
- Enter the
Blueprint name
andBlueprint YAML file
.
Blueprint name
is the name with which you want to identify this blueprint on the Cloudify Manager instance.
Blueprint YAML file
is the name of the YAML file in the archive that you want to upload as the main blueprint - as there can be multiple files in the archive. If a blueprint filename field is omitted, the defaultblueprint.yaml
filename is used, but if a file under that name does not exist in the archive, an error message will appear. - (Optional) Provide a .png file URL or select a local one, to appear as an icon in the catalog or table view next to the blueprint name.
- Choose the blueprint’s visibility by clicking on the icon in the top right corner:
.
The default visibility is “Tenant”, and according to the logged-in user’s permissions you can also choose other levels of resource visibilities. - Click Upload.
Deploying a Blueprint
- Click the deploy icon .
- In the Deploy Blueprint dialog, specify a name for your deployment.
- Specify the required deployment inputs.
The names of the default input values appear in the inputs fields. You can leave these defaults or override them with new values. Input’s description (on hovering help icon ) might help you understand how to fill-in the proper value. An alternative for providing the inputs is to specify a .yaml file containing the relevant values. - Click Deploy to deploy the blueprint or Deploy & Install to deploy and execute
install
workflow on it.
Deleting a Blueprint
Click the delete icon and confirm deletion in the displayed dialog.
Blueprint details
When you click the blueprint row (element) in the blueprints table (catalog), a blueprint-specific page opens (it’s also called blueprint’s drill-down page).
The page displays the following widgets with details about the selected blueprint:
- Blueprint Action Buttons
- Blueprint Topology
- Blueprint Deployments
- Blueprint Inputs
- Blueprint Outputs/Capabilities
- Blueprint Sources
See Settings section for details on how to turn on/off this feature.
Settings
Refresh time interval
- The time interval in which the widget’s data will be refreshed, in seconds. Default: 10 secondsEnable click to drill down
- This option enables redirecting to the blueprint’s drill-down page upon clicking on a specific blueprint. Default: TrueDisplay style
- Can be either Catalog or table. The deployments status column is only available in list mode. Default: table