summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/sshkey_types.yaml
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-06-08 21:01:47 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-06-08 21:38:02 +0000
commit4c4d9967d0aa0db8306eb8088523da1152f9af68 (patch)
tree7f7799e1ae6383673e326380b41ebd0ba0c01bb4 /sshkeyshare/sshkey_types.yaml
parent96fb7b13783e4f9958923c4b59d52dc9ff781933 (diff)
fix for mvn-phase-lib.sh
Change-Id: I7b3340024bf84206d79c18b10290a1e0f0129304 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2207 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to 'sshkeyshare/sshkey_types.yaml')
-rw-r--r--sshkeyshare/sshkey_types.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/sshkeyshare/sshkey_types.yaml b/sshkeyshare/sshkey_types.yaml
deleted file mode 100644
index 083fc72..0000000
--- a/sshkeyshare/sshkey_types.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-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