Updated test for helm chart recipe
[nonrtric.git] / test / auto-test / override_ftc_helm_e_release.sh
index c23a310..3894ace 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
+
+POLICY_AGENT_EXTERNAL_PORT=9080
+POLICY_AGENT_EXTERNAL_SECURE_PORT=9081
+
+SDNC_EXTERNAL_PORT=8282
+SDNC_EXTERNAL_SECURE_PORT=8383
+
+RAPP_CAT_EXTERNAL_PORT=9085
+RAPP_CAT_EXTERNAL_SECURE_PORT=9086