Megan Marsh
6191b9c8c6
Merge pull request #8288 from hashicorp/fix_8271
...
add some extra layers of validation to make sure that people don't tr…
2019-10-30 10:41:52 -07:00
Megan Marsh
d084cd1895
Update builder/amazon/common/ami_config.go
2019-10-30 09:41:23 -07:00
Adrien Delorme
d915618819
Merge pull request #8289 from hashicorp/test_filter_builder
...
add test to catch this case
2019-10-30 10:34:58 +01:00
Megan Marsh
f72da4b7f7
update changelog
2019-10-29 15:30:16 -07:00
Megan Marsh
811f2cb8a7
Merge pull request #8279 from andreykaipov/feature/builder/openstack-network-discovery
...
[builder/openstack] adds option to discover provisioning network
2019-10-29 11:30:42 -07:00
Megan Marsh
e9f02e44cb
add test to catch this case
2019-10-29 11:28:56 -07:00
Megan Marsh
7cf47fc463
add some extra layers of validation to make sure that people don't trip over magical encrypt_boot settings later in the build
2019-10-29 11:26:22 -07:00
Andrey Kaipov
5da5b00e1c
[builder/openstack] adds option to discover provisioning network
2019-10-29 13:02:27 -04:00
Megan Marsh
0b9391b092
Merge pull request #8285 from hashicorp/document-code-generation
...
Document how code generation works a little in .github/CONTRIBUTING.md
2019-10-29 09:25:55 -07:00
Adrien Delorme
06d29d279a
Document how code generation works a little in .github/CONTRIBUTING.md
2019-10-29 15:29:29 +01:00
Adrien Delorme
889ab163f1
Merge pull request #8241 from carlpett/bump-proxmox-api
...
Bump proxmox dependency
2019-10-29 14:45:41 +01:00
Adrien Delorme
8b6f1358fb
Merge pull request #8281 from alrs/fix-builder-oneandone-errors
...
builder/oneandone: fix dropped errors
2019-10-29 12:25:27 +01:00
Adrien Delorme
3eef8f15c1
Merge pull request #8276 from alrs/fix-post-processor-compress-errors
...
post-processor/compress: fix dropped errors
2019-10-29 12:23:08 +01:00
Adrien Delorme
b2b12d6b04
Merge pull request #8280 from blinohod/cloudstack-display-name
...
[WIP] Add instance_display_name for cloudstack builder
2019-10-29 12:19:50 +01:00
Lars Lehtonen
5edabfc849
post-processor/compress: fix dropped errors
2019-10-28 16:19:46 -07:00
Megan Marsh
1b3e346297
Merge pull request #8284 from hashicorp/fix_performance_regression
...
Fix performance regression
2019-10-28 15:58:05 -07:00
Megan Marsh
124ae7d225
add vendored code
2019-10-28 14:38:53 -07:00
Megan Marsh
1d489d1899
revert bad commit and re-vendor code.
2019-10-28 14:38:18 -07:00
Megan Marsh
e2283445f2
need to initialize variables scoped to the individual loop, because the address of k,v stay the same and that means we overwrite previous variables when assigning them to the struct directly.
2019-10-28 14:31:13 -07:00
Megan Marsh
5ab31b0363
Revert "vendor vendors"
...
This reverts commit 8b1fcbb3bd
.
2019-10-28 14:31:07 -07:00
Lars Lehtonen
6f7693577d
builder/oneandone: fix dropped errors
2019-10-28 08:25:48 -07:00
Calle Pettersson
3abfba614a
Bump vendor/
2019-10-27 13:10:35 +01:00
Calle Pettersson
9e00438453
Bump proxmox-api
2019-10-27 13:03:31 +01:00
Michael Bochkaryov
da7e72246c
Add instance_display_name parameter for Cloudstack builder
...
This change introduce instance_display_name optional parameter
for Cloudstack builder to set custom VM display name.
By default it is set to "Created by Packer".
2019-10-26 21:13:45 -07:00
Megan Marsh
0cb098b713
regenerate code because of hyperv refactor
2019-10-25 09:52:37 -07:00
Megan Marsh
2d01b3b7ab
Merge pull request #8274 from hashicorp/fix_8264
...
Make Vagrant driver code pass through logs as it receives them rather…
2019-10-24 14:38:53 -07:00
Megan Marsh
a783a09ea3
Merge pull request #8269 from paulmey/paulmey/generalize-chroot
...
[amazon/chroot] Move common/generic chroot builder steps to common directory
2019-10-24 14:32:01 -07:00
Megan Marsh
a7be0bed30
Make Vagrant driver code pass through logs as it receives them rather than buffering and returning them all at the end of the call.
2019-10-24 13:12:35 -07:00
Megan Marsh
eccdb44e3b
Merge pull request #8246 from hashicorp/fix_8089
...
Add the additional_disk_size option tho the hyperv vmcx builder.
2019-10-24 11:50:58 -07:00
Megan Marsh
2274f54ef1
Merge pull request #8268 from hashicorp/fix_hcl2_mapstructure_code
...
when using a slice of an imported field type, the Underlying still re…
2019-10-24 11:50:18 -07:00
Megan Marsh
3abc96c140
Merge pull request #8272 from hashicorp/fix_8270
...
fix transcription error from when we moved to generated docs
2019-10-24 11:47:41 -07:00
Megan Marsh
7928b5b045
fix transcription error from when we moved to generated docs
2019-10-24 10:19:03 -07:00
Paul Meyer
3be7d81ce2
Move common steps together
2019-10-24 04:21:46 +00:00
Paul Meyer
e6dfe301ac
Move CommandWrapper & ShellCommand to common
2019-10-24 04:06:29 +00:00
Megan Marsh
ce248c9df4
Merge pull request #8265 from alrs/fix-common-iso-config-err
...
common: collect dropped error
2019-10-23 15:09:09 -07:00
Megan Marsh
da53ac99be
when using a slice of an imported field type, the Underlying still returned the slice rather than the element type.
2019-10-23 15:08:14 -07:00
Lars Lehtonen
731e0332cf
common: collect dropped error
2019-10-23 13:02:08 -07:00
Megan Marsh
8d8bd3f891
Merge pull request #8267 from hashicorp/do_8266
...
improve error message
2019-10-23 13:00:20 -07:00
Megan Marsh
1731f87ad0
Merge pull request #8186 from puetzk/issue8178
...
fix: set openstack metadata for use_blockstorage_volume
2019-10-23 12:53:30 -07:00
Megan Marsh
ea3e9b67a4
Merge pull request #8259 from paulmey/azure-chroot/user-agent
...
[azure] Set correct user agent for Azure client set
2019-10-23 12:15:23 -07:00
Megan Marsh
436e21ae15
Merge branch 'master' into pr/8186
2019-10-23 12:08:02 -07:00
Megan Marsh
14baa769ab
improve error message
2019-10-23 12:02:31 -07:00
Megan Marsh
39ecc9fbe1
Merge pull request #8263 from hashicorp/fix_make_generate
...
regenerate hcl2 structs
2019-10-23 12:00:57 -07:00
Paul Meyer
b54a2ee09d
Set correct user agent for Azure clientset
2019-10-23 11:31:29 -07:00
Megan Marsh
b9245a402d
add structure to its own struct to make generated code stop complaining
2019-10-23 10:46:42 -07:00
Megan Marsh
5614f307fb
regerate code
...
generate flat FlatPolicyDocument
add PolicyDocument to generate command
2019-10-23 10:46:07 -07:00
Kevin Puetz
00d0297d26
Merge branch 'master' into issue8178
2019-10-23 00:34:38 -05:00
Megan Marsh
8ac97de8b2
remove vnc config options from virtualbox docs; virtualbox does not implement the vncconfig struct
2019-10-22 12:11:27 -07:00
Megan Marsh
d15f43e4eb
Merge pull request #8232 from hashicorp/artifact-tree
...
HCL2 configs - part one
2019-10-22 11:54:34 -07:00
Megan Marsh
abcbce0c4f
Merge pull request #8253 from hashicorp/plugin_docs
...
update website to hopefully make community builders and provisioners …
2019-10-22 11:52:15 -07:00