This page describes how to get the New-Delhi release version of A1-Policy functions up and running using Docker.
...
Info |
---|
title | Alternative: Bypass the A1-Controller - connect direct from A1-Policy Management Service |
---|
|
There is no functional gain in accessing the near-RT-RIC through an A1-Controller. To bypass theĀ A1-Controller (SDNC + A1 Adapter), where the A1-Policy Management Service connects directly to the A1 Interface: - In the configuration the "
controller " property is optional in the "ric " objects. Remove this entry to by-pass SDNC/A1-Adapter.
- If all configured
ric s bypass the A1-Controller (do not have "controller " values) then the "controller " object at the top of the configuration can be omitted. - If all configured
ric s bypass the A1-Controller there is no need to start an A1-Controller.
Code Block |
---|
language | js |
---|
title | Sample Application Configuration - bypassing the A1-Controller |
---|
linenumbers | true |
---|
collapse | true |
---|
| {
"description": "Application configuration",
"config": {
"ric": [
{
"name": "ric1",
"baseUrl": "http://ric1:8085/",
"managedElementIds": []
},
{
"name": "ric2",
"baseUrl": "http://ric2:8085/",
"managedElementIds": [
"kista_3",
"kista_4"
]
},
{
"name": "ric3",
"baseUrl": "http://ric3:8085/",
"managedElementIds": [
"kista_5",
"kista_6"
]
},
{
"name": "ric4",
"baseUrl": "http://ric4:8085/",
"managedElementIds": [
"kista_7",
"kista_8",
"kista_9",
"kista_10",
"kista_11"
]
}
]
}
} |
|
...
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.7.1 | nexus3.onap.org:10004/onap/ccsdk-oran-a1policymanagementservice:1.7.2-STAGING-latest | onap/ccsdk-oran-a1policymanagementservice:1.7.2-SNAPSHOT |
SDNC image | nexus3.onap.org:10002/onap/sdnc-image:2.6.1 | nexus3.onap.org:10004/onap/sdnc-image:2.8.0-STAGING-latest | onap/sdnc-image:2.8.0-SNAPSHOT |
...