From 8c03111f4b7ac079e6fb5b26a4c313c4ce22a934 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 5 Jul 2022 18:49:34 +0100 Subject: Update detmVers script for snapshots The current script assumes that snapshot versions are always available. However the Linux Foundation has now implemented a policy of deleting snapshots on no-master branches that are older than a certain age. THis breaks our CSITs. This updated script copes with this by checking if a snapshot is avaialable and, if the snapshot is not available, the script falls back to the released version. This script will be needed on other branches besides master as well. CLAMP TOSCA Control Loop was not in Honolulu and the CLAMP CSITs ran separately in the CLAMP repo. We ported the CSITs over to the policy/docker repo in Istanbul. Therefore, we need to disable the CLAMP CSITs in policy/docker in honolulu Issue-ID: POLICY-4233 Change-Id: I83f0a6816942d5bfaef7c22fc69625f40ae74d23 Signed-off-by: liamfallon --- csit/config/drools-apps/env/base.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'csit/config/drools-apps/env') diff --git a/csit/config/drools-apps/env/base.conf b/csit/config/drools-apps/env/base.conf index 673cfaf3..5b08d343 100644 --- a/csit/config/drools-apps/env/base.conf +++ b/csit/config/drools-apps/env/base.conf @@ -91,16 +91,16 @@ PDP_ENVIRONMENT=TEST # DCAE DMaaP DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT -DCAE_SERVERS=policy.api.simpledemo.onap.org +DCAE_SERVERS=simulator DCAE_CONSUMER_GROUP=dcae.policy.shared # Open DMaaP -DMAAP_SERVERS=policy.api.simpledemo.onap.org +DMAAP_SERVERS=simulator # AAI -AAI_HOST=policy.api.simpledemo.onap.org +AAI_HOST=simulator AAI_PORT=6666 AAI_CONTEXT_URI= AAI_USERNAME=policy@policy.onap.org @@ -108,16 +108,16 @@ AAI_PASSWORD=demo123456! # MSO -SO_HOST=policy.api.simpledemo.onap.org +SO_HOST=simulator SO_PORT=6669 SO_CONTEXT_URI= -SO_URL=https://policy.api.simpledemo.onap.org:6669/ +SO_URL=https://simulator:6669/ SO_USERNAME=InfraPortalClient SO_PASSWORD=password1$ # VFC -VFC_HOST=policy.api.simpledemo.onap.org +VFC_HOST=simulator VFC_PORT=6670 VFC_CONTEXT_URI= VFC_USERNAME= @@ -125,7 +125,7 @@ VFC_PASSWORD= # SDNC -SDNC_HOST=policy.api.simpledemo.onap.org +SDNC_HOST=simulator SDNC_PORT=6668 SDNC_CONTEXT_URI= SDNC_USERNAME= -- cgit