9298 Commits
Author SHA1 Message Date
Matthew Hooker 0b740f508f Cut version 1.2.1 v1.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
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
Matthew Hooker 1530861866 update changelog 2018-02-23 10:07:45 -08:00
Megan Marsh b1ab60031a update changelog 2018-02-23 07:35:41 -08:00
SwampDragons 9e8e376d6c Merge pull request #5932 from hashicorp/add_configurable_snapshot_timeout
add configurable snapshot timeout to oracle-classic builder
2018-02-22 14:27:20 -08:00
Megan Marsh 597ddc2192 add configurable snapshot timeout to oracle-classic builder 2018-02-22 14:01:53 -08:00
Megan Marsh 33acdbf3bf move comments so indentation is more logical 2018-02-21 14:57:58 -08:00
SwampDragons 3ea7fc9876 Merge pull request #5931 from arizvisa/GH-5916
Fixes the assumption that all the VMware builder's drivers will implement a network mapper for mapping a network name to it's corresponding device.
2018-02-21 14:56:53 -08:00
SwampDragons cfede07228 Merge pull request #5929 from hashicorp/oracle_classic_winrm
Oracle classic winrm
2018-02-21 13:31:40 -08:00
Megan Marsh df45e0916d Add the winRM communicator to Oracle Classic builder.
update oracle classic docs with a minimal working windows example
2018-02-21 13:21:54 -08:00
Ali Rizvi-Santiago ac2ddbcbf5 Fixes the assumption that all the VMware builder's drivers will implement a network mapper for mapping a network name to it's corresponding device.
The ESX5 driver doesn't have a way of mapping the network name to its device name because a .vmx template uses different field names for it and so packer let's ESX handle filling this in. This patch will check to see if the driver that packer determines is missing a NetworkMapper implementation (by checking for nil). If it is, then fall back to using "nat" despite ESX not using the network type at all. This is what packer did prior to exposing the network type to the user back in version 1.1.3.

This closes issue #5916.
2018-02-20 19:45:55 -06:00
Matthew Hooker 2415ca2fd2 fix for linux/ppc64le compilation
closes #5880
2018-02-20 14:10:42 -08:00
SwampDragons 1b4956aef8 Merge pull request #5900 from arizvisa/GH-5882
Reinforced the VMWare Workstation builder methodology for locating the dhcp.conf and dhcpd.leases files on Linux.
2018-02-20 11:28:32 -08:00
Matthew Hooker 1418a42bf5 Remove telemetry error reporting message.
This seems to cause some confusion, and it's not needed anyway
2018-02-20 10:54:20 -08:00
Christopher Boumenot 61e4519a7e Merge pull request #5922 from antony/patch-1
Fix formatting issues in documentation
2018-02-19 09:04:03 -08:00
Antony Jones c973dd91c5 Fix formatting issues 2018-02-19 13:07:03 +00:00
Matthew Hooker 21b141e526 Merge pull request #5917 from hashicorp/pluginreadmerm
remove plugin listing from readme
2018-02-16 12:08:20 -08:00
Matthew Hooker 7ede3296cf remove plugin listing from readme 2018-02-16 12:06:06 -08:00
Matthew Hooker 14e3effa83 test on go 1.9.x branch, remove 1.7.x from tests 2018-02-16 12:00:33 -08:00
Matthew Hooker 4cfbfe5fa1 update changelog 2018-02-16 11:53:47 -08:00
Matthew Hooker 36179c5a1d Merge pull request #5914 from hashicorp/fix5901
Fix assume role provider
2018-02-16 10:50:49 -08:00
Matthew Hooker 2806523834 Fix issue with assume role credentials 2018-02-15 14:54:01 -08:00
SwampDragons 80a9250de1 Merge pull request #4659 from jugatsu/website-docs-windows-restart
Website/docs: make windows-restart provisioner description more accurate
2018-02-15 14:53:27 -08:00
SwampDragons 1cca06e5bf Merge branch 'master' into website-docs-windows-restart 2018-02-15 14:33:49 -08:00
Megan Marsh d07a2dda7d fix grammar in docs 2018-02-15 14:28:22 -08:00
SwampDragons 23567aad6f Merge pull request #5197 from BWITS/feature/policy_for_spot_instance
Add policies to use spot instance to create the AMI
2018-02-15 14:27:04 -08:00
Matthew Hooker 7fd71c35ef update go-aws-sdk to v1.12.72 2018-02-15 13:58:04 -08:00
SwampDragons 0ea8ccd257 Merge pull request #5906 from hashicorp/fix_launch_block_device_mapping_docs
Clarify behavior or launch_block_device_mappings.
2018-02-15 12:50:11 -08:00
Matthew Hooker d3848903e0 Clarify behavior or launch_block_device_mappings.
cf
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html
2018-02-14 19:08:50 -08:00
Ali Rizvi-Santiago 27ed479b0a Reinforced the VMWare Workstation builder methodology for locating the dhcp.conf and dhcpd.leases files on Linux.
It was reported that on WS14 on Linux, that the path may be different than stated in the documentation. This modifies `workstationDhcpConfPath` and `workstationDhcpLeasesPath` functions to walk through every permutation while attempting to find the correct file.

This reinforces the fix for issue #5882.
2018-02-14 00:11:17 -06:00
SwampDragons f676076226 Merge pull request #5899 from hashicorp/do_5805
update docs
2018-02-13 17:06:20 -08:00
Megan Marsh 3e3c16d627 update docs 2018-02-13 16:48:39 -08:00
Matthew Hooker 55a2828b65 Merge pull request #5898 from arizvisa/GH-5882
Fixed a type-o in the VMWare builder when locating the dhcp configuration file on Linux.
2018-02-13 16:03:18 -08:00
Ali Rizvi-Santiago d6e5342ece Fixed a type-o in the VMWare builder when locating the dhcp configuration file on Linux.
Closes issue #5882.
2018-02-13 17:27:17 -06:00
SwampDragons 834e04e234 Merge pull request #5890 from neumayer/typo
Fix typo
2018-02-13 09:39:44 -08:00
SwampDragons 585193d6c4 Merge pull request #5891 from YuSungDuk/master
Fix `naver` of build docs to `NAVER Cloud`
2018-02-13 09:39:16 -08:00
Robert Neumayer ff30b3b3f7 Remove unrelated changes 2018-02-13 14:23:19 +01:00
Yu SungDuk 4315dc4502 Merge pull request #11 from YuSungDuk/fix_naver_builder_menu_name
Fix `naver` of build docs to `NAVER Cloud`
2018-02-13 21:56:52 +09:00
Yu SungDuk 5f9718b589 Merge pull request #10 from hashicorp/master
merge with hashicorp/packer master branch
2018-02-13 21:55:50 +09:00
유성덕 20b93e753d Fix naver of build docs to NAVER Cloud 2018-02-13 21:52:23 +09:00
Robert Neumayer 7966e202b7 Fix typo 2018-02-13 13:25:48 +01:00
SwampDragons 104d8cebe8 Merge pull request #5888 from hashicorp/revert-5703-5335
Revert "Fix #5335"
2018-02-12 14:17:11 -08:00
Matthew Hooker f3ac1af5df add scaleway codeowners 2018-02-12 11:18:50 -08:00
SwampDragons 7d9a86becb Revert "Fix #5335" 2018-02-12 11:03:19 -08:00
Matthew Hooker a4123eabe3 prevent 0-value ticker during ssh keepalive 2018-02-12 10:45:53 -08:00
Matthew Hooker 2747562708 remove ssh_private_ip from docs 2018-02-11 13:57:25 -08:00
Matthew Hooker 21313f4cf3 fix link 2018-02-10 13:59:28 -08:00