From 43852c9a859e31c54009fe273817b9acb826ae44 Mon Sep 17 00:00:00 2001
From: James Arcus <jimbo@ucc.asn.au>
Date: Tue, 17 Dec 2024 01:16:26 +0800
Subject: [PATCH] Give better description to test VM

---
 membervm_nogui.yaml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/membervm_nogui.yaml b/membervm_nogui.yaml
index 09cb144..d9625fe 100644
--- a/membervm_nogui.yaml
+++ b/membervm_nogui.yaml
@@ -1,6 +1,15 @@
 # Copy this block and alter as needed, ensuring the top-level key is not indented.
 "test-otf":
-  desc: "Test VM"
+  desc: |
+    This is a test VM, created via member-vm-automation, serving as an example of what is possible.
+
+     * Do not start this VM as it will undoubtedly be very out of date.
+     * Do not delete manually as it will be re-created on the next TF run.
+
+    This VM can be removed from the YAML file once sufficient real examples exist to illustrate.
+
+    For more information see https://gitlab.ucc.asn.au/ucc-configuration/member-vm-automation
+    or contact [MPT] via Discord or <jimbo@ucc.asn.au>.
   node: medico
   sockets: 1
   cores: 2
-- 
GitLab