Mitchell Hashimoto
dc9a803efd
builder/amazon: don't chmod on windows
2013-08-30 15:04:23 -07:00
Mitchell Hashimoto
d1fff21045
builder/amazon: chmod debug key so it is ssh-ready
2013-08-30 15:03:29 -07:00
Mitchell Hashimoto
f97b88654f
builder/amazon: output DNS name if debug mode
2013-08-30 14:55:56 -07:00
Mitchell Hashimoto
e613b0cdcd
builder/amazon: drop private key if debug mode [GH-373]
2013-08-30 14:48:50 -07:00
Mitchell Hashimoto
7ed2498407
provisioner/salt-masterless: join paths properly
2013-08-30 14:26:29 -07:00
Mark Peek
5d8a211774
website: add tip about using apt-get/yum -y to prevent hangs
2013-08-29 22:19:13 -07:00
Mark Peek
1b91110a59
Merge pull request #370 from TFDuesing/patch-1
...
website: openstack s/droplet/server/
2013-08-29 19:30:05 -07:00
Thomas Duesing
729232c7c7
s/droplet/server/
2013-08-29 21:21:40 -05:00
Mitchell Hashimoto
293db31a0f
Merge pull request #369 from celkins/fix-staging-dir-2
...
website: Fix incorrect config key for Chef staging directory
2013-08-28 21:25:41 -07:00
Christopher Elkins
9f55695964
Fix incorrect config key for staging directory
2013-08-28 21:23:57 -07:00
Mitchell Hashimoto
332d666180
packer/plugin: fix nil deref during ctrl-c of provisioner
2013-08-28 11:21:02 -07:00
Mitchell Hashimoto
87f47ba6de
Up vesrion for dev
2013-08-28 11:16:28 -07:00
Mitchell Hashimoto
a000e24dc7
v0.3.5
2013-08-28 10:47:19 -07:00
Mitchell Hashimoto
6941f72b21
website: document shuting down network interfaces for reboot
2013-08-28 10:46:45 -07:00
Mitchell Hashimoto
4540285b15
common: support SHA512 as checksum type [Gh-356]
2013-08-28 09:09:43 -07:00
Mitchell Hashimoto
a14d64f0ed
website: update website for ssh_key_path stuff
2013-08-27 22:59:36 -07:00
Mitchell Hashimoto
e7b2751d63
builder/vmware: support key based SSH auth [GH-70]
2013-08-27 22:57:42 -07:00
Mitchell Hashimoto
19bafd8da8
builder/virtualbox: support ssh keys as auth mechanism [GH-70]
2013-08-27 22:55:13 -07:00
Mark Peek
f717edd644
builder/openstack: return artifacts
2013-08-27 22:37:06 -07:00
Mark Peek
ca1388f7bc
builder/openstack: simplify by passing csp instead of accessor and api
2013-08-27 22:37:06 -07:00
Mitchell Hashimoto
62fbf8fef8
communicator/ssh: Reset failure count if heartbeat works
2013-08-27 22:14:31 -07:00
Mitchell Hashimoto
c16c467e63
communicator/ssh: heartbeat the SSH connection to detect drops [GH-200]
2013-08-27 22:12:21 -07:00
Mitchell Hashimoto
6805d62b44
packer: template error if override specified for bad builder [GH-336]
2013-08-27 21:34:55 -07:00
Mitchell Hashimoto
caa4fce2d3
Merge branch 'fix-minion-config-with-non-tmp-dir' of https://github.com/rach/packer into rach-fix-minion-config-with-non-tmp-dir
...
Conflicts:
provisioner/salt-masterless/provisioner.go
2013-08-27 20:21:02 -07:00
Mitchell Hashimoto
d08019c1a7
website: Fix typo in docs [GH-340]
2013-08-27 17:55:09 -07:00
Mitchell Hashimoto
6f1675ab6b
provisioner/chef-solo: template process the configuration
2013-08-27 17:41:49 -07:00
Mitchell Hashimoto
ec8ba97c11
fmt
2013-08-27 17:37:29 -07:00
Mitchell Hashimoto
c186d2dc3e
Update CHANGELOG
2013-08-27 17:37:07 -07:00
Mitchell Hashimoto
06643423b1
Merge pull request #353 from rach/add-setting-for-pillar-folder
...
provisioner/salt-masterless: Add setting for pillar folder
2013-08-27 17:36:28 -07:00
Mitchell Hashimoto
e50a15c4ee
builder/vmware: support vmx_template_path [GH-270]
2013-08-27 17:23:28 -07:00
Rachid Belaid
99a7ae8792
Add doc and change pillar tree in roots to respect salt vocabulary
2013-08-28 01:01:37 +01:00
Mitchell Hashimoto
20541a7eda
builder/vmware: ability to not request a PTY for SSH [GH-270]
2013-08-27 16:51:05 -07:00
Rachid Belaid
2c03c1a64e
Add setting for pillar folder to respect saltstack structure
2013-08-28 00:38:36 +01:00
Mitchell Hashimoto
f626790edd
Update CHANGELOG
2013-08-27 16:36:36 -07:00
Mitchell Hashimoto
9865dd0161
Merge pull request #339 from mitchellh/do-soft-shutdown
...
builder/digitalocean: send a "shutdown" before snapshotting
2013-08-27 16:35:30 -07:00
Rachid Belaid
c680fe3909
Fix minion config with non tmp dir
2013-08-27 23:49:04 +01:00
Mitchell Hashimoto
95682f6dfc
command/build: build error machine-readable is targetted to the build
2013-08-27 15:03:49 -07:00
Mitchell Hashimoto
869c0b94ff
provisioner/chef-solo: use proper exceute command
2013-08-27 14:35:11 -07:00
Mitchell Hashimoto
e6960e3e04
plugin/provisioner-chef-solo: compile
2013-08-27 14:31:42 -07:00
Mitchell Hashimoto
2746139591
website: document chef solo provisioner
2013-08-27 14:29:52 -07:00
Mitchell Hashimoto
f536e351fa
command/build: "end" sentinel in artifact machine-readable output
2013-08-27 13:40:19 -07:00
Mitchell Hashimoto
53890e9de3
command/build: put build errors in machine readable output
2013-08-27 13:37:31 -07:00
Mitchell Hashimoto
56a309941b
provisioner/chef-solo: remove unused constants and variables
2013-08-27 13:32:59 -07:00
Mitchell Hashimoto
286c36b3c4
Update CHANGELOG
2013-08-27 13:27:53 -07:00
Mitchell Hashimoto
fa2347e711
provisioner/chef-solo: upload cookbooks
2013-08-27 13:27:20 -07:00
Mitchell Hashimoto
5e841befee
provisioner/chef-solo: massive refactor and style nitpick
2013-08-27 13:27:20 -07:00
Mitchell Hashimoto
e43d08a3fc
provisioner/chef-solo: installChef fixed up to use tpl and StartWithUi
2013-08-27 13:27:20 -07:00
Mark Peek
2e760ee57b
Add new openstack builder
2013-08-26 22:05:21 -07:00
Mark Peek
9bc3702adc
website: add openstack page
2013-08-26 22:02:03 -07:00
Mark Peek
e7140cf405
Add base support for openstack [GH-155]
...
This change adds base support for an openstack builder.
Thank you to Rackspace for providing cloud assets to complete this work
and @sam-falvo for working with us on the perigee/gophercloud changes.
2013-08-26 21:57:23 -07:00