-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Summary
Two related gaps on the Tenant Recipes page that need to be corrected for v26+.
Type
How-to Guide + Reference
Issue 1: Remove the stale POC recipe reference
The current docs at https://docs.verge.io/product-guide/automation/tenant-recipes/ contain this tip:
"The 30-Day Trial (POC), shared to your tenant recipes by default, provides an example of some of the things that can be done with a tenant recipe. Although it cannot be directly edited, you can clone this recipe to view the question configuration as a reference."
This recipe no longer exists in v26+. The tip should be removed. Confirmed not present in 26.0.2.2 or 26.1.2.
Issue 2: Document available system questions and post-wizard customization
Tenant creation now uses a wizard that covers the basics (name, password, resources, storage, external IP). However, tenant recipes include additional system questions that are disabled by default and not discoverable without knowing to look for them.
The docs should include:
- Audience: Service providers and admins automating tenant provisioning
- Where to find system questions: After creating a recipe, navigate to the recipe dashboard > Questions (left menu) — some are disabled by default and must be enabled
- What system questions exist: A reference table or list of built-in system questions, their names, what they do, and their default enabled/disabled state
- Key examples to highlight: Expiration date (high value for service providers offering trial/POC tenants), tenant name, admin password, resource allocation fields
- How to enable a disabled question: Select the question > Enable from the left menu
- Note: System questions can be disabled but not deleted
Context
Raised via support interaction (customer confirmed not seeing recipe in 26.0.2.2 and 26.1.2). Service provider customers specifically want expiration date and other lifecycle questions for automated POC/trial tenant workflows.