X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2Foverride_ftc_helm_e_release.sh;h=3894acefee00e450df1a5519b15fc109af6c918e;hb=5b26de71a0aae08360a38477150551651a7ef734;hp=c23a3105073af500cb3e7b5184f1fa2c014ce806;hpb=968b89731a192c2ee3f3393d00519879ad89ce56;p=nonrtric.git diff --git a/test/auto-test/override_ftc_helm_e_release.sh b/test/auto-test/override_ftc_helm_e_release.sh index c23a3105..3894acef 100644 --- a/test/auto-test/override_ftc_helm_e_release.sh +++ b/test/auto-test/override_ftc_helm_e_release.sh @@ -15,8 +15,22 @@ # 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