Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vagrant cloud notice to hcp vagrant #13542

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/content/docs/boxes/base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions website/content/docs/boxes/box_repository.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions website/content/docs/cli/cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 2 additions & 0 deletions website/content/docs/cloud-init/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 2 additions & 0 deletions website/content/docs/cloud-init/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
2 changes: 2 additions & 0 deletions website/content/docs/cloud-init/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions website/content/partials/vagrant-cloud-deprecation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Note>

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just an easy-add suggestion based on the content linter message

Suggested change
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.
HashiCorp has moved Vagrant Cloud and migrated the boxes to HCP Vagrant Registry. Read the [documentation](/hcp/docs/vagrant) to learn more about HCP Vagrant Registry.


</Note>
2 changes: 2 additions & 0 deletions website/content/vagrant-cloud/api/v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions website/content/vagrant-cloud/api/v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions website/content/vagrant-cloud/boxes/catalog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Vagrant Cloud serves a public, searchable index of Vagrant boxes. It's easy to find
HCP Vagrant Registry serves a public, searchable index of Vagrant boxes. It's easy to find

All of this content should still apply to the new service.

boxes you can use with Vagrant that contain the technologies you need
for a Vagrant environment.
Expand Down
2 changes: 2 additions & 0 deletions website/content/vagrant-cloud/boxes/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This page will cover creating a new box in Vagrant Cloud and how to distribute
This page will cover creating a new box in HCP Vagrant Registry and how to distribute

it to users. Boxes can be distributed without Vagrant Cloud, but
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
it to users. Boxes can be distributed without Vagrant Cloud, but
it to users. Boxes can be distributed without HCP Vagrant Registry, but

miss out on several [important features](/vagrant/vagrant-cloud/boxes).
Expand Down
2 changes: 2 additions & 0 deletions website/content/vagrant-cloud/boxes/lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions website/content/vagrant-cloud/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down