Commit Graph

13927 Commits (bbd64896a0341909dcc593babb429b86d2e4f296)
 

Author SHA1 Message Date
Megan Marsh bbd64896a0 use strconv.unquote instead of DIY
6 years ago
Megan Marsh 5980d32efb remove unhelpful quotes to fix bug with reading key from a path with spaces in it.
6 years ago
Sylvia Moss 06a26e74b4
Override post-processor config when processing (#8592)
6 years ago
Wilken Rivera 5138ca8c67
Merge pull request #8594 from hashicorp/fix_vagrant_cloud_parse_errors
6 years ago
nywilken 5a54c99e98 post-processor/vagrant-cloud: Update error handling for VagrantCloud API responses
6 years ago
Pit d7d00d8069 Fix regression in docker-tag post-processor (#8593)
6 years ago
Sylvia Moss d6a351b173
Rename communicator config variables and remove deprecated code (#8584)
6 years ago
Sylvia Moss baa203bb53
Adds acpi_shutdown to virtualbox builder (#8587)
6 years ago
Hanjie Wang d9a128a375 In Vagrant post-processor, check whether the host system is able to create a dummy Vagrant box before processing (#8431)
6 years ago
Megan Marsh 49a33c04cd
Merge pull request #8511 from TJM/vsphere_template_markas
6 years ago
Shengyu Liu c3c2622204 builder/tencentcloud: Correct the image name length validation, the max length of image name is 60 (#8536)
6 years ago
Tommy McNeely e469140678 workaround for mapstructure-to-hcl2 and booleans
6 years ago
Megan Marsh 3c5ce79c2f add @alexyueer to codeowners for alicloud
6 years ago
Megan Marsh eeac289fa5
Merge pull request #8535 from alexyueer/master
6 years ago
Megan Marsh 21edd085c7
Merge pull request #8560 from alexyueer/feature/support_aliyun_profile_20200103
6 years ago
Megan Marsh e9bb81a440
Merge pull request #8578 from hashicorp/unstick_vmware_shutdown_tests
6 years ago
Megan Marsh 7d789a1483
Merge pull request #8579 from hashicorp/do_8562
6 years ago
Megan Marsh c446bf07c5
Merge pull request #8574 from hashicorp/fix_8541
6 years ago
Megan Marsh 9903c4bdd1 update changelog
6 years ago
Megan Marsh 90bdcf58bd update step_download to return an ActionContinue if the URls field is empty. this allows us to simplify the hyperv builder, and is still safe because all other builders and uses of step_download already validate that the iso url is not empty if that's what they need, most of them inside of the IsoConfig prepare function.
6 years ago
Megan Marsh be3c1ef106 bump the timeout to a very high level to protect against laggy CI machines
6 years ago
Megan Marsh af2c4346f8
Merge pull request #8561 from ata18/ata18-end-of-life
6 years ago
Megan Marsh 72076922a6
Merge pull request #8576 from hashicorp/fix_8575
6 years ago
Megan Marsh 8ebd3a9acb
Merge pull request #8567 from rgl/fix-handle-libvirt-qemu-disk-size-string
6 years ago
Adrien Delorme 7b5a868de2 virtualbox/vm.Builder: use config as a non pointer to avoid a panic
6 years ago
Adrien Delorme 13ea97a1df mapstructure-to-hcl2: make basic named types pointers ( optional )
6 years ago
Adrien Delorme d8c3385814 hcl2template/mock.go: add fields with named types
6 years ago
Adrien Delorme dc5bde97d7 log& skip field if struct tag parse did not work
6 years ago
Adrien Delorme 731904d3d2 mapstructure-to-hcl2: use accessor for named types and not named type + go genrate + tests
6 years ago
Megan Marsh be97507088 delete qmp socket path. Also, clean up unnecessary use of statebag to recieve step values. (#8572)
6 years ago
hairesis bb71db6b39 docs/provisioners/ansible: Add playbook to basic example. (#8508)
6 years ago
Ricard Clau b2578ee0f9 Fix typo in Synopsis for galaxycommand fixer (#8573)
6 years ago
Adrien Delorme f828255103
Merge pull request #8569 from hashicorp/fix_8539
6 years ago
Aishwarya Thangappa 9f24869e36 Update the error handling for end-of-life-date parsing
6 years ago
Aishwarya Thangappa 9569d35d14 Set expiry for image versions in SIG
6 years ago
Tommy McNeely e101676e29 Doc update for markAsTemplate
6 years ago
Tommy McNeely 7f7b54ea31 Use vm.MarkAsTemplate, optionally reregister
6 years ago
Megan Marsh b7ee807cf1
Merge pull request #8571 from hashicorp/fix_8565
6 years ago
Megan Marsh d95b0122f8
Merge pull request #8542 from TJM/plugin_logs
6 years ago
Megan Marsh 6655f93b59 fix typo and regenerate code
6 years ago
Megan Marsh e525d2bd6e
Merge pull request #8570 from hashicorp/fix_ansible_winrm
6 years ago
Megan Marsh 99caaf6cc2
Merge pull request #8543 from TJM/fix_external
6 years ago
Megan Marsh 7411a8a6ef
Merge pull request #8550 from tpounds/add-ami-owner-to-template
6 years ago
Tommy McNeely 469a4d2a11 Fix names of range variables to reduce confusion and remove overriden plugin name
6 years ago
Megan Marsh 76251e5fd2 fix ssh interface docs for amazon builders
6 years ago
Tommy McNeely 72112ccae2 Make the path assignment less confusing
6 years ago
Megan Marsh 4b9568e409 fix winrmpass sanitization to account for empty string value.
6 years ago
Adrien Delorme 79d7b3e636 regroup duplicate error message
6 years ago
Adrien Delorme 0102f5b6fa remove unecessary inexistant block panic + add test
6 years ago
Lars Lehtonen 8098ba9cdf builder/virtualbox/common: remove unused url variable (#8559)
6 years ago