Matthew Hooker
0c116981ab
Merge pull request #4960 from rickard-von-essen/issue-4959
...
virtualbox: Don't add portforwarding if comm = none
2017-06-02 13:15:43 -07:00
Rickard von Essen
31b93a3026
virtualbox: Don't add portforwarding if comm = none
...
Closes : #4959
2017-06-02 21:58:34 +02:00
Rickard von Essen
23e8c0ef3d
Updated CHANGELOG
2017-06-02 13:00:09 +02:00
Rickard von Essen
254bd95ad7
Merge pull request #4956 from rickard-von-essen/null-ssh-agent
...
builder/null: Support SSH Agent Auth
2017-06-02 12:58:55 +02:00
Rickard von Essen
2f8b02a6e1
builder/null: Support SSH Agent Auth
2017-06-02 12:55:31 +02:00
Matthew Hooker
75a635a8e0
update changelog
2017-06-01 15:20:02 -07:00
Matthew Hooker
847b09b6ea
Merge pull request #4952 from hashicorp/fix4848
...
update winrm to use keepalives
2017-06-01 15:18:52 -07:00
Matthew Hooker
5fa704e3df
update winrm to use keepalives
2017-06-01 15:16:20 -07:00
Matthew Hooker
e01cd49175
update changelog
2017-06-01 13:31:33 -07:00
Matthew Hooker
1f4b532ed5
Merge pull request #4948 from hashicorp/kms_key_regions
...
Kms key regions
2017-06-01 13:30:31 -07:00
Megan Marsh
b8c2a5fd43
fix step initializer everywhere StepAMIRegionCopy is called
2017-06-01 09:28:17 -07:00
Megan Marsh
875745ab9b
one more test
2017-05-31 14:16:02 -07:00
Megan Marsh
1944f38985
update docs and clean up
2017-05-31 13:41:32 -07:00
Megan Marsh
5b35d199da
golang has different style than python
2017-05-31 12:27:45 -07:00
Megan Marsh
6a38de4846
add docs
2017-05-31 11:32:14 -07:00
Megan Marsh
f9d7292566
builder/amazon regional KMS keys
2017-05-31 11:23:18 -07:00
Matthew Hooker
e2a58b8e04
update changelog
2017-05-30 12:59:51 -07:00
Matthew Hooker
730cc0889e
Merge pull request #4919 from hashicorp/fix4798
...
builder/vmware: make vnc probe timeout configurable
2017-05-30 12:59:22 -07:00
Matthew Hooker
f801c507fc
builder/vmware: make vnc probe timeout configurable
2017-05-30 12:51:45 -07:00
Matthew Hooker
201c05cf7f
update changelog
2017-05-30 10:08:20 -07:00
Matthew Hooker
554622f808
Merge pull request #4940 from hashicorp/bastion-agent-auth
...
comm/ssh: Add support for using SSH Agent auth towards a bastion host.
2017-05-30 10:06:29 -07:00
Taliesin Sisson
e40b324907
Merge pull request #4687 from pvandervelde/master
...
Removing the check for administrator rights when sending key strokes to Hyper-V
2017-05-30 01:54:07 +01:00
Rickard von Essen
d4ecf4acb3
Add InsecureIgnoreHostKey to bastion connection
2017-05-28 20:35:01 +02:00
Rickard von Essen
2164700162
comm/ssh: Add support for using SSH Agent auth towards a bastion host.
...
Adds `ssh_bastion_agent_auth`
Fixes : #4732
2017-05-28 14:05:03 +02:00
Rickard von Essen
69daca2a33
Merge pull request #4934 from jasonramey/master
...
spelling fix
2017-05-26 07:07:25 +02:00
Jason Ramey
cc309c0e5f
spelling fix
2017-05-26 01:03:11 -04:00
Matthew Hooker
0e3469e913
spell fix
2017-05-25 18:49:45 -07:00
Megan Marsh
7174a7a3d5
New map: region_kms_key_ids, allowing custom encryption keys on a per-region basis. Also new tests.
2017-05-25 14:42:03 -07:00
Matthew Hooker
74b20f69ce
update changelog
2017-05-25 14:21:09 -07:00
Matthew Hooker
c436d9aea4
Merge pull request #4931 from hashicorp/fix4817
...
only delete snapshots which exist
2017-05-25 14:19:40 -07:00
Matthew Hooker
77b4d47409
only delete snapshots which exist
2017-05-25 14:16:20 -07:00
Matthew Hooker
1cf4754d80
correct ami_name error reporting
2017-05-25 13:02:36 -07:00
Matthew Hooker
96232790b9
update changelog
2017-05-25 10:30:57 -07:00
Matthew Hooker
ceb180668f
Merge pull request #4927 from jen20/vmware-remove-ethernet
...
builder/vmware: Add vmx_remove_ethernet_interfaces
2017-05-25 10:28:58 -07:00
James Nugent
c4439aba82
builder/vmware: Add vmx_remove_ethernet_interfaces
...
This commit adds a new option, `vmx_remove_ethernet_interfaces`, to both
of the VMWare builders. This is useful when building Vagrant boxes,
since Vagrant now produces output such as:
```
WARNING: The VMX file for this box contains a setting that is
automatically overwritten by Vagrant when started. Vagrant will stop
overwriting this setting in an upcoming release which may pre vent
proper networking setup. Below is the detected VMX setting:
ethernet0.pcislotnumber = "33"
If networking fails to properly configure, it may require this VMX
setting. It can be manually applied via the Vagrantfile:
Vagrant.configure(2) do |config|
config.vm.provider :vmware_fusion do |vmware|
vmware.vmx["ethernet0.pcislotnumber"] = "33"
end
end
```
This can be avoided entirely by removing the ethernet adapters from the
VMX file prior to packaging as a Vagrant box, in which case adapters are
created as expected according to the Vagrantfile specification.
2017-05-24 18:53:25 -05:00
Megan Marsh
4abb541468
fix logging to clarify that encrypt_boot needs to be set, not encrypt, and fix typo
2017-05-24 16:39:36 -07:00
Matthew Hooker
ce40c3d708
update changelog
2017-05-24 11:10:47 -07:00
Matthew Hooker
21c4d66143
Merge pull request #4921 from takaishi/support-client-certificate
...
OpenStack: Support client certificate
2017-05-24 11:08:24 -07:00
Matthew Hooker
f6eb4e1b40
use cleanhttp to get a default transport.
2017-05-24 11:05:59 -07:00
Matthew Hooker
392309c69d
Merge pull request #4926 from hashicorp/megan_contributors_page
...
add Megan to contributors page
2017-05-24 10:48:47 -07:00
Megan Marsh
5687b1001d
add Megan to contributors page
2017-05-24 10:26:09 -07:00
r_takaishi
4fc0616bc9
fix go vet fail
2017-05-24 17:57:21 +09:00
r_takaishi
db58854b0b
make fmt
2017-05-24 16:28:13 +09:00
r_takaishi
37e6539bff
use DefaultTransport
2017-05-24 16:19:30 +09:00
r_takaishi
67ce2da59e
add cacert config to specify custom CA certificate file
2017-05-24 14:21:16 +09:00
r_takaishi
c909a27e7b
fix docs
2017-05-24 14:07:12 +09:00
r_takaishi
a36d9d6b44
add docs
2017-05-24 10:27:29 +09:00
r_takaishi
1de9eb2cfd
support client certificate file
...
When AUTH_URL and each endpoints need SSL client authentication, we
have to specify cert file and private key file.
So, add optional config, cert and key.
2017-05-24 10:23:12 +09:00
Matthew Hooker
4bdba88892
Merge pull request #4918 from hashicorp/vagrant-cloud-post-processor-updates
...
website: Vagrant Cloud post-processor updates
2017-05-23 11:27:39 -07:00
Justin Campbell
db91f94a08
website: Add Vagrant note to atlas post-processor
2017-05-23 11:21:34 -04:00