Expand lab seed tiers, OpenAPI PARAMS, and console DATA/Params UX.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user