You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/08/08 21:32:29 UTC

[geode] branch develop updated: [GEODE-5545] Modify instance creation.

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

jbarrett 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 35bdb7b  [GEODE-5545] Modify instance creation.
35bdb7b is described below

commit 35bdb7bf386ba9cce864588bdff43e2d7786899c
Author: Sean Goller <sg...@pivotal.io>
AuthorDate: Wed Aug 8 14:27:57 2018 -0700

    [GEODE-5545] Modify instance creation.
    
    * Explicitly state what network and subnet to launch the instance in.
    
    Signed-off-by: Finn Southerland <fs...@pivotal.io>
---
 ci/scripts/start_instance.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/scripts/start_instance.sh b/ci/scripts/start_instance.sh
index 60a5465..c9a54f2 100755
--- a/ci/scripts/start_instance.sh
+++ b/ci/scripts/start_instance.sh
@@ -74,6 +74,8 @@ while true; do
       --zone=${ZONE} \
       --machine-type=custom-${CPUS}-${RAM_MEGABYTES} \
       --min-cpu-platform=Intel\ Skylake \
+      --network="heavy-lifters" \
+      --subnet="heavy-lifters" \
       --image-family="${IMAGE_FAMILY_PREFIX}geode-builder" \
       --image-project=${PROJECT} \
       --boot-disk-size=100GB \