Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Partition
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
Partition
Commits
0e0e8f6c
Commit
0e0e8f6c
authored
3 years ago
by
Oleksii Tsyganov (EPAM)
Committed by
Oleksandr Kosse (EPAM)
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added required helm variables
parent
e830205e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!82
Revert "Merge branch 'Add-pages-publishing' into 'master'"
,
!75
Added required helm variables
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-1
10 additions, 1 deletion
.gitlab-ci.yml
devops/gcp/configmap/values.yaml
+1
-0
1 addition, 0 deletions
devops/gcp/configmap/values.yaml
with
11 additions
and
1 deletion
.gitlab-ci.yml
+
10
−
1
View file @
0e0e8f6c
...
...
@@ -19,6 +19,15 @@ variables:
MAVEN_PROJECTS
:
"
-pl
partition-core,provider/partition-gcp"
OSDU_GCP_TEST_SUBDIR
:
testing/$OSDU_GCP_SERVICE-test-$OSDU_GCP_VENDOR
OSDU_GCP_HELM_PACKAGE_CHARTS
:
"
devops/gcp/deploy
devops/gcp/configmap"
OSDU_GCP_HELM_DEPLOYMENT_DIR
:
"
devops/gcp/deploy"
OSDU_GCP_HELM_CONFIG_DIR
:
"
devops/gcp/configmap"
OSDU_GCP_HELM_NAMESPACE
:
"
default"
OSDU_GCP_HELM_CONFIG_SERVICE_VARS
:
"
--set
data.authorize_api=$OSDU_GCP_AUTHORIZE_API
--set
data.google_cloud_project=$OSDU_GCP_PROJECT
--set
data.google_audiences=$GOOGLE_AUDIENCE
--set
data.partition_admin_account=osdu-gcp-sa@nice-etching-277309.iam.gserviceaccount.com
--set
data.log_level=INFO
--set
data.key_ring=$OSDU_GCP_PARTITION_KEY_RING
--set
data.kms_key=$OSDU_GCP_PARTITION_KMS_KEY"
OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS
:
"
--set
data.image=$CI_REGISTRY_IMAGE/osdu-gcp:$CI_COMMIT_SHORT_SHA
--set
data.serviceAccountName=workload-identity-partition"
OSDU_GCP_HELM_CONFIG_SERVICE
:
"
partition-config"
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
"
partition-deploy"
include
:
-
project
:
"
osdu/platform/ci-cd-pipelines"
...
...
@@ -43,7 +52,7 @@ include:
file
:
"
cloud-providers/ibm.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/osdu-gcp-
cloudrun
.yml"
file
:
"
cloud-providers/osdu-gcp-
gke
.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
publishing/pages.yml"
...
...
This diff is collapsed.
Click to expand it.
devops/gcp/configmap/values.yaml
+
1
−
0
View file @
0e0e8f6c
...
...
@@ -5,6 +5,7 @@ data:
key_ring
:
"
"
kms_key
:
"
"
log_level
:
"
"
authorize_api
:
"
"
conf
:
configmap
:
"
partition-config"
...
...
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