Commit Graph

9388 Commits (eebe2365872d4553321f045ee320d7ee5e1ea857)
 

Author SHA1 Message Date
Marc Mercer d3c7d43f20
Small typo correction
8 years ago
Marc Mercer 5d67f77f43
Fixing 5852
8 years ago
Matthew Hooker 5b5210837f
Merge pull request #5867 from hashicorp/atlas-dep
8 years ago
Matthew Hooker c03ce222b2
add atlas deprecation warnings.
8 years ago
Matthew Hooker 51dcf9ffb1
Merge pull request #5864 from hashicorp/workaround_5257
8 years ago
Megan Marsh 974d9974fe add workaround for azure bug.
8 years ago
Matthew Hooker 735d2511c6
Merge pull request #5858 from hashicorp/fix_winrm_azure
8 years ago
Megan Marsh f8f256354f use winrmcp logic when creating new winrm client for uploads and downloads
8 years ago
Anthony Allen f3c361de6b Fully qualify hyper-v powershell commands
8 years ago
Matthew Hooker 11846b5152
Merge pull request #5859 from jamesearl/fix-docs-chroot-mounts
8 years ago
Yu SungDuk e97d849c12
Merge pull request #9 from YuSungDuk/support_ncloud
8 years ago
James Cunningham 2ae73162e5
fix docs mountpoint typo
8 years ago
Matthew Hooker 578de6ea89
update changelog
8 years ago
Edward c918e4113f
Add the version note in OpenStack builder section
8 years ago
Edward c29e5de381
Remove the deprecated extensions
8 years ago
유성덕 0ebdad2934 fix communicator type : Windows -> winrm
8 years ago
Matthew Hooker 8510f072a9
Merge pull request #5841 from hashicorp/fix5447
8 years ago
Matthew Hooker 21812fa17f
Add volume and run tags if in us-gov/china
8 years ago
Matthew Hooker b651571b30
update changelog
8 years ago
Matthew Hooker ff64ccda55
Merge pull request #5426 from hashicorp/fix_4915
8 years ago
Matthew Hooker 8827df1ed2
update go-aws-sdk to v1.12.71
8 years ago
SwampDragons 7d5d62d748
Merge pull request #2906 from arizvisa/GH-2377
8 years ago
Matthew Hooker 79ef50327b
Merge pull request #5842 from KohlsTechnology/googlecompute-licenses
8 years ago
Matthew Hooker 625201c819
Merge pull request #4148 from minimum2scp/features/googlecompute-export-application-default-credential
8 years ago
Sean Malloy 22deb5045d Remove extra new line from googlecompute docs
8 years ago
Sean Malloy c75db88f6b Add documentation for new googlecompute builder image_licenses configuration option
8 years ago
Sean Malloy 1c9f18603c Fix Google Compute Builder Documentation
8 years ago
Petr Hosek eaef2961cb Support specifying licenses for Google Compute images
8 years ago
Ali Rizvi-Santiago 9eb2f37429 Ack! Forgot to include the test-fixtures/SomeDir/myfile.txt file...
8 years ago
Ali Rizvi-Santiago d4b00b722a Removed an extra '/' from the TestFileExistsLocally test in common/config_test.go
8 years ago
Ali Rizvi-Santiago efc97dbda2 Fixed TestFileExistsLocally tests in common/config_test.go so that they're actually being run. Added a non-existent-protocol:// test.
8 years ago
Ali Rizvi-Santiago c366a1e160 Inverted the logic of FileExistsLocally as suggested by @SwampDragons as remote URLs are assumed to exist locally.
8 years ago
Ali Rizvi-Santiago fa2dddd26d Fixed some things mucked up during rebase.
8 years ago
Ali Rizvi-Santiago aefe41a44a Fixed an issue with the previous commit so that when the user does not specify the cdrom_adapter_type to fallback to the original decision made by the disk adapter type selection.
8 years ago
Ali Rizvi-Santiago eb0445ca96 Added support for specifying both the network adapter type and cdrom adapter type as requested by @night199uk. Also included the respective documentation for these new options.
8 years ago
Ali Rizvi-Santiago 74946071d2 Added support for specifying the disk adapter type to the vmware builders. This was squashed from the vmware-diskAdapterType branch (#2968) as submitted by Rami Abughazaleh <icnocop@users.noreply.github.com>. This closes #5671 and possibly #4885.
8 years ago
Ali Rizvi-Santiago 594ed950c7 Fixed a race condition in builder/vmware/common/driver_parser.go due to a misunderstanding how channels work when you close them.
8 years ago
Ali Rizvi-Santiago 737e951685 Added missing root path to path-finders for the VMware Fusion implementation in the vmware builder as mentioned by @SwampDragons.
8 years ago
Ali Rizvi-Santiago b2fec18b1e Added parser for VMware Fusion's networking file. Replaced VmwareDriver's NetmapConfPath with a NetworkMapperInterface in order to handle the differences between VMware Fusion and the rest of the VMware suite.
8 years ago
Ali Rizvi-Santiago 069d00f70b Added the paths suggested by @phekmat and @SwampDragons for VMware Fusion... Although parser for the new mapper format is likely to be needed still.
8 years ago
Ali Rizvi-Santiago 8cc0776f3a Fixed oversight in VMware builder's mock-driver that neglected to initialize 'HostAddressResult'.
8 years ago
Ali Rizvi-Santiago 029c357d8c Modified some tests to require the PACKER_ACC environment variable to be set before executing them. This turns them into acceptance tests as per CONTRIBUTING.md.
8 years ago
Ali Rizvi-Santiago 58ebc5c9a5 When specifying NONE for serial or parallel in the VMware builder, disable the serial and parallel port devices entirely.
8 years ago
Ali Rizvi-Santiago 258804106b Added missing GetVmwareDriver() method to VMware Builder's DriverMock.
8 years ago
Ali Rizvi-Santiago 6423525a33 Updated imports of github.com/mitchellh/packer to new naming scheme github.com/hashicorp/packer
8 years ago
Ali Rizvi-Santiago 75fbfa0763 Replaced a hacky type assertion in the VMware builder with a call to Driver.GetVmwareDriver() that returns the driver-specific structure for ip and addressing information. Also implemented the addressing functions for the ESXi driver interface.
8 years ago
Ali Rizvi-Santiago 898b27c16d Added support for the NONE option to be specified for parallel and serial ports in the vmware iso builder.
8 years ago
Ali Rizvi-Santiago 884af69da1 go fmt on builder/vmware/*
8 years ago
Ali Rizvi-Santiago 0d6cf7fac4 Added support for auto-detection to the serial and parallel port types.
8 years ago
Ali Rizvi-Santiago b52e2d3f45 Added the ability for the vmware-builder to fallback and determine the network device-name using the .vmx configuration in case of a guest using the "custom" connection type.
8 years ago