subhash kumar singh | 0158faf | 2022-08-18 10:07:30 +0000 | [diff] [blame] | 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 | # |
subhash kumar singh | d349bbc | 2022-09-28 10:08:33 +0000 | [diff] [blame] | 15 | log-level: debug |
subhash kumar singh | 6e8d970 | 2022-10-06 13:08:26 +0000 | [diff] [blame] | 16 | onborder-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8888/api/v1/onboard" |
subhash kumar singh | f8dc81b | 2022-10-10 18:21:51 +0000 | [diff] [blame] | 17 | getCharts-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/api/charts" |
subhash kumar singh | e3ac46a | 2022-10-12 11:58:52 +0000 | [diff] [blame] | 18 | download-charts-url-format: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/charts/%s-%s.tgz" |
subhash kumar singh | 7193da1 | 2022-11-30 19:10:20 +0000 | [diff] [blame] | 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" |