summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/sshkeyshare-type.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sshkeyshare/sshkeyshare-type.yaml')
-rw-r--r--sshkeyshare/sshkeyshare-type.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sshkeyshare/sshkeyshare-type.yaml b/sshkeyshare/sshkeyshare-type.yaml
new file mode 100644
index 0000000..083fc72
--- /dev/null
+++ b/sshkeyshare/sshkeyshare-type.yaml
@@ -0,0 +1,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.2.0
+node_types:
+ dcaegen2.nodes.ssh.keypair:
+ derived_from: cloudify.nodes.Root
+ properties:
+ interfaces:
+ cloudify.interfaces.lifecycle:
+ create:
+ implementation: ssh_keyshare.sshkeyshare.keyshare_plugin.generate