Changes between Version 39 and Version 40 of Other/Summer/2025/Cloud-Native-O-RAN


Ignore:
Timestamp:
Jul 24, 2025, 7:39:58 PM (30 hours ago)
Author:
jsharshitha
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/Cloud-Native-O-RAN

    v39 v40  
    139139- We actually implemented the "make run" only for Test case-002 and Test case-003, as the Test case-001 is completely real-time based application. We got result as "PASS" for Test cases-002,003.
    140140- In the O-RU framework, there is Grafana (for visualizing, analyzing, and interpreting test results and system metrics) and MinIO console (which is relevant to S3 in AWS).
    141 
     141 
     142'''Grafana Dashboards'''
    142143  [[Image(https://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2025/Cloud-Native-O-RAN/Grafana.png, 70%)]]
    143     '''Grafana Dashboards'''
    144144       - Grafana is integrated into the testing framework to provide real-time observability into the performance and results of O-RU and SMO interactions, specifically during the execution of Hybrid M-Plane test cases.
    145145       - The key functions of Grafana in this project are:
     
    164164   - Test results and metrics are stored in TimescaleDB by the test framework during execution, and Grafana connects to it as its primary data source.
    165165
    166      '''MinIO Console'''
     166'''MinIO Console'''
    167167  [[Image(https://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2025/Cloud-Native-O-RAN/MINIO_Console.png, 70%)]]
     168    - MinIO is a high-performance, S3-compatible object storage system designed for unstructured data such as logs, artifacts, backups, test outputs, and media files.
     169    - The role of MinIO in the O-RAN Hybrid M-Plane Testing project is:
     170        - Storing test artifacts such as result logs, zipped outputs, JSON/YAML config snapshots, and diagnostic files.
     171        - Archiving test execution results for long-term traceability.
     172        - Facilitating visualization by linking with TimescaleDB/Grafana to provide dashboards with underlying artifact data.
    168173     
    169174=== Week 8