Commit Graph
10291 Commits
Author SHA1 Message Date
Adrien Delorme fae3db4e58 test inplace linking 2018-08-15 17:09:39 +02:00
Adrien Delorme 17f2949e36 remove stuttering; ISOConfig.InplaceISO -> Inplace 2018-08-15 15:51:25 +02:00
Adrien Delorme 863222b1e2 Also use the terminology Inplace in DownloadConfig for clarity/consistency
* swapped boolean checks
* swapped in tests too
2018-08-15 15:26:31 +02:00
Adrien Delorme 82e480a285 allow to use ISO images inplace v.s. copying them 2018-08-15 14:37:38 +02:00
Megan Marsh ce282cee21 Merge pull request #6583 from azr/d-contributing-tweaks
[docs] split go and packer dev setups
2018-08-14 12:26:53 -07:00
Adrien Delorme 2e151f3cd0 Spelling & checks 2018-08-14 09:49:24 +02:00
Adrien Delorme bef5c842af re add the go 1.7 min version warning 2018-08-13 12:53:41 +02:00
Adrien Delorme 1d025c005f Link to godocs install steps 2018-08-13 12:50:55 +02:00
Adrien Delorme 51b9065497 split go and packer dev setups 2018-08-13 12:40:42 +02:00
Christopher Boumenot 39fc8593de Merge pull request #6576 from double16/vagrant-azure
Add to vagrant post-processor support for Azure
2018-08-09 12:36:22 -07:00
Patrick Double 2868971a9b Fixes per code review 2018-08-09 07:14:14 -05:00
Patrick Double d796edc783 Add to vagrant post-processor support for Azure 2018-08-08 10:04:28 -05:00
Megan Marsh f79df4c440 Merge pull request #6574 from hashicorp/fix_6573
remove duplicate code from chef provisioner
2018-08-07 10:26:48 -07:00
Megan Marsh eb685b7140 remove duplicate code from chef provisioner 2018-08-07 10:01:06 -07:00
Megan Marsh 5585855265 Merge pull request #5165 from bennu/esxi-remote-cache
vmware-iso:esxi5 using ISO files uploaded by packer to datastore
2018-08-06 14:31:19 -07:00
Megan Marsh 99d1a1a297 Merge pull request #6541 from rsclarke/qemu-ssh-agent
add ssh agent support for qemu builder
2018-08-06 13:43:26 -07:00
Megan Marsh 57dd1c3ca2 Merge pull request #6543 from thedrow/lxc-root-path
Determine lxc root according to the running user
2018-08-06 11:34:01 -07:00
Megan Marsh 2854bcd739 Merge pull request #6564 from nyetwurk/patch-1
Document the `launch_config` option of lxd/builder
2018-08-06 11:33:28 -07:00
Megan Marsh 1d0e0f82dd Merge pull request #6559 from arizvisa/GH-6491
Emit both the host and the communicator to the user during StepConnect.
2018-08-06 11:32:21 -07:00
Nye Liu 80bd3b99d0 Fix typo, cosmetic whitespace 2018-08-02 20:05:42 +00:00
Megan Marsh 0633189c98 Merge pull request #6563 from nyetwurk/patch-2
Fix issue #6561 - Pass "--config" option correctly to "lxc launch"
2018-08-02 12:58:09 -07:00
Nye Liu 6d6212b75e Fix issue #6561 - Pass "--config" option correctly to "lxc launch" 2018-08-02 19:37:53 +00:00
Nye Liu 8458b60b24 Document the config option to the lxd builder. 2018-08-02 12:29:17 -07:00
Megan Marsh f3ef599f1c Merge pull request #6557 from arizvisa/GH-6431
Updated common/download.go to handle when a connection error happens …
2018-08-02 11:32:04 -07:00
Megan Marsh 7cbaac4acd Merge pull request #6554 from adarobin/googlecompute_update_docs
Update googlecompute docs on images from scratch
2018-08-02 11:15:33 -07:00
Christopher Boumenot 650a0f3c27 Merge pull request #6558 from boumenot/pr-Azure-clean_image_name
azure: implement clean_image_name
2018-08-02 09:28:34 -07:00
Christopher Boumenot a3e6153068 azure: implement clean_image_name 2018-08-01 10:54:45 -07:00
Megan Marsh 43a410b161 Merge pull request #6553 from lmayorga1980/master
#6297 add a documentation note for windows 2016 images
2018-08-01 10:15:50 -07:00
lmayorga 9ff41d4051 update note restriction for amazon windows 2016 amis only 2018-08-01 08:45:38 -04:00
Adam Robinson e74706c761 update googlecompute docs on images from scratch 2018-07-31 16:08:07 -04:00
lmayorga 5fff424ad5 #6297 add a documentation note for windows 2016 images 2018-07-31 15:09:41 -04:00
Rickard von Essen fe9e1bc9af Merge pull request #6550 from felixonmars/patch-1
Fix a typo in config_test.go
2018-07-31 09:57:33 +02:00
Felix Yan f69ab4ed77 Fix a typo in config_test.go 2018-07-31 15:19:45 +08:00
Matthew Hooker 38280ca90a fix markdown formatting 2018-07-30 16:28:35 -07:00
Megan Marsh efb3602447 Merge pull request #6544 from thedrow/lxc-copy-files
Fix file copying for unprivileged LXC containers
2018-07-30 12:29:33 -07:00
Omer Katz 26dd6441e0 Locate lxc root directory when exporting as well. 2018-07-29 16:14:17 +03:00
Omer Katz 808df82eea Remove privilege escalation with sudo when copying files. Preserve file permission mapping when copying files. 2018-07-29 16:03:01 +03:00
Omer Katz e5b740e223 Determine lxc root according to the running user. 2018-07-29 13:16:41 +03:00
Ali Rizvi-Santiago a3cec4f274 Emit both the host and the communicator to the user during StepConnect. 2018-07-29 02:18:26 -05:00
Ali Rizvi-Santiago 71e43d0b7f Updated common/download.go to handle when a connection error happens (response is nil), and reformatted the error that's returned when an HTTP error occurs. 2018-07-28 19:09:29 -05:00
Megan Marsh 07cafb80ec Merge pull request #6514 from sharmaanshul2102/6276-amazon-ebbsurrogate
amazon-ebssurrogate clean up volumes
2018-07-27 13:33:07 -07:00
rsclarke 887e694534 add ssh agent support for qemu builder 2018-07-27 20:24:06 +08:00
Anshul Sharma c1edcd3774 amazon-ebssurrogate clean up volumes 2018-07-26 09:38:59 +03:00
Megan Marsh 5fb6f69ad7 Merge pull request #6525 from hashicorp/fix_6524
don't fail if you can't find abs or relative path.
2018-07-25 09:23:22 -07:00
bugbuilder 2c4f703ff8 Merge 2018-07-24 20:54:08 -04:00
Megan Marsh c8970b86eb Merge pull request #6529 from hashicorp/fix_6527
fix crash caused by invalid datacenter url
2018-07-24 16:02:37 -07:00
Christopher Boumenot 9c6b4287e5 Merge pull request #6480 from hashicorp/pr-azure-password-requirements
azure: satisfy Azure password requirements
2018-07-24 09:58:54 -07:00
Megan Marsh 5bbb6633cf Merge pull request #6279 from ChrisLundquist/clundquist/lxc-perms
[WIP] Unpriviliged LXC containers
2018-07-24 09:34:21 -07:00
Megan Marsh 8f1eb5a61b fix crash caused by invalid datacenter url 2018-07-23 16:12:21 -07:00
Megan Marsh 07b6bc0c4f Merge pull request #6504 from sharmaansh/6309-amazon-chroot-create-volume-tags
amazon-chroot: Add tags on CreateVolume
2018-07-23 14:58:17 -07:00