Skip to content
Snippets Groups Projects
Commit ce33a29f authored by Aliaksandr Ramanovich (EPAM)'s avatar Aliaksandr Ramanovich (EPAM) Committed by Oleksandr Kosse (EPAM)
Browse files

GONRG-4953: fix deploy for anthos env

parent 9dac372a
No related branches found
No related tags found
3 merge requests!448update Storage API spec to include Batch record read with normalization; fixed...,!429Cosmos primary key Fix for MSI,!416GONRG-4953: fix deploy for anthos env
......@@ -14,31 +14,6 @@ variables:
GCP_TENANT_NAME: opendesevt
GCP_DEPLOY_ENV: p4d
# refactor is required
OSDU_GCP_ENVIRONMENT: osdu-gcp
OSDU_GCP_SERVICE: storage
OSDU_GCP_VENDOR: gcp
OSDU_GCP_APPLICATION_NAME: os-storage
OSDU_GCP_DEFAULT_DATA_COUNTRY: US
OSDU_GCP_TEST_SUBDIR: testing/$OSDU_GCP_SERVICE-test-$OSDU_GCP_VENDOR
# --- osdu specific variables for GKE ---
OSDU_GCP_HELM_CONFIG_SERVICE_VARS: >
--set data.google_audiences=$GOOGLE_AUDIENCE
--set data.redis_group_host=$REDIS_GROUP_HOST
--set data.redis_storage_host=$REDIS_STORAGE_HOST
--set data.storage_service_account_email=workload-storage-gcp@$OSDU_GCP_PROJECT.iam.gserviceaccount.com
OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2: >
--set data.google_audiences=$GOOGLE_AUDIENCE
--set data.redis_group_host=$REDIS_GROUP_HOST
--set data.redis_storage_host=$REDIS_STORAGE_HOST
--set data.storage_service_account_email=workload-storage-gcp@$OSDU_GCP_PROJECT.iam.gserviceaccount.com
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: storage-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE: storage-deploy
OSDU_GCP_HELM_PACKAGE_CHARTS: "devops/gcp/deploy devops/gcp/configmap"
AZURE_SERVICE: storage
AZURE_BUILD_SUBDIR: provider/storage-azure
AZURE_TEST_SUBDIR: testing/storage-test-azure
......@@ -78,6 +53,8 @@ include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
- local: "devops/gcp/pipeline/override-stages.yml"
# disable the eslint scanner
# I think this is being generated from the presence of an HTML file, but there
# is no javascript to scan, so the job isn't helpful and just gets in the way
......
variables:
# refactor is required
OSDU_GCP_SERVICE: storage
OSDU_GCP_VENDOR: gcp
OSDU_GCP_DEFAULT_DATA_COUNTRY: US
OSDU_GCP_TEST_SUBDIR: testing/$OSDU_GCP_SERVICE-test-$OSDU_GCP_VENDOR
# --- osdu specific variables for GKE ---
OSDU_GCP_HELM_CONFIG_SERVICE_VARS: >
--set data.google_audiences=$GOOGLE_AUDIENCE
--set data.redis_group_host=$REDIS_GROUP_HOST
--set data.redis_storage_host=$REDIS_STORAGE_HOST
--set data.storage_service_account_email=workload-storage-gcp@$OSDU_GCP_PROJECT.iam.gserviceaccount.com
OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2: >
--set data.google_audiences=$GOOGLE_AUDIENCE
--set data.redis_group_host=$REDIS_GROUP_HOST
--set data.redis_storage_host=$REDIS_STORAGE_HOST
--set data.storage_service_account_email=workload-storage-gcp@$OSDU_GCP_PROJECT.iam.gserviceaccount.com
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: storage-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE: storage-deploy
OSDU_GCP_HELM_PACKAGE_CHARTS: "devops/gcp/deploy devops/gcp/configmap"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment