Commit Graph

7004 Commits

Author SHA1 Message Date
Matthew Hooker 0a46d883df Merge pull request #4409 from mitchellh/httpenvvar
set PACKER_HTTP_ADDR env var when available.
2017-01-18 12:35:14 -08:00
Matthew Hooker 5bca787cd7
update changelog 2017-01-18 11:40:55 -08:00
Matthew Hooker b81b490c0d Merge pull request #4420 from mitchellh/4419
builder/amazon: fix run volume tagging
2017-01-18 11:40:24 -08:00
Matthew Hooker f5bf588393
tag all volumes 2017-01-18 11:34:46 -08:00
Matthew Hooker 800351b7ca
fix panic and don't print each tag we add. 2017-01-18 11:34:36 -08:00
Roman Zhuzha d9186dc8cf add proper error handling for tagging source instance 2017-01-18 14:02:10 +01:00
Roman Zhuzha ae016a1f25 simplify code flow: skip the step if no run_volume_tags provided 2017-01-18 13:03:05 +01:00
Roman Zhuzha a65af51a4b apply source instance default "Name" tag only if it's not provided in run_tags 2017-01-18 12:55:18 +01:00
Roman Zhuzha 36d8a1df1d use common.ConvertToEC2Tags to apply tags to source EBS volumes, change Say message 2017-01-18 12:52:59 +01:00
Roman Zhuzha aa70c82ec8 use ConvertToEC2Tags to apply tags to source instance, add Say message 2017-01-18 12:50:20 +01:00
Matthew Hooker 332cb784fd
update changelog 2017-01-17 22:03:51 -08:00
Matthew Hooker 26dd3af9ec Merge pull request #4411 from rickard-von-essen/issue-4406
builder/vmware: Try to use `ip address` to find host IP
2017-01-17 22:02:59 -08:00
Matthew Hooker 47558ebd83 Merge pull request #4410 from mitchellh/docs-block-device
Clarified when to use launch_ vs ami_ for block devices
2017-01-17 22:02:40 -08:00
Chris Bednarski b7c73b89ac Propagate block device doc changes to AWS chroot and instance builder docs 2017-01-17 21:32:18 -08:00
Matthew Hooker 4e6a44f5f1
append will resize 2017-01-17 17:21:14 -08:00
Matthew Hooker 480398c3d2
only set PACKER_HTTP_ADDR if a server is listening 2017-01-17 17:17:36 -08:00
Matthew Hooker 6563eb213c
Document. add to windows-shell and powershell 2017-01-17 17:07:36 -08:00
Matthew Hooker 636359c1cf Merge pull request #4414 from mitchellh/platup
add azure/hyperv/1&1/profitbricks to supported platforms.
2017-01-17 13:43:40 -08:00
Matthew Hooker 5fc035d562
add azure/hyperv/1&1/profitbricks to supported platforms.
also link in-line to the relevant doc page.
2017-01-17 13:05:49 -08:00
Matthew Hooker 1b561591ce
update changelog 2017-01-17 11:16:03 -08:00
Matthew Hooker d4b043451f Merge pull request #4357 from dave2/gh-4215
Openstack builder should use existing floating IPs before allocating them
2017-01-17 11:14:59 -08:00
Matthew Hooker 59c111d41c
update changelog 2017-01-17 11:06:35 -08:00
Matthew Hooker 94a2aae749 Merge pull request #4361 from Tom-Byrne/openstack-instance-metadata
support OpenStack instance (not image) metadata
2017-01-17 11:05:20 -08:00
Rickard von Essen 81ad800fb6 builder/vmware: Try to use `ip address` to find host IP
Closes #4406
2017-01-17 10:33:48 +01:00
Chris Bednarski 1b2101463d Clarified when to use launch_ vs ami_ for block devices 2017-01-16 23:56:06 -08:00
Matthew Hooker d2e59e4e92
set PACKER_HTTP_ADDR env var when available.
If using a builder that has an http server set up for file transfer,
expose the connection info to the shell provisioner through the environment
variable PACKER_HTTP_ADDR.

Closes #2869
2017-01-16 23:19:52 -08:00
Matthew Hooker eb60387aad
update changelog 2017-01-14 21:06:49 -08:00
Matthew Hooker 4fb38015a5 Merge pull request #4403 from mitchellh/f-fast-boot
Improve delay between key events
2017-01-14 21:05:26 -08:00
Chris Bednarski e814c37539 Fix docs example for PACKER_KEY_INTERVAL 2017-01-14 20:14:41 -08:00
Chris Bednarski 6ad702ad74 Update comments to reflect current implementation 2017-01-14 20:11:51 -08:00
Chris Bednarski ee2d636840 Improve delay between key events
- Can now tune delay using PACKER_KEY_INTERVAL
- Added implementation to all of VMware and QEMU
- Removed double delay for QEMU
- Default key delay of 100ms (as before)
- Added docs to QEMU and VMware pages
2017-01-14 17:56:04 -08:00
Chris Bednarski d0c64f90d5 Read key interval from ENV; default to 100ms 2017-01-14 16:52:37 -08:00
Chris Bednarski da083506f1 Reduce key delay to 10ms to boot times are a lot faster 2017-01-14 16:52:24 -08:00
Matthew Hooker 881ba12ab4 Merge pull request #4400 from rickard-von-essen/doc-file-naming
Change all builder docs to the expected file names
2017-01-14 13:18:07 -08:00
Rickard von Essen d1b9a91e3d
Change all builder docs to the expected file names 2017-01-14 13:03:39 +01:00
Matthew Hooker c1f5545986
compress pr #4395 2017-01-13 11:42:20 -08:00
Matthew Hooker 71ff14abc0 Merge pull request #4395 from moorichardmoo/givevoldelerror
Output error causing ebs volume deletion failure
2017-01-13 11:40:43 -08:00
Matthew Hooker b0d1ca897e Merge pull request #4394 from DanHam/gh-4278-qemu-scsi
docs/qemu: Build on RHEL/RHEL variants errors if scsi disk interface is used
2017-01-13 11:22:13 -08:00
Richard Moore 9435fa62e3 Output error causing ebs volume deletion failure
When an ebs volume fails to delete, Packer reports that there
was an error deleting the volume and the volume id. But it doesn't
give you the details of what that error is. This commit adds the
error reported back to the standard output.
2017-01-13 15:33:47 +00:00
DanHam 37a6d81fd8 docs/qemu: Build on RHEL/RHEL variants errors if scsi disk interface is used 2017-01-13 11:12:44 +00:00
Matthew Hooker f7a17d5a33
update changelog 2017-01-12 18:12:10 -08:00
Matthew Hooker 6696bf1da1 Merge pull request #4389 from mitchellh/rawatlas
don't interpolate atlas variables.
2017-01-12 18:11:17 -08:00
Matthew Hooker d0ef866639
don't interpolate atlas variables. 2017-01-12 16:08:54 -08:00
Taliesin Sisson 3824ea157d Merge pull request #4317 from Tadas/fix-ps-noprofile
Add -NoProfile switch for PowerShell execution
2017-01-12 22:47:49 +00:00
Rickard von Essen bbbd963715 Merge pull request #4386 from dnABic/small_docu_typos
small documentation typos
2017-01-11 20:46:45 +01:00
dnABic (Andreja Babic) 4d5d89b328 small documentation typos 2017-01-11 20:43:54 +01:00
Matthew Hooker 92b7bdf454
update changelog 2017-01-11 11:38:49 -08:00
Matthew Hooker b9d08e9d56 Merge pull request #4385 from rickard-von-essen/issue-4383
docker: Fix crash when performing log in to ECR with an invalid URL.
2017-01-11 11:37:37 -08:00
Rickard von Essen 112f5abdae
docker: Fix crash when performing log in to ECR with an invalid URL.
Closes #4383
2017-01-11 20:23:24 +01:00
Matthew Hooker 20dea71992
docs/vmware: update skip_export wording 2017-01-10 15:26:43 -08:00