You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/03/02 12:51:24 UTC

[brooklyn-docs] branch master updated (7d0c88e -> 016861c)

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git.


    from 7d0c88e  Merge branch 'master' of https://gitbox.apache.org/repos/asf/brooklyn-docs
     new f4609b4  Clarifications in winrm4j guide
     new ab4ecdb  Merge pull request #19 from cloudsoft/winrm-docs
     new c1f344b  hiding some ip data
     new 002c3a2  Merge pull request #20 from cloudsoft/update/hide-some-sensitive-data
     new 37219d3  Merge branch 'misc-updates'
     new 016861c  Merge remote-tracking branch 'apache-git/master'

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 guide/blueprints/winrm/client.md          |  2 +-
 guide/blueprints/winrm/tips.md            |  2 ++
 guide/blueprints/yaml-reference.md        | 16 ++++++++--------
 guide/ops/troubleshooting/connectivity.md |  2 +-
 4 files changed, 12 insertions(+), 10 deletions(-)

[brooklyn-docs] 04/06: Merge pull request #20 from cloudsoft/update/hide-some-sensitive-data

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit 002c3a2768c858c2669681bd21fd466647b03971
Merge: ab4ecdb c1f344b
Author: Iuliana Cosmina <iu...@gmail.com>
AuthorDate: Mon Feb 28 14:59:46 2022 +0000

    Merge pull request #20 from cloudsoft/update/hide-some-sensitive-data
    
    hiding some ip data

 guide/blueprints/yaml-reference.md        | 16 ++++++++--------
 guide/ops/troubleshooting/connectivity.md |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

[brooklyn-docs] 02/06: Merge pull request #19 from cloudsoft/winrm-docs

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit ab4ecdbaae415c43d7ae573952f8eb3a94347f33
Merge: 5d74d19 f4609b4
Author: Iuliana Cosmina <iu...@cloudsoft.io>
AuthorDate: Wed Dec 15 13:34:50 2021 +0100

    Merge pull request #19 from cloudsoft/winrm-docs
    
    Clarifications in winrm4j guide

 guide/blueprints/winrm/client.md | 2 +-
 guide/blueprints/winrm/tips.md   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

[brooklyn-docs] 01/06: Clarifications in winrm4j guide

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit f4609b422ba7293533e140d3bc3bd641988008c7
Author: Mykola Mandra <my...@cloudsoft.io>
AuthorDate: Wed Dec 15 12:17:52 2021 +0000

    Clarifications in winrm4j guide
    
    Signed-off-by: Mykola Mandra <my...@cloudsoft.io>
---
 guide/blueprints/winrm/client.md | 2 +-
 guide/blueprints/winrm/tips.md   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/guide/blueprints/winrm/client.md b/guide/blueprints/winrm/client.md
index c1f9ae6..f48be18 100644
--- a/guide/blueprints/winrm/client.md
+++ b/guide/blueprints/winrm/client.md
@@ -11,7 +11,7 @@ parameters available for WinRM.
 * host <String>: Host to connect to (required).Default value `null`
 * port <Integer>: WinRM port to use when connecting to the remote machine.<br>
   If no port is specified then it defaults to a port depending on the `winrm.useHttps` flag.
-* winrm.useHttps <Boolean>: The parameter tells the machine sensors whether the WinRM port is over HTTPS. If the parameter is true then 5986 will be used as a WinRM port.<br>
+* winrm.useHttps <Boolean>: The parameter tells the machine sensors whether the WinRM port is over HTTPS. If the parameter is true then 5986 will be used as a WinRM port, otherwise, port 5985 will be used<br>
   Default value: `false`
 * retriesOfNetworkFailures <Integer>: The parameter sets the number of retries for connection failures. If you use high value, consider taking care for the machine's network.<br>
   Default value: `4`
diff --git a/guide/blueprints/winrm/tips.md b/guide/blueprints/winrm/tips.md
index 5e5f8f9..d40987a 100644
--- a/guide/blueprints/winrm/tips.md
+++ b/guide/blueprints/winrm/tips.md
@@ -197,6 +197,8 @@ before the script is uploaded for execution. To explain this example in more det
 * Credential Security Service Provider (CredSSP) is used for authentication, to pass the explicit  
   credentials when using `Invoke-Command`.
 
+To avoid the inclusion of clear-text passwords in the scripts, we recommend the use of a secure keystore such as Vault,
+which can be used by the script to retrieve sensitive data such as credentials.
 
 ### Windows AMIs on AWS
 

[brooklyn-docs] 05/06: Merge branch 'misc-updates'

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit 37219d3dc35918f9f5531816c55144abae05e336
Merge: c8a8782 002c3a2
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Wed Mar 2 12:49:09 2022 +0000

    Merge branch 'misc-updates'

 guide/blueprints/winrm/client.md          |  2 +-
 guide/blueprints/winrm/tips.md            |  2 ++
 guide/blueprints/yaml-reference.md        | 16 ++++++++--------
 guide/ops/troubleshooting/connectivity.md |  2 +-
 4 files changed, 12 insertions(+), 10 deletions(-)

[brooklyn-docs] 03/06: hiding some ip data

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit c1f344b0508c26336158181b27a575cea0395276
Author: zan-mateusz <ma...@cloudsoftcorp.com>
AuthorDate: Mon Feb 28 13:01:21 2022 +0000

    hiding some ip data
---
 guide/blueprints/yaml-reference.md        | 16 ++++++++--------
 guide/ops/troubleshooting/connectivity.md |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/guide/blueprints/yaml-reference.md b/guide/blueprints/yaml-reference.md
index 6c2c3c5..ca4995a 100644
--- a/guide/blueprints/yaml-reference.md
+++ b/guide/blueprints/yaml-reference.md
@@ -188,10 +188,10 @@ If you have pre-existing nodes, you can use the `byon` provider, either in this
         user: root
         privateKeyFile: ~/.ssh/key.pem
         hosts:
-        - 81.95.144.58
-        - 81.95.144.59
-        - brooklyn@159.253.144.139
-        - brooklyn@159.253.144.140
+        - 11.22.33.44
+        - 11.22.33.45
+        - brooklyn@55.66.77.88
+        - brooklyn@55.66.77.89
 
 or:
 
@@ -199,7 +199,7 @@ or:
       byon:
         user: root
         privateKeyFile: ~/.ssh/key.pem
-        hosts: "{81.95.144.{58,59},brooklyn@159.253.144.{139-140}"
+        hosts: "{11.22.33.{44,45},brooklyn@55.66.77.{88-89}"
 
 You cannot use glob expansions with the list notation, nor can you specify per-host
 information apart from user within a single `byon` declaration.
@@ -212,11 +212,11 @@ However you can combine locations using `multi`:
             user: root
             privateKeyFile: ~/.ssh/key.pem
             hosts:
-            - 81.95.144.58
-            - 81.95.144.59
+            - 11.22.33.44
+            - 11.22.33.45
         - byon:
             privateKeyFile: ~/.ssh/brooklyn_key.pem
-            hosts: brooklyn@159.253.144{139-140}
+            hosts: brooklyn@55.66.77{88-89}
 
 
 ## DSL Commands
diff --git a/guide/ops/troubleshooting/connectivity.md b/guide/ops/troubleshooting/connectivity.md
index 5c218bc..65cf998 100644
--- a/guide/ops/troubleshooting/connectivity.md
+++ b/guide/ops/troubleshooting/connectivity.md
@@ -28,7 +28,7 @@ You can check if a given TCP port is reachable and listening using `telnet <host
 `telnet www.google.com 80`, which gives output like:
 
 ~~~
-    Trying 31.55.163.219...
+    Trying 11.22.33.44...
     Connected to www.google.com.
     Escape character is '^]'.
 ~~~

[brooklyn-docs] 06/06: Merge remote-tracking branch 'apache-git/master'

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit 016861ce5e739d934be46c42eab16df4b3990afd
Merge: 37219d3 7d0c88e
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Wed Mar 2 12:51:19 2022 +0000

    Merge remote-tracking branch 'apache-git/master'

 guide/ops/configuration/index.md               | 32 +++++++++-----------------
 guide/ops/index.md                             |  2 +-
 guide/ops/troubleshooting/slow-unresponsive.md | 12 ++++++++++
 3 files changed, 24 insertions(+), 22 deletions(-)