Table of Contents |
---|
1. Architecture
- The data which needs to be displayed like service details, service type details are requested to GUI (Angular project) to the UUI server.
- UUI server is a dedicated server to UUI front end which has controllers/services to call other components. On receiving the request appropriate service is called from UUI server via MSB. MSB is where the other ONAP components like SO, AAI, etc. are registered with their API.
- The response received from MSB is sent back to the UUI and displayed accordingly to the User.
- The information which are created in UUI like Alarms, Service Instance details are stored in PostgreSQL DB which is specific to UUI server.
...