Commit Graph
9320 Commits
Author SHA1 Message Date
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 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
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 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
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