fix(deploy): accept Manager v3 private egress
This commit is contained in:
@@ -23878,7 +23878,13 @@ def run_healthchecks(component, entries=None, services=None):
|
||||
)
|
||||
for check in component_healthchecks(component, entries, services):
|
||||
healthcheck_url(check)
|
||||
validate_device_manager_control_plane_runtime()
|
||||
if is_device_plane_manager_release_v3_slice(component, entries):
|
||||
validate_device_manager_control_plane_runtime(
|
||||
require_edge_channel=True,
|
||||
core_network_mode="private-egress",
|
||||
)
|
||||
else:
|
||||
validate_device_manager_control_plane_runtime()
|
||||
return
|
||||
if is_device_plane_edge_core_channel_bootstrap_slice(component, entries):
|
||||
if tuple(services or ()) != ("device-control-core",):
|
||||
|
||||
Reference in New Issue
Block a user