packer-cn/builder/googlecompute
Megan Marsh 3974976518 Merge pull request #5137 from vilkaspilkas/f-googlecompute-accelerator
Add accelerator api support to googlecompute builder
2017-09-01 14:12:26 -07:00
..
test-fixtures builder/googlecompute: Tests added 2016-11-03 12:45:52 -04:00
account.go Created googlecompute-export post-processor. Modified the googlecompute builder to pass a few configuration values to its resulting artifact. These values can then be used in googlecompute-export post-processor. 2016-08-15 14:36:26 -07:00
artifact.go gofmt project. 2016-09-29 14:13:06 -07:00
artifact_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
builder.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
builder_test.go Use the same license as Packer core 2013-12-12 21:53:04 -08:00
config.go Adding sanity checks in Prepare when adding accelerators and tests for accelerator configuration 2017-07-19 11:28:49 +01:00
config_test.go Adding sanity checks in Prepare when adding accelerators and tests for accelerator configuration 2017-07-19 11:28:49 +01:00
driver.go Switch googlecompute builder to use compute/v0.beta and add support for accelerator api 2017-07-17 15:39:41 +01:00
driver_gce.go Accelerator api is now GA, switching back to v1 from v0.beta 2017-07-21 15:05:24 +01:00
driver_mock.go builder/googlecompute: support source image family 2016-11-13 16:54:04 +01:00
image.go Some googlecompute fixes and cleanup. Addresses https://github.com/mitchellh/packer/issues/3829. Changes: 2016-09-09 16:22:50 -07:00
image_test.go gofmt project. 2016-09-29 14:13:06 -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 update ssh client usage for new crypto/ssh version 2017-05-18 12:01:44 -07:00
startup.go Update to how zone is extracted from metadata 2017-07-29 08:20:58 -07:00
step_check_existing_image.go move packer to hashicorp 2017-04-04 13:39:01 -07: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 move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_image_test.go gofmt project. 2016-09-29 14:13:06 -07:00
step_create_instance.go Switch googlecompute builder to use compute/v0.beta and add support for accelerator api 2017-07-17 15:39:41 +01:00
step_create_instance_test.go fix test that flaked in a travis build recently 2017-08-08 12:25:12 -07:00
step_create_ssh_key.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_ssh_key_test.go builder/googlecompute: Tests added 2016-11-03 12:45:52 -04:00
step_create_windows_password.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_windows_password_test.go Create a password for windows instances when using WinRM communicator and no password is provided. 2016-09-27 18:42:34 -04:00
step_instance_info.go move packer to hashicorp 2017-04-04 13:39:01 -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 move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_teardown_instance_test.go builder/googlecompute: fix formatting directives 2015-02-25 05:29:53 +01:00
step_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_wait_startup_script.go post-processor/vagrant-cloud: try upload once 2017-06-12 17:34:32 -07:00
step_wait_startup_script_test.go googlecompute: conditionally omit the wait for startup script step if no startup script is provided. 2016-11-02 15:20:21 -07:00
winrm.go move packer to hashicorp 2017-04-04 13:39:01 -07:00