Megan Marsh
b1eaaed6fb
Merge pull request #5970 from boumenot/pr-azure-plan-info
...
azure: support for marketplace plan information
2018-03-09 15:21:03 -08:00
Megan Marsh
80c735eb85
Merge pull request #5973 from hashicorp/fix_5963
...
try fixing powershell env var script which was breaking with cygwin
2018-03-09 13:53:36 -08:00
Megan Marsh
f3a538db46
fix tests
2018-03-09 13:36:47 -08:00
Megan Marsh
3faf73b5f3
change backslashes to forward slashes in powershell provisioner; was breaking with cygwin
2018-03-09 09:29:29 -08:00
Christopher Boumenot
1ef491d4c8
incorporate reviewer feedback
2018-03-08 22:43:26 -08:00
Megan Marsh
74ba7f08f9
Merge pull request #5992 from rickard-von-essen/docker-docs
...
builder/docker: Small doc update
2018-03-08 08:16:39 -08:00
Rickard von Essen
7dfa827a4c
builder/docker: Small doc update
...
- Correcting docs about communicator for Docker
- Clarifying that the docker builder will not work with remote hosts.
2018-03-08 13:56:34 +01:00
Evan Brown
4a2c124ea2
builder/googlecompute: Optionally disable service account
...
The ability to use a service account other than the default was
introduced in #5928 . This change adds to that by introducing the
'disable_default_service_account' config option. If true - and
'service_account_email' is not set - Packer will create a GCE VM
with no service account.
2018-03-07 20:53:26 -08:00
SwampDragons
76e8d6e50b
Merge pull request #5980 from grahamhayes/add-lxc-vagrant-post
...
Add LXC to vagrant post-processor
2018-03-07 09:58:49 -08:00
Andrew Pennebaker
f305a2f4c2
send multibyte scancodes accurately to virtualbox
2018-03-07 10:59:02 -06:00
Graham Hayes
91d60d6b81
Add LXC to vagrant post-processor
2018-03-07 15:17:52 +00:00
Andreas Sommer
ff92fb883d
Handle multiple devices per VMware network type
...
Fixes #5979
2018-03-07 10:59:55 +01:00
SwampDragons
9eeb1c3932
Merge pull request #5982 from hashicorp/je.fixes
...
Small website updates
2018-03-06 16:12:40 -08:00
Jeff Escalante
5132b684b2
update dependencies + middleman-hashicorp
2018-03-06 19:06:05 -05:00
Jeff Escalante
edd9df14ed
prepend 'Packer' with 'HashiCorp' on first instance
2018-03-06 19:05:39 -05:00
Megan Marsh
ac2e02b938
remove loglines that should not have made it onto master
2018-03-06 14:12:39 -08:00
SwampDragons
97060d100c
Merge pull request #5928 from kri5/service_account_gce
...
Builder GoogleCompute: Allows to specify GCE service account build VM
2018-03-06 13:41:33 -08:00
SwampDragons
d3f1b501c6
Merge pull request #5975 from arizvisa/GH-5961
...
Disable the usage of the XHCI bus for USB on the vmware-iso builder.
2018-03-06 09:48:38 -08:00
Ali Rizvi-Santiago
df6cdcc7f7
Disable the usage of the XHCI bus for USB on the vmware-iso builder.
...
Some platforms with incomplete XHCI implementations (i.e. FreeBSD)
will poll the bus despite there being no usb devices available.
This disables XHCI by default and documents how to enable it using
the vmx_data option.
This closes issue #5961 .
2018-03-05 20:58:43 -06:00
SwampDragons
980c777000
Merge pull request #5960 from LessMo/master
...
builder/amazon: Added new region cn-northwest-1
2018-03-05 17:41:12 -08:00
SwampDragons
8b8cedb076
Merge pull request #5967 from boumenot/pr-azure-setup-sh
...
azure: fix commands, improve UX
2018-03-05 17:33:54 -08:00
SwampDragons
585e31e47a
Merge pull request #5974 from boumenot/pr-azure-better-error-message
...
azure: better error message
2018-03-05 17:28:50 -08:00
SwampDragons
af15297b22
Merge pull request #5966 from boumenot/pr-remove-azure-merge
...
azure: remove azure-merge.sh
2018-03-05 16:22:39 -08:00
SwampDragons
d403be1660
Merge pull request #5968 from boumenot/pr-azure-5759-spelling
...
azure: correct function name spelling
2018-03-05 16:16:34 -08:00
SwampDragons
b8af3a6e0c
Merge pull request #5971 from boumenot/pr-build-ps1
...
Better override support for PS build script
2018-03-05 16:15:44 -08:00
Christopher Boumenot
d2e593de37
azure: support for marketplace plan information
2018-03-05 09:05:21 -08:00
Christopher Boumenot
676fb59090
Better override support for PS build script
...
Developers can now independently controls XC_OS and XC_ARCH.
2018-03-05 01:58:30 -08:00
Christopher Boumenot
8166ba2d8d
azure: better error message
2018-03-04 21:21:02 -08:00
Christopher Boumenot
e0ac07f5db
azure: correct function name spelling
2018-03-03 08:53:10 +00:00
Christopher Boumenot
00ed312e04
azure: fix commands, improve UX
2018-03-03 08:46:22 +00:00
Christopher Boumenot
2e174220d8
azure: remove azure-merge.sh
...
This script was used to import the Azure builder source code, and it is
no longer necessary.
2018-03-03 00:14:35 -08:00
Christopher Boumenot
043a57be21
Merge pull request #5944 from jmajoor/azure-data-disk
...
Add support for optionally building Azure VMs with additional disks.
2018-03-03 00:02:48 -08:00
Less Mo
686cacb435
builder/amazon: Added new region cn-northwest-1
...
Add new region China Ningxia cn-northwest-1.
2018-03-02 16:34:19 +08:00
jmajoor
863f4ec1da
Add additional documentation for the additional disks configuration
2018-02-26 17:41:28 -08:00
jmajoor
675dc06967
Tests for the optional disk_additional_size configuration.
2018-02-26 17:37:46 -08:00
jmajoor
33c3d2885d
Add the additional disk steps to the Linux build
2018-02-26 17:33:40 -08:00
Matthew Hooker
ace5fb7622
Merge pull request #5938 from dittos/patch-1
...
Fix docs on Alicloud builder
2018-02-26 10:46:50 -08:00
Taeho Kim
dfc75acb63
Sort options alphabetically
2018-02-24 12:29:50 +09:00
jmajoor
47947bd0f6
Apply gofmt
2018-02-23 18:43:55 -08:00
jmajoor
efcdbfeab9
Add support for optionally building Azure VMs with additional disks.
2018-02-23 15:34:13 -08:00
Matthew Hooker
487b1d7167
somehow fix gemfile.lock
2018-02-23 12:13:47 -08:00
Matthew Hooker
19bec43514
next version is 1.2.2
2018-02-23 11:59:02 -08:00
Matthew Hooker
fb86a61100
update changelog
2018-02-23 11:57:57 -08:00
Matthew Hooker
0b740f508f
Cut version 1.2.1
2018-02-23 11:33:39 -08:00
Matthew Hooker
3d5592d040
prepare for Packer 1.2.1
2018-02-23 11:31:07 -08:00
Stefan Henseler
a6b0bd2927
Merge branch 'master' into hyper-v-disk-block-size
2018-02-23 20:21:22 +01:00
Stefan Henseler
103186af86
Adds Support to configure hyper-v disk block size
2018-02-23 20:19:26 +01:00
Matthew Hooker
170a233e5f
update changelog
2018-02-23 10:35:42 -08:00
Matthew Hooker
92940ec226
Merge pull request #5861 from ThePSAdmin/fix-hyper-v
...
Fully qualify hyper-v powershell commands
2018-02-23 10:33:54 -08:00
Matthew Hooker
0028c82c2b
update changelog
2018-02-23 10:11:32 -08:00