Expand lab seed tiers, OpenAPI PARAMS, and console DATA/Params UX.

This commit is contained in:
2026-07-18 08:46:39 +03:00
parent f8d3cbdd59
commit 63cc409424
71 changed files with 38380 additions and 796 deletions
+3 -1
View File
@@ -56,8 +56,10 @@ host = vsphere.get_host_output(
opts=invoke_opts,
)
folder = vsphere.get_folder_output(path=folder_path, opts=invoke_opts)
# Prefer cluster-scoped path so a polluted lab with multiple "Resources" pools
# (e.g. leftover probe datacenters) still resolves uniquely.
pool = vsphere.get_resource_pool_output(
name=pool_name,
name=f"{cluster_name}/{pool_name}",
datacenter_id=dc.id,
opts=invoke_opts,
)