X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fmrstub%2Fapp.yaml;h=ac4d59cc9bffca42d191669c937a0ffdd79aa24c;hb=1c7c5fc52d531205e3bd639fc4f2189c49f296cc;hp=0cf0f5123428dedd81764dea9d740c591fd673ae;hpb=483ee33ac3de88385c0eeb3f1ecf3a1bb760db54;p=nonrtric.git diff --git a/test/simulator-group/mrstub/app.yaml b/test/simulator-group/mrstub/app.yaml index 0cf0f512..ac4d59cc 100644 --- a/test/simulator-group/mrstub/app.yaml +++ b/test/simulator-group/mrstub/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: @@ -30,4 +47,6 @@ spec: - name: TOPIC_READ value: $TOPIC_READ - name: TOPIC_WRITE - value: $TOPIC_WRITE \ No newline at end of file + value: $TOPIC_WRITE + - name: GENERIC_TOPICS_UPLOAD_BASEURL + value: $GENERIC_TOPICS_UPLOAD_BASEURL