packer-cn/post-processor/vagrant-cloud
DanHam e8c586175e
Intention: Allow use of artifice pp with vagrant-cloud pp
The Vagrant-Cloud and Vagrant provider (e.g. virtualbox, vmware_desktop
etc.) must be determined differently depending on the builder or
post-processor supplying the artifact.

Adds a wrapper function that:

* Uses the original method of determining the provider when the artifact
  is provided by either the Vagrant builder or Vagrant post-processor
* Uses a new (currently empty) function when the artifact is provided
  via the Artifice post-processor
2019-08-21 14:32:23 +01:00
..
artifact.go Expand Artifact API to expose build state 2014-09-22 11:15:47 +01:00
artifact_test.go run goimports 2018-01-22 17:21:10 -08:00
client.go Ignores SSL verification when on premise vagrant cloud 2019-03-05 10:57:11 +01:00
post-processor.go Intention: Allow use of artifice pp with vagrant-cloud pp 2019-08-21 14:32:23 +01:00
post-processor_test.go Should return an error when artifact file does not have .box extension 2019-08-21 14:32:23 +01:00
step_create_provider.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_create_version.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_prepare_upload.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_release_version.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_upload.go move retry code into the common/retry pkg and make retry context aware 2019-04-09 17:46:38 +02:00
step_verify_box.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00