From: Tommy Carpenter Date: Fri, 9 Aug 2019 18:44:28 +0000 (-0400) Subject: Update a1 container. X-Git-Tag: 0.0.2~36^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=224e62fbef06e873de5b62dc11065f1c74ba9614;p=it%2Fdep.git Update a1 container. Change-Id: I077166280661a7c2e4f16dd675b356ed6fe4aacb Signed-off-by: Tommy Carpenter --- diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/resources/ricmanifest.json b/ric-platform/50-RIC-Platform/helm/a1mediator/resources/ricmanifest.json index 0fb5f09b..98706fe8 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/resources/ricmanifest.json +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/resources/ricmanifest.json @@ -3,7 +3,9 @@ { "name":"admission_control_policy", "description":"various parameters to control admission of dual connection", - "message_receives_rmr_type":"DC_ADMISSION_INTERVAL_CONTROL", + "control_state_request_rmr_type":"DC_ADM_GET_POLICY", + "control_state_request_reply_rmr_type":"DC_ADM_GET_POLICY_ACK", + "message_receives_rmr_type":"DC_ADM_INT_CONTROL", "message_receives_payload_schema":{ "$schema":"http://json-schema.org/draft-07/schema#", "type":"object", @@ -41,7 +43,7 @@ ], "additionalProperties":false }, - "message_sends_rmr_type":"DC_ADMISSION_INTERVAL_CONTROL_ACK", + "message_sends_rmr_type":"DC_ADM_INT_CONTROL_ACK", "message_sends_payload_schema":{ "$schema":"http://json-schema.org/draft-07/schema#", "type":"object", diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/resources/rmr_string_int_mapping.txt b/ric-platform/50-RIC-Platform/helm/a1mediator/resources/rmr_string_int_mapping.txt index f2804adb..7d4839d8 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/resources/rmr_string_int_mapping.txt +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/resources/rmr_string_int_mapping.txt @@ -1,2 +1,5 @@ -DC_ADMISSION_INTERVAL_CONTROL:20000 -DC_ADMISSION_INTERVAL_CONTROL_ACK:20001 +DC_ADM_INT_CONTROL:20000 +DC_ADM_INT_CONTROL_ACK:20001 +DC_ADM_GET_POLICY: 20002 +DC_ADM_GET_POLICY_ACK: 20003 + diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/config.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/config.yaml index 8f660053..8830427f 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/config.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/config.yaml @@ -31,13 +31,15 @@ data: rte|10361|{{ include "common.servicename.e2mgr.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2mgr.rmr.data" . }} rte|10362|{{ include "common.servicename.e2mgr.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2mgr.rmr.data" . }} rte|12010|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} - rte|20001|{{ include "common.servicename.a1mediator.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.a1mediator.rmr.data" . }} rte|12011|service-ricxapp-admctrl-rmr.{{ include "common.namespace.xapp" . }}:4563 rte|12012|service-ricxapp-admctrl-rmr.{{ include "common.namespace.xapp" . }}:4563 rte|12021|service-ricxapp-admctrl-rmr.{{ include "common.namespace.xapp" . }}:4563;service-ricxapp-ueec-rmr.{{ include "common.namespace.xapp" . }}:4560 rte|12022|service-ricxapp-admctrl-rmr.{{ include "common.namespace.xapp" . }}:4563;service-ricxapp-ueec-rmr.{{ include "common.namespace.xapp" . }}:4560 rte|12050|service-ricxapp-admctrl-rmr.{{ include "common.namespace.xapp" . }}:4563;service-ricxapp-ueec-rmr.{{ include "common.namespace.xapp" . }}:4560 rte|20000|service-ricxapp-admctrl-rmr.{{ include "common.namespace.xapp" . }}:4563 + rte|20002|service-ricxapp-admctrl-rmr.{{ include "common.namespace.xapp" . }}:4563 + rte|20001|{{ include "common.servicename.a1mediator.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.a1mediator.rmr.data" . }} + rte|20003|{{ include "common.servicename.a1mediator.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.a1mediator.rmr.data" . }} newrt|end rmr_string_int_mapping.txt: {{ tpl (.Files.Get "resources/rmr_string_int_mapping.txt") . | quote }} ricmanifest.json: {{ tpl (.Files.Get "resources/ricmanifest.json") . | quote }} diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml index d6acd6e0..f14d4e21 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml @@ -74,11 +74,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /ui + path: /healthcheck port: http readinessProbe: httpGet: - path: /ui + path: /healthcheck port: http volumes: - name: "a1conf" diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml index e92e4ed5..9bebd456 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml @@ -29,9 +29,9 @@ a1mediator: image: name: ric-plt-a1 - tag: 0.8.3 + tag: 0.10.2 - # Service ports are now defined in + # Service ports are now defined in # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. # If need to change a service port, make the code change necessary, then # update the _ports.tpl file with the new port number.