Commit Graph

569 Commits (412df59ea57d0793dd4f449ebde48db6bd471318)

Author SHA1 Message Date
Adrien Delorme 4b7132c87c Merge remote-tracking branch 'origin/master' into sharing_info
6 years ago
Adrien Delorme 0785c2f6fc
build using HCL2 (#8423)
6 years ago
Megan Marsh 0f6d1beccf add an extra string array to the Prepare() return values in the builder interfaces; this sets up the ability for builders to give the provisioners custom user-accessible build-time variables.
6 years ago
Megan Marsh 39fd462b56 change all provision func signatures to use map[string]interface{}
6 years ago
Lars Lehtonen 20d375f705
post-processor/digitalocean-import: drop unused test functions
6 years ago
Lars Lehtonen d7eee558a6 post-processor/docker-import: drop unused test functions (#8465)
6 years ago
Lars Lehtonen 4fe34a5dc3 post-processor/docker-push: drop unused test helper functions (#8456)
6 years ago
Lars Lehtonen 8146b39986 post-processor/docker-save: remove unused test functions (#8447)
6 years ago
Adrien Delorme b4200c3590 go generate for the google compute export post processor after #8388
6 years ago
Taneli Leppä e1cb0c5f7e Added support for specifying Service Account in Google Compute exporter post-processor. (#8388)
6 years ago
henry-aj-jones d317d7f3d1 post-processor/docker-tag: Allow to tag an artifact with multiple tags (#8392)
6 years ago
Lars Lehtonen 2e7ba19d8c post-processor/vagrant-cloud: fix dropped test errors
6 years ago
Megan Marsh fcb65ee422
Merge pull request #8307 from hashicorp/fix_8116
6 years ago
Megan Marsh e9e4c102e5 delete amazon import post-processor intermediary snapshots
6 years ago
Adrien Delorme 819329228a Change back to make sure all durations are a time.Duration
6 years ago
Adrien Delorme bf3d9841c6 Force durations to be passed a strings
6 years ago
mingsheng.su 4f140d0071 fix docs of ucloud-uhost
6 years ago
mingsheng.su 545575b879 optimize code about ufile config
6 years ago
mingsheng.su 37e898e115 optimize code style
6 years ago
mingsheng.su 1099777978 update bucket about no create
6 years ago
mingsheng.su 083d7896f4 update message of ucloud import
6 years ago
mingsheng.su 2c513fce64 update ucloud packer
6 years ago
mingsheng.su 61f9d3a9fe add ucloud import
6 years ago
Lars Lehtonen 5edabfc849 post-processor/compress: fix dropped errors
6 years ago
Adrien Delorme 078ba7c8c3 commit old code generation tool
6 years ago
Adrien Delorme 771a6e55ef pp.google.[import|export]: unexport Account field
6 years ago
Adrien Delorme af08e2a410 pp.alicloud-import: remove duplicate AlicloudImageName field
6 years ago
Andrew Starr-Bochicchio ae1bb856a3 digitalocean-import: Fix panic when 'image_regions' not set (Fixes: #7843).
6 years ago
Lars Lehtonen 21f2e67462
post-processor/vagrant-cloud: fix dropped errors
7 years ago
Megan Marsh 3c14c50aba Allow user to real oauth token from properly configured Vault instance
7 years ago
Megan Marsh 61b237b6f7
Merge pull request #8097 from onematchfox/vagrant-cloud
7 years ago
Megan Marsh 9e28b2f5cf fix post-processor
7 years ago
Brian Fox 331babc2ce allow blank access_token (no auth) for private vagrant box hosting
7 years ago
Robbert Müller 9f972375ed
Removed whitelist check for builders
7 years ago
DanHam ca9b500e76
Fix test output: Correct copy/paste errors and make message clearer
7 years ago
DanHam 7770ade74c
Clearer error message for artifice users. OCD nits and logging
7 years ago
DanHam e9ab2203ba
Should return provider correctly with artifacts from other builders or pp's
7 years ago
DanHam e8336039d9
Should return provider correctly with good box and artifice pp
7 years ago
DanHam aee400836f
Should return an error if the provider kv pair is not in the metadata file
7 years ago
DanHam a7603f63c7
Should return an error if the metadata file has badly formatted JSON
7 years ago
DanHam 57137c6e33
Should return an error if the value of the provider key is empty
7 years ago
DanHam d1327fe422
Should return an error if the metadata file is empty
7 years ago
DanHam a9e22a6bb2
Should return the provider by parsing the json in the box metadata file
7 years ago
DanHam 0bf0e7c078
Should return an error when the metadata file is not in the box tar archive
7 years ago
DanHam 063e4bd3e5
Should return an error if the box tar archive is empty
7 years ago
DanHam 9c6b355088
Should return an error if the box is a plain gzip file
7 years ago
DanHam 35d326de39
Add basic workings to function. Return an error if box file is empty
7 years ago
DanHam 6b5cf6dcb2
Should return an error when the box file is missing
7 years ago
DanHam e8c586175e
Intention: Allow use of artifice pp with vagrant-cloud pp
7 years ago
DanHam 3f4f429c3d
Should return an error when artifact file does not have .box extension
7 years ago