Removal of a committer
[ric-plt/ricdms.git] / config / config.yaml
1 #   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 #
15 log-level: debug
16 onborder-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8888/api/v1/onboard"
17 getCharts-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/api/charts"
18 download-charts-url-format: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/charts/%s-%s.tgz"
19 getCharts-by-name-url: "http://service-ricplt-xapp-onboarder-http:8080/api/charts/%s"
20 getCharts-by-name-and-version-url: "http://service-ricplt-xapp-onboarder-http:8080/api/charts/%s/%s"
21 getXappHealth-url: "http://service-ricxapp-%s-http.%s:8080/ric/v1/health/alive"
22 customOnboard-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/api/charts"