From 6c410a698870bb5291eeb0ef402c76d29f636718 Mon Sep 17 00:00:00 2001 From: ltamaster Date: Fri, 12 Jun 2020 14:06:45 -0400 Subject: [PATCH] upgrade docs --- README.md | 4 ++++ plugin.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d9aae..14a8890 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ For further information see: * **WinRM Transport Protocol**: WinRM transport protocol (http or https). It can be overwriting at node level using `winrm-transport` * **WinRM Port**: WinRM port (Default: 5985/5986 for http/https). It can be overwriting at node level using `winrm-port` * **Shell**: Windows Shell interpreter (powershell o cmd). It can be overwriting at node level using `winrm-shell` +* **connect/read times out**: maximum seconds to wait before an HTTP connect/read times out (default 30). This value should be slightly higher than operation timeout, as the server can block *at least* that long. +It can be overwriting at node level using `winrm-readtimeout` +* **operation timeout**: maximum allowed time in seconds for any single wsman HTTP operation (default 20). Note that operation timeouts while receiving output (the only wsman operation that should take any significant time, and where these timeouts are expected) will be silently retried indefinitely. +It can be overwriting at node level using `winrm-operationtimeout` For Kerberos * **krb5 Config File**: path of the krb5.conf (default: /etc/krb5.conf) diff --git a/plugin.yaml b/plugin.yaml index f00eda3..024425c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -102,7 +102,7 @@ providers: instance-scope-node-attribute: "winrm-readtimeout" - name: operationtimeout title: operation timeout - description: "maximum allowed time in seconds for any single wsman HTTP operation (default 20). Note that operation timeouts while receiving output (the only wsman operation that should take any significant time, and where these timeouts are expected) will be silently retried indefinitely.." + description: "maximum allowed time in seconds for any single wsman HTTP operation (default 20). Note that operation timeouts while receiving output (the only wsman operation that should take any significant time, and where these timeouts are expected) will be silently retried indefinitely." type: String required: false scope: Instance