Commit graph

170 commits

Author SHA1 Message Date
Robert Main
0ee60dc9ad
Add deprecation notice to docs 2025-11-20 12:41:04 -05:00
Corey Hemminger
4978fab045
Add Vbox 7.2 support (#13709)
* Add Vbox 7.2 support

Signed-off-by: Corey Hemminger <hemminger@hotmail.com>

* update comment for 7.2

Signed-off-by: Corey Hemminger <hemminger@hotmail.com>

---------

Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
2025-08-19 13:54:24 +05:30
Animesh Murmu
d0e4a48180
Update old docs.vagrantup.com Reference (#13710) 2025-08-19 11:02:48 +05:30
Chris Roberts
e1d357a735
Documentation related updates
Remove the vagrant-go experimental documentation page. Add entry
for none communicator to the experimental flags list. Update the
cloud-init page to remove VirtualBox as only provider to support
cloud-init.
2025-05-21 10:11:29 -07:00
Chris Roberts
f4fc2c742a
Update cloud-init behavior and iso generation
This includes a couple modifications to the cloud-init behavior.
First, the cloud-init wait action will now write a sentinel file
after successfully waiting for cloud-init. This results in subsequent
boots of the machine to skip executing the cloud-init wait command
as cloud-init is only executed on the initial boot.

Second, the cloud-init setup action will check for the sentinel file
written by the cloud-init wait action, and if detected it will skip
the cloud-init setup. When creating the ISO for cloud-init, a second
sentinel file will be used to log the path of the generated ISO
file. If the file exists, the ISO generation process will be skipped.
2025-05-14 12:57:03 -07:00
Chris Roberts
12af53a6a3
Prefer pwsh executable over powershell excutable
Prefer to use the pwsh executable over the powershell executable
as the pwsh exectuable will be faster loading than the powershell
executable. If the pwsh executable is not found, the powershell
executable will be used instead. The preference can be overridden
using the VAGRANT_PREFERRED_POWERSHELL environment variable.
2025-04-15 14:15:56 -07:00
Chris Roberts
4f79fe59c6
Provide configurable retries for connect on SSH communicator
Adds two new options to the SSH connect configuration: `connect_retries`
and `connect_retry_delay`. Provides user configurable values used when
establishing the SSH connection. Previous behavior would retry generally
by the default value without a pause between attempts. Updated behavior
will retry the number of times set within the config (unless value is
provided directly to connect call) and each retry will pause based on
the delay value set in the config (unless value is provided directly
to the connect call).
2025-03-20 17:44:47 -07:00
Chris Roberts
03371fde34
Merge pull request #13604 from aminelch/amine.docs-update
Update documentation for the Vagrant validate command
2025-03-20 15:17:36 -07:00
Sooter Saalu
15ceb75e4e
update to macOS documentation (#13600)
* Update nfs.mdx

current vagrant (2.4.3) on macOS invokes nfs with at least two other arguments (status & update) rather than just restart

* Update osx

current vagrant (2.4.3) on macOS invokes nfs with at least two other arguments (status & update) rather than just restart
2025-03-14 16:50:54 -07:00
Amine LOUHICHI
fa0ca4b2c8
Update documentation for the Vagrant validate command 2025-03-09 01:06:28 +01:00
tehut
a1ceec1d40
Remove references to support email address (#13570)
* update support section and link to it instead of email address

* Feedback from Support:use the HCP Vagrant option instead of Other/NoContract

Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>

* Update website/content/intro/support.mdx

* Update website/content/vagrant-cloud/api/v2.mdx

* Update website/content/vagrant-cloud/api/v1.mdx
2025-01-16 11:24:57 -08:00
Chris Roberts
2d893b53e8
Update migration docs
Include information about HCP token generation. Remove the requirement
of a semi-colon in the token for identifying the secondary token.
2024-11-13 17:20:24 -08:00
Chris Roberts
85d97f5383
Add support for VirtualBox 7.1 2024-10-30 12:06:29 -07:00
Chris Roberts
67f950a35c
Merge pull request #13270 from Gauravpadam/Hyper-V-doc-fix
Fixed Documentation regarding Hyper-V
2024-07-10 09:07:09 -07:00
Chris Roberts
4c25db057b
Merge pull request #13389 from sajjadjafaribojd/patch-1
Change ansible playbooks best practices URL
2024-07-10 08:57:36 -07:00
Chris Roberts
432c861ae8
Update website/content/vagrant-cloud/hcp-vagrant/post-migration-guide.mdx
Co-authored-by: Allison Larson <allison.larson@hashicorp.com>
2024-06-24 10:15:47 -07:00
Chris Roberts
f562149e8b Add entry for vagrant-registry packer post-processor 2024-06-24 09:57:54 -07:00
kaitlincart
a28c46f059
Migration guide link typo
In the conclusion the link to the troubleshooting guide had a space in it. Hopefully that's the only issue.
2024-06-04 15:49:04 -07:00
JabJ
cfa42f9b72
Change ansible playbooks best practices URL
The before URL was 404.
2024-05-05 19:09:10 +03:30
Chris Roberts
eb078bd7ac Fixup copy and add link within nav 2024-05-03 15:06:43 -07:00
Chris Roberts
106b51b253 Add post migration information
Includes information related to post migration including Vagrant Cloud
behavior and API usage.
2024-05-03 14:32:25 -07:00
Tehut
488b532305 fix spacing on 1st paragraph & migration note 2024-05-02 16:59:56 -07:00
Tehut
2ed21ebeb0 review comments 2024-05-02 15:05:40 -07:00
Tehut
3fb76bf075 whitespace and other review changes 2024-05-01 14:00:23 -07:00
tehut
b692ba5334
Apply suggestions from Kait's review
Co-authored-by: kaitlincart <43049322+kaitlincart@users.noreply.github.com>
2024-05-01 13:24:47 -07:00
Tehut
5aad14813f content check fixes 2024-05-01 10:12:58 -07:00
Tehut
806885218c Add HCP-Vagrant docs section with Migration Guide & Troubleshooting pages 2024-04-30 19:53:21 -07:00
Chris Roberts
443ff01ab7 Add key_type configuration option for ssh
Adds a new `key_type` option to the Vagrantfile ssh configuration. It
defaults to :auto which allows auto detection of key type to use.
Otherwise it can be set to an explicit type supported by Vagrant.
2024-01-10 11:37:50 -08:00
Gauravpadam
35913655e0 Fixed Documentation regarding Hyper-V 2023-10-14 13:34:58 +05:30
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