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

jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8661b1e  GEODE-5709: Use external IP for winrm packer communication
8661b1e is described below

commit 8661b1e0347cbd4574fbb26c8e0999a646b4bd7f
Author: Jens Deppe <[email protected]>
AuthorDate: Tue Sep 11 09:33:07 2018 -0700

    GEODE-5709: Use external IP for winrm packer communication
---
 ci/images/google-windows-geode-builder/windows-packer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/images/google-windows-geode-builder/windows-packer.json 
b/ci/images/google-windows-geode-builder/windows-packer.json
index fffe760..31fe8ab 100644
--- a/ci/images/google-windows-geode-builder/windows-packer.json
+++ b/ci/images/google-windows-geode-builder/windows-packer.json
@@ -21,7 +21,7 @@
       },
       "zone": "us-central1-a",
       "omit_external_ip": false,
-      "use_internal_ip": true
+      "use_internal_ip": false
     }
   ],
   "provisioners": [

Reply via email to