From: Sylvain Desbureaux Date: Thu, 1 Apr 2021 06:43:14 +0000 (+0000) Subject: Merge "[CCSDK] Fix error logs due to empty URL" X-Git-Tag: 8.0.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=810890cce295aa33c1b8e2e79b2977b58837ef80;hp=-c;p=oom.git Merge "[CCSDK] Fix error logs due to empty URL" --- 810890cce295aa33c1b8e2e79b2977b58837ef80 diff --combined kubernetes/a1policymanagement/values.yaml index 022ef5733c,8de7948680..7892142de3 --- a/kubernetes/a1policymanagement/values.yaml +++ b/kubernetes/a1policymanagement/values.yaml @@@ -67,7 -67,7 +67,7 @@@ certInitializer echo "*** change ownership of certificates to targeted user" chown -R 1000 . -image: onap/ccsdk-oran-a1policymanagementservice:1.0.1 +image: onap/ccsdk-oran-a1policymanagementservice:1.1.1 userID: 1000 #Should match with image-defined user ID groupID: 999 #Should match with image-defined group ID pullPolicy: IfNotPresent @@@ -90,11 -90,24 +90,24 @@@ a1controller password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U sdncLink: https://sdnc.onap:8443 - # Add your own A1 Mediator link. Supports both STD & OSC Version. ex. http://: - # Alternatively you can also use the A1 simulator available in ORAN. It provides STD & OSC Version for A1 termination. + # The information about A1-Mediator/RICs can be added here. + # The A1 policy management service supports both STD & OSC versions. + # Alternatively, the A1 simulator from ORAN-SC can also be used. It provides STD & OSC versions for A1 termination. # Refer source code & run in docker container : https://gerrit.o-ran-sc.org/r/admin/repos/sim/a1-interface - # Refer it/dep repo for k8's deployment: https://gerrit.o-ran-sc.org/r/admin/repos/it/dep - ricLink: + # Refer it/dep repo for k8s deployment: https://gerrit.o-ran-sc.org/r/admin/repos/it/dep + # Example configuration: + #rics: + # - name: ric1 + # link: http://ric1url.url.com:1111/ + # managedElementIds: + # - kista1 + # - kista2 + # - name: ric2 + # link: http://ric2url.url.com:2222/ + # managedElementIds: + # - kista3 + # - kista4 + rics: streamPublish: http://message-router:3904/events/A1-POLICY-AGENT-WRITE streamSubscribe: http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100