13466 Commits

Author SHA1 Message Date
Adrien Delorme
9aac2246f2
Merge pull request #8210 from dvrkps/patch-4
Consolidate receiver name
2019-10-10 16:40:53 +02:00
Adrien Delorme
26ab75ea34
Merge pull request #8213 from chrisroberts/f-winrm-busy-loop
Prevent busy loop while waiting for WinRM connection
2019-10-10 14:49:27 +02:00
Li Kexian
7fd2006d35
change links to english version 2019-10-10 17:06:21 +08:00
Chris Roberts
8bb7d8dc16 Prevent busy loop while waiting for WinRM connection
Set first run variable outside conditional so it will properly be
updated during the first run and pause on subsequent runs.
2019-10-09 17:55:16 -07:00
Megan Marsh
4bc381183d make aws instsance builder work with recent changes for volume copy 2019-10-09 16:59:51 -07:00
Megan Marsh
e283023d9b make sure step_register_ami in chroot builder respects encryption and ami skip build retion values once the copy happens 2019-10-09 16:52:41 -07:00
Megan Marsh
469af8e592 ebssurrogate builds didn't keep up with recent optimizations to region encryption in the ebs builder, and that was causing bugs with the common ami region copy step 2019-10-09 16:02:37 -07:00
Davor Kapsa
3eb075b9fc
Consolidate receiver name 2019-10-09 21:18:46 +02:00
Davor Kapsa
fb267dd1dc
Add error check 2019-10-09 21:08:40 +02:00
Adrien Delorme
046f94c996
Merge pull request #8207 from dvrkps/patch-2
Add error check
2019-10-09 16:29:21 +02:00
Adrien Delorme
bdc4213a1e
Merge pull request #8206 from dvrkps/patch-1
Remove explicit err var declaration
2019-10-09 16:26:01 +02:00
Davor Kapsa
49e4a2d9ef
Add error check 2019-10-09 15:55:07 +02:00
Davor Kapsa
50262ba0b8
Remove explicit err var declaration 2019-10-09 13:17:43 +02:00
Sumit Kalra
97f33647da
Adding auto-generated documentation (#5) 2019-10-08 16:02:39 -07:00
Sumit Kalra
595b103bbe
Adding NSG to the ARM deployment template when needed (#3)
* Adding NSG to the ARM eployment template when needed

* Adding tests and fixing bugs

* Removing denyall rule

* Fixing logic to determine which port to open

* Fixing config description
2019-10-08 14:56:43 -07:00
Adrien Delorme
c505f1c45e
Merge pull request #8202 from carlpett/codeowners-for-docs
Add builder CODEOWNERS to respective docs
2019-10-08 15:56:16 +02:00
Adrien Delorme
3aafba95dd
Merge pull request #8201 from brickstool/f-proxmox-cpu-type-support
[Proxmox] Add ability to select CPU type
2019-10-08 15:52:26 +02:00
Calle Pettersson
2c6df3017f Add builder CODEOWNERS to respective docs 2019-10-08 11:04:42 +02:00
Samuel Noordhuis
eecac683b8
Update builder/proxmox/config.go
Co-Authored-By: Adrien Delorme <azr@users.noreply.github.com>
2019-10-08 19:45:15 +11:00
Adrien Delorme
ef4db8b158
Merge branch 'master' into f-proxmox-cpu-type-support 2019-10-08 10:34:53 +02:00
Megan Marsh
deda067355
Merge pull request #8199 from brickstool/f-proxmox-add-scsi-controller-support
[Proxmox] Add support for SCSI controller selection
2019-10-07 10:37:54 -07:00
Adrien Delorme
d9563b1320
Merge pull request #8198 from amree/f-use-user-variable-for-region
Update "Build an Image" Documentation
2019-10-07 10:24:05 +02:00
Samuel Noordhuis
5add6cc6c8
Add ability to select CPU type 2019-10-06 21:39:53 +11:00
Samuel Noordhuis
d3f369494a
Add support for SCSI controller selection 2019-10-06 20:14:04 +11:00
amree
7dbcefaf20 Update "Build an Image" Documentation
We defined a user variable for the region but we're not using it. This
PR will update the template to use that particular variable
2019-10-06 04:29:36 +08:00
Megan Marsh
68127870f7
Merge pull request #8195 from hashicorp/fix_8194
missing bracket
2019-10-04 11:00:06 -07:00
Megan Marsh
9c91857d28 update changelog 2019-10-04 10:57:30 -07:00
Megan Marsh
843986c2d4 missing bracket 2019-10-04 10:41:12 -07:00
Megan Marsh
e3257ba088
Merge pull request #8192 from hashicorp/fix_7904
use a unique temp dir for each build to prevent concurrent builds fro…
2019-10-04 09:39:03 -07:00
Megan Marsh
c581e88581
Merge pull request #8193 from hashicorp/do_7471
remove clean_ami_name and clean_image_name; complete the deprecation …
2019-10-04 09:38:12 -07:00
Adrien Delorme
3a4079f97a yandex: use clean_resource_name too 2019-10-04 11:31:33 +02:00
Adrien Delorme
d4600a7716 fix go imports 2019-10-04 11:19:45 +02:00
Megan Marsh
0026792d2f remove clean_ami_name and clean_image_name; complete the deprecation for these functions in favor of clean_resource_name 2019-10-03 15:49:01 -07:00
Megan Marsh
de8e8557ae make config dir if it doens't exist. 2019-10-03 15:16:27 -07:00
Megan Marsh
7f040dfed8 update tests 2019-10-03 15:06:01 -07:00
Megan Marsh
7c41244e15 use a unique temp dir for each build to prevent concurrent builds from stomping on each other 2019-10-03 14:50:53 -07:00
Megan Marsh
928c6a3615
Merge pull request #8183 from hashicorp/communicator_docs
Communicator docs
2019-10-03 09:49:39 -07:00
Megan Marsh
f685931cde
Merge pull request #8176 from winklerm/issue5575
Fix Issue 5575 - OpenStack builder should warn instead of fail on terminate if instance is already shut down
2019-10-03 09:41:47 -07:00
Megan Marsh
2a4844bd0e
Merge pull request #8190 from hashicorp/issue_templates_plus_plus
default label issues & ssh/winrm issues guides link
2019-10-03 09:36:17 -07:00
Megan Marsh
ccf58f0c98 major rework of communicator docs and addition of preseed guides 2019-10-03 09:18:03 -07:00
Adrien Delorme
3951267963 Create ssh_or_winrm_times_out.md 2019-10-03 17:59:25 +02:00
Adrien Delorme
0fcc4688f1 default labels per ISSUE_TEMPLATE type 2019-10-03 17:49:30 +02:00
Adrien Delorme
a738c413bf
Merge pull request #8189 from ajorpheus/patch-1
Fixed CPE in description of `file` builder
2019-10-03 14:11:59 +02:00
Ash Jindal
9d17a7f136
Fixed CPE in description of file builder
The description seems to be a CPE from the `null` builder.
2019-10-03 11:36:10 +01:00
Adrien Delorme
c46db9abcc
Merge pull request #8184 from hashicorp/fix_8169
don't abort on a single error if another availability zone was able t…
2019-10-03 11:24:45 +02:00
Kevin Puetz
6e069c94e8 fix: set openstack metadata for use_blockstorage_volume
Also set os-set_image_metadata on the tempoary volume before uploading
(volume metadata does not automatically become image metadata)
so the uploaded image will be created with the desired metadata
2019-10-02 17:59:13 -05:00
Megan Marsh
e16fb19bfc don't abort on a single error if another availability zone was able to create the instance 2019-10-02 14:17:00 -07:00
Marek Winkler
0bd256326f builder/openstack: Fix interface conversion panic when attempting to find a volume when not using volumes 2019-10-02 22:16:18 +02:00
Megan Marsh
c138edcbe1
Merge pull request #8177 from alrs/virtualbox-builder-dropped-error
builder/virtualbox/vm: fix dropped error
2019-10-02 13:00:39 -07:00
Marek Winkler
7e6f58f699 builder/openstack: fix issue 5575 - support shutdown by Sysprep 2019-10-02 21:07:41 +02:00