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
Ross Smith II
8dcabe977d
Added myself to our community page
...
Thanks, @mitchell!
2014-04-22 11:15:55 -07:00
Mitchell Hashimoto
247ee515d5
website: more OpenStack docs
2014-04-21 21:38:09 -07:00
Mitchell Hashimoto
5890b033d9
website: update openstack config docs
2014-04-21 21:37:20 -07:00
Mitchell Hashimoto
23446d56fd
builder/openstack: use proper function call for config
2014-04-21 21:34:03 -07:00
Mitchell Hashimoto
8395d0e97a
common: tests for ChooseSTring
2014-04-21 21:30:49 -07:00
Mitchell Hashimoto
7191c1f250
common: Fix URL parsing issues on Windows
2014-04-21 21:28:47 -07:00
Mitchell Hashimoto
159587daf4
Merge pull request #768 from devcamcar/openstack-env-support
...
builder/openstack: Add support for standard OpenStack environment variables
2014-04-21 21:11:37 -07:00
Mitchell Hashimoto
c19a5c6bb7
post-processors/vsphere: disk mode
2014-04-21 21:10:20 -07:00
Mitchell Hashimoto
b5e551d930
Merge pull request #778 from aspring/vmware-post-processor-disk-mode
...
post-processor/vsphere: Add disk mode configuration to allow users to specify the desired diskMo...
2014-04-21 21:07:58 -07:00
Mitchell Hashimoto
be3f391e37
website: update docs for OpenStack changes
2014-04-21 21:04:43 -07:00
Mitchell Hashimoto
8d991b681f
Update CHANGELOG
2014-04-21 21:03:29 -07:00
Mitchell Hashimoto
a9f07bc3ff
Merge pull request #912 from nebula/populate_api
...
builder/openstack: added support for gophercloud's PopulateApi
2014-04-21 21:02:06 -07:00
Ross Smith II
7e16d12b91
Update CHANGELOG.md
2014-04-21 18:09:32 -07:00
Ross Smith II
e38ff2f84e
Merge pull request #1021 from laggyluke/master
...
builder/amazon: configurable virtualization type
2014-04-21 18:08:32 -07:00
Ross Smith II
55016b881a
another attempt at fixing echo -e
2014-04-21 10:50:28 -07:00
Ross Smith II
afd2e2d033
removed extraneous -e from make output [GH-991]
2014-04-21 09:30:51 -07:00