Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Storage
Commits
ce33a29f
Commit
ce33a29f
authored
2 years ago
by
Aliaksandr Ramanovich (EPAM)
Committed by
Oleksandr Kosse (EPAM)
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
GONRG-4953: fix deploy for anthos env
parent
9dac372a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!448
update Storage API spec to include Batch record read with normalization; fixed...
,
!429
Cosmos primary key Fix for MSI
,
!416
GONRG-4953: fix deploy for anthos env
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-25
2 additions, 25 deletions
.gitlab-ci.yml
devops/gcp/pipeline/override-stages.yml
+23
-0
23 additions, 0 deletions
devops/gcp/pipeline/override-stages.yml
with
25 additions
and
25 deletions
.gitlab-ci.yml
+
2
−
25
View file @
ce33a29f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
devops/gcp/pipeline/override-stages.yml
0 → 100644
+
23
−
0
View file @
ce33a29f
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment