Commit Graph

272 Commits (b68f214ca49143c91e1f593b2c19f4cabb69dcbe)

Author SHA1 Message Date
Matthew Hooker 9f992b8f80
go files are 0644
9 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Matthew Hooker 4fcbf75da9
s/non existent/nonexistent/
9 years ago
Matthew Hooker d1b20b3d9c
remove a bunch of dead code.
9 years ago
Matthew Hooker 230079f73a
spell fixes
9 years ago
Jimmy The Dog 1e9b0f7b8f Replace export output dir in state bag with params
9 years ago
Jimmy The Dog e851efb1b6 Set export_dir to the output_dir property
9 years ago
Jimmy The Dog 9eb9abdce9 Merge branch 'master' into ovfexportpath-localoutputdir
9 years ago
Matthew Hooker 8cc2ed7d6e
vmware/esx: try for longer to connect to vnc port
9 years ago
Matthew Hooker ed92055372 Merge pull request #4532 from mitchellh/vmipgetagain
9 years ago
Jimmy The Dog ce41055ac6 builder/vmware-iso: do not append to output dir, as ovftool does that
9 years ago
Jimmy The Dog 14810523b8 builder/vmware-iso: get artifact files from local dir
9 years ago
Jimmy The Dog 7a2b30dcc4 builder/vmware-iso: need to always set local output dir, or non-remote build exports will fail
9 years ago
Jimmy The Dog f8df5f81db builder/vmware-iso: set local output dir
9 years ago
Marc Carmier 5c11a2e594 Add test for empty remote_type value
9 years ago
Marc Carmier 86c0c859c5 Validate the remote_type value for builder/vmware-iso
9 years ago
Matthew Hooker 0ed84f843e
builder/vmware: allow extra options for ovftool
9 years ago
Matthew Hooker 29dd20da68
builder/vmware: don't cache ip address so we know if it changes
9 years ago
Jelle Hissink 6973e752d2 Vmware vsphere vnc port timeout increased
9 years ago
Matthew Hooker 56c5628205
builder/vmware-iso: set ovftool output path
9 years ago
DanHam c7e8d671a9
Add option to skip export of installed VM for VMware iso builder
9 years ago
Mikhail Zholobov 57d07f227a
Add "iso_target_extension" option for all local *-iso builders
9 years ago
Matthew Hooker d920b3fbf4 run gofmt
10 years ago
Rickard von Essen 3c8dabba9e Fixed formatting
10 years ago
Rickard von Essen 5e96709ee9 Merge pull request #2919 from arizvisa/floppy-recurse
10 years ago
Ali Rizvi-Santiago 86c00490e9 Renamed any and all instances of the word "FloppyContents" to "FloppyDirectories".
10 years ago
Orivej Desh 6762965696 Add -on-error command line argument to allow preserving artifacts on builder errors
10 years ago
Ali Rizvi-Santiago a3f0308e92 Re-implemented the support for the floppy_files keyword in order to remain backwards-compatible with templates using the old syntax.
10 years ago
Rickard von Essen 5cbc36103e Merge pull request #3756 from ricardclau/floppy_check
10 years ago
Marc Siegfriedt c1e129848c 3833 - fix for port in MR3347
10 years ago
Rickard von Essen 6cd7ad82bb Fixed dupliceted test
10 years ago
Rickard von Essen 3e1aed9a6f Enable to disable vnc password for VMware builder
10 years ago
Israel Shirk f961ce701b Adds password protection for VNC on VMWare
10 years ago
Jeremiah Roth 9489c83f0f If the VM has more than one NIC, loop through until we find one that works (#3347)
10 years ago
Dan Tran 4ac6e2a08c Dont check for poweron command error to force retry at state check (#3195)
10 years ago
Charlie Vieth 6ce847e720 Do not add remotedisplay.vnc.ip to vmx data on ESXi
10 years ago
Charlie Vieth d14d62074e Add winrm functionality to vmware-iso builder (#3738)
10 years ago
Ricard Clau acededfc6e tests actually test the floppies
10 years ago
Ian Duffy 0327f6c935 Allow configurable VNC bind IP for VMware builders
10 years ago
Chris Bednarski 45e6a238ff Merge pull request #3050 from andqui/master
10 years ago
Sean Chittenden 9b3f8a4be9
Pause between boot_commands when debugging a VMware build
10 years ago
Christopher Boumenot bbf286dcbe Fix go fmt issues. (#3463)
10 years ago
Chris Bednarski d7cfd5d01c Remove explicit boolean comparison
10 years ago
kopernikus 84bd2ff754 option to keep the VM registered with esxi
10 years ago
Chris Bednarski 24dc798cfb Revert "Prevalidate Hardware Specs on Linux"
10 years ago
Chris Bednarski 6504f4f777 Revert "Only validate vmware resources on local hosts"
10 years ago
Chris Bednarski ffb85f6ea5 Merge pull request #3096 from grubernaut/f-resource-limits
10 years ago
Jake Champlin f01578c91e Only validate vmware resources on local hosts
10 years ago
Jake Champlin eda84cb2d3 Prevalidate Hardware Specs on Linux
10 years ago
Chris Bednarski 9358e8c355 Merge branch 'hotfix/rearrange_vmx_cleanup' of https://github.com/israelshirk/packer into b-2709
10 years ago
Anders Quist 077f9621f2 Merge branch 'master' of https://github.com/mitchellh/packer
10 years ago
Chris Bednarski ab721b7cb1 Merge pull request #2898 from markpeek/http-refactor
10 years ago
Chris Bednarski e6f1ea9ab2 Merge pull request #2911 from jtslear/endless-loop
10 years ago
Anders Quist 23246c01cf Fix for non consequent if statement (failing ESXi iso builds).
10 years ago
michael 499bd5a362 Add support for SSH Key Authentication with ESX builder
11 years ago
John T Skarbek cf4a19a304 vmware-iso-builder: Corrects logic checking destroy
11 years ago
Mark Peek 7f149e595d Refactor http server config into common
11 years ago
Yuya Kusakabe 07079a5905 Fix #2892
11 years ago
Mark Peek 581ab9f4f5 Merge pull request #2849 from markpeek/iso-cleanup
11 years ago
Mark Peek 0d2fa223f2 builder/vmware-esxi: hide password in ovftool command
11 years ago
Mark Peek 9d0c443ca2 builder/vmware-esxi: Add format validation and step_export tests
11 years ago
Yuya Kusakabe 699c673536 builder/vmware-esxi: Add step_export
11 years ago
Mark Peek cdcffecc2d Refactor builder ISO options
11 years ago
Brian Dwyer a563944b58 Fix #2695: Prevent duplicate ISO download for multi-builder builds
11 years ago
Mark Peek e9657e6a9f Merge pull request #2642 from oliviertremblay/master
11 years ago
Mark Peek e5a713ff01 Alternative fix for #2641: make random script name actually random
11 years ago
Israel Shirk c81a486f34 Rearranges vmware builders to put compaction before VMX finalization to avoid stomping VMX changes
11 years ago
Olivier Tremblay f301a6454d Added documentation, renamed config param to iso_target_path
11 years ago
Olivier Tremblay 223e35fc65 Makes StepDownload's TargetPath customizable.
11 years ago
Mitchell Hashimoto 4a60e469e9 update CHANGELOG
11 years ago
Israel Shirk 88fac0b49c Have nonesum run stat rather than nonesum because nonesum sums none. k.
11 years ago
Mitchell Hashimoto 84189f7a28 builder/*: properly save interpolation context
11 years ago
Marc Siegfriedt 667c53942b use template for additional disks
11 years ago
Mitchell Hashimoto 70af21615e Merge pull request #2233 from mitchellh/b-output-dir
11 years ago
Mitchell Hashimoto 115d583cff helper/communicator: make host more generic
11 years ago
Mitchell Hashimoto b61ed3adfc builder/vmware: convert to helper/comm
11 years ago
Mitchell Hashimoto d851898131 builder/vmware: mirror virtualbox output dir changes
11 years ago
Mitchell Hashimoto 71d8c6610a Merge pull request #1968 from bhcleek/master
11 years ago
Mitchell Hashimoto 9da9ce6046 vmware/iso: disk_additional_size
11 years ago
Mitchell Hashimoto 3ba9d70b22 Merge pull request #1382 from sneal/AdditionalDisksForVMwareISO
11 years ago
Mitchell Hashimoto 1d653efe90 Merge pull request #2174 from brandonheller/master
11 years ago
Mitchell Hashimoto 23a48d6619 go fmt
11 years ago
Shawn Neal e9a491ae45 New interpolation for additional vmware disks
11 years ago
Eric Richardson 7dfb837ddb Formatting cleanups from `go fmt`
11 years ago
Eric Richardson fab9ca9cdb Initial work to implement additional disk support in the vmware-iso builder
11 years ago
Brandon Heller a7eeb6a6a7 vmware/iso: support hierarchical output directories
11 years ago
jszwedko b1497b951c code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh
11 years ago
Mitchell Hashimoto f5945eeb1b vmware/iso: new interpolation
11 years ago
Emil Hessman 57468b3d1a builder/vmware/iso: fix incorrect printf verb type in test
11 years ago
Billie H. Cleek 2184892f8a do not request a pty
11 years ago
Christian Groschupp e9246ec490 builder/vmware/iso: Upload VMX to ESX5 after editing [GH-1422,GH-1083]
12 years ago
Mitchell Hashimoto 0db6cd3533 Merge pull request #1330 from qur/qemu-vagrant
12 years ago
Mitchell Hashimoto 6c44d72112 Merge pull request #1403 from notogawa/issue-1334
12 years ago
Mitchell Hashimoto e422a45449 fmt
12 years ago
Mitchell Hashimoto 00543fe582 Merge pull request #1479 from jasonberanek/esxi-remote-cache
12 years ago
Nick Cronin 1aa102dd06 addresses #1191 - Add VMWare virtualhw.version configuration option under 'version'
12 years ago
Julian Phillips 90a57c411f Expand Artifact API to expose build state
12 years ago
Jason A. Beranek 8689301d68 builder/vmware-esxi: Ignore localhost for VNC lookup [GH-1480]
12 years ago
Jason A. Beranek b6eb3eba1d builder/vmware-esxi: Add configuration options for remote cache path
12 years ago
Mitchell Hashimoto 75395af12d Merge branch '1064-fix-upload-file-permissions' of github.com:rasa/packer into rasa-1064-fix-upload-file-permissions
12 years ago
Mitchell Hashimoto 1a45b96674 builder/vmware: add VNC to vmx
12 years ago
Mitchell Hashimoto 759c46487c builder/vmware-vmx: support http files
12 years ago
Mitchell Hashimoto c74f0c7cfe Merge branch '1082-add-boot-commands-to-vmx-and-ovf-builders' of github.com:rasa/packer into rasa-1082-add-boot-commands-to-vmx-and-ovf-builders
12 years ago
Mitchell Hashimoto caca50324e Merge pull request #1426 from jasonberanek/vnc-fixes
12 years ago
Mitchell Hashimoto 67afff5ede fmt
12 years ago
Mitchell Hashimoto ba3bae8a65 Merge pull request #1239 from StefanScherer/fix_skip_floppy_in_vmx_data_post_step
12 years ago
Jason A. Beranek ebdfa2bc56 vmware-iso/driver-esxi: Fix VNC detection of used ports
12 years ago
Jason A. Beranek 93e4475d6a vmware-iso/driver-esxi: Detect VNC in cross-platform way [GH-1372]
12 years ago
Jason A. Beranek 2c41d59e21 vmware-iso: Update VNCAddressFinder interface to return errors from VNCAddress()
12 years ago
Jason A. Beranek 6acbc91ff7 vmware-iso: Fix error vnc min/max ports [GH-1288]
12 years ago
notogawa eacae832ad Fixes #1334, Add power on retry to ESXi Driver.
12 years ago
Ross Smith II 2c8ea2b6d2 Merge pull request #1361 from sneal/do-not-add-floppy-files-to-vmx
12 years ago
Shawn Neal 05ebc8f316 Do not re-add floppy disk files to VMX
12 years ago
Mitchell Hashimoto 67bad68c9f Merge pull request #1250 from higebu/check-upload-iso-hash
12 years ago
yuuzi41 982e523ba2 fix invalid esx5 path separator in windows
12 years ago
Yuya Kusakabe 6ff38c86ea Fixes #1244, Add a check for upload iso hash to ESXi Driver
12 years ago
StefanScherer de5c38e6c5 skip adding floppy again in vmx_data_post step
12 years ago
Ross Smith II e93697ab4e builder/virtualbox-ovf,vmware-vmx: add `boot_command` support
12 years ago
Mitchell Hashimoto 7e991af48e builder/vmware/common: tests for StepPrepareTools
12 years ago
Mitchell Hashimoto 1b1d87128c Merge pull request #1154 from rasa/765-add-tools-upload-flavor-support-in-vmware-vmx
12 years ago
Ross Smith II 779c7184a2 go fmt
12 years ago
Ross Smith II d92179847d provisioner/file: set file/directory permissions
12 years ago
Mitchell Hashimoto e9727df15e Merge pull request #1146 from higebu/fix-esxi-driver-iso-upload-path
12 years ago
Ross Smith II ba13239672 builder/vmware-vmx: Added tools_upload_flavor support
12 years ago
Ross Smith II bdfac49410 builder/vmware: added vmx_data_post option
12 years ago
Yuya Kusakabe 6dc858e6cf Fixes #1062, ESXi Driver supports PACKER_CACHE_DIR
12 years ago
Jaime Soriano Pastor 32bb745734 Force LANG=C before appending rest of environment, as only first occurence is used
12 years ago
Jakob A. Dam 40150c376d Fix http_files typo in comments
12 years ago
Yuya Kusakabe 5cac40b47c Fixes #1106, Remote ESXi builder doesn't upload floppy
12 years ago
Yuya Kusakabe 7ff781b258 Revert the way to retrieve vm ip in VMware ESXi Driver
12 years ago
Mitchell Hashimoto 91574c3a60 builder/vmware: fix builds
12 years ago
Mitchell Hashimoto 5fac6c79c4 fmt
12 years ago
Mitchell Hashimoto e84e5e4f2c Merge branch 'update-ssh-package' of github.com:higebu/packer into higebu-update-ssh-package
12 years ago
higebu 37b92dff3a Fix unknown command and syntax error of the ESX5Driver
12 years ago
higebu f087ce16dc Fix the build problem by updating ssh package
12 years ago
Ross Smith II 27491f93f8 use old ssh code until higebu's branch is ready, see #1019
12 years ago
Mitchell Hashimoto e3c0715eab fmt
12 years ago
Mitchell Hashimoto d44a42b04f Merge pull request #884 from pmyjavec/vmware-iso-driver-fix
12 years ago
Mitchell Hashimoto 9f7670a50f builder/vmware-iso: output upload error [GH-899]
12 years ago
Paul Myjavec aedef06016 esx5, Get host IP by creating & inspecting connection, allows hypervisor to reside in other networks
12 years ago
Mitchell Hashimoto 430963f400 fmt
12 years ago
Myles Steinhauser 28286d2821 Fix tabs vs spaces
12 years ago
Myles Steinhauser e4cfcb2a8a Add more special scancodes
12 years ago
Mitchell Hashimoto 12938fe36b builder/virtualbox,vmware: checksum not required if checksum type is
12 years ago
Mitchell Hashimoto c74b3758d3 builder/vmware-iso: ESX5Driver impl OutputDir [GH-773]
12 years ago
Mitchell Hashimoto 2b801a7b12 builder/vmware,virtualbox: checksum_type can be "none" [GH-471]
12 years ago
Mitchell Hashimoto eeadafc452 builder/vmware/*: can specify path to fusion [GH-677]
12 years ago
Mitchell Hashimoto 7f38cea9f3 builder/vmware/vmx: shutdown
12 years ago
Mitchell Hashimoto e11f655d22 builder/vmware/vmx: run the VMs
12 years ago
Mitchell Hashimoto 286edcb2b4 builder/vmware/vmx: configure VMX
12 years ago