Justin Campbell
17691bac10
website: Packer box version should be variable
...
When using multiple builders, the post-processor could yield different results for the `{{timestamp}}` interpolation.
By using a variable instead, the version will be consistent across all builders.
https://github.com/hashicorp/packer/issues/4973
2017-06-13 17:09:41 -04:00
Matthew Hooker
c8a45d9d17
add closing `
2017-05-31 12:27:05 -07:00
Justin Campbell
6cd257a4b4
website: Update Vagrant Cloud migration docs
2017-05-30 11:05:19 -04:00
Justin Campbell
3a14e7c8ef
website: Fix Vagrant Enterprise docs links
2017-05-19 12:35:14 -04:00
Justin Campbell
37c12eed01
website: Vagrant Cloud Migration docs
2017-05-19 12:09:37 -04:00
Justin Campbell
b862724ce1
website: Vagrant Enterprise user docs
2017-05-19 12:05:34 -04:00
Justin Campbell
821ae518f7
website: Vagrant Enterprise Support docs
2017-05-19 11:59:33 -04:00
Justin Campbell
fc286c3c32
website: Vagrant Enterprise organization docs
2017-05-19 11:43:59 -04:00
Justin Campbell
d2ac4c983a
website: Replace Atlas with Vagrant Enterprise
2017-05-19 11:24:04 -04:00
Justin Campbell
734479a494
website: Add Vagrant Ent request limit docs
2017-05-19 11:19:03 -04:00
Justin Campbell
4eacb3d492
website: Import Vagrant Enterprise docs
2017-05-19 11:01:01 -04: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
Chris Roberts
c042fa8b24
Add configuration documentation for winssh communicator
2017-04-16 08:02:39 -07:00
Dafydd Jones
71216cf4f9
update latest salt minion version for windows
2017-04-13 12:36:45 -07: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
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
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
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
Chris Roberts
b3a0dad200
Add linked_clone option to vmware docs
2017-02-28 09:50:23 -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
8530250f4a
Merge pull request #8237 from soleuu/patch-1
...
port forwarding rule name
2017-02-23 12:32:33 -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
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
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