This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 8c68c94d Remove use Vagrant suggestion
8c68c94d is described below
commit 8c68c94d3a5deb4dcbce029b18eadc27db38f1f3
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Jan 21 13:32:54 2025 +0000
Remove use Vagrant suggestion
It is quite long in the tooth.
---
guide/blueprints/blueprinting-tips.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/guide/blueprints/blueprinting-tips.md
b/guide/blueprints/blueprinting-tips.md
index a7131d78..abe5f35d 100644
--- a/guide/blueprints/blueprinting-tips.md
+++ b/guide/blueprints/blueprinting-tips.md
@@ -41,9 +41,6 @@ A [BYON location](/guide/locations/index.html#byon) can be
defined, which avoids
required to provision VMs. This is fast, but has the downside that artifacts
installed during a
previous run can interfere with subsequent runs.
-A variant of this is to [use Vagrant](/guide/start/running.md) (e.g. with
VirtualBox)
-to create VMs on your local machine, and to use these as the target for a BYON
location.
-
These VMs should mirror the target environment as much as possible.