Matthew Hooker
|
625201c819
|
Merge pull request #4148 from minimum2scp/features/googlecompute-export-application-default-credential
googlecompute-export: use application default credential
|
2018-02-05 09:51:21 -08:00 |
Matthew Hooker
|
366dc3da0a
|
move multistep imports to helper.
gomvpkg -from "github.com/mitchellh/multistep" -to "github.com/hashicorp/packer/helper/multistep"
|
2018-01-24 17:09:15 -08:00 |
Vijaya Bhaskar Reddy Kondreddi
|
e45223a867
|
Fix -on-error issue not working.
When we supply -on-error flag for Packer with Hyper-v builder, it does not do anything.
|
2017-09-01 00:14:28 +05:30 |
Matthew Hooker
|
81522dced0
|
move packer to hashicorp
|
2017-04-04 13:39:01 -07:00 |
YAMADA Tsuyoshi
|
5dc6b18365
|
googlecompute-export: use application default credential as same as googlecompute builder
|
2016-11-10 18:58:38 +09:00 |
YAMADA Tsuyoshi
|
61e2ea308e
|
googlecompute-export: Fixed scopes to run gcloud, gsutil in startup script
|
2016-11-10 17:54:28 +09:00 |
Scott Crunkleton
|
85210afe92
|
googlecompute: conditionally omit the wait for startup script step if no startup script is provided.
|
2016-11-02 15:20:21 -07:00 |
Matthew Hooker
|
a8e57d83d2
|
gofmt project.
noticed many unrelated changes being added to patches because of gofmt.
ran `find . -not -path "./vendor/*" -name "*.go" -exec gofmt -w {} \;`
|
2016-09-29 14:13:06 -07:00 |
Scott Crunkleton
|
1b9b37bdc1
|
Added some error handling and logs for the GCE export startup script.
|
2016-08-15 16:25:57 -07:00 |
crunk1
|
55b5a45ae4
|
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.
Added documentation and changed authentication stuff on temporary VM.
|
2016-08-15 14:36:26 -07:00 |