Changes between Version 35 and Version 36 of Other/Summer/2025/Cloud-Native-O-RAN


Ignore:
Timestamp:
Jul 23, 2025, 3:47:27 PM (2 days ago)
Author:
jsharshitha
Comment:

Legend:

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

    v35 v36  
    100100'''ODLUX GUI Activation and Login Fixes:'''
    101101- Fixed minor issues in the docker-compose.yaml and ODLUX configuration files.
    102 - Ensured that the controller container (typically OpenDaylight-based SDN-R) starts correctly and is healthy, allowing ODLUX to connect via the northbound RESTCONF interface.
     102- Ensured that the controller container (typically Opendaylight-based SDN-R) starts correctly and is healthy, allowing ODLUX to connect via the northbound RESTCONF interface.
    103103- Verified proper controller endpoint mappings in the SMO solution (inside smo/oam/docker-compose.yaml) to expose port 8181 required by ODLUX.
    104104- Checked health checks and logs to resolve service failures (e.g., replacing broken containers, restarting Docker services).
    105105- Set up network services (like ves-collector) to support back-end event monitoring used in the ODLUX dashboard.
    106106- After resolving the above issues, we were successfully able to access the ODLUX landing page.
     107- '''Landing page of ODLUX GUI:'''
    107108        [[Image(https://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2025/Cloud-Native-O-RAN/ODLUX_Website_Landing_Page.png, 70%)]]
     109- '''ODLUX Interface Showing Connected Network Nodes in SMO Framework'''
     110        [[Image()]]
     111   - This image displays the ODLUX (Opendaylight User Experience) web GUI from the SMO (Service Management and Orchestration) framework, accessed via the ONAP-integrated dashboard.
     112   - It shows the current connection status of two network nodes—pynts-o-du-o1 and pynts-o-ru-hybrid—which represent simulated or virtualized components of the O-RAN Distributed Unit (O-DU) and Radio Unit (O-RU), respectively.
    108113
    109114=== Week 7