Create a new vcloud blueprint:
dsl_definitions:
vcloud_config:
properties: &vcloud_config
vcloud_username: { get_secret: vcloud_username }
vcloud_password: { get_secret: vcloud_password }
vcloud_url: { get_secret: vcloud_url }
...etc...
node_templates:
common_network:
type: cloudify.vcloud.nodes.Network
properties:
...etc....
vcloud_config: *vcloud_config
Create a new vcloud blueprint:
vcloud-clearwater-blueprint.yamlapplication-blueprint.yamlinstead of including it in the blueprint. (See this example.)vcloud.yaml.example.