summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/sshkey_types.yaml
blob: 1e456d5d4b8ea50986c7c79129beb2c346172c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tosca_definitions_version: cloudify_dsl_1_3

imports:
  - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
plugins:
  ssh_keyshare:
    executor: central_deployment_agent
    package_name: sshkeyshare
    package_version: 1.1.0
node_types:
  ccsdk.nodes.ssh.keypair:
    derived_from: cloudify.nodes.Root
    properties:
    interfaces:
      cloudify.interfaces.lifecycle:
        create:
          implementation: ssh_keyshare.sshkeyshare.keyshare_plugin.generate