Commit Graph

9311 Commits

Author SHA1 Message Date
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 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
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
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
Taeho Kim d90b67ba23
Fix docs on Alicloud builder
- Fix the link to instance types page.
- Disk configurations should go into `image_disk_mappings` array.
- If `io_optimized` is not set, it's always `false`. (NOT inferred by instance type)
2018-02-23 11:51:43 +09: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