Updated Cloud msic section.

Added ssh_port section.
This commit is contained in:
abednarik 2015-12-20 10:42:58 -03:00 committed by rallytime
parent e7fe24dc64
commit 0bb83e51aa

View file

@ -91,6 +91,17 @@ profile or map:
interface: 0.0.0.0
SSH Port
========
By default ssh port is set to port 22. If you want to use a custom port in
provider, profile, or map blocks use ssh_port option.
.. code-block:: yaml
ssh_port: 2222
Delete SSH Keys
===============
When Salt Cloud deploys an instance, the SSH pub key for the instance is added
@ -177,7 +188,7 @@ ssh_connect_timeout
~~~~~~~~~~~~~~~~~~~
The amount of time Salt Cloud should wait for a successful SSH connection to
the VM.
the VM.
Default: varies by cloud provider (between 5 and 15 minutes)
@ -185,7 +196,7 @@ wait_for_passwd_timeout
~~~~~~~~~~~~~~~~~~~~~~~
The amount of time until an ssh connection can be established via password or
ssh key.
ssh key.
Default: varies by cloud provider (mostly 15 seconds)
@ -201,7 +212,7 @@ wait_for_fun_timeout
Some cloud drivers check for an available IP or a successful SSH connection
using a function, namely, SoftLayer, and SoftLayer-HW. So, the amount of time
Salt Cloud should retry such functions before failing.
Salt Cloud should retry such functions before failing.
Default: 15 minutes.