X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fdmaapmed%2Fapp.yaml;h=1e1df8065585ecf1a19f49054564044ed7fc2d2b;hb=1c7c5fc52d531205e3bd639fc4f2189c49f296cc;hp=e0296fa9ae244b64f76057ef336570d20007ab21;hpb=6f48adb69090799c74c29204dd2cd1737cc9d6ac;p=nonrtric.git diff --git a/test/simulator-group/dmaapmed/app.yaml b/test/simulator-group/dmaapmed/app.yaml index e0296fa9..1e1df806 100644 --- a/test/simulator-group/dmaapmed/app.yaml +++ b/test/simulator-group/dmaapmed/app.yaml @@ -1,3 +1,20 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2020-2022 Nordix Foundation +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= apiVersion: apps/v1 kind: Deployment metadata: @@ -27,8 +44,8 @@ spec: - name: https containerPort: $DMAAP_MED_INTERNAL_SECURE_PORT volumeMounts: - - mountPath: $DMAAP_MED_DATA_MOUNT_PATH/$DMAAP_MED_DATA_FILE - subPath: $DMAAP_MED_DATA_FILE + - mountPath: $DMAAP_MED_DATA_MOUNT_PATH/$DMAAP_MED_CONTR_DATA_FILE + subPath: $DMAAP_MED_CONTR_DATA_FILE name: dmaapadp-data-name env: - name: INFO_PRODUCER_HOST @@ -36,11 +53,13 @@ spec: - name: INFO_PRODUCER_PORT value: "$DMAAP_MED_CONF_SELF_PORT" - name: INFO_COORD_ADDR - value: "$ECS_SERVICE_PATH" + value: "$ICS_SERVICE_PATH" - name: DMAAP_MR_ADDR value: "$MR_SERVICE_PATH" - name: LOG_LEVEL - value: "Debug" + value: Debug + - name: KAFKA_BOOTSTRAP_SERVERS + value: "$MR_KAFKA_SERVICE_PATH" volumes: - configMap: defaultMode: 420