This page describes how to get the Istanbul release version of A1-Policy functions up and running using Docker.
...
Component | Release image and version tag | Staging images and version tag | Manual snapshot (only available if manually built) and version tag |
---|---|---|---|
A1 Policy Management Service | nexus3.onap.org:10002/onap/ccsdk-oran-a1policymanagementservice:1.3.1 | nexus3.onap.org:10004/onap/ccsdk-oran-a1policymanagementservice:1.3.1-STAGING-latest | onap/ccsdk-oran-a1policymanagementservice:1.3.2-SNAPSHOT |
SDNC image | nexus3.onap.org:10002/onap/sdnc-image:2.3.1 | nexus3.onap.org:10004/onap/sdnc-image:2.3.1-STAGING-latest | onap/sdnc-image:2.3.2-SNAPSHOT |
...
Code Block | ||
---|---|---|
| ||
docker logs a1policymanagmentservice | grep "checked" 2022-03-16 14:15:03.805 DEBUG 1 --- [or-http-epoll-5] o.o.c.o.a.tasks.RicSupervision : Ric: ric1 checked OK 2022-03-16 14:15:03.816 DEBUG 1 --- [or-http-epoll-6] o.o.c.o.a.tasks.RicSupervision : Ric: ric3 checked OK 2022-03-16 14:15:03.835 DEBUG 1 --- [or-http-epoll-1] o.o.c.o.a.tasks.RicSupervision : Ric: ric2 checked OK 2022-03-16 14:15:03.851 DEBUG 1 --- [or-http-epoll-2] o.o.c.o.a.tasks.RicSupervision : Ric: ric4 checked OK |
A1 Policy Management Service Swagger API
For troubleshooting/verification purposes you can view/access the A1 Policy Management Service swagger API from url: http://localhost:8081/swagger-ui.html (Note: the hostname may be different depending on your environment, port 8081
is configured in the docker command above)
...