Commit graph

141 commits

Author SHA1 Message Date
Chris Roberts
3750601cfb Final content adjustments 2023-10-02 14:44:00 -07:00
kaitlincart
fcdcc873c8
Update architecture.mdx
Default arch intro paragraph update
2023-09-29 16:24:18 -07:00
kaitlincart
7bded13949
Update architecture.mdx
Intro paragraph edit and headings updates.
2023-09-29 10:31:36 -07:00
Chris Roberts
fb5d004241 Fix link anchors 2023-09-28 17:29:06 -07:00
Chris Roberts
7d889756e6 Add note about architecture value within metadata 2023-09-28 17:24:24 -07:00
Chris Roberts
38f75784d1 Update supported arch values 386 -> i386 2023-09-28 17:24:07 -07:00
Chris Roberts
3d1fc711a3 Add architecture page to vagrant cloud docs 2023-09-28 17:23:56 -07:00
Chris Roberts
4faf740059 Update API paths in box create docs 2023-09-28 17:23:35 -07:00
Chris Roberts
f32055deed Add version to v1 API docs 2023-09-28 17:23:26 -07:00
Chris Roberts
8cd606e5ca Move API docs and add v2 docs 2023-09-28 17:23:09 -07:00
Chris Roberts
d5f12fd7ec
Merge pull request #13239 from chrisroberts/architecture-aware
Add architecture support
2023-09-27 13:24:55 -07:00
kaitlincart
254fe6a97d
Update ansible install link
The install link for ansible was broken.
2023-09-21 10:07:07 -07:00
Chris Roberts
66435a8a98 Add architecture to docs 2023-09-14 16:15:03 -07:00
Chris Roberts
513be177d3 Remove experimental checks
Removes experimental checks on existing experimental features.
2023-09-08 14:15:34 -07:00
Chris Roberts
827140cd90
Merge pull request #13219 from chrisroberts/ssh-keys
Add keypair support for ed25519
2023-06-27 10:33:11 -07:00
Chris Roberts
2e95d08309 Update box documentation about keys 2023-06-26 15:48:53 -07:00
Chris Roberts
f056c293b5
Merge pull request #13209 from nnlkcncff/patch-1
Update machine_settings.mdx
2023-06-21 14:39:48 -07:00
Chris Roberts
d83bfc0d40 Perform best effort ssl revocation check on Windows
When performing a request via curl on Windows using schannel, ssl
certificate revocation checks does not handle verification failures
gracefully when an error is encountered that is unrelated to the actual
revocation of a certificate.

A new option is available to perform best effort revocation checks on
curl, so this is enabled by default on the Windows platform. A new
config option (`box_download_disable_ssl_revoke_best_effort`) has also
been added which can be optionally enabled to restore previous behavior
which results in a hard error if any error is encountered.
2023-06-20 16:37:00 -07:00
nnlkcncff
f120129329
Update machine_settings.mdx
Correcting a double «the".
2023-06-17 16:30:15 +03:00
Chris Roberts
0a20379b1a Enable deprecated key type and host key algorithm
Recent versions of OpenSSH remove support of ssh-rsa key types and host
key algorithms from the default conection configuration. Set options to
enable them and provide a configuration option which can disable them if
required.
2023-05-22 17:09:47 -07:00
Bryce Kalow
3a745bd131
docs: change frontmatter key from script to description (#13096) 2023-02-24 15:49:20 -06:00
kaitlincart
1a76d40460
Merge branch 'main' into kc.descriptions-docs 2023-02-24 09:35:25 -08:00
kaitlincart
24361018fd
Update website/content/vagrant-cloud/users/authentication.mdx
Co-authored-by: Anthony <russo555@gmail.com>
2023-02-24 09:33:13 -08:00
kaitlincart
50d71eed3c
Update website/content/vagrant-cloud/support.mdx
Co-authored-by: Chris Marchesi <chrism@vancluevertech.com>
2023-02-24 09:33:04 -08:00
kaitlincart
4bcd6e0dbe
Apply suggestions from code review
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com>
2023-02-22 12:00:45 -08:00
kaitlincart
72b0e947ad
Update website/content/vagrant-cloud/boxes/using.mdx
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com>
2023-02-22 11:59:11 -08:00
kaitlincart
1074f19fa3 fixes links in headers 2023-02-22 10:46:59 -08:00
kaitlincart
9c64bd1033 adds description metadata, final batch 2023-02-22 10:16:05 -08:00
kaitlincart
7efb70214b adds descriptions, second batch 2023-02-17 14:30:28 -08:00
Sophia Castellarin
57562c2d75
Merge pull request #12660 from joel0/hyperv-mem
Explain how to disable Dynamic Memory in Hyper-V
2023-02-17 14:02:03 -08:00
Sophia Castellarin
8cc21d048d
Merge pull request #13085 from soapy1/misc-docs-updates
Misc docs updates
2023-02-16 15:19:56 -08:00
kaitlincart
26597c0d80 adds descriptions, first batch 2023-02-16 15:02:30 -08:00
sophia
d0ff2886da Add linux command for uuids
ref: https://github.com/hashicorp/vagrant/pull/12015
2023-02-15 16:07:06 -08:00
Mike Pennisi
1c72132914 Document Box requirement for "vagrant" group
By default, the `vagrant rsync` command assumes that the SSH user
belongs to a group of the same name [1]:

    # Folder options
    opts[:owner] ||= ssh_info[:username]
    opts[:group] ||= ssh_info[:username]

Although consumers can override this behavior, Vagrant Boxes which
follow this convention will provide a more seamless experience. Document
the convention in the instructions for Vagrant Box authors.

[1] 3d68e16f1b/plugins/synced_folders/rsync/helper.rb (L73-L75)
2023-02-15 13:48:14 -08:00
Sophia Castellarin
4414e9e97a
Merge pull request #13074 from Renlor/patch-1
Fix broken links in the puppet provisioning documentation
2023-02-15 13:47:22 -08:00
sophia
37540664c7 Add another example for finding ip 2023-02-15 10:09:49 -08:00
sophia
fbd90b1965 Clarify file provisioning docs 2023-02-14 16:17:42 -08:00
sophia
30fd6a32a2 Update curl download options docs 2023-02-14 16:05:00 -08:00
Sophia Castellarin
03fc876b25
Merge pull request #13053 from soapy1/vagrant-box-docs
Add information about Vagrant boxes
2023-02-07 09:11:25 -08:00
Justin
20432a72ae
Fix broken links to puppet documentation 2023-01-26 11:30:07 -07:00
kaitlincart
b217b01ddb remove ruby version so that the doc doesnt become outdated quickly 2023-01-25 12:21:14 -08:00
sophia
c0adae8202 Update links 2023-01-20 15:01:04 -08:00
sophia
cbe5ecde4a Add information about Vagrant boxes
Split box format information from box repository information to
avoid confusion between the metadata.json in the box and metadata
for the a box repository.
2023-01-20 14:59:15 -08:00
Ashlee Boyer
eb07f39174 Migrating 1 link's format 2023-01-20 17:46:23 -05:00
Ashlee Boyer
7acb94cac8 Merge branch 'main' into kc.docs-install-updates 2023-01-20 17:45:12 -05:00
Kendall Strautman
cb582eef13 Migrating links to new format 2023-01-19 16:27:47 -08:00
Ashlee Boyer
2a0c198d8d Manually updating vmware downloads links 2023-01-18 17:20:40 -05:00
Harsha
5036fa9d92
add VirtualBox version 7.0.x
Tested with Version 7.0.4 r154605 (Qt5.15.2) on Mac OS 13.0.1 (22A400) as 6.1.x was not working
2023-01-05 00:24:03 +00:00
Oliver Radwell
1b68be9d52
fix(docs): Fix broken links in ansible docs (#12674)
* fix(docs): Fix broken links in ansible docs

* Avoid redirection on tips and tricks URL

* Avoid redirection on playbook guide URL
2022-12-06 19:23:21 -05:00
Chris Marchesi
b728138537
Address edit request from @chrisroberts 2022-11-28 10:30:27 -08:00