2766 Commits

Author SHA1 Message Date
Ross Smith II
e94a7e7f43 Update CHANGELOG.md 2014-04-21 08:07:06 -07:00
Ross Smith II
e9c84ef449 Merge pull request #1001 from zshenker/update-gce-builder-to-v1-api
Updates googlecompute build to v1 API & uses boot persistent disk
2014-04-21 08:04:35 -07:00
Ross Smith II
4f186fbd6e Merge pull request #1006 from jgornick/add-ansible-inventory-file (manually) 2014-04-21 07:57:24 -07:00
Ross Smith II
fe3131f62a Update CHANGELOG.md 2014-04-21 07:39:21 -07:00
Ross Smith II
3f4baf4aec Merge pull request #1011 from rasa/add-cloning-in-windows
builder/vmware-vmx: add cloning support on Windows [GH-824]
2014-04-21 07:38:05 -07:00
Ross Smith II
4942b920f3 Update CHANGELOG.md 2014-04-21 07:35:53 -07:00
Ross Smith II
1984ce1733 Merge pull request #1016 from jgornick/ansible-chdir
Update Ansible provisioner to set cwd to staging directory.
2014-04-21 07:35:03 -07:00
Ross Smith II
2ab3346b67 Update CHANGELOG.md 2014-04-21 07:32:35 -07:00
Ross Smith II
fd4dd284fb Merge pull request #1018 from priteau/openstack-state-fix
Properly return error when invalid instance state is found
2014-04-21 07:30:18 -07:00
Mitchell Hashimoto
57c3b8d9b9 Merge pull request #991 from berendt/fixing-colored-output-of-makefile
fixing colored output of Makefile
2014-04-20 23:07:17 -07:00
Mitchell Hashimoto
ba22b5efea Update CHANGELOG.md 2014-04-17 14:43:53 -07:00
Mitchell Hashimoto
755db6f332 Merge pull request #1043 from databus23/create_floppy_error_handeling
common: fix error handeling when creating a floppy
2014-04-17 14:43:22 -07:00
Fabian Ruff
2a3393ca84 fix error handeling when creating a floppy 2014-04-17 23:34:55 +02:00
Pierre Riteau
77dedd9eab Properly return error when invalid instance state is found 2014-04-17 12:56:25 -05:00
Ross Smith II
7e970a8c08 Merge pull request #1033 from rasa/patch-2
builder/digitalocean: updated default image_id, fixes #1032
2014-04-16 22:37:31 -07:00
Ross Smith II
203f85bfb0 Merge pull request #1034 from rasa/patch-1
builder/digitalocean: updated default image_id, per #1032
2014-04-16 22:36:31 -07:00
Ross Smith II
ee1b9ec7c2 Update CHANGELOG.md 2014-04-16 22:29:08 -07:00
Ross Smith II
00204f8c4c Merge pull request #1028 from rasa/use-old-ssh-until-higebus-branch-is-ready
use old ssh code until higebu's branch (#1030) is ready, see #1019
2014-04-16 22:23:21 -07:00
Ross Smith II
0dcd5d9aff builder/digitalocean: updated default image_id, per #1032 2014-04-13 16:44:51 -07:00
Ross Smith II
9cf76ff338 builder/digitalocean: updated default image_id, per #1032 2014-04-13 16:43:43 -07:00
Ross Smith II
27491f93f8 use old ssh code until higebu's branch is ready, see #1019 2014-04-11 08:23:12 -07:00
Joe Gornick
d9fc06a170 Update Ansible provisioner to set cwd to staging directory. 2014-04-08 09:50:26 -05:00
Ross Smith II
d420947db6 added %s for productVersion param 2014-04-06 15:50:19 -07:00
Ross Smith II
72924f0d56 builder/vmware-vmx: add cloning support on Windows [GH-824] 2014-04-06 15:31:49 -07:00
Joe Gornick
6d56def162 Add inventory_file option to Ansible provisioner. 2014-04-04 14:58:48 -05:00
Zac Shenker
139e498962 Changing to the v1 google-api-go-client. Now creates a persistent disk as the boot disk, and sets it to auto delete 2014-04-03 15:18:58 -07:00
Christian Berendt
e7e30acaec fixing colored output of Makefile
The colored output is broken when using Zsh.

\033[32;01m==> Installing dependencies\033[0m
\033[32;01m==> Building\033[0m

After adding the parameter -e to echo I get the expected green lines.
2014-03-31 14:21:01 +02:00
Matthew Hooker
dc21bf011a Merge pull request #969 from tedpennings/patch-1
Fix a trailing comma in an example template
2014-03-21 13:11:26 -07:00
Ted Pennings
17ec0089c6 Fix a trailing comma in an example template 2014-03-21 16:09:51 -04:00
Mitchell Hashimoto
95bf164d1c Merge pull request #947 from acaire/master
Fix syntax error
2014-03-13 08:35:08 -07:00
Ash Caire
09f2595715 Fix syntax error
Fix issue where using double quotes instead of round brackets would cause the following error:
./scripts/devcompile.sh: line 30: 10#1.2 > 10#1.2.1: syntax error: invalid arithmetic operator (error token is ".2 > 10#1.2.1")
2014-03-13 22:14:06 +11:00
Mitchell Hashimoto
1087b5def8 common: clarify debug mode [GH-907] 2014-03-12 21:40:27 -07:00
Mitchell Hashimoto
a389b4b96d Update CHANGELOG 2014-03-12 21:39:43 -07:00
Mitchell Hashimoto
9ce3365382 Merge pull request #918 from stefanozanella/qemu_ssh_key_var
builder/qemu: support user templates in SSH key path
2014-03-12 21:39:07 -07:00
Mitchell Hashimoto
b5f153a1a2 command/build: -parallel=false to disable parallelization [GH-924] 2014-03-12 21:34:43 -07:00
Mitchell Hashimoto
6fe0cb76ea post-processor/docker-push: allow repo with ports [GH-923] 2014-03-12 21:30:13 -07:00
Mitchell Hashimoto
46abd50520 website: update timeouts 2014-03-12 21:12:15 -07:00
Mitchell Hashimoto
c71e06e800 website: update to be a little more clear [GH-933] 2014-03-12 21:12:14 -07:00
Mitchell Hashimoto
dccb2471a9 Merge pull request #926 from CpuID/master
builders/amazon: increase SSH timeouts for Amazon builders
2014-03-12 21:11:29 -07:00
Mitchell Hashimoto
3ad79963b7 Merge pull request #934 from brettporter/patch-1
website: Update googlecompute.markdown
2014-03-12 21:06:37 -07:00
Mitchell Hashimoto
3de16f20b9 privisioner/chef-client: don't chown with ubuntu [GH-939] 2014-03-12 21:05:25 -07:00
Mitchell Hashimoto
3c59d0ef96 builder/vmware/common: fix failing tests on Windows 2014-03-07 10:29:04 -08:00
Mitchell Hashimoto
68524a3840 builder/vmware/common: fix build tag for Windows 2014-03-07 10:22:33 -08:00
Brett Porter
8e91574ce2 Update googlecompute.markdown
A very small hint that you can't just use "packer-images", since buckets need to be globally unique, and must already exist. Attempting to use that results in the error 'Got status 403 from attempt to start resumable upload. Aborting', 'ABORT'
2014-03-06 22:14:44 +11:00
Nathan Sullivan
e44fb1bd2a increase SSH timeouts for Amazon builders, they can take a while to spin up at times 2014-03-04 11:31:14 +10:00
Mitchell Hashimoto
a685937f0f Update CHANGELOG 2014-03-01 16:20:35 +01:00
Mitchell Hashimoto
239aabb554 builder/virtualbox: retry unregister a few times [GH-915] 2014-03-01 16:20:02 +01:00
Mitchell Hashimoto
5adcce912b Merge pull request #920 from jorisvddonk/patch-1
website: update URL for ansible local-playbooks in docs
2014-03-01 16:10:56 +01:00
Joris van de Donk
6e397f6e85 Update URL for ansible local-playbooks in docs
The old URL wasn't available anymore and returned a 404
2014-02-28 08:52:04 +01:00
Stefano Zanella
85dcdcfead builder/qemu: support user templates in SSH key path 2014-02-27 18:37:44 +01:00