Rename: change Scanner to Analyzer in application titles and documentation

This commit is contained in:
2025-10-03 16:39:58 -03:00
parent efa487424d
commit 4d431959a2
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# ORU Scanner - OpenShift Resource Usage Scanner # ORU Analyzer - OpenShift Resource Usage Analyzer
A comprehensive tool for analyzing user workloads and resource usage in OpenShift clusters that goes beyond what Metrics Server and VPA offer, providing validations, reports and consolidated recommendations. A comprehensive tool for analyzing user workloads and resource usage in OpenShift clusters that goes beyond what Metrics Server and VPA offer, providing validations, reports and consolidated recommendations.
@@ -318,7 +318,7 @@ curl http://localhost:8080/health
-**PatternFly Design System**: Modern, enterprise-grade UI components -**PatternFly Design System**: Modern, enterprise-grade UI components
-**Smart Recommendations Gallery**: Individual workload cards with bulk selection -**Smart Recommendations Gallery**: Individual workload cards with bulk selection
-**VPA CRD Integration**: Real Kubernetes API for Vertical Pod Autoscaler management -**VPA CRD Integration**: Real Kubernetes API for Vertical Pod Autoscaler management
-**Application Branding**: "ORU Scanner" - OpenShift Resource Usage Scanner -**Application Branding**: "ORU Analyzer" - OpenShift Resource Usage Analyzer
-**Resource Utilization Formatting**: Human-readable percentages (1 decimal place) -**Resource Utilization Formatting**: Human-readable percentages (1 decimal place)
-**Quay.io Registry**: Migrated from Docker Hub to Quay.io for better reliability -**Quay.io Registry**: Migrated from Docker Hub to Quay.io for better reliability

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ORU Scanner - OpenShift Resource Usage Scanner</title> <title>ORU Analyzer - OpenShift Resource Usage Analyzer</title>
<!-- Red Hat Fonts --> <!-- Red Hat Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
@@ -1211,7 +1211,7 @@
<!-- OpenShift-like Header --> <!-- OpenShift-like Header -->
<header class="openshift-header"> <header class="openshift-header">
<div class="openshift-header-left"> <div class="openshift-header-left">
<a href="#" class="openshift-logo">ORU Scanner</a> <a href="#" class="openshift-logo">ORU Analyzer</a>
</div> </div>
<div class="openshift-header-right"> <div class="openshift-header-right">
<div class="header-icon"> <div class="header-icon">
@@ -1296,7 +1296,7 @@
<!-- Workload Scanner Section --> <!-- Workload Scanner Section -->
<section id="workload-scanner-section"> <section id="workload-scanner-section">
<div class="page-header"> <div class="page-header">
<h1 class="page-title">OpenShift Resource Usage Scanner - Dashboard</h1> <h1 class="page-title">OpenShift Resource Usage Analyzer - Dashboard</h1>
<p class="page-description">Identify and analyze workloads with resource configuration issues</p> <p class="page-description">Identify and analyze workloads with resource configuration issues</p>
</div> </div>