diff --git a/website/content/docs/boxes/base.mdx b/website/content/docs/boxes/base.mdx index 95757d81583..797a3f7ed53 100644 --- a/website/content/docs/boxes/base.mdx +++ b/website/content/docs/boxes/base.mdx @@ -10,6 +10,8 @@ description: |- # Creating a Base Box +@include 'vagrant-cloud-deprecation.mdx' + There are a special category of boxes known as "base boxes." These boxes contain the bare minimum required for Vagrant to function, are generally not made by repackaging an existing Vagrant environment (hence the "base" diff --git a/website/content/docs/boxes/box_repository.mdx b/website/content/docs/boxes/box_repository.mdx index 3c3c2668216..457cb4bf07a 100644 --- a/website/content/docs/boxes/box_repository.mdx +++ b/website/content/docs/boxes/box_repository.mdx @@ -8,6 +8,8 @@ description: |- # Box Repository +@include 'vagrant-cloud-deprecation.mdx' + A Vagrant Box Repository provides Vagrant with some boxes and information on how to get the boxes. This can exist on a local filesystem or a service like Vagrantcloud. diff --git a/website/content/docs/cli/cloud.mdx b/website/content/docs/cli/cloud.mdx index a0d18f603ae..8fd351afba4 100644 --- a/website/content/docs/cli/cloud.mdx +++ b/website/content/docs/cli/cloud.mdx @@ -8,6 +8,8 @@ description: |- # Cloud +@include 'vagrant-cloud-deprecation.mdx' + **Command: `vagrant cloud`** This is the command used to manage anything related to [Vagrant Cloud](https://vagrantcloud.com). diff --git a/website/content/docs/cloud-init/configuration.mdx b/website/content/docs/cloud-init/configuration.mdx index b223180e8ba..3f3acb248d0 100644 --- a/website/content/docs/cloud-init/configuration.mdx +++ b/website/content/docs/cloud-init/configuration.mdx @@ -6,6 +6,8 @@ description: Documentation of various configuration options for Vagrant cloud-in # Configuration +@include 'vagrant-cloud-deprecation.mdx' + Vagrant cloud-init has several options that allow users to define a config to be used with cloud-init. diff --git a/website/content/docs/cloud-init/index.mdx b/website/content/docs/cloud-init/index.mdx index 9bc1f8cc01e..8cfc4cd6946 100644 --- a/website/content/docs/cloud-init/index.mdx +++ b/website/content/docs/cloud-init/index.mdx @@ -6,6 +6,8 @@ description: Introduction to using cloud-init with Vagrant # Vagrant cloud-init +@include 'vagrant-cloud-deprecation.mdx' + For examples on how to achieve this, among other use cases, please refer to the [usage](/vagrant/docs/cloud-init/usage) guide for more information! diff --git a/website/content/docs/cloud-init/usage.mdx b/website/content/docs/cloud-init/usage.mdx index 382a6487382..33f3974cb98 100644 --- a/website/content/docs/cloud-init/usage.mdx +++ b/website/content/docs/cloud-init/usage.mdx @@ -6,6 +6,8 @@ description: Various Vagrant Cloud-Init examples # Basic Usage +@include 'vagrant-cloud-deprecation.mdx' + Also note that the examples below use the VirtualBox provider, which is the current supported provider for this feature. diff --git a/website/content/partials/vagrant-cloud-deprecation.mdx b/website/content/partials/vagrant-cloud-deprecation.mdx new file mode 100644 index 00000000000..1844657ea57 --- /dev/null +++ b/website/content/partials/vagrant-cloud-deprecation.mdx @@ -0,0 +1,5 @@ + + +HashiCorp has moved Vagrant Cloud and migrated the boxes to HCP Vagrant Registry. Read the [documentation](https://developer.hashicorp.com/hcp/docs/vagrant) to learn more about HCP Vagrant Registry. + + \ No newline at end of file diff --git a/website/content/vagrant-cloud/api/v1.mdx b/website/content/vagrant-cloud/api/v1.mdx index d7d22018ea9..9afb1755c9c 100644 --- a/website/content/vagrant-cloud/api/v1.mdx +++ b/website/content/vagrant-cloud/api/v1.mdx @@ -6,6 +6,8 @@ description: "Vagrant Cloud provides an API for users to interact with Vagrant C # Vagrant Cloud API (Version 1) +@include 'vagrant-cloud-deprecation.mdx' + ## Using the API Vagrant Cloud provides an API for users to interact with Vagrant Cloud for experimentation, automation, or building new features and tools on top of our existing application. diff --git a/website/content/vagrant-cloud/api/v2.mdx b/website/content/vagrant-cloud/api/v2.mdx index b73b14d0603..594a4b14952 100644 --- a/website/content/vagrant-cloud/api/v2.mdx +++ b/website/content/vagrant-cloud/api/v2.mdx @@ -6,6 +6,8 @@ description: "Vagrant Cloud provides an API for users to interact with Vagrant C # Vagrant Cloud API (Version 2) +@include 'vagrant-cloud-deprecation.mdx' + ## Using the API Vagrant Cloud provides an API for users to interact with Vagrant Cloud for experimentation, automation, or building new features and tools on top of our existing application. diff --git a/website/content/vagrant-cloud/boxes/catalog.mdx b/website/content/vagrant-cloud/boxes/catalog.mdx index 8b2a15fd850..0c1e5ae6008 100644 --- a/website/content/vagrant-cloud/boxes/catalog.mdx +++ b/website/content/vagrant-cloud/boxes/catalog.mdx @@ -6,6 +6,8 @@ description: "Vagrant Cloud serves a public, searchable index of Vagrant boxes." # Discovering Vagrant Boxes +@include 'vagrant-cloud-deprecation.mdx' + Vagrant Cloud serves a public, searchable index of Vagrant boxes. It's easy to find boxes you can use with Vagrant that contain the technologies you need for a Vagrant environment. diff --git a/website/content/vagrant-cloud/boxes/create.mdx b/website/content/vagrant-cloud/boxes/create.mdx index 05e67bab256..b441fc355de 100644 --- a/website/content/vagrant-cloud/boxes/create.mdx +++ b/website/content/vagrant-cloud/boxes/create.mdx @@ -6,6 +6,8 @@ description: "Create and distribute new boxes to users." # Creating a New Vagrant Box +@include 'vagrant-cloud-deprecation.mdx' + This page will cover creating a new box in Vagrant Cloud and how to distribute it to users. Boxes can be distributed without Vagrant Cloud, but miss out on several [important features](/vagrant/vagrant-cloud/boxes). diff --git a/website/content/vagrant-cloud/boxes/lifecycle.mdx b/website/content/vagrant-cloud/boxes/lifecycle.mdx index b69d246abbb..bae9d19d26f 100644 --- a/website/content/vagrant-cloud/boxes/lifecycle.mdx +++ b/website/content/vagrant-cloud/boxes/lifecycle.mdx @@ -6,6 +6,8 @@ description: "Boxes support versioning so that members of your team can update t # Box Versioning and Lifecycle +@include 'vagrant-cloud-deprecation.mdx' + Boxes support versioning so that members of your team using Vagrant can update the underlying box easily, and the people who create boxes can push fixes and communicate these fixes efficiently. diff --git a/website/content/vagrant-cloud/index.mdx b/website/content/vagrant-cloud/index.mdx index 0eef7d0d233..e5006210fe3 100644 --- a/website/content/vagrant-cloud/index.mdx +++ b/website/content/vagrant-cloud/index.mdx @@ -6,6 +6,8 @@ description: "Vagrant Cloud serves a public, searchable index of Vagrant boxes" # Vagrant Cloud +@include 'vagrant-cloud-deprecation.mdx' + ## Support For Vagrant Cloud questions, feedback, or feature requests, please email