Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Indexer
Commits
0c7908e1
Commit
0c7908e1
authored
2 years ago
by
Nastassia Rabeichykava (EPAM)
Committed by
Oleksandr Kosse (EPAM)
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
GONRG-5062: refactore anthos pipeline
parent
2e4c9efd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!346
Merge branch 'aws-integration' into 'master'
,
!323
GONRG-5062: refactore anthos pipeline
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-19
2 additions, 19 deletions
.gitlab-ci.yml
devops/gcp/pipeline/override-stages.yml
+19
-0
19 additions, 0 deletions
devops/gcp/pipeline/override-stages.yml
with
21 additions
and
19 deletions
.gitlab-ci.yml
+
2
−
19
View file @
0c7908e1
...
...
@@ -16,25 +16,6 @@ variables:
GCP_DOMAIN
:
cloud.slb-ds.com
GCP_STORAGE_URL
:
https://osdu-indexer-dot-opendes.appspot.com/api/storage/v2/
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_HELM_PACKAGE_CHARTS
:
"
devops/gcp/deploy
devops/gcp/configmap"
IBM_BUILD_SUBDIR
:
provider/indexer-ibm
IBM_INT_TEST_SUBDIR
:
testing/indexer-test-ibm
...
...
@@ -73,5 +54,7 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/osdu-gcp-gke.yml"
-
local
:
"
devops/gcp/pipeline/override-stages.yml"
aws-test-java
:
tags
:
[
"
aws-internal-test"
]
This diff is collapsed.
Click to expand it.
devops/gcp/pipeline/override-stages.yml
0 → 100644
+
19
−
0
View file @
0c7908e1
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_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