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 3e4f927ace8568645466f1ff666463ca1909b599 Author: Alex Heneveld <[email protected]> AuthorDate: Tue Sep 10 11:30:36 2019 +0100 address PR comments --- guide/blueprints/winrm/client.md | 2 +- guide/blueprints/winrm/index.md | 1 + guide/blueprints/winrm/limitations.md | 2 +- guide/blueprints/winrm/tips.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/guide/blueprints/winrm/client.md b/guide/blueprints/winrm/client.md index 037fd75..caf7c2b 100644 --- a/guide/blueprints/winrm/client.md +++ b/guide/blueprints/winrm/client.md @@ -117,7 +117,7 @@ Use an Apache Brooklyn BYON blueprint to try easily other connection options. 1. Try `./User` instead of `User`. 1. Check whether you need to specify a different domain: this is possible from `brooklyn.winrm.config.winrm.computerName` location config. -1. Ensure all windows machines consider the other side a "trusted host". On a private subnet, it may be appropriate to run: `Set-Item wsman:\localhost\client\trustedhosts *` +1. Ensure all Windows machines consider the other side a "trusted host". On a private subnet, it may be appropriate to run: `Set-Item wsman:\localhost\client\trustedhosts *` whereas in other environments you will need to specify the list of machines. 1. Restart WinRM on both machines (some changes need a restart to take effect): `Restart-Service WinRM` 1. If you want to configure Windows target host with HTTPS then check the article [Configuring WINRM for HTTPS](https://support.microsoft.com/en-us/kb/2019527) diff --git a/guide/blueprints/winrm/index.md b/guide/blueprints/winrm/index.md index 44e3115..3b1379c 100644 --- a/guide/blueprints/winrm/index.md +++ b/guide/blueprints/winrm/index.md @@ -116,4 +116,5 @@ A few other WinRM resources are available: * [Tips and Tricks](tips.md) * [About the Winrm4j Client](client.md) * [Troubleshooting](troubleshoot.md) +* [Limitations](limitations.md) diff --git a/guide/blueprints/winrm/limitations.md b/guide/blueprints/winrm/limitations.md index 50f89fe..0510219 100644 --- a/guide/blueprints/winrm/limitations.md +++ b/guide/blueprints/winrm/limitations.md @@ -107,7 +107,7 @@ uploads and in their PowerShell scripts. ### Windows template settings for an Unattended Installation -Windows template needs certain configuration to be applied to prevent windows setup UI from being displayed. +Windows template needs certain configuration to be applied to prevent Windows setup UI from being displayed. The default behavior is to display it if there are incorrect or empty settings. Showing Setup UI will prevent the proper deployment, because it will expect interaction by the user such as agreeing on the license agreement or some of the setup dialogs. diff --git a/guide/blueprints/winrm/tips.md b/guide/blueprints/winrm/tips.md index 85c3bf7..f9e4ea7 100644 --- a/guide/blueprints/winrm/tips.md +++ b/guide/blueprints/winrm/tips.md @@ -109,7 +109,7 @@ config like `pre.install.reboot.required` and `install.reboot.required`. If requ installation commands can be split between the pre-install, install and post-install phases in order to do a reboot at the appropriate point of the VM setup. -We strongly recommend to **write blueprints in a way that they do NOT restart automatically windows** and +We strongly recommend to **write blueprints in a way that they do NOT restart automatically Windows** and use one of the `pre.install.reboot.required` or `install.reboot.required` parameters to perform restart, as script and Brooklyn connectivity behaviour is difficult to continue across reboots!
