Mitchell Hashimoto
9092779026
Merge pull request #6714 from mitchellh/sethvargo/shell_env_to_s
...
Convert env values to strings before escaping
2015-12-22 13:30:18 -08:00
Seth Vargo
9de5126143
Convert env values to strings before escaping
2015-12-22 14:23:56 -05:00
Seth Vargo
07e4c9e46d
Update docs
2015-12-22 13:51:27 -05:00
Seth Vargo
133707d2e3
Update FAQ around pro/non-pro versions
2015-12-22 12:40:29 -05:00
Seth Vargo
881bcf46de
Update CHANGELOG
2015-12-22 11:56:59 -05:00
Seth Vargo
2fb0d5d894
Merge pull request #6711 from mitchellh/sethvargo/v_string
...
Convert Chef Version to a string before comparison
2015-12-22 11:55:58 -05:00
Seth Vargo
f780c96a90
Convert Chef Version to a string before comparison
...
Fixes GH-6709
2015-12-22 11:54:41 -05:00
Mitchell Hashimoto
f7bdcb1b2b
Merge pull request #6700 from tomkins/linked-clone-docs
...
v.use_linked_clone should be v.linked_clone
2015-12-21 16:03:02 -08:00
Alex Tomkins
807fb15495
v.use_linked_clone should be v.linked_clone
2015-12-22 00:00:47 +00:00
Mitchell Hashimoto
5328886423
update CHANGELOG
2015-12-21 13:12:19 -08:00
Mitchell Hashimoto
31a46509f9
update some scripts
2015-12-21 12:11:42 -08:00
Mitchell Hashimoto
397e192a8f
v1.8.0
2015-12-21 10:43:05 -08:00
Mitchell Hashimoto
6e116bc7e3
Merge pull request #6681 from tonyarkles/aja_hostinfo_fix
...
Fix for problem where the host_info.ps1 script returns a string instead of a list of IPs
2015-12-21 09:54:29 -08:00
Mitchell Hashimoto
bc5c6552e6
Merge pull request #6691 from captainill/new_header
...
'by Hashicorp' added to header
2015-12-21 09:53:06 -08:00
captainill
9cc50989be
pin edit this page to footer
2015-12-20 14:20:38 -08:00
captainill
1c706822ce
migrate www header/siderbar stuff to docs
2015-12-20 14:07:53 -08:00
captainill
eb12f86d2d
add boxes to movile nav
2015-12-20 13:16:31 -08:00
captainill
11ae9ff3c5
mobile nav back in
2015-12-20 13:09:56 -08:00
captainill
b98db9ce59
merge with upstream master / fix conflickt in layout
2015-12-20 13:06:30 -08:00
captainill
1ee6221305
fix capital C in hashicorp. cleanup mobile
2015-12-19 23:52:54 -08:00
Tony Arkles
795a7a3d23
Fix for problem where the host_info.ps1 script returns a string instead of a list of IPs
2015-12-17 14:40:50 -06:00
Mitchell Hashimoto
811f21938a
Merge pull request #6675 from michaa76/master
...
#6674 CFEngine Provisioner Broken on Debian (http > https)
2015-12-16 10:46:21 -08:00
michaa76
37d7239803
#6674 CFEngine Provisioner Broken on Debian (http > https)
2015-12-16 14:25:23 +01:00
Gilles Cornu
ddbd2a4cfc
provisioners/ansible: prefer ssh '-i' argument
...
In cd93721
, I relied on a suprising combination of quotes to protect ssh
execution to strip the quoted path to the private key file.
Since any ssh command line argument can be passed via
`ANSIBLE_SSH_ARGS`, it is quite more readable and easy to rely on the
`-i` argument, which is not affected like `-o IdentityFile=...` and also
supports multiple occurences.
See also http://sourceforge.net/p/fuse/mailman/message/30498048/
Finally fix #6671
Note that I decided to not squash both commits for better
documentation and traceability.
2015-12-16 10:29:13 +01:00
Gilles Cornu
cd93721f8f
provisioners/ansible: use quotes for the IdentityFile OpenSSH command line arguments
...
Surprisingly (to me at least), a simple quote enclosure was not enough
to fix the problem.
Caveat: the stringified ansible-playbook command logged in verbose mode
is wrongly formatted (no quotes are escaped).
Fix #6671
2015-12-16 09:54:53 +01:00
Mitchell Hashimoto
ac3b24d93e
Update CHANGELOG.md
2015-12-14 16:03:07 -08:00
Mitchell Hashimoto
06a1461081
Merge pull request #6662 from lukebakken/fixes/lrb/gh-4503-hyper-v-admin-privs
...
Fix for 4503
2015-12-14 15:56:55 -08:00
Mitchell Hashimoto
6a9d25e384
Update CHANGELOG.md
2015-12-14 15:47:58 -08:00
Mitchell Hashimoto
884782f3ce
Merge pull request #6603 from mitchellh/sethvargo/cleanup_output
...
Only run cleanup tasks when they are defined on the provisioner
2015-12-14 15:41:17 -08:00
Mitchell Hashimoto
739d29e8fa
Merge pull request #6612 from reedloden/virtualbox-checksum
...
Add checksum validation for the VirtualBox installs on Windows and OS X
2015-12-14 15:39:46 -08:00
Mitchell Hashimoto
d47c7c74d7
Merge pull request #6659 from swiftstack/change_ipv6_adapter_address
...
Use <prefix>::1 as the IPv6 adapter IP.
2015-12-14 15:37:28 -08:00
Seth Vargo
038276fd49
Merge pull request #6664 from RochesterinNYC/clarify-package-docs-regarding-providers
...
Clarify package documentation regarding providers
2015-12-10 13:24:08 -05:00
James Wen
c5f684c6da
Clarify package documentation regarding providers
2015-12-10 12:48:13 -05:00
Seth Vargo
fa2db94b7d
Update CHANGELOG
2015-12-10 11:26:57 -05:00
Seth Vargo
e92a214803
Merge pull request #6661 from hasyimibhar/feature/push-local-exec-args
...
pushes/local-exec: add args config
2015-12-10 11:26:09 -05:00
Luke Bakken
57187c9f88
Add method to detect if a Windows user is a member of the "Hyper-V Administrators" group.
...
Modify Hyper-V provider to require a user to either be an Administrator or a member of "Hyper-V Administrators"
2015-12-10 07:04:39 -08:00
Hasyimi Bahrudin
77031a79b7
pushes/local-exec: add args config
2015-12-10 17:00:35 +08:00
Timur Alperovich
a56e118b16
Use <prefix>::1 as the IPv6 adapter IP.
...
Set the IPv6 adapter IP to be <prefix>::1. Otherwise, guest to host
communication over IPv6 is not routed correctly. This means that
consumers should not specify <prefix>::1 IP addresses to VirtualBox,
which should be a reasonable restriction.
Fixes #6658
2015-12-09 17:22:02 -08:00
Gilles Cornu
25ff027b08
provisioners/ansible_local: use the inventory directory
...
Like in the (remote) `ansible` provisioner, it is preferred to pass the
directory that contains the generated inventory file. This way, advanced
inventory usages can be achieved by adding more inventory files into the
same directory.
Related to #2103 and #6500
[ci skip]
2015-12-08 23:02:58 +01:00
Gilles Cornu
e5c5dfbacd
Update CHANGELOG
...
- Fix reference to relevant pull request #6288
- See also #6649
[ci skip]
2015-12-08 22:11:30 +01:00
Seth Vargo
af509e0a2b
Update CHANGELOG
2015-12-08 11:17:11 -05:00
Seth Vargo
3ac1bfc6d9
Merge pull request #6652 from mitchellh/pr-6596
...
Only consider the VM interfaces in the IPv6 fixup
2015-12-08 11:15:22 -05:00
Seth Vargo
aca1e041f6
Rename network to interface
2015-12-08 11:05:39 -05:00
Seth Vargo
9ba8cfcd50
Separate logic into other functions for readability
2015-12-08 10:52:54 -05:00
Timur Alperovich
bcf61d001b
Only consider the VM interfaces in the IPv6 fixup.
...
Vagrant should only consider the host-only interfaces used by the
virtual machine in the IPv6 fixup code. There may be other interfaces
present on the system with IPv6 addresses that for various reasons
would fail the routing check (for example, an interface with no
machines attached).
The patch changes the behavior to not scan all of the host-only
interfaces and adds a unit test for the behavior (that the correct IP
is validated).
Lastly, there is a small fix here that may not be an issue for most
people where the IPv6 prefix was asummed to be a multiple of 16 for
the purposes of constructing the UDP probe datagram. This assumption
has been removed.
Fixes #6586
2015-12-08 10:44:07 -05:00
Gilles Cornu
a8d0c225c6
Merge pull request #6649 from rickard-von-essen:issue-6636
...
Close #6636
Note that there is no CHANGELOG entry for this bug fix, since the
`ansible_local` provisioner [#2103 ] has not been released yet.
2015-12-07 22:41:06 +01:00
Gilles Cornu
a0980aa8be
provisioners/ansible: minor code formatting change
...
[ci skip]
2015-12-07 22:30:13 +01:00
Gilles Cornu
850716b220
provisioners/ansible: remove erroneous comment
...
[ci skip]
2015-12-07 22:28:23 +01:00
Seth Vargo
c60a71861f
Update CHANGELOG
2015-12-07 10:58:46 -05:00
Seth Vargo
36b87bb32b
Merge pull request #6650 from mitchellh/sethvargo/checksum_case
...
Ignore case when comparing checksums
2015-12-07 10:57:29 -05:00