Commit Graph

3786 Commits

Author SHA1 Message Date
Mitchell Hashimoto 6ca0a2b361 Merge pull request #1600 from ryanuber/f-hashicorp-msgpack
Switch to hashicorp/go-msgpack
2014-10-17 19:43:05 -07:00
Ryan Uber f7018f2407 Switch to hashicorp/go-msgpack 2014-10-17 18:38:17 -07:00
Petr Hosek 3992f4472b Extract Vagrant provider processing logic
This change extracts the provider processing logic to a separate method
which can be invoked from a subtype, providing a custom provider.
2014-10-17 11:16:26 +01:00
Jason A. Beranek 8d398d159d website: make remote vmware docs consistent 2014-10-14 21:30:17 -05:00
Jason A. Beranek 241398d53e website: document vmware-iso remote cache path 2014-10-14 21:25:15 -05:00
Mitchell Hashimoto b1c80ce44f Update CHANGELOG 2014-10-14 16:10:29 -07:00
Mitchell Hashimoto d89fd906a4 Merge pull request #1504 from sneal/always-remove-vmx-floppy-entries
Clean VMX step should always remove floppy.
2014-10-14 16:09:28 -07:00
Mitchell Hashimoto 72aea0459f Update CHANGELOG 2014-10-14 16:07:49 -07:00
Mitchell Hashimoto 14fae4c5a3 Merge pull request #1561 from kholloway/master
builder/qemu: Updates to QEMU builder - Fix -redir and machine type issues
2014-10-14 16:07:00 -07:00
Mitchell Hashimoto b6238ec7f0 Update CHANGELOG 2014-10-14 16:04:37 -07:00
Mitchell Hashimoto 333506f54c Merge pull request #1526 from askholme/fix-docker-push
make docker-push work with docker-tag artifacts
2014-10-14 16:03:52 -07:00
Mitchell Hashimoto 90f979099e Update travis to try to avoid failures 2014-10-14 16:02:31 -07:00
Mitchell Hashimoto 66cd829813 Merge pull request #1589 from joshfng/master
website: Add all boot commands from source to docs.
2014-10-14 15:49:55 -07:00
Mitchell Hashimoto 4f29325c23 Update CHANGELOG 2014-10-14 15:45:45 -07:00
Mitchell Hashimoto 6e4191829b Fix plugin loading from CWD [GH-1521] 2014-10-14 15:45:45 -07:00
Josh Frye 1e2cb36735 Add all boot commands from source to docs. 2014-10-14 15:45:34 -07:00
Mitchell Hashimoto ba0b4e7519 Merge pull request #1523 from jc00ke/patch-1
website: Minor edits
2014-10-14 15:43:17 -07:00
Mitchell Hashimoto 2419e44551 Merge pull request #1528 from amangoel/patch-1
website: Update chef-solo.html.markdown
2014-10-14 15:43:00 -07:00
Mitchell Hashimoto e82b76edc9 Merge pull request #1529 from amangoel/patch-2
website: Update amazon.html.markdown
2014-10-14 15:42:46 -07:00
Mitchell Hashimoto 04950d9e40 Merge pull request #1556 from legal90/postproc-vagrant-parallels
post-processor/parallels: Removed unnecessary filling the Vagranfile
2014-10-14 15:42:29 -07:00
Mitchell Hashimoto 3374765419 Merge pull request #1560 from amosshapira/patch-1
website: ec2:ModifyImageAttribute already included in the sample policy
2014-10-14 15:42:08 -07:00
Mitchell Hashimoto 9f28f2401f Remove Vagrant constants [GH-1566] 2014-10-14 15:41:04 -07:00
Mitchell Hashimoto 010cdb2057 amazon/common: style 2014-10-14 15:39:13 -07:00
Mitchell Hashimoto add02d18f7 Update CHANGELOG 2014-10-14 15:38:22 -07:00
Mitchell Hashimoto ce22c4eda6 Merge pull request #1579 from mpage/handle-transient-aws-errors
providers/aws: Ignore transient network errors when fetching AWS state.
2014-10-14 15:38:01 -07:00
Mitchell Hashimoto 2cb53234f5 Merge pull request #1584 from Tpbrown/fix-compress-doc
website: Update example to match parameter.
2014-10-14 15:37:21 -07:00
Mitchell Hashimoto b2923ad496 update CHANGELOG 2014-10-14 15:36:57 -07:00
Billie H. Cleek afa499befd always use an inventory file
Using "127.0.0.1," as the argument to `ansible-playbook -i` uses an
undocumented feature of Ansible. Michael DeHaan has indicated that
support for it may be pulled in the future
(https://groups.google.com/forum/#!topic/ansible-project/G_9JRGp5jGE).
2014-10-14 15:36:29 -07:00
Mitchell Hashimoto 373cefa93c Merge pull request #1585 from Tpbrown/ansible-color-and-unbuffered
provisioner/ansible: Colorize Ansible output, and don't buffer output.
2014-10-14 15:36:27 -07:00
Mitchell Hashimoto 345eb66566 Update CHANGELOG 2014-10-14 15:35:58 -07:00
Mitchell Hashimoto be268a04fd Merge pull request #1587 from joshfng/master
provisioner/shell: single quote env var values.
2014-10-14 15:35:11 -07:00
Josh Frye 5835ca42b4 Move quoting to else block only for valid vars. Add test case. 2014-10-14 14:20:36 -07:00
Josh Frye a667282e00 Single quote env var values. 2014-10-14 13:03:14 -07:00
Tim Brown baa8697f5d Colorize Ansible output, and don't buffer output.
Setting environment variables for the ansible-playbook invocation.

ANSIBLE_FORCE_COLOR will ensure output is colorized.  PYTHONUNBUFFERED will stream output as Ansible runs, vs getting a big dump of output at the end.
2014-10-13 15:31:11 -07:00
Tim Brown bd5382dc72 Update example to match parameter.
The example showed "path" instead of "output".
2014-10-13 12:56:53 -07:00
Matt Page 6fb2586fb2 fix: Ignore transient network errors when fetching AWS state.
Given that state fetching is an idempotent operation, a transient
network error should not cause the entire build to fail. Instead,
retry when such errors are encountered.
2014-10-13 10:02:46 -07:00
Seth Vargo 2fd3f64ab0 Merge pull request #1573 from rozha/master
fix a minor typo in platforms.html
2014-10-11 07:21:35 -07:00
Ilya Novikov d69d9f1536 fix a minor typo in platforms.html 2014-10-11 16:49:10 +05:30
Eric Johnson 7fe6cab83a Merge pull request #1563 from mpage/fix-gce-metadata
fix: Respect metadata supplied for GCE builders.
2014-10-10 19:03:09 -07:00
Kent Holloway 39e90de9d9 Merge remote-tracking branch 'upstream/master' 2014-10-10 09:41:47 -05:00
Seth Vargo ff514004a8 Merge pull request #1537 from nifr/patch-1
Fixed dead links in doc section environment-variables.
2014-10-10 06:34:45 -07:00
Konstantinos Koukopoulos a8b8658245 figure out VirtualBox version on FreeBSD 2014-10-09 11:45:03 +03:00
Mitchell Hashimoto 22b186ce15 Merge pull request #1564 from mitchellh/sethvargo/middleman-hashicorp
Use middleman-hashicorp
2014-10-08 22:22:23 -07:00
Seth Vargo d62843144e Tell Rack to cache /assets 2014-10-06 20:37:07 -04:00
Seth Vargo 37eb3043f5 Upgrade to middleman-hashicorp 2014-10-06 20:35:19 -04:00
Seth Vargo cd23c39064 Move assets to assets/ 2014-10-06 20:34:44 -04:00
Matt Page 0fe61fa1e0 fix: Respect metadata supplied for GCE builders.
Previously, any per instance metadata supplied via the GCE builder
was ignored.

Test plan:

- make test
- Manual testing via:
-- Created a packer config that contained a GCE builder with custom
   metadata set.
-- Ran `packer build`.
-- Verified the instance had the correct metadata in the GCE console.
2014-10-06 14:18:34 -07:00
Kent Holloway a3e4554a15 Merge remote-tracking branch 'upstream/master' 2014-10-06 10:14:08 -05:00
Kent Holloway 9e2d0af5ab Reverting previous change, including M on memory line to be explicit about what we are requesting 2014-10-06 10:11:39 -05:00
Amos Shapira b3839f48de ec2:ModifyImageAttribute already included in the sample policy
ec2:ModifyImageAttribute is already included in the sample policy JSON (line 67 in the source file), so the comment about optionally adding it only adds confusion.
2014-10-06 13:28:40 +11:00