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
Mikhail Ushanov 536252683e
builders: reuse private key file reading function
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 new option allowing user to clean up the ephemeral ssh key from the authorized_keys file 8 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 Update public google cloud image projects 8 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 Update to how zone is extracted from metadata 9 years ago
step_check_existing_image.go fix imports 8 years ago
step_check_existing_image_test.go test fixes WIP 8 years ago
step_create_image.go Support specifying licenses for Google Compute images 8 years ago
step_create_image_test.go Support specifying licenses for Google Compute images 8 years ago
step_create_instance.go GCP: put ssh public/private key in config 8 years ago
step_create_instance_test.go builder/googlecompute: Optionally disable service account 8 years ago
step_create_ssh_key.go builders: reuse private key file reading function 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 Going to revert this change for now, becuase of potential issues that arise from calling Prepare() twice 8 years ago
step_create_windows_password_test.go Remove tmp files created by builder/googlecompute tests 8 years ago
step_instance_info.go fix imports 8 years ago
step_instance_info_test.go test fixes WIP 8 years ago
step_teardown_instance.go fix imports 8 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 fix imports 8 years ago
step_wait_startup_script_test.go test fixes WIP 8 years ago
template_funcs.go Don't truncate and replace with 'a', update docs 8 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