...
Details of the architecture can be found from the following link: Jakarta London Release
End to End call
From OSC NONRTRIC Control Panel to OSC Near-RT RIC simulator via ONAP A1 Policy Management Service & ONAP A1 Adapter
Preparation
See instructions on configuring & running the A1 Policy functions (Kohnlondon).
Perform Policy Operations via Dashboard
Open Dashboard UI at http://localhost:8080/ (or) http://<yourvmip>:8080/
Click on Policy Control and the screen below with STD_QOS2_0.1.0 policy type should open
...
An entry to the chosen Near-RT RIC simulator console/log should appear (see, for example, docker logs ric3 in case ric3 policy was created):
127.0.0.1 - - [23/
SepAug/
2021 2023 11:
5818:
5756] "PUT //A1-P/v2/policytypes/STD_QOS2_0.1.0/policies/c897eabc-82cb-4bac-baa6-a5dbaef71694 HTTP/1.0" 200 -
Other logs can also be checked, for example is A1-Adapter.log
that can be found inside sdnc-controller
container, path: /opt/opendaylight/data/logs
...
You may repeat the creation process a few times for different rics
ric
s - below we see several policy created to different ricsric
s.
Click the pen icon to modify any policy
...
Modifications are submitted in the same way as in creation, and the resulting simulator log should also be same as the one we saw in creation
127.0.0.1 - - [23/SepAug/2021 2023 13:2232:09] "PUT //A1-P/v2/policytypes/STD_QOS2_0.1.0/policies/c063a1e3-455a-41a5-b119-c25eadab7fd4 HTTP/1.0" 200 -
...
Confirm deletion and verify the log on simulator side:
127.0.0.1 - - [23/SepAug/2021 2023 13:2535:22] "DELETE //A1-P/v2/policytypes/STD_QOS2_0.1.0/policies/c063a1e3-455a-41a5-b119-c25eadab7fd4 HTTP/1.0" 204 -