sophia
73f3d9e912
Update CHANGELOG
2020-09-15 09:56:22 -05:00
Sophia Castellarin
0ee630feb4
Merge pull request #11900 from soapy1/catch-guest-not-ready-sync-folder
...
Catch error for when guest is not available
2020-09-15 09:54:38 -05:00
sophia
7370f24318
Check for existence of network files before trying to update them
2020-09-14 11:10:52 -05:00
sophia
41fa71081f
Add check for /etc/fstab
2020-09-14 09:43:07 -05:00
Andrew Pennebaker
c20c67123d
update rake
2020-09-12 11:41:55 -05:00
sophia
f9b1d52ec6
Catch error for when guest is not available
2020-09-10 16:28:38 -05:00
Dan Čermák
ce8230ccfb
Switch from unmaintained gem erubis to erubi
...
Rails switched to erubi as well, as erubis has not seen any new releases since 2011.
2020-09-10 10:52:47 +02:00
sophia
1a72c9b631
Set "allow_fstab_modification" for command tests
...
This will avoid the step where a deafult synced folder implementation
is seached for.
ref:
https://github.com/hashicorp/vagrant/blob/master/plugins/kernel_v2/config/vm.rb#L728
2020-09-09 11:35:31 -05:00
Kevin Pruett
8c2cdc12f4
Merge pull request #11887 from hashicorp/pruett.update-search
...
Integrate @hashicorp/react-search/tools script
2020-09-08 18:35:51 -04:00
Kevin Pruett
575ef7db96
Integrate @hashicorp/react-search/tools script
2020-09-08 17:27:55 -04:00
sophia
638e3d35b9
Set hostname in /etc/hosts as first step to changing hostname
2020-09-08 11:03:02 -05:00
Kevin Pruett
ffa45c4e96
Merge pull request #11870 from hashicorp/pruett.integrate-search
...
Integrate @hashicorp/react-search into layout
2020-09-04 10:59:40 -04:00
Sophia Castellarin
1d0da02e9d
Merge pull request #11872 from soapy1/spec-test-download-deb
...
Run vagrant-spec tests
2020-09-04 09:44:29 -05:00
Sophia Castellarin
153b92324b
Merge pull request #11871 from soapy1/add-other-software-docs
...
Add 'Vagrant vs Other Software' section to docs navigation
2020-09-04 09:36:13 -05:00
Adam Nelson
45f041e33e
Update unit test to match changed mkdir command
2020-09-04 12:51:54 +02:00
Adam Nelson
a606822fff
Change mkdir command on Windows for rsync
...
This corrects the `mkdir` command used by rsync on Windows to make sure
the destination directory exists before starting to sync. The old form
was correct on Linux but not on Windows, and it was just a coincidence
that the `-p` argument appeared to be work.
2020-09-04 12:01:41 +02:00
sophia
cb635fce6d
Don't reload Vagrant to run tests
2020-09-03 17:00:36 -05:00
sophia
c4380943ac
Update common.sh
2020-09-03 16:01:04 -05:00
sophia
7850500438
Clean up
2020-09-03 15:58:18 -05:00
sophia
735e565668
Use curl to download artifacts
2020-09-03 12:54:56 -05:00
sophia
a7c6e4d0fc
Retarget tests to run on main branch
2020-09-03 10:48:31 -05:00
Kevin Pruett
daf2b9cfaf
Integrate @hashicorp/react-search into layout
2020-09-03 10:58:25 -04:00
sophia
a3b933836c
Ensure packet env variables are set
2020-09-02 17:02:21 -05:00
sophia
54d409d727
Retry provision
2020-09-02 17:02:21 -05:00
sophia
880ee30cbf
Download vagrant installer to pkg/dist
2020-09-02 17:02:21 -05:00
sophia
b6bdef28dd
Run vagrant up to provision
2020-09-02 17:02:21 -05:00
sophia
caf5ef7c00
Get installer per release tag
2020-09-02 17:02:21 -05:00
sophia
185953a214
Run workflow on demand or repository dispatch
2020-09-02 17:02:21 -05:00
sophia
8d6bc662fb
Use latest built assests to run test
2020-09-02 17:02:21 -05:00
Brian Cain
903bff4940
Force add package for testing
2020-09-02 17:02:19 -05:00
Brian Cain
e03637092a
Add namespaced project folder for vagrant-spec gem in S3
2020-09-02 17:02:17 -05:00
Brian Cain
8cf76ce01b
Wrap up s3 command to stop on missing gem
2020-09-02 17:02:17 -05:00
Brian Cain
9a9c9ec80c
Remove provider flag which is invalid for the provision command
2020-09-02 17:02:17 -05:00
Brian Cain
3c936b75ad
Load common prior to env to include job_id
2020-09-02 17:02:17 -05:00
Brian Cain
4a883d470a
Put remote dir env var in shared env script
2020-09-02 17:02:17 -05:00
Brian Cain
64c379c6c5
Add persist env var for packet
2020-09-02 17:02:17 -05:00
Brian Cain
6bf880e955
Remove wrap for now
2020-09-02 17:02:17 -05:00
Brian Cain
ea1349903e
Remove invalid hashicorptool option for prebuiltin tools
2020-09-02 17:02:17 -05:00
Brian Cain
f20bb88618
Wrap aws command with error if failure
2020-09-02 17:02:17 -05:00
Brian Cain
a1eee17e5c
Use aws cli for grabbing vagrant-spec gem
2020-09-02 17:02:17 -05:00
Brian Cain
9c1ba11c36
Checkout code to run CI scripts
2020-09-02 17:02:17 -05:00
Brian Cain
dbdaedcd47
Fix path for scripts in workflow config
2020-09-02 17:02:17 -05:00
sophia
30a27b6deb
Add 'Vagrant vs Other Software' section to docs navigation
2020-09-02 16:35:20 -05:00
Dan Duvall
1b0f5120c6
Avoid sorting of controllers with nil boot_priority
...
Some unsupported storage controllers (e.g. floppy) report a nil
boot_priority which results in a failed sort. Select only supported
storage controllers to avoid that case.
2020-09-01 09:57:55 -07:00
sophia
e619a6a930
Catch nil input for querying machine index
2020-08-28 16:13:43 -05:00
Brian Cain
9a2369df8b
Merge pull request #11859 from briancain/fixup/docs-remove-not-functional-from-warning
...
Remove not functional from disks warning
2020-08-27 13:34:17 -07:00
Brian Cain
2410b3e56c
Remove not functional from disks warning
...
This commit removes the text about the disk feature being not functional
from the experimental warning. Now that both VirtualBox and Hyper-V have
shipped under the experimental flag, these providers are now functional.
2020-08-27 12:48:08 -07:00
Chris Roberts
ce1fb54a04
Update the common lib
2020-08-24 15:43:47 -07:00
Chris Roberts
9b9ae96304
Update version and CHANGELOG for development
2020-08-24 15:43:27 -07:00
Chris Roberts
bb76a42318
Update website version v2.2.10
2020-08-24 15:42:54 -07:00