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
Matthew Hooker 2381bfa8ad
Merge pull request #4518 from AlexLov/bugfix_image_family
9 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 builder/googlecompute: artifact tests 12 years ago
builder.go Merge pull request #4101 from lwander/f-googlecompute-ssh-private-key-file 9 years ago
builder_test.go Use the same license as Packer core 12 years ago
config.go OnHostMaintenance, googlecompute updating documenation , additional option for validation and setting defaults 9 years ago
config_test.go OnHostMaintenance, googlecompute updating documenation , additional option for validation and setting defaults 9 years ago
driver.go Adding OnHostMaintenance option for googlecompue builder 9 years ago
driver_gce.go Adding OnHostMaintenance option for googlecompue builder 9 years ago
driver_mock.go builder/googlecompute: support source image family 9 years ago
image.go Some googlecompute fixes and cleanup. Addresses https://github.com/mitchellh/packer/issues/3829. Changes: 10 years ago
image_test.go gofmt project. 10 years ago
private_key.go builder/googlecompute: fix all sorts of zone issues 12 years ago
private_key_test.go builder/googlecompute: private key tests 12 years ago
ssh.go helper/communicator: make host more generic 11 years ago
startup.go googlecompute: conditionally omit the wait for startup script step if no startup script is provided. 9 years ago
step_check_existing_image.go googlecompute/builder: Always show message when checking image exists 10 years ago
step_check_existing_image_test.go Check if image already exists before doing anything else on GCE. 11 years ago
step_create_image.go builder/googlecompute: -force 10 years ago
step_create_image_test.go gofmt project. 10 years ago
step_create_instance.go Merge pull request #4518 from AlexLov/bugfix_image_family 9 years ago
step_create_instance_test.go builder/googlecompute: support source image family 9 years ago
step_create_ssh_key.go builder/googlecompute: Store empty public_key 9 years ago
step_create_ssh_key_test.go builder/googlecompute: Tests added 9 years ago
step_create_windows_password.go builder/googlecompute: Print out WinRM password in debug mode. 10 years ago
step_create_windows_password_test.go Create a password for windows instances when using WinRM communicator and no password is provided. 10 years ago
step_instance_info.go Adding support for googlecompute startup scripts. 10 years ago
step_instance_info_test.go Adds support for using the internal IP rather than NAT IP in GCE 11 years ago
step_teardown_instance.go gofmt project. 10 years ago
step_teardown_instance_test.go builder/googlecompute: fix formatting directives 11 years ago
step_test.go Some googlecompute fixes and cleanup. Addresses https://github.com/mitchellh/packer/issues/3829. Changes: 10 years ago
step_wait_startup_script.go googlecompute: conditionally omit the wait for startup script step if no startup script is provided. 9 years ago
step_wait_startup_script_test.go googlecompute: conditionally omit the wait for startup script step if no startup script is provided. 9 years ago
winrm.go Create a password for windows instances when using WinRM communicator and no password is provided. 10 years ago