X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fnon-rt-ric%2Fconfig%2Fnonrtric-gateway%2Fapplication-nonrtricgateway.yaml;fp=solution%2Fintegration%2Fsmo%2Fnon-rt-ric%2Fconfig%2Fnonrtric-gateway%2Fapplication-nonrtricgateway.yaml;h=0000000000000000000000000000000000000000;hb=a3be9ade3bec5ca8cd5b41032704872f87d8c065;hp=d4d93be98cd40db8156928068ef0c9a48eb19982;hpb=edb545c89d2f8e8785b4fd4a8d5b0bbe28aca400;p=oam.git diff --git a/solution/integration/smo/non-rt-ric/config/nonrtric-gateway/application-nonrtricgateway.yaml b/solution/integration/smo/non-rt-ric/config/nonrtric-gateway/application-nonrtricgateway.yaml deleted file mode 100644 index d4d93be..0000000 --- a/solution/integration/smo/non-rt-ric/config/nonrtric-gateway/application-nonrtricgateway.yaml +++ /dev/null @@ -1,56 +0,0 @@ -################################################################################ -# Copyright (c) 2021 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. # -################################################################################ - -server: - port: 9090 -spring: - cloud: - gateway: - httpclient: - ssl: - useInsecureTrustManager: true - wiretap: true - httpserver: - wiretap: true - routes: - - id: A1-Policy - uri: http://policy-agent:8081 - predicates: - - Path=/a1-policy/** - - id: A1-EI - uri: http://ics:8083 - predicates: - - Path=/ei-producer/** - - id: A1-EI2 - uri: http://ics:8083 - predicates: - - Path=/data-producer/**,/data-consumer/** -management: - endpoint: - gateway: - enabled: true - endpoints: - web: - exposure: - include: "gateway,loggers,logfile,health,info,metrics,threaddump,heapdump" -logging: - level: - ROOT: ERROR - org.springframework: ERROR - org.springframework.cloud.gateway: INFO - reactor.netty: INFO - file: - name: /var/log/nonrtric-gateway/application.log