Commit Graph

3571 Commits

Author SHA1 Message Date
Seth Vargo c6926491b4 Update to latest middleman-hashicorp 2014-10-22 17:41:52 -04:00
Seth Vargo 096de30280 Remove unused Javascript and CSS 2014-10-22 17:41:52 -04:00
Seth Vargo 60633dd71f Merge pull request #1609 from nchammas/patch-1
Portability and explicitness
2014-10-22 12:24:42 -07:00
Nicholas Chammas 437b1bf12a Portability and explicitness
"Explicivity" is not a word.
2014-10-22 15:22:57 -04:00
Steve Daniels 86fb46ab0a Update SaltStack provision to https
This changes the SaltStack bootstrap URL to use the HTTPS link from the commercial site.  Alternatives are the HTTPS link to the raw file on GitHub, but this, whilst more transparent, might break down the line.
2014-10-22 17:55:45 +01:00
Mikhail Zholobov 6e778e7244 builder/parallels: Default cdrom0 should be disconnected
Otherwise, the error message will be displayed in GUI:
"Unable to connect CD/DVD 0"
2014-10-21 16:44:43 +04:00
Joseph Chilcote d46187da4b updated step_clone_vmx.go to work with vmx files using sata 2014-10-20 20:58:12 -07:00
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
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