summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/sshkeyshare_types.yaml
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-06-09 18:27:12 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-06-09 18:27:47 +0000
commitc5abb9b34468400bdcdd3ce23595af41ac03cd80 (patch)
tree98a6442fa910166638d644dd07358629883a59fd /sshkeyshare/sshkeyshare_types.yaml
parent2c78a2e1161c0f2ccfc0ab7cc7a588e4e918f9de (diff)
rename typefiles to be consistent with nexus
Change-Id: Iebfda41db8225db233d0ff0f41e197d2e4cc0688 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2207
Diffstat (limited to 'sshkeyshare/sshkeyshare_types.yaml')
-rw-r--r--sshkeyshare/sshkeyshare_types.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sshkeyshare/sshkeyshare_types.yaml b/sshkeyshare/sshkeyshare_types.yaml
new file mode 100644
index 0000000..083fc72
--- /dev/null
+++ b/sshkeyshare/sshkeyshare_types.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