From 6720394a8f23d47dae107dbe3b10b04ec7ce381d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Levora?= Date: Fri, 8 Feb 2019 10:34:05 +0100 Subject: [PATCH] Updated list of http files for Casablanca MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Renamed to use prefix for Casablanca 3.0.0 and updated some blueprints required. Updated download script accordingly Issue-ID: OOM-1615 Change-Id: I65add45a383f5f7d849e360ec6e65dd65cd501e7 Signed-off-by: Tomáš Levora --- build/data_lists/{http_files.list => onap_3.0.0-http_files.list} | 8 ++++---- build/download_offline_data_by_lists.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename build/data_lists/{http_files.list => onap_3.0.0-http_files.list} (99%) diff --git a/build/data_lists/http_files.list b/build/data_lists/onap_3.0.0-http_files.list similarity index 99% rename from build/data_lists/http_files.list rename to build/data_lists/onap_3.0.0-http_files.list index c7486b7f..038c4476 100644 --- a/build/data_lists/http_files.list +++ b/build/data_lists/onap_3.0.0-http_files.list @@ -80,12 +80,12 @@ repo1.maven.org/maven2/com/att/research/xacml/xacml-pdp/1.0.1/xacml-pdp-1.0.1.ja repo1.maven.org/maven2/com/att/research/xacml/xacml-pdp/1.0.1/xacml-pdp-1.0.1.pom.sha1 repo1.maven.org/maven2/com/att/research/xacml/xacml-pdp/1.0.1/xacml-pdp-1.0.1.pom repo1.maven.org/maven2/com/att/research/xacml/xacml-pdp/1.0.1/xacml-pdp-1.0.1.jar -git.onap.org/policy/drools-applications/plain/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl?h=beijing +git.onap.org/policy/drools-applications/plain/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl?h=casablanca nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/type_files/sshkeyshare/sshkey_types.yaml nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/type_files/pgaas/1.1.0/pgaas_types.yaml -nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2/k8splugin/1.1.0/k8splugin_types.yaml -nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2/relationshipplugin/1.0.0/relationshipplugin_types.yaml -nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml +nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R3/k8splugin/1.1.0/k8splugin_types.yaml +nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R3/relationshipplugin/1.0.0/relationshipplugin_types.yaml +nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R3/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml nexus.onap.org/content/sites/raw/org.onap.demo/boot/1.1.1/robot_install.sh nexus.onap.org/content/repositories/staging/org/onap/policy/drools-applications/controlloop/common/model-impl/events/maven-metadata.xml.md5 nexus.onap.org/content/repositories/staging/org/onap/policy/drools-applications/controlloop/common/model-impl/events/maven-metadata.xml.sha1 diff --git a/build/download_offline_data_by_lists.sh b/build/download_offline_data_by_lists.sh index 5fb24802..3b00cb22 100755 --- a/build/download_offline_data_by_lists.sh +++ b/build/download_offline_data_by_lists.sh @@ -69,7 +69,7 @@ echo "[Step $((CURR++))/$TOTAL Download git repos]" $CTOOLS/download-git-repos.sh "${TAG}" "$DATA_DIR/git-repo" echo "[Step $((CURR++))/$TOTAL Download http files]" -$CTOOLS/download-http-files.sh "$LISTS_DIR/http_files.list" "$DATA_DIR/http" +$CTOOLS/download-http-files.sh "$LISTS_DIR/${TAG}-http_files.list" "$DATA_DIR/http" echo "[Step $((CURR++))/$TOTAL Download npm pkgs]" $CTOOLS/download-npm-pkgs.sh "$LISTS_DIR/${TAG}-npm.list" "$DATA_DIR/offline_data/npm_tar" -- 2.16.6