Skip to content

Commit

Permalink
Run bats in gcp with ephemeral external ip addresses turned on
Browse files Browse the repository at this point in the history
With the latest stemcell, when this is off we started seeing errors in syslog during a VM reboot like:
google-guest-agent.service: State stop-sigterm timed out
and the VM would hang for 10 minutes during the reboot.
  • Loading branch information
jpalermo committed Jan 24, 2025
1 parent ef88ace commit 4c2ed45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/bats/iaas/gcp/prepare-bats-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ properties:
cloud_properties:
network_name: "$(terraform_output "network")"
subnetwork_name: "$(terraform_output "subnetwork")"
ephemeral_external_ip: false
ephemeral_external_ip: true
tags: ["bosh-director"]
dns: [8.8.8.8]
- name: second
Expand All @@ -80,7 +80,7 @@ properties:
cloud_properties:
network_name: "$(terraform_output "network")"
subnetwork_name: "$(terraform_output "second_subnetwork")"
ephemeral_external_ip: false
ephemeral_external_ip: true
tags: ["bosh-director"]
dns: [8.8.8.8]
EOF

0 comments on commit 4c2ed45

Please sign in to comment.