Commit Graph

3008 Commits

Author SHA1 Message Date
Mitchell Hashimoto 25638c3e04 Merge pull request #1084 from jimbrowne/aws-iam-permissions-doc-fix
website: Fix EC2 IAM documentation.  Possibly fixes #577
2014-04-29 00:14:58 -07:00
Jim Browne 93c7e01c9f Fix EC2 IAM documentation. Possibly fixes #577 2014-04-29 00:05:49 -07:00
Mitchell Hashimoto 379f3ae933 provisioner/chef-solo: be more lenient on json fix 2014-04-28 22:20:57 -07:00
Mitchell Hashimoto 4379997c2c provisioner/chef-solo: better error for bad type in JSON 2014-04-28 22:18:21 -07:00
Mitchell Hashimoto 8fc46aaa82 provisioner/chef-solo: deeploy nested JSON works properly 2014-04-28 21:56:32 -07:00
Mitchell Hashimoto 3ac246d611 packer/rpc: don't reply with arbitrary error 2014-04-28 21:36:49 -07:00
Ross Smith II 8cdd784e46 scripts: fix executable name when packer dir is a symlink 2014-04-28 19:06:08 -07:00
Mitchell Hashimoto 5cd2cfa563 comment so future-mitchell knows what I've done 2014-04-28 16:19:35 -07:00
Mitchell Hashimoto ba05119a75 common: user variable conversion to non-string types works [GH-1079] 2014-04-28 16:18:45 -07:00
Mitchell Hashimoto d236e139ac Merge pull request #1077 from jcline/chef_client_cleanup
provisioners/chef-client: delete correct client
2014-04-28 15:31:39 -07:00
Mitchell Hashimoto c8b91f3dad website: clarify docs 2014-04-28 15:30:43 -07:00
James Cline 6017f895f1 provisioners/chef-client: delete correct client
The server URL was being passed through rather than the client name.
2014-04-28 15:29:15 -07:00
Mitchell Hashimoto a629f1655b communicator/ssh: remove background connection checker
Updated SSH package is supposed to be able to detect remote connection
closes now, which is nice.
2014-04-28 15:25:59 -07:00
Ben Broderick Phillips fc4b2e1569 Add flexible IP pool/address handling. 2014-04-28 15:20:44 -07:00
Mitchell Hashimoto 32536b25af packer/rpc: fix interface returns for msgpack [GH-1076] 2014-04-28 15:18:31 -07:00
Mitchell Hashimoto 7a8372db74 packer: update version to 0.6.0 2014-04-28 15:03:09 -07:00
Ross Smith II f2186fa6ff Merge pull request #995 from asatara/add-ssh-host-vmware
Added ssh_host variable to vmware iso builder
2014-04-28 11:33:40 -07:00
Mitchell Hashimoto d5981c69f2 common: config strings to slices [GH-950] 2014-04-27 14:47:16 -07:00
Mitchell Hashimoto edcb8fea30 packer: min_packer_version [GH-487] 2014-04-26 20:51:46 -07:00
Mitchell Hashimoto 9ef50487fb core: Create cache directory only when needed [GH-367] 2014-04-26 20:33:12 -07:00
Mitchell Hashimoto 9365b879c0 provisioner/shell: chmod uploaded file to 0777 [GH-994] 2014-04-26 20:20:47 -07:00
Mitchell Hashimoto ec30d574c1 Update README [GH-1009] 2014-04-26 15:10:33 -07:00
Mitchell Hashimoto 54cb5b3eb2 Update CHANGELOG 2014-04-26 14:52:45 -07:00
Mitchell Hashimoto ec41edf558 provisioner/shell: Split on first equal for env vars [GH-1045] 2014-04-26 14:51:56 -07:00
Mitchell Hashimoto a0ae1a1174 Update CHANGELOG 2014-04-26 14:27:26 -07:00
Mitchell Hashimoto 8edbcf95c4 Merge pull request #1067 from mitchellh/f-msgpack-rpc
core: Replace Gob RPC with MsgPack RPC
2014-04-26 14:24:28 -07:00
Mitchell Hashimoto 5dec2ddb9c common: weakly decode the PackerConfig 2014-04-26 14:23:22 -07:00
Mitchell Hashimoto ce7ea006c7 packer/rpc: use the msgpack codec 2014-04-26 13:31:34 -07:00
Mitchell Hashimoto 130c0b1ce5 scripts: copy compilation into bin 2014-04-26 12:49:41 -07:00
Mitchell Hashimoto 802f9cb473 scripts: styles 2014-04-26 12:46:09 -07:00
Mitchell Hashimoto 0558d56bcf builder/amazon/chroot: get tests psasing on Windows 2014-04-26 12:31:55 -07:00
Mitchell Hashimoto 83add3969f builder/virtualbox: fix deps 2014-04-26 12:27:30 -07:00
Mitchell Hashimoto 91574c3a60 builder/vmware: fix builds 2014-04-26 12:25:18 -07:00
Mitchell Hashimoto 65804c07c5 builder/null: pass SSH tests 2014-04-26 11:28:02 -07:00
Mitchell Hashimoto fa339fc275 get more proper SSH package usage in 2014-04-26 11:23:26 -07:00
Mitchell Hashimoto b24fe263da communicator/ssh: fix bad imports 2014-04-26 11:19:37 -07:00
Mitchell Hashimoto 5fac6c79c4 fmt 2014-04-26 11:12:43 -07:00
Mitchell Hashimoto e84e5e4f2c Merge branch 'update-ssh-package' of github.com:higebu/packer into higebu-update-ssh-package
Conflicts:
	builder/amazon/common/ssh.go
	builder/digitalocean/ssh.go
	builder/googlecompute/ssh.go
	builder/openstack/ssh.go
	communicator/ssh/communicator_test.go
	communicator/ssh/keychain.go
	communicator/ssh/keychain_test.go
2014-04-26 11:12:06 -07:00
Mitchell Hashimoto b024f8b628 Merge pull request #1046 from higebu/fix-esx5-driver
Fix unknown command and syntax error of the ESX5Driver, see #1012, #1015
2014-04-26 11:07:42 -07:00
Mitchell Hashimoto 667e3383fe Update CHANGELOG 2014-04-26 11:05:08 -07:00
Mitchell Hashimoto 3c80ad6524 Merge pull request #1056 from jcline/validation_client_name
provisioner/chef-client: validation_client_name
2014-04-26 11:04:06 -07:00
Mitchell Hashimoto 0da1f2d8c6 builder/googlecompute: template process instance name 2014-04-26 11:02:25 -07:00
Mitchell Hashimoto 2f4e3a555f CHANGELOG 2014-04-26 10:59:26 -07:00
Mitchell Hashimoto 15c2ca955e Merge pull request #1065 from brettporter/gce_instance_name
builder/googlecompute: configure instance name
2014-04-26 10:58:27 -07:00
Brett Porter e169013527 builder/googlecompute: configure instance name
Retain the current default of an instance name generated by UUID, but allow
users to choose a specific one. Useful for provisioning with Puppet when a
node name is used to select the right manifest.
2014-04-26 12:17:02 +10:00
Ross Smith II f033991cfa Update CHANGELOG.md 2014-04-25 12:03:53 -07:00
Ross Smith II b098e7aa89 Merge pull request #1060 from sethvargo/sethvargo/mkdir_p
Ensure parent directories are created for base boxes, fixes #1059
2014-04-25 12:01:23 -07:00
Seth Vargo abe9bf8581 Ensure parent directories are created for base boxes 2014-04-24 23:32:42 -04:00
James Cline eb4ba76e1a provisioner/chef-client: validation_client_name
Allows setting of validation_client_name from packer template json.
2014-04-24 00:09:30 -07:00
asatara 1783827c40 Added documentation 2014-04-22 14:30:27 -07:00