Skip to content

Update Vsphere Example #25

Description

@EarthmanT

Create a new vsphere blueprint:

  • call it vsphere-clearwater-blueprint.yaml
  • For the clearwater application, import application-blueprint.yaml instead of including it in the blueprint. (See this example.)
  • Update to use Cloudify 4.0.
  • Create a DSL definitions instead of using a provider context and use get_secret, example:
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 new inputs file. Call the file vcloud.yaml.example. Provide comments on how to use it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions