Update test env to remove '-' in ric hostnames
[nonrtric.git] / test / auto-test / override_ftc_helm_e_release.sh
index c23a310..90866c2 100644 (file)
 #   limitations under the License.                                             #
 ################################################################################
 
-# Override file example
+# Override file for running the e-release helm recipe including all components
 
-KUBE_A1SIM_NAMESPACE="a1-sim"
+KUBE_A1SIM_NAMESPACE="nonrtric"
+KUBE_SDNC_NAMESPACE="nonrtric"
 
 RIC_SIM_PREFIX="a1-sim"
+RIC_SIM_COMMON_SVC_NAME="a1-sim"
+
+ICS_EXTERNAL_PORT=9082
+ICS_EXTERNAL_SECURE_PORT=9083
+
+A1PMS_EXTERNAL_PORT=9080
+A1PMS_EXTERNAL_SECURE_PORT=9081
+
+SDNC_EXTERNAL_PORT=8282
+SDNC_EXTERNAL_SECURE_PORT=8383
+
+RAPP_CAT_EXTERNAL_PORT=9085
+RAPP_CAT_EXTERNAL_SECURE_PORT=9086
+
+HELM_MANAGER_APP_NAME="helmmanager"