From 53afd94577da327523a887d2c8a2d2c182f76e5d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 8 Nov 2017 11:54:38 -0500 Subject: Centralize readthedocs docs Move readthedocs documentation into ccsdk/distribution so that there is a single CCSDK project parent as opposed to separate repo-specific parents. Change-Id: I8f7fc649fd534dfc7e4a00f04728e0233ff4d23c Issue-ID: CCSDK-140 Signed-off-by: Dan Timoney --- docs/platform/plugins/sshkeyshare.rst | 61 +++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 docs/platform/plugins/sshkeyshare.rst (limited to 'docs/platform/plugins/sshkeyshare.rst') diff --git a/docs/platform/plugins/sshkeyshare.rst b/docs/platform/plugins/sshkeyshare.rst new file mode 100644 index 00000000..8b5a0492 --- /dev/null +++ b/docs/platform/plugins/sshkeyshare.rst @@ -0,0 +1,61 @@ +.. raw:: html + + + +sshkeyshare plugin +================== + +Cloudify plugin for creating ssh key pairs on the fly # Description The +sshkeyshare Cloudify plugin creates an ssh key pair that can be used, by +VMs or other containers spun up by a Cloudify blueprint, for +establishing connections, among them. The blue print can, for example, +provide the private key to one VM and the public one to another, as part +of their initial configuration, to allow the one with the private key to +automatically connect to the other one, to run commands. # Plugin +Requirements \* Python versions \* 2.7.x + +Note: These requirements apply to the VM where Cloudify Manager itself +runs. + +Note: Cloudify Manager, itself, requires Pythong 2.7.x (and CentOS 7). + +Types +===== + +ccsdk.nodes.ssh.keypair +----------------------- + +**Derived From:** cloudify.nodes.Root + +**Properties:** This type has no properties + +**Mapped Operations:** \* ``cloudify.interfaces.lifecycle.create`` +Creates a new ssh keypair using ssh-keygen + +**Attributes:** \* ``public`` A string containing the public key of the +newly created keypair. \* ``base64private`` A single line base-64 +encoded representation of the content of the private key file for the +newly created keypair. + +Relationships +============= + +This plugin does not define or use any relationships -- cgit 1.2.3-korg