Create a new vsphere blueprint:
dsl_definitions:
vsphere_config:
properties: &vsphere_config
vsphere_username: { get_secret: vsphere_username }
...etc...
node_templates:
network:
type: cloudify.vsphere.nodes.Network
properties:
...etc....
vsphere_config: *vcloud_config
Create a new vsphere blueprint:
vsphere-clearwater-blueprint.yamlapplication-blueprint.yamlinstead of including it in the blueprint. (See this example.)vcloud.yaml.example. Provide comments on how to use it.