From 0627405bfdde3ba5a835d51690dae1cf2d99d589 Mon Sep 17 00:00:00 2001 From: "Siarhei Symanovich (EPAM)" <siarhei_symanovich@epam.com> Date: Tue, 14 Jun 2022 11:50:27 +0000 Subject: [PATCH] GONRG-5061-refactor-comm-pipe --- NOTICE | 2 ++ devops/gcp/pipeline/override-stages.yml | 14 ++++---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/NOTICE b/NOTICE index 1f6f626ae..6ce024a51 100644 --- a/NOTICE +++ b/NOTICE @@ -377,6 +377,7 @@ The following software have components provided under the terms of this license: - ClassMate (from http://github.com/cowtowncoder/java-classmate) - Cloud Key Management Service (KMS) API v1-rev20220407-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) - Cloud Storage JSON API v1-rev20220604-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) +- Cloud Storage JSON API v1-rev20220608-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) - CloudWatch Metrics for AWS Java SDK (from https://aws.amazon.com/sdkforjava) - Cobertura (from http://cobertura.sourceforge.net) - Collections (from https://repo1.maven.org/maven2/commons-collections/commons-collections) @@ -412,6 +413,7 @@ The following software have components provided under the terms of this license: - Google OAuth Client Library for Java (from https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client) - Gson (from http://code.google.com/p/google-gson/, https://repo1.maven.org/maven2/com/google/code/gson/gson) - Guava InternalFutureFailureAccess and InternalFutures (from https://repo1.maven.org/maven2/com/google/guava/failureaccess) +- Guava ListenableFuture only (from https://repo1.maven.org/maven2/com/google/guava/listenablefuture) - Guava: Google Core Libraries for Java (from http://code.google.com/p/guava-libraries, https://github.com/google/guava, https://repo1.maven.org/maven2/com/google/guava/guava) - HTTP functionality for the Reactor Netty library (from https://github.com/reactor/reactor-netty) - HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/) diff --git a/devops/gcp/pipeline/override-stages.yml b/devops/gcp/pipeline/override-stages.yml index b3293749e..16264fb71 100644 --- a/devops/gcp/pipeline/override-stages.yml +++ b/devops/gcp/pipeline/override-stages.yml @@ -1,18 +1,12 @@ variables: OSDU_GCP_SERVICE: indexer OSDU_GCP_VENDOR: gcp - OSDU_GCP_HELM_CONFIG_SERVICE_VARS: > - --set data.log_level=INFO - --set data.redis_search_host=$REDIS_SEARCH_HOST - --set data.redis_group_host=$REDIS_GROUP_HOST - --set data.google_audiences=$GOOGLE_AUDIENCE OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2: > --set data.log_level=INFO --set data.redis_search_host=$REDIS_SEARCH_HOST --set data.redis_group_host=$REDIS_GROUP_HOST --set data.google_audiences=$GOOGLE_AUDIENCE - OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS: > - --set data.image=$CI_REGISTRY_IMAGE/osdu-gcp-$OSDU_GCP_SERVICE:$CI_COMMIT_SHORT_SHA - --set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s - OSDU_GCP_HELM_CONFIG_SERVICE: indexer-config - OSDU_GCP_HELM_DEPLOYMENT_SERVICE: indexer-deploy + +osdu-gcp-anthos-test: + variables: + OSDU_GCP_VENDOR: anthos -- GitLab