move plugins from from ccsdk to dcaegen2
[dcaegen2/platform/plugins.git] / sshkeyshare / sshkey_types.yaml
1 tosca_definitions_version: cloudify_dsl_1_3
2
3 imports:
4   - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
5 plugins:
6   ssh_keyshare:
7     executor: central_deployment_agent
8     package_name: sshkeyshare
9     package_version: 1.1.0
10 node_types:
11   dcaegen2.nodes.ssh.keypair:
12     derived_from: cloudify.nodes.Root
13     properties:
14     interfaces:
15       cloudify.interfaces.lifecycle:
16         create:
17           implementation: ssh_keyshare.sshkeyshare.keyshare_plugin.generate