You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/builder/googlecompute
Adrien Delorme d72040f4fa
move retry code into the common/retry pkg and make retry context aware
7 years ago
..
test-fixtures builder/googlecompute: Tests added 9 years ago
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. 10 years ago
artifact.go gofmt project. 10 years ago
artifact_test.go run goimports 8 years ago
builder.go change Builder to be passed a context for cancellation 7 years ago
builder_test.go Use the same license as Packer core 12 years ago
config.go builder/googlecompute: validate startup_script_file exists 7 years ago
config_test.go builder/googlecompute: validate startup_script_file exists 7 years ago
driver.go GCP: Allow to set MinCpuPlatform 8 years ago
driver_gce.go move retry code into the common/retry pkg and make retry context aware 7 years ago
driver_mock.go Support specifying licenses for Google Compute images 8 years ago
image.go Using CI for compilation errors because am on Windows 9 years ago
image_test.go gofmt project. 10 years ago
networking.go builder/googlecompute: Test networking interpolation 8 years ago
networking_test.go builder/googlecompute: Test networking interpolation 8 years ago
ssh.go refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc 8 years ago
startup.go Change metadata url to FQDN 7 years ago
step_check_existing_image.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_check_existing_image_test.go test fixes WIP 8 years ago
step_create_image.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_create_image_test.go Support specifying licenses for Google Compute images 8 years ago
step_create_instance.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_create_instance_test.go builder/googlecompute: Optionally disable service account 8 years ago
step_create_ssh_key.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_create_ssh_key_test.go remove unecessary get/pug config in tests; those are being referenced 8 years ago
step_create_windows_password.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_create_windows_password_test.go Remove tmp files created by builder/googlecompute tests 8 years ago
step_instance_info.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_instance_info_test.go test fixes WIP 8 years ago
step_teardown_instance.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_teardown_instance_test.go test fixes WIP 8 years ago
step_test.go move multistep imports to helper. 8 years ago
step_wait_startup_script.go move retry code into the common/retry pkg and make retry context aware 7 years ago
step_wait_startup_script_test.go test fixes WIP 8 years ago
template_funcs.go introduce the clean_resource_name to clean image names and deprecate the old ones 7 years ago
template_funcs_test.go add a couple of extra tests and reword documentation 8 years ago
winrm.go move multistep imports to helper. 8 years ago