X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=plans%2Fccsdk-oran%2Fpolmansuite%2Ftest_env-guilin.sh;fp=plans%2Fccsdk-oran%2Fpolmansuite%2Ftest_env-guilin.sh;h=f9895781de84ec2ed171094fb68403b46620daed;hb=3d5a877e6378d6b904d7283c12cfb466b1d00212;hp=e7a9030300b580cc08bdbb52c34ac7c6139db632;hpb=5fb82f025553f9d0d85824064e4c4d8c590c944e;p=integration%2Fcsit.git diff --git a/plans/ccsdk-oran/polmansuite/test_env-guilin.sh b/plans/ccsdk-oran/polmansuite/test_env-guilin.sh index e7a90303..f9895781 100644 --- a/plans/ccsdk-oran/polmansuite/test_env-guilin.sh +++ b/plans/ccsdk-oran/polmansuite/test_env-guilin.sh @@ -17,6 +17,10 @@ # ============LICENSE_END================================================= # +#Profile for guilin release +TEST_ENV_PROFILE="ONAP-GUILIN" +NEXUS_PROXY_REPO="nexus3.onap.org:10001/" + # Set up the image and tags for the test. Do not add the image tag to the image names. # NOTE: A env var for each container is created by the test script. @@ -26,7 +30,7 @@ # Tag for guilin branch # Remote Policy Agent image and tag POLICY_AGENT_REMOTE_IMAGE="nexus3.onap.org:10003/onap/ccsdk-oran-a1policymanagementservice" -POLICY_AGENT_REMOTE_IMAGE_TAG="1.0.1-SNAPSHOT" +POLICY_AGENT_REMOTE_IMAGE_TAG="1.0.2-SNAPSHOT" # Control Panel remote image and tag @@ -36,11 +40,11 @@ CONTROL_PANEL_REMOTE_IMAGE_TAG="2.0.0" # Tag for guilin branch # SDNC A1 Controller remote image and tag SDNC_A1_CONTROLLER_REMOTE_IMAGE="nexus3.onap.org:10003/onap/sdnc-image" -SDNC_A1_CONTROLLER_REMOTE_IMAGE_TAG="2.0.2-STAGING-latest" +SDNC_A1_CONTROLLER_REMOTE_IMAGE_TAG="2.0.3-STAGING-latest" #SDNC DB remote image and tag -SDNC_DB_REMOTE_IMAGE="mysql/mysql-server" +SDNC_DB_REMOTE_IMAGE=$NEXUS_PROXY_REPO"mysql/mysql-server" SDNC_DB_REMOTE_IMAGE_TAG="5.6" #No local image for DB, remote image always used @@ -51,7 +55,7 @@ RIC_SIM_REMOTE_IMAGE_TAG="2.0.0" #Consul remote image and tag -CONSUL_REMOTE_IMAGE="consul" +CONSUL_REMOTE_IMAGE=$NEXUS_PROXY_REPO"consul" CONSUL_REMOTE_IMAGE_TAG="1.7.2" #No local image for Consul, remote image always used