13051 Commits

Author SHA1 Message Date
sophia
98f0f942e8 Update CHANGELOG 2020-06-16 09:38:01 -05:00
Sophia Castellarin
71185e3756
Merge pull request #11679 from soapy1/invalid-mask
Validate netmask value from VirtualBox
2020-06-16 09:36:19 -05:00
sophia
e3e573c133 Rescue if an invalid netmask is provided 2020-06-15 17:06:07 -05:00
Sophia Castellarin
0a229e42f6
Merge pull request #11686 from soapy1/suse-nfs-sudoers
Update sudoers info for suse hosts
2020-06-15 16:49:53 -05:00
Chris Roberts
09850baac4 Update CHANGELOG 2020-06-15 14:17:13 -07:00
Chris Roberts
c9a65ac75b
Merge pull request #11688 from chrisroberts/f-trigger-all
Fix trigger matching on `:all` special value
2020-06-15 14:15:26 -07:00
sophia
964cafc606 Update CHANGELOG 2020-06-15 14:31:10 -05:00
Sophia Castellarin
d9bbdab428
Merge pull request #11567 from soapy1/suse-hosts-mod
Set hostname according to hostname flag and ip for suse
2020-06-15 14:29:43 -05:00
Chris Roberts
ac026e04ff
Merge pull request #11703 from chrisroberts/u-template
Update issue template
2020-06-15 11:24:36 -07:00
Chris Roberts
7dbc184b19
Change wording in template
Co-authored-by: Brian Cain <bcain@hashicorp.com>
2020-06-15 11:14:55 -07:00
Chris Roberts
2a4db4aa80 Update issue template 2020-06-15 08:58:43 -07:00
Chris Roberts
f26440ee38 Only allow the all special value to be matched when requested
This prevents the all special value from being matched on the
non-defined raw action names when the typed triggers support
is enabled.
2020-06-12 17:09:31 -07:00
sophia
fddb7397fa Update CHANGELOG 2020-06-12 16:52:56 -05:00
Sophia Castellarin
a2b70bc28a
Merge pull request #11566 from soapy1/network-hostname-flag
Add :hostname option to network config
2020-06-12 16:51:31 -05:00
sophia
617f9e6083 Update CHANGELOG 2020-06-12 16:32:16 -05:00
Sophia Castellarin
7dfb71c471
Merge pull request #11565 from soapy1/disable-host-modification
Add option to disable modification of /etc/hosts on guest
2020-06-12 16:30:49 -05:00
sophia
6d913bf48a Update CHANGELOG 2020-06-12 15:01:30 -05:00
Sophia Castellarin
111f58ef38
Merge pull request #11628 from soapy1/vagrant-destroy-power-off
Option to forcefully/gracefully destroy virtualbox vm
2020-06-12 15:00:01 -05:00
sophia
b02a78c661 Change config option to allow_hosts_modification 2020-06-12 14:50:07 -05:00
sophia
7265dd2a84 Add :hostname option to network config
* hostname is a boolean
* a network that sets hostname should have a static ip address
* only one network may set hostname

can be set at `config.vm.network :public_network, hostname: true, ip: "192.168.0.1"`
2020-06-12 14:44:35 -05:00
sophia
ff0aea4493 Add option to disable modification of /etc/hosts on guest 2020-06-12 14:25:19 -05:00
sophia
899035b614 Update CHANGELOG 2020-06-12 14:18:19 -05:00
Sophia Castellarin
13f50ca840
Merge pull request #11644 from soapy1/shell-provisioner-bat
Shell provisioner gets extension specified in path config if exists
2020-06-12 14:16:40 -05:00
sophia
4e1661677b Update CHANGELOG 2020-06-12 14:13:04 -05:00
Sophia Castellarin
4704606056
Merge pull request #11570 from soapy1/mount-shared-folders
Automatically mount virtual box shared folder when machine reboots
2020-06-12 14:11:21 -05:00
Brian Cain
5e00845381
Merge pull request #11676 from briancain/feature/cloud-init-config
Introduce cloud_init config for Vagrant
2020-06-11 16:58:14 -07:00
Jeff Escalante
45be90fec4
fix vmware downloads page (#11697) 2020-06-11 19:57:44 -04:00
Jeff Escalante
ba721197ab
🌷 Docs Website Maintenance (#11696)
* update dependencies, upgrade product downloader, use new docs component provider
* custom components readme docs, remove old distributed tabs component
2020-06-11 19:21:38 -04:00
Brian Cain
20ea869748
Remove extra spaces from cloud_init docs 2020-06-10 15:43:14 -07:00
Brian Cain
7b95826dd7
Add type as param for cloud_init config 2020-06-10 15:38:18 -07:00
Brian Cain
98efa215c9
Add more information for cloud-init options in docs 2020-06-10 14:06:41 -07:00
Brian Cain
44f1365b96
Add cloud-init user docs to usage and configuration pages 2020-06-10 11:19:44 -07:00
Chris Roberts
916655dbd3 Fix trigger matching on :all special value
Updates the type to do a proper comparison when checking for
the `:all` special value as well as applied ignores.

Fixes #11599
2020-06-09 16:12:48 -07:00
Brian Cain
8d77c5634c
Fixup content_type in examples 2020-06-09 08:15:40 -07:00
Brian Cain
c63757c47c
Remove trailing slash from experimental usage link 2020-06-08 15:24:30 -07:00
Brian Cain
120030ed26
Add hash example for defining cloud_init config on usage page 2020-06-08 15:23:03 -07:00
Brian Cain
492a532ef5
Remove freezing symbols in disk/trigger conig 2020-06-08 15:02:44 -07:00
sophia
36a086a4d1 Validate netmask value from VirtualBox 2020-06-08 12:21:29 -05:00
sophia
786e8cb1a1 Update sudoers info for suse hosts 2020-06-05 14:22:41 -05:00
Brian Cain
a855e76201
Fix casing for cloud_init folder 2020-06-05 11:11:52 -07:00
Brian Cain
d9dd956708
Lower case cloud-init docs folder 2020-06-05 11:07:40 -07:00
Brian Cain
2f2ae4e4b6
Delete extra space in error string 2020-06-05 10:55:45 -07:00
Brian Cain
aeeb5dfc6f
Introduce cloud_init config for Vagrant
This commit adds the basic config class for defining cloud_init for a
given guest
2020-06-05 10:38:24 -07:00
Jeff Bonhag
aef97fa061
Merge pull request #11670 from jbonhag/fixup/vagrant-vmware-install
Clean up installation instructions
2020-06-05 10:13:48 -04:00
Jeff Bonhag
4144eab0a6
Clean up installation instructions
Fix a couple of paths in the VMware Utility installation instructions.
It would be cool if we could hook into `VMWARE_UTILITY_VERSION` to
automatically keep the filename up to date, but this does not appear
possible with the default MDX code blocks.
2020-06-04 17:37:54 -04:00
Kevin Pruett
5ce0f57e91
Merge pull request #11669 from hashicorp/pruett.update-product-downloader
Update @hashicorp/react-product-downloader dependency
2020-06-04 17:29:52 -04:00
Kevin Pruett
fc0d00e9f1
Update dependency
- Exposes new branch logic affecting vmware product download link
2020-06-04 17:19:31 -04:00
Chris Roberts
2cdd0e97e4
Merge pull request #11668 from chrisroberts/e-api-checksum
Include checksum options in vagrantcloud API documentation
2020-06-04 08:31:35 -07:00
Chris Roberts
672c6ed0a0 Include checksum options in vagrantcloud API documentation 2020-06-04 08:24:44 -07:00
Jeff Bonhag
5e123e473f
Merge pull request #11665 from jbonhag/fixup/stub-not-in-installer
Default #in_installer? to false
2020-06-03 12:07:51 -04:00