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
Megan Marsh 35357616e0
Merge pull request #8112 from milescrabill/packer-googlecompute-validate-imagename
7 years ago
..
test-fixtures
account.go replace some bespoke google auth code with code from golang's oauth2 library 7 years ago
artifact.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
artifact_test.go run goimports 8 years ago
builder.go Merge pull request #7835 from hashicorp/google_oauth 7 years ago
builder_test.go
config.go address review feedback 7 years ago
config_test.go address review feedback 7 years ago
driver.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
driver_gce.go Updated public gcp cloud images 7 years ago
driver_mock.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
image.go
image_test.go
networking.go
networking_test.go
startup.go Change metadata url to FQDN 7 years ago
step_check_existing_image.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_check_existing_image_test.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_create_image.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_create_image_test.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_create_instance.go refactor: replace *packer.MultiError from type signature of createInstanceMetadata with generic error interface 7 years ago
step_create_instance_test.go refactor: add multiError in createInstanceMetadata method to capture multiple errors 7 years ago
step_create_ssh_key.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_create_ssh_key_test.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_create_windows_password.go don't fall for nil pointer dereference in account file 7 years ago
step_create_windows_password_test.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_instance_info.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_instance_info_test.go this timeout regularly flakes on Travis, I suspect because the instances running the tests are brutally underpowered. Increase the fudge factor. 7 years ago
step_teardown_instance.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_teardown_instance_test.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_test.go move multistep imports to helper. 8 years ago
step_wait_startup_script.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
step_wait_startup_script_test.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago
template_funcs.go googlecompute: fail fast when image name is invalid, replace unusable characters w/ -'s 7 years ago
template_funcs_test.go
winrm.go Remove config interface. Make CreateImage function to accept config as list of config fields 7 years ago