packer/builder/googlecompute
Evan Brown a5c598264f builder/googlecompute: Support provisioning VM without external IP address
This change adds an `omit_external_ip` configuration property that, when true,
will cause no external IP address to be associated with the Google Compute
Engine VM provisioned to create an image. When using `omit_external_ip`, you
must also set the `use_internal_ip` configuration property to true.

Addresses #3296
2016-08-02 13:43:04 -07:00
..
account.go account_file can be verbatim JSON string 2015-10-08 02:40:18 -04:00
artifact.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
artifact_test.go builder/googlecompute: artifact tests 2013-12-13 19:08:27 -08:00
builder.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
builder_test.go Use the same license as Packer core 2013-12-12 21:53:04 -08:00
common.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
common_test.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
config.go builder/googlecompute: Support provisioning VM without external IP address 2016-08-02 13:43:04 -07:00
config_test.go builder/googlecompute: validate image_family 2016-05-13 15:24:02 -07:00
driver.go builder/googlecompute: Support provisioning VM without external IP address 2016-08-02 13:43:04 -07:00
driver_gce.go builder/googlecompute: Support provisioning VM without external IP address 2016-08-02 13:43:04 -07:00
driver_mock.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
private_key.go builder/googlecompute: fix all sorts of zone issues 2013-12-12 22:23:19 -08:00
private_key_test.go builder/googlecompute: private key tests 2013-12-12 21:53:04 -08:00
ssh.go helper/communicator: make host more generic 2015-06-13 19:23:33 -04:00
startup.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
step_check_existing_image.go Check if image already exists before doing anything else on GCE. 2014-12-09 08:42:34 -08:00
step_check_existing_image_test.go Check if image already exists before doing anything else on GCE. 2014-12-09 08:42:34 -08:00
step_create_image.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
step_create_image_test.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
step_create_instance.go builder/googlecompute: Support provisioning VM without external IP address 2016-08-02 13:43:04 -07:00
step_create_instance_test.go Delete GCE disk on SIGINT. 2015-04-21 18:02:05 +00:00
step_create_ssh_key.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
step_create_ssh_key_test.go builder/googlecompute: tests for #867 2014-02-21 15:10:09 -08:00
step_instance_info.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
step_instance_info_test.go Adds support for using the internal IP rather than NAT IP in GCE 2015-05-29 14:50:11 -07:00
step_teardown_instance.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
step_teardown_instance_test.go builder/googlecompute: fix formatting directives 2015-02-25 05:29:53 +01:00
step_test.go builder/googlecompute: driver and create instance tests 2013-12-12 21:53:05 -08:00
step_wait_instance_startup.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00
step_wait_instance_startup_test.go Adding support for googlecompute startup scripts. 2016-07-20 14:54:36 -07:00