blob: e8f7bbf61f10b2084a016c4612ab2bbf6aa6c786 [file] [log] [blame]
subhash kumar singh0158faf2022-08-18 10:07:30 +00001# Copyright (c) 2022 Samsung
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
subhash kumar singhd349bbc2022-09-28 10:08:33 +000015log-level: debug
subhash kumar singh6e8d9702022-10-06 13:08:26 +000016onborder-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8888/api/v1/onboard"
subhash kumar singhf8dc81b2022-10-10 18:21:51 +000017getCharts-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/api/charts"
subhash kumar singhe3ac46a2022-10-12 11:58:52 +000018download-charts-url-format: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/charts/%s-%s.tgz"
subhash kumar singh7193da12022-11-30 19:10:20 +000019getCharts-by-name-url: "http://service-ricplt-xapp-onboarder-http:8080/api/charts/%s"
20getCharts-by-name-and-version-url: "http://service-ricplt-xapp-onboarder-http:8080/api/charts/%s/%s"
21getXappHealth-url: "http://service-ricxapp-%s-http.%s:8080/ric/v1/health/alive"