fix(reboot): surface windows99 collector blocker
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m6s
CD Pipeline / build-and-deploy (push) Successful in 4m39s
CD Pipeline / post-deploy-checks (push) Successful in 2m46s

This commit is contained in:
ogt
2026-07-10 03:02:47 +08:00
parent 0630e30ee2
commit e6cb38ccfe
3 changed files with 104 additions and 18 deletions

View File

@@ -312,7 +312,7 @@
"windows99_remote_execution_channel_ready": false,
"windows99_ssh_batch_status": "permission_denied",
"windows99_update_no_auto_reboot_ready": false,
"windows99_verify_collection_can_collect_no_secret": true,
"windows99_verify_collection_can_collect_no_secret": false,
"windows99_verify_collection_status": "blocked_windows99_verify_output_missing_host_reachable",
"windows99_vmware_verify_ready": false,
"workflow_trigger_authorized_by_this_scorecard": false,
@@ -322,7 +322,13 @@
"windows99_console_collection_channels": [
"rdp_console",
"hyperv_vmconnect"
]
],
"windows99_no_secret_collector_readback_present": true,
"windows99_no_secret_collector_status": "blocked_ssh_publickey_auth_missing",
"windows99_no_secret_collector_ssh_batchmode_auth_ready": false,
"windows99_no_secret_collector_port_22_open": true,
"windows99_no_secret_collector_remote_verify_attempted": false,
"windows99_no_secret_collector_safe_next_step": "select_existing_authorized_public_key_user_or_set_WINDOWS99_SSH_USERS_then_rerun_collector_no_password"
},
"reboot_event_detection": {
"all_required_hosts_in_reboot_window": false,
@@ -449,7 +455,13 @@
"windows99_console_collection_channels": [
"rdp_console",
"hyperv_vmconnect"
]
],
"windows99_no_secret_collector_readback_present": true,
"windows99_no_secret_collector_status": "blocked_ssh_publickey_auth_missing",
"windows99_no_secret_collector_ssh_batchmode_auth_ready": false,
"windows99_no_secret_collector_port_22_open": true,
"windows99_no_secret_collector_remote_verify_attempted": false,
"windows99_no_secret_collector_safe_next_step": "select_existing_authorized_public_key_user_or_set_WINDOWS99_SSH_USERS_then_rerun_collector_no_password"
},
"safe_next_step": "restore_windows99_no_secret_management_channel_or_collect_local_console_verify_readback_then_rerun_reboot_scorecard_no_reboot",
"schema_version": "awoooi_reboot_auto_recovery_slo_scorecard_v1",
@@ -644,7 +656,7 @@
"reboot_auto_recovery_stockplatform_freshness_status": "ok",
"reboot_auto_recovery_stockplatform_ingestion_status": "ok",
"reboot_auto_recovery_windows99_update_no_auto_reboot_ready": false,
"reboot_auto_recovery_windows99_verify_collection_can_collect_no_secret": true,
"reboot_auto_recovery_windows99_verify_collection_can_collect_no_secret": false,
"reboot_auto_recovery_windows99_verify_collection_status": "blocked_windows99_verify_output_missing_host_reachable",
"reboot_auto_recovery_windows99_vmware_verify_ready": false,
"reboot_auto_recovery_workplan_id": "P0-006",
@@ -655,7 +667,9 @@
"reboot_auto_recovery_windows99_console_collection_channels": [
"rdp_console",
"hyperv_vmconnect"
]
],
"reboot_auto_recovery_windows99_no_secret_collector_status": "blocked_ssh_publickey_auth_missing",
"reboot_auto_recovery_windows99_no_secret_collector_ssh_batchmode_auth_ready": false
},
"target_minutes": 10,
"target_seconds": 600,
@@ -798,5 +812,51 @@
"verify_ready": false,
"vmrun_present": false,
"windows_update_no_auto_reboot_ready": false
},
"windows99_vmware_verify_collector": {
"blockers": [
"windows99_ssh_publickey_auth_missing"
],
"dry_run": "true",
"forbidden_actions": [
"windows_password_or_secret_collection",
"host_reboot",
"vm_power_change",
"windows_update_policy_apply",
"manual_registry_edit",
"service_restart",
"github_api"
],
"host_reboot_performed": false,
"local_verify_script_present": true,
"password_prompt_allowed": false,
"port_22_open": true,
"port_3389_open": true,
"port_5985_open": false,
"port_5986_open": false,
"port_9182_open": false,
"readback_present": true,
"remote_verify_attempted": false,
"remote_verify_exit_status": "not_attempted",
"remote_write_performed": false,
"safe_next_step": "select_existing_authorized_public_key_user_or_set_WINDOWS99_SSH_USERS_then_rerun_collector_no_password",
"schema_version": "windows99_vmware_verify_collector_v1",
"secret_value_read": false,
"ssh_auth_probe_exit_status": "255",
"ssh_auth_probed_users": 5,
"ssh_authenticated_user": "",
"ssh_batchmode_auth_ready": false,
"ssh_candidate_users": [
"ogt",
"wooo",
"ooo",
"administrator",
"Administrator"
],
"status": "blocked_ssh_publickey_auth_missing",
"target_host": "192.168.0.99",
"target_host_alias": "99",
"vm_power_change_performed": false,
"windows_update_policy_apply_performed": false
}
}