You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assign a public IP to the build machine by default
When building using packer, assign a public IP
(omit_external_ip = false) to the build machine by default. This matches
the manual build process and makes building the image simpler when
getting started.
When "omit_external_ip = true" the GCP network will require that Cloud
NAT is configured so that the build instance can fetch packages and
source code from the public internet.
Change-Id: I5abbbc72c3472ddb9ade2ecd3d9a31d67ff9a569
Copy file name to clipboardExpand all lines: docs/changes/changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
* Display Kernel and OS version information at end of packer build
5
5
* Fix proxy startup script always prints "Error starting proxy"
6
6
* Fix auto-reexporting the root of an NFS v4 server
7
+
* Assign a public IP to the build machine by default
7
8
8
9
## Fetch Ubuntu Kernel source from launchpad
9
10
@@ -24,6 +25,12 @@ When exporting the root "/" of an NFS v4 server with AUTO_REEXPORT enabled; atte
24
25
25
26
This is because the logic that ensures the root export always has `fsid=0` was overriding the re-export logic. The updated logic correctly applies both conditions to the export.
26
27
28
+
## Assign a public IP to the build machine by default
29
+
30
+
When building using packer, assign a public IP (`omit_external_ip = false`) to the build machine by default. This matches the manual build process and makes building the image simpler when getting started.
31
+
32
+
When `omit_external_ip = true` the GCP network will require that Cloud NAT is configured so that the build instance can fetch packages and source code from the public internet.
33
+
27
34
# v1.0.0-beta7
28
35
29
36
* Fix error applying Terraform when nodes greater than 1
0 commit comments