90866c2f9a01978d6d0eddabd014085cfce4906e
[nonrtric.git] / test / auto-test / override_ftc_helm_e_release.sh
1 #!/bin/bash
2 ################################################################################
3 #   Copyright (c) 2021 Nordix Foundation.                                      #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17
18 # Override file for running the e-release helm recipe including all components
19
20 KUBE_A1SIM_NAMESPACE="nonrtric"
21 KUBE_SDNC_NAMESPACE="nonrtric"
22
23 RIC_SIM_PREFIX="a1-sim"
24 RIC_SIM_COMMON_SVC_NAME="a1-sim"
25
26 ICS_EXTERNAL_PORT=9082
27 ICS_EXTERNAL_SECURE_PORT=9083
28
29 A1PMS_EXTERNAL_PORT=9080
30 A1PMS_EXTERNAL_SECURE_PORT=9081
31
32 SDNC_EXTERNAL_PORT=8282
33 SDNC_EXTERNAL_SECURE_PORT=8383
34
35 RAPP_CAT_EXTERNAL_PORT=9085
36 RAPP_CAT_EXTERNAL_SECURE_PORT=9086
37
38 HELM_MANAGER_APP_NAME="helmmanager"