Expand lab seed tiers, OpenAPI PARAMS, and console DATA/Params UX.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
encryptionsalt: v1:plwEBConp18=:v1:ZsvOhY9oF/fv3+9T:mfrqPTkwm7ehCrIB2RyY7nM1YyPelg==
|
||||
@@ -0,0 +1 @@
|
||||
encryptionsalt: v1:YdNhRHu/0Mg=:v1:3cfGg0xOH+zbxrg5:cMV7UqHRgphaG0bTa39P+MC2eZi+8w==
|
||||
@@ -0,0 +1 @@
|
||||
encryptionsalt: v1:xkpCARg0inY=:v1:+gu7XsBoXJf1x1R8:UewZrU1hON5hMYxbmVd24oXzxQDZXA==
|
||||
@@ -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