.. |
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
|
builder/googlecompute: artifact tests
|
2013-12-13 19:08:27 -08:00 |
builder.go
|
Merge pull request #4101 from lwander/f-googlecompute-ssh-private-key-file
|
2016-11-03 11:04:02 -07:00 |
builder_test.go
|
Use the same license as Packer core
|
2013-12-12 21:53:04 -08:00 |
config.go
|
Removed default value for ssh_username
|
2016-11-17 22:30:34 +01:00 |
config_test.go
|
Removed default value for ssh_username
|
2016-11-17 22:30:34 +01:00 |
driver.go
|
googlecompute: Run instance with custom scopes
|
2016-10-22 15:46:14 +09:00 |
driver_gce.go
|
run gofmt
|
2016-11-01 14:08:04 -07:00 |
driver_mock.go
|
Merge pull request #3932 from pieter-lazzaro/googlecompute-createpassword
|
2016-09-30 22:01:56 +02: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
|
helper/communicator: make host more generic
|
2015-06-13 19:23:33 -04:00 |
startup.go
|
googlecompute: conditionally omit the wait for startup script step if no startup script is provided.
|
2016-11-02 15:20:21 -07:00 |
step_check_existing_image.go
|
googlecompute/builder: Always show message when checking image exists
|
2016-09-24 21:12:25 +02: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
|
builder/googlecompute: -force
|
2016-09-23 14:21:43 +02:00 |
step_create_image_test.go
|
gofmt project.
|
2016-09-29 14:13:06 -07:00 |
step_create_instance.go
|
builder/googlecompute: Store empty public_key
|
2016-11-03 12:49:09 -04:00 |
step_create_instance_test.go
|
builder/googlecompute: Tests added
|
2016-11-03 12:45:52 -04:00 |
step_create_ssh_key.go
|
builder/googlecompute: Store empty public_key
|
2016-11-03 12:49:09 -04:00 |
step_create_ssh_key_test.go
|
builder/googlecompute: Tests added
|
2016-11-03 12:45:52 -04:00 |
step_create_windows_password.go
|
builder/googlecompute: Print out WinRM password in debug mode.
|
2016-09-30 21:17:38 +02: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
|
Adding support for googlecompute startup scripts.
|
2016-07-20 14:54:36 -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
|
gofmt project.
|
2016-09-29 14:13:06 -07:00 |
step_teardown_instance_test.go
|
builder/googlecompute: fix formatting directives
|
2015-02-25 05:29:53 +01:00 |
step_test.go
|
Some googlecompute fixes and cleanup. Addresses https://github.com/mitchellh/packer/issues/3829. Changes:
|
2016-09-09 16:22:50 -07:00 |
step_wait_startup_script.go
|
googlecompute: conditionally omit the wait for startup script step if no startup script is provided.
|
2016-11-02 15:20:21 -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
|
Create a password for windows instances when using WinRM communicator and no password is provided.
|
2016-09-27 18:42:34 -04:00 |