From aaef62a498ab367b1443791f8f1c21d10b1edd3c Mon Sep 17 00:00:00 2001 From: "Eldor Pulatov [EPAM/GCP]" <eldor_pulatov@epam.com> Date: Thu, 3 Nov 2022 12:24:42 +0000 Subject: [PATCH] GONRG-5890-Change-to-GC --- .gitlab/merge_request_templates/default.md | 2 +- devops/gcp/configmap/README.md | 6 +++--- provider/notification-gcp/README.md | 8 ++++---- provider/notification-gcp/docs/gcp/README.md | 2 +- testing/README.md | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md index 30b572826..9dc78d756 100644 --- a/.gitlab/merge_request_templates/default.md +++ b/.gitlab/merge_request_templates/default.md @@ -10,7 +10,7 @@ ## Does this introduce a change in the cloud provider implementation, if so which cloud? - [ ] AWS - [ ] Azure -- [ ] GCP +- [ ] Google Cloud - [ ] IBM ## Does this introduce a breaking change? diff --git a/devops/gcp/configmap/README.md b/devops/gcp/configmap/README.md index ce6bc6d02..a50bb76e1 100644 --- a/devops/gcp/configmap/README.md +++ b/devops/gcp/configmap/README.md @@ -32,16 +32,16 @@ First you need to set variables in **values.yaml** file using any code editor. S **logLevel** | logging level | string | INFO | yes **springProfilesActive** | active spring profile | string | gcp | yes -### GCP variables +### Google Cloud variables | Name | Description | Type | Default |Required | |------|-------------|------|---------|---------| **entitlementsHost** | entitlements service host address | string | `http://entitlements` | yes **registerHost** | register service host address | string | `http://register` | yes **partitionHost** | partition service host address | string | `http://partition` | yes -**googleAudiences** | your GCP client ID | string | - | yes +**googleAudiences** | your Google Cloud client ID | string | - | yes -> googleAudiences: If you are connected to GCP console with `gcloud auth application-default login --no-browser` from your terminal, you can get your client_id using the command: +> googleAudiences: If you are connected to Google Cloud console with `gcloud auth application-default login --no-browser` from your terminal, you can get your client_id using the command: ```console cat ~/.config/gcloud/application_default_credentials.json | grep client_id diff --git a/provider/notification-gcp/README.md b/provider/notification-gcp/README.md index 710b48b07..8e437e00d 100644 --- a/provider/notification-gcp/README.md +++ b/provider/notification-gcp/README.md @@ -38,8 +38,8 @@ In the current version, the OQM mapper is equipped with 2 drivers to the message ### Anthos Service Configuration: [Anthos service configuration ](docs/anthos/README.md) -### GCP Service Configuration: -[Gcp service configuration ](docs/gcp/README.md) +### Google Cloud Service Configuration: +[Google Cloud service configuration ](docs/gcp/README.md) ## Run service @@ -118,8 +118,8 @@ cd provider/notification-gcp/ && mvn spring-boot:run -Dspring-boot.run.profiles= #### Anthos: [Anthos Testing](docs/anthos/README.md) -#### GCP: -[Gcp Testing](docs/gcp/README.md) +#### Google Cloud: +[Google Cloud Testing](docs/gcp/README.md) ## Tutorial diff --git a/provider/notification-gcp/docs/gcp/README.md b/provider/notification-gcp/docs/gcp/README.md index a0151f2ad..c1418d03c 100644 --- a/provider/notification-gcp/docs/gcp/README.md +++ b/provider/notification-gcp/docs/gcp/README.md @@ -1,4 +1,4 @@ -# Service Configuration for GCP +# Service Configuration for Google Cloud ## Table of Contents <a name="TOC"></a> * [Environment variables](#Environment-variables) diff --git a/testing/README.md b/testing/README.md index 20c3a69c8..bc7897ee4 100644 --- a/testing/README.md +++ b/testing/README.md @@ -41,5 +41,5 @@ Notification integration tests are refactored so that the business logic for int * Integration tests are refactored into two pieces: Core and Provider. Core contains business logic for tests and is a dependency for executing the tests from provider module. To build the core module, simply navigate to `notification-test-core` directory and run `mvn clean install`. This will build the core module * Next, to execute the integration tests, navigate to the provider module and execute `mvn test` -### GCP -Instructions for running the GCP integration tests can be found [here](../provider/notification-gcp/README.md). \ No newline at end of file +### Google Cloud +Instructions for running the GC integration tests can be found [here](../provider/notification-gcp/README.md). \ No newline at end of file -- GitLab