Commit Graph

1044 Commits

Author SHA1 Message Date
Chris Roberts e28fafb54d Update download version to 1.9.5 2017-05-15 18:46:26 -07:00
Chris Roberts d1c1c175a0 Support modifications of composition outside services 2017-05-12 15:09:30 -07:00
Chris Roberts 4a05e8561f Update `force_host_vm` configuration documentation and add `compose`. 2017-05-12 15:09:30 -07:00
Chris Roberts 3c44ce9742 Support vbox provider within WSL rootfs. Make Windows access easier.
Enables proper setup of VMs started from within WSL rootfs paths. Updates
setup for Windows access when working within the WSL to auto-detect settings
instead of relying on user defined environment variables.
2017-05-12 13:11:53 -07:00
Chris Roberts 370e27b919 Update documentation for WSL 2017-05-10 10:32:04 -07:00
Chris Roberts 7e49c6a609 Add documentation for WSL 2017-05-08 15:33:40 -07:00
Chris Roberts c691066924 Merge pull request #8559 from DAXaholic/fix-typo
Fix typo
2017-05-08 10:03:34 -07:00
Björn Brala 2a777f0561 Update docs to reflect correct setting for key_value_pair_exchange (see issue #8551) 2017-05-05 17:10:09 +02:00
Aaron Kunz a7f14102d4 Fix typo 2017-05-04 18:51:43 +02:00
Liam Griffin 3b6b213880 Small typo 2017-04-26 11:20:32 +01:00
Chris Roberts aa70f3a43c Update download version to 1.9.4 2017-04-24 14:19:11 -07:00
JKapitein 9ac12f5227 Remove duplicate line 2017-04-21 14:19:51 +02:00
Seth Vargo 26f59f1b05
Update logos 2017-04-18 13:59:09 -04:00
Seth Vargo ded46dc71f
Update terminal 2017-04-18 13:54:25 -04:00
Chris Roberts 232a44f46d Merge pull request #8485 from chrisroberts/communicators/win-ssh
Add winssh communicator
2017-04-17 08:21:33 -07:00
Chris Roberts c042fa8b24 Add configuration documentation for winssh communicator 2017-04-16 08:02:39 -07:00
James Phillips 6bae7e3768 Update 404.html.md 2017-04-14 09:04:05 -07:00
Dafydd Jones 71216cf4f9 update latest salt minion version for windows 2017-04-13 12:36:45 -07:00
Seth Vargo a8103bb84d
Import fonts 2017-04-06 18:39:43 -04:00
Seth Vargo ee6921f1b6
Add open-graph stuff 2017-04-06 18:11:50 -04:00
Seth Vargo b56c0d37d8
Add press-kit and hashicorp logo 2017-04-06 17:33:57 -04:00
Chris Roberts 3c8b2ae097 Include documentation entry for plugin source errors environment variable 2017-04-05 13:17:48 -07:00
Justin Campbell f7ced44835 website: Add ngrok description and link 2017-04-03 09:54:30 -04:00
Chris Roberts cbaf136fca Merge pull request #8368 from chrisroberts/vmware/whitelist-doc
Add documentation section on whitelisting in VMware boxes
2017-03-28 15:23:24 -07:00
Seth Vargo ef868a232c
Use colored logo in sidebar 2017-03-28 14:28:47 -04:00
Seth Vargo 2200171c01
Remove adroll 2017-03-28 13:40:14 -04:00
Mitchell Hashimoto ed0ccc1c17
website: update vs 2017-03-28 10:38:20 -07:00
Seth Vargo f59dd9f7e0
Make downloads responsive 2017-03-28 13:02:24 -04:00
Seth Vargo ece753ed47
Fix download link placement 2017-03-28 12:44:24 -04:00
Seth Vargo 80de593f02
Fix security.html 2017-03-28 12:32:04 -04:00
Seth Vargo 041b0e705f
Cleanup inner VMware pages 2017-03-28 11:21:45 -04:00
Seth Vargo 0d7d65fdeb
Rebrand to match HashiCorp styles 2017-03-27 21:24:57 -04:00
Gilles Cornu 80d105cf8c
ansible_local: Add the :pip_args_only install mode
With the introduction of `pip_args` option, you can easily extend the
`:pip` installation mode behaviour. But some interesting/advanced usages
are still not possible because of the auto-generated parts ("ansible"
package, version selection, and the `--upgrade` flag).

By adding this "pip_args_only" install mode, it will be for instance
possible to:
- install unofficial releases, like release candidates published at
  https://releases.ansible.com/
- install more pip packages (e.g. via a `requirements.txt` file), with
  hash validation, etc.

Note that there is no config validation that requires `pip_args` option
to be defined when the :pip_args_only mode is selected. This would be
more elegant, and user friendly to raise a configuration error, but this
can wait. At least, running with an empty `pip_args` won't lead to any
command crash, since the rather dummy "pip install" shows an helper
notice and terminates with a zero (0) exit code.

This change is thought as a complement to the changes originally
proposed in pull request GH-8170.
2017-03-24 17:35:34 +01:00
Gilles Cornu b40d347944
ansible_local: Polish the new `pip_args` option
Ref GH-8170
2017-03-24 00:01:17 +01:00
James Carr 7e2e5654ed
ansible_local: Add `pip_args` option
With this new option, it is now possible to pass additional arguments to
pip command when the `install_mode` is "pip".

(@gildegoma reworded the original commit message of pull request GH-8170)
2017-03-24 00:01:14 +01:00
John Van Tuyl f807e5a8be The Hyper-V provider works fine in Windows 10
10 is the version most people will be using anyway.
2017-03-23 10:03:42 -07:00
Chris Roberts 256ce3b0d5 Merge pull request #8264 from hasyimibhar/command-validate
Add validate command
2017-03-23 09:52:12 -07:00
Bjorn Brala 0534ebf895 Merge remote-tracking branch 'mitchellh/master' into feature-hyperv-integration-services-fresh
# Conflicts:
#	plugins/providers/hyperv/action/import.rb
#	plugins/providers/hyperv/config.rb
#	website/source/docs/hyperv/configuration.html.md
2017-03-23 07:49:57 +01:00
Chris Roberts 6f5597620c Update download version to 1.9.3 2017-03-21 17:35:09 -07:00
Chris Roberts 1c1adcad9a Merge pull request #8325 from chrisroberts/enhancement/nested-hyperv
Nested Hyper-V
2017-03-17 14:19:58 -07:00
Bjorn Brala e2dd23b06c First implementation for Integration services for Hyper-V as discussed in https://github.com/mitchellh/vagrant/pull/6321 #6321 2017-03-15 22:12:19 +01:00
Chris Roberts 1b44cb1b13 Add documentation section on whitelisting in VMware boxes 2017-03-14 09:36:14 -07:00
Chris Roberts 311e74b179 Merge pull request #8308 from nathanielks/patch-1
Update snapshot.html.md
2017-03-13 09:48:16 -07:00
René Schodder (Herlitz) b321f40153 Fixed Typo in Fedora commands on /etc/sudoers 2017-03-13 13:05:11 +01:00
Jack Pearkes f899c048cf website: update to middleman-hashicorp 0.3.13 2017-03-08 17:01:25 -08:00
Jason Costello 56df61dce7 Fix heading text align scoping 2017-03-08 16:58:45 -08:00
Jason Costello c031da9577 Fix font scoping issue 2017-03-08 16:58:45 -08:00
Jason Costello 41223f9c18 Remove 'by hashicorp' 2017-03-08 16:58:00 -08:00
Jason Costello 6a0470fdaa Scope <p> color to avoid meganav conflict 2017-03-08 16:58:00 -08:00
Jason Costello 84dfbdfac6 Add mega nav 2017-03-08 16:57:52 -08:00
Seth Vargo d5a07c93c0
Update license 2017-03-08 11:39:24 -08:00
Seth Vargo 96f669ae2b
Update license 2017-03-08 11:36:46 -08:00
Seth Vargo 9eb3ff2622
Add website license 2017-03-08 11:34:10 -08:00
Seth Vargo 9241492267
Update website 2017-03-08 11:32:17 -08:00
Seth Vargo e14f4d832f
Update middleman-hashicorp 2017-03-08 11:20:16 -08:00
Chris Roberts dbf01572ef Merge pull request #8122 from chrisroberts/virtualbox/uid-gid
Use uid/gid from mount_options if provided for synced folders.
2017-03-06 14:21:11 -08:00
Patrick Lang 06a0866d72 Update hyperv config and OS version requirements 2017-03-02 14:06:49 -08:00
Seth Vargo 24ba508c86
Re-enable soft purging, stale-if-error 2017-03-01 12:36:30 -05:00
Seth Vargo cafcba5d94
Cache on Fastly for a longer time 2017-02-28 15:55:44 -05:00
Chris Roberts b3a0dad200 Add linked_clone option to vmware docs 2017-02-28 09:50:23 -08:00
Chris Roberts afc19a6745 Update download version to 1.9.2 2017-02-28 07:44:38 -08:00
Chris Roberts 71b6ba5430 Add docs for ngrok share 2017-02-27 16:29:46 -08:00
Nathaniel 3fb434ac61 Update snapshot.html.md
Updated docs to specify the use of the `vm-name` when restoring a snapshot.
2017-02-27 10:19:55 -08:00
Chris Roberts 519ca07850 Merge pull request #8302 from jasoncostello/website-update-typography
Website typography update
2017-02-27 09:50:38 -08:00
Jason Costello 6e068b8c30 H1 tweak, unitless line-heights 2017-02-23 17:28:54 -08:00
Jason Costello 93209e11bf Mobile header fixes to fit logo and nav items 2017-02-23 17:11:41 -08:00
Jason Costello fb6c603c73 Typesey Docs headings in Open Sans 2017-02-23 16:49:44 -08:00
Jason Costello e8eb4626f6 Update logo 2017-02-23 16:37:57 -08:00
Jason Costello 8ca5424d1d Remove reference to museo 2017-02-23 16:06:14 -08:00
Jason Costello 981c6f06bb Visual design changes to header
The original text over the busy image is a bit hard to read. This
commit moves the tagline below and slightly reduces the size of the
image to make room
2017-02-23 15:43:03 -08:00
Jason Costello b7dbe249d5 Make font-weight-variables generic
The imported font weights for both Klavika and Open Sans are the same,
so the weights can be used to style both fonts
2017-02-23 15:41:28 -08:00
Chris Roberts 8530250f4a Merge pull request #8237 from soleuu/patch-1
port forwarding rule name
2017-02-23 12:32:33 -08:00
Jason Costello c5d3a9170f Increase default paragraph weight 300 => 400 2017-02-23 11:24:02 -08:00
Jason Costello 9a1a745c13 Update button, reduce letter-spacing 2017-02-23 11:18:26 -08:00
Jason Costello 8ef6f3e0ce update variables, tweaks 2017-02-23 11:18:04 -08:00
Jason Costello 9fde39c2e7 begin implementing Klavika and Open Sans 2017-02-23 11:02:48 -08:00
Chris Roberts fbe9e22a87 Merge pull request #8219 from kivoli/update-nfs-docu
Reflect NFS setup changes in documentation
2017-02-22 13:40:20 -08:00
Florian Breisch 84f49bf0ce Add hint for .verbose-attribute 2017-02-20 16:40:24 +01:00
Seth Vargo c80e6671e2 Cache static assets longer 2017-02-09 14:40:39 -05:00
Seth Vargo 8c311daa72 Change cache to 4h 2017-02-09 14:35:19 -05:00
Hasyimi Bahrudin 0044d560e0 Fix typo in docs 2017-02-08 03:26:37 +08:00
Hasyimi Bahrudin e0fb8b1fad Add documentation for validate command 2017-02-07 14:15:16 +08:00
Jack Pearkes fbad6c370a vmware/reseller: switch another email to sales at 2017-02-06 09:15:15 -08:00
Jack Pearkes 54979a527a vmware/reseller: switch to sales at hashicorp 2017-02-06 09:13:41 -08:00
Chris Roberts 255275061c Use Gem::Version class to ensure expected comparison results 2017-02-01 13:22:23 -08:00
Chris Roberts a8966187af Merge pull request #8176 from unclejack/fix_linked_clones_docs
website: make linked clones work w/ 1.8.0 & newer
2017-02-01 13:17:40 -08:00
Chris Roberts b72bb345d8 Merge pull request #8195 from chrisroberts/docs/pty-output
Add note on output behavior when pty enabled.
2017-02-01 13:10:35 -08:00
Chris Roberts 9cd636c4d9 Merge pull request #8100 from chrisroberts/docs/vagrant-salt
Add note about vagrant-salt plugin
2017-02-01 12:44:34 -08:00
Chris Roberts b63d6bac1a Merge pull request #8246 from rugo/master
[Docs] Added auto_correct to list of options
2017-02-01 11:19:16 -08:00
Chris Roberts 24e0c2a109 Merge pull request #8205 from kikitux/puppet-doc
add note that puppet need to be installed
2017-02-01 11:17:19 -08:00
rugo e94cba7445 Added auto_correct to list of options
Added auto_correct to list of options in Docs. See issue #8245.
2017-02-01 17:40:27 +01:00
soleuu 742a46c635 port forwarding rule name
To identify rules, we can name them using the id parameter.
It prevent from adding lots of comments in the Vagrant file and to have un-named rules in your VirtualBox port lists.

It is very important when you have a lot ogf rule to identify witch one you want to edit.

For example:
config.vm.network "forwarded_port", guest: 80  , host: 8080 , id:"http-proxy"
2017-01-30 12:03:32 +01:00
Ryon Coleman 64a8c365e3 Add Google Tag Manager #GTM-NR2SD7C 2017-01-27 15:00:54 -05:00
Leonhard Preis 19780b6342 Reflect NFS setup changes in documentation
Fixes sudoers file for NFS synched folders outdated #8218
2017-01-20 10:19:11 +01:00
Alvaro Miranda Aguilera 560ed2bfee add note that puppet need to be installed 2017-01-15 07:38:43 +01:00
Chris Roberts 64d49451ab Add note on output behavior when pty enabled. 2017-01-12 13:34:40 -08:00
unclejack 877e7e29b1 website: make linked clones work w/ 1.8.0 & newer
The previous code only worked on Vagrant 1.8.x, but not on 1.9.x or
newer.
2017-01-06 16:09:48 +02:00
Chris Roberts 159fca9d13 Merge pull request #8109 from kenorb/patch-2
Add missing config.ssh.keep_alive docs [GH-516]
2017-01-05 15:23:57 -08:00
Chris Roberts 5b3ecda5ba Merge pull request #8143 from danielmenezesbr/danielmenezesbr-patch-doc-vagrant
Debug Documentation - &> is not valid on Windows
2017-01-05 15:10:33 -08:00
Chris Roberts c11534e13c Merge pull request #8102 from mwrock/winrmv2
Refactor winrm communicator to use latest winrm gems and v2 api
2017-01-05 10:48:44 -08:00