Commit Graph

4947 Commits (266a8ccffc2629316dbfd85d874a2c01c0e57791)

Author SHA1 Message Date
Sylvia Moss 0b7251a4bb
Share .Device and .MountPath between builders, provisioners and post-processors (#8621)
6 years ago
Calle Pettersson 8e4c165173 Proxmox upload ISO
6 years ago
Sylvia Moss 39c25b2c66
Add retry mechanism to amazon DeleteSnapshot (#8614)
6 years ago
Sylvia Moss 0677b02e18
Share SourceImageName with provisioners and manifest post-processor (#8603)
6 years ago
Megan Marsh 83dc0a7c8b fix config decode
6 years ago
Megan Marsh fac320d290
Merge pull request #8480 from hashicorp/merge-vsphere-builder
6 years ago
Megan Marsh ecf0e5794a
Merge pull request #8607 from hashicorp/fix_vagrant_crash
6 years ago
Megan Marsh a847530a83
Update builder/vagrant/driver_2_2.go
6 years ago
Megan Marsh d55f256cac
Merge pull request #8414 from footplus/fix_osc_ssh_host_detection
6 years ago
Megan Marsh 48811ed4e5 replace buffer copy loop with a scanner that handles carriage returns
6 years ago
Megan Marsh 6315f69019 break out of loop once channel is read from.
6 years ago
Megan Marsh b8edaa9850
Merge pull request #8605 from hashicorp/fix_8599
6 years ago
Megan Marsh bbd64896a0 use strconv.unquote instead of DIY
6 years ago
Sylvia Moss 0e177915f8
Add retry mechanism to DeregisterImage from awsec2 (#8598)
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
Megan Marsh 82f03fca7c fix to work with hcl2; update tests
6 years ago
Megan Marsh dfb45e86cc remove unused file, set up prepare() properly to work with HCL2 in vsphere-clone builder
6 years ago
Megan Marsh 9459e2233b fix config loading to work with HCL2
6 years ago
Megan Marsh f84634aff3 small log line improvements
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
Moss 6a2d73a0e9 Add missing doc variable description
6 years ago
Megan Marsh e87aa237dd Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes.
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
Megan Marsh 073eda76aa remove extraneous files from when vsphere builder was a plugin, and move README into packer website as separated docs for vsphere-clone and vsphere-iso. Move option descriptions into struct code, and generate documentation directly from those structs as we do inside of the other builders
6 years ago
Megan Marsh 8cb1f7b1c1 Merge branch 'master' into merge-vsphere-builder
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 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
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 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
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
Megan Marsh b7ee807cf1
Merge pull request #8571 from hashicorp/fix_8565
6 years ago
Megan Marsh 6655f93b59 fix typo and regenerate code
6 years ago
Megan Marsh 7411a8a6ef
Merge pull request #8550 from tpounds/add-ami-owner-to-template
6 years ago
Megan Marsh 76251e5fd2 fix ssh interface docs for amazon builders
6 years ago
Lars Lehtonen 8098ba9cdf builder/virtualbox/common: remove unused url variable (#8559)
6 years ago
alexyueer ec4a7b6af0 support aliyun profile
6 years ago
Trevor Pounds 47e48ebc24 Add source AMI owner ID/name to build template.
6 years ago
wujin 2e2f197bc3 add SecurityGroupId when DescribeSecurityGroups if user specify SecurityGroupId
6 years ago
Megan Marsh 348e00422e
Merge pull request #8509 from hashicorp/fix_step_import_panic
6 years ago
Moss 7912e496aa Remove config dependency inside StepImport
6 years ago