Commit Graph

2647 Commits

Author SHA1 Message Date
Mitchell Hashimoto 4c8b8d4fa7 packer: add `pwd` function with working directory [GH-762] 2013-12-27 20:46:10 -07:00
Mitchell Hashimoto 476486ef5f Update CHANGELOG 2013-12-27 20:34:24 -07:00
Mitchell Hashimoto 823771d7e5 Merge pull request #761 from mitchellh/do-private-networking
builders/digitalocean: private networking
2013-12-27 19:33:59 -08:00
Jack Pearkes 00fe97cae3 website: add private_networking docs for digitalocean 2013-12-27 10:28:16 -08:00
Jack Pearkes 7a956e1a11 builder/digitalocean: add private_networking option for droplets 2013-12-27 10:26:27 -08:00
Mitchell Hashimoto 037a744be5 builder/docker: customize run command [GH-648] 2013-12-27 10:17:45 -07:00
Mitchell Hashimoto be7861080b packer/rpc: make buffer real big for writes [GH-755] 2013-12-27 09:55:52 -07:00
Mitchell Hashimoto b5f1fd1423 packer: delete pause_before to avoid template invalids [GH-759] 2013-12-27 09:52:40 -07:00
Mitchell Hashimoto 02bb5b0a97 packer: template process build names [GH-744] 2013-12-27 09:43:59 -07:00
Mitchell Hashimoto 107e47fe25 update commands to new user var syntax 2013-12-27 09:21:17 -07:00
Mitchell Hashimoto 43962ca31f packer/rpc: build updated to use new interface 2013-12-27 09:19:11 -07:00
Mitchell Hashimoto 6a3dd16a3a packer: template now handles user var logic 2013-12-27 09:17:51 -07:00
Mitchell Hashimoto eeadafc452 builder/vmware/*: can specify path to fusion [GH-677] 2013-12-27 08:37:39 -07:00
Mitchell Hashimoto 525802e9e6 provisioner/ansible-local: templates for role, playbook paths [GH-749] 2013-12-27 08:29:31 -07:00
Mitchell Hashimoto 77d0d63b1d packer/rpc: ignore non-existent streams in muxconn 2013-12-26 23:34:18 -07:00
Mitchell Hashimoto 437dc12de3 builder/virtualbox/iso: load shutdown config [GH-754] 2013-12-26 23:28:15 -07:00
Mitchell Hashimoto 9239b6a25e packer: {{timestamp}} is the same for an entire build [GH-744] 2013-12-26 17:29:21 -07:00
Mitchell Hashimoto 366d169388 fmt 2013-12-26 17:20:13 -07:00
Mitchell Hashimoto 3109a48bb6 Update CHANGELOG 2013-12-26 17:20:01 -07:00
Mitchell Hashimoto f81e2ef88a Merge pull request #746 from devcamcar/openstack-key-logging
builder/openstack: added keypair logging for debugging to OpenStack builder
2013-12-26 16:19:25 -08:00
Mitchell Hashimoto 37199ba3fe Update CHANGELOG 2013-12-26 17:19:05 -07:00
Mitchell Hashimoto df9b009c8d website: update docs for virtualbox builder (some bugs) 2013-12-26 17:16:30 -07:00
Mitchell Hashimoto 8be172d19a Merge pull request #758 from mitchellh/f-vmware-vmx
Build VMware machine from VMX (source VM)
2013-12-26 16:16:00 -08:00
Mitchell Hashimoto e4aed28a02 Merge pull request #757 from ChrisLundquist/patch-1
builder/docker: rename drover_docker_test.go to driver_docker_test.go
2013-12-26 16:12:32 -08:00
Mitchell Hashimoto 92810deffd website: document new vmware-vmx builder 2013-12-26 17:10:53 -07:00
Chris Lundquist 5564fb0028 Rename drover_docker_test.go to driver_docker_test.go 2013-12-26 16:09:24 -08:00
Mitchell Hashimoto 9362cb5364 builder/vmware/vmx: set the full_disk_path so compacting works 2013-12-26 15:44:39 -07:00
Mitchell Hashimoto 8e75075ec9 builder/vmware/vmx: compact disk 2013-12-26 15:35:37 -07:00
Mitchell Hashimoto f134bcc3f4 builder/vmware/common: better UI when forcibly shutting down 2013-12-26 15:34:53 -07:00
Mitchell Hashimoto 2b3d98d48d builder/vmware/vmx: create artifact 2013-12-26 15:32:38 -07:00
Mitchell Hashimoto 7f38cea9f3 builder/vmware/vmx: shutdown 2013-12-26 15:31:23 -07:00
Mitchell Hashimoto ac8354ad9c builder/vmware/vmx: step connect SSH 2013-12-26 15:28:15 -07:00
Mitchell Hashimoto e11f655d22 builder/vmware/vmx: run the VMs 2013-12-26 15:26:09 -07:00
Mitchell Hashimoto 286edcb2b4 builder/vmware/vmx: configure VMX 2013-12-26 15:14:19 -07:00
Mitchell Hashimoto 03fb5fb0f1 builder/vmware/common: Fusion6 driver can clone 2013-12-26 15:03:12 -07:00
Mitchell Hashimoto b994b8c09e Add vmware-vmx plugin 2013-12-26 14:55:06 -07:00
Mitchell Hashimoto 8fecdf179d builder/vmware/common: Fusion6Driver 2013-12-26 14:54:26 -07:00
Mitchell Hashimoto f23d66a1b9 builder/vmware/vmx: clone vmx 2013-12-26 14:39:41 -07:00
Mitchell Hashimoto 82fad98b07 builder/vmware/vmx: set the settings for cloning vmx 2013-12-26 08:36:00 -07:00
Mitchell Hashimoto eeeaec3562 builder/vmware/vmx: StepCloneVMX 2013-12-26 08:34:27 -07:00
Mitchell Hashimoto 141cfeb4bb builder/vmware/vmx: outputdir 2013-12-25 16:01:57 -07:00
Mitchell Hashimoto 6fdcb0f832 builder/vmware/vmx: initial stuff 2013-12-25 15:52:40 -07:00
Mitchell Hashimoto 16911d75e9 builder/vmware: move drivers out to common 2013-12-25 15:50:12 -07:00
Mitchell Hashimoto bee879409a builder/vmware: new artifact type that is common 2013-12-25 11:27:53 -07:00
Mitchell Hashimoto 6f449abf2e command/fix: remove some useless comments 2013-12-25 11:16:26 -07:00
Mitchell Hashimoto 87f9eca511 command/fix: rename vmware to vmware-iso 2013-12-25 11:13:32 -07:00
Mitchell Hashimoto ca867cdbb1 rename vmware to vmware-iso 2013-12-25 11:12:09 -07:00
Mitchell Hashimoto 51735cc895 post-processor/vagrant: fix alternate providers 2013-12-25 11:01:59 -07:00
Mitchell Hashimoto 8d963501d7 builder/vmware/iso: set SSHConfig 2013-12-25 10:44:10 -07:00
Matthew Hooker f79696c253 Merge pull request #752 from mwhooker/doc_formatting_docker
Documentation/docker: formatting
2013-12-25 02:36:09 -08:00