Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CRS Catalog
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
Reference and Helper Services
CRS Catalog
Commits
adfd780c
Commit
adfd780c
authored
2 years ago
by
Marc Burnie [AWS]
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into master-dev-merge
parents
4edd9248
90f19586
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!146
jackson version update
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-32
1 addition, 32 deletions
.gitlab-ci.yml
devops/gcp/pipeline/override-stages.yml
+33
-0
33 additions, 0 deletions
devops/gcp/pipeline/override-stages.yml
with
34 additions
and
32 deletions
.gitlab-ci.yml
+
1
−
32
View file @
adfd780c
variables
:
# --- osdu-gcp specific variables ---
OSDU_GCP_SERVICE
:
crs-catalog
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_APPLICATION_NAME
:
os-crs-catalog
OSDU_GCP_INT_TEST_TYPE
:
python
OSDU_GCP_PYTHON_INT_TEST_SUBDIR
:
testing/catalog_test_gcp
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
:
crs-catalog-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
crs-catalog-deploy
OSDU_GCP_HELM_CONFIG_SERVICE_VARS
:
>
--set data.project_id=$OSDU_GCP_PROJECT
--set data.audiences=$GOOGLE_AUDIENCE
--set data.google_audiences=$GOOGLE_AUDIENCE
OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2
:
>
--set data.project_id=$OSDU_GCP_PROJECT
--set data.audiences=$GOOGLE_AUDIENCE
--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
# --- end of osdu-gcp specific variables ---
AWS_BUILD_SUBDIR
:
provider/crs-catalog-aws/build-aws
AWS_TEST_SUBDIR
:
testing/catalog_test_aws
AWS_SERVICE
:
crs-catalog
...
...
@@ -74,10 +49,4 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/aws-python.yml"
osdu-gcp-test-python
:
variables
:
VIRTUAL_SERVICE_HOST_NAME
:
$OSDU_GCP_CRS_CATALOG_HOSTNAME
osdu-gcp-dev2-test-python
:
variables
:
VIRTUAL_SERVICE_HOST_NAME
:
$OSDU_GCP_CRS_CATALOG_HOSTNAME
-
local
:
"
devops/gcp/pipeline/override-stages.yml"
This diff is collapsed.
Click to expand it.
devops/gcp/pipeline/override-stages.yml
0 → 100644
+
33
−
0
View file @
adfd780c
variables
:
# --- osdu-gcp specific variables ---
OSDU_GCP_SERVICE
:
crs-catalog
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_APPLICATION_NAME
:
os-crs-catalog
OSDU_GCP_INT_TEST_TYPE
:
python
OSDU_GCP_PYTHON_INT_TEST_SUBDIR
:
testing/catalog_test_gcp
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
:
crs-catalog-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
crs-catalog-deploy
OSDU_GCP_HELM_CONFIG_SERVICE_VARS
:
>
--set data.project_id=$OSDU_GCP_PROJECT
--set data.audiences=$GOOGLE_AUDIENCE
--set data.google_audiences=$GOOGLE_AUDIENCE
OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2
:
>
--set data.project_id=$OSDU_GCP_PROJECT
--set data.audiences=$GOOGLE_AUDIENCE
--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
# --- end of osdu-gcp specific variables ---
osdu-gcp-test-python
:
variables
:
VIRTUAL_SERVICE_HOST_NAME
:
$OSDU_GCP_CRS_CATALOG_HOSTNAME
osdu-gcp-dev2-test-python
:
variables
:
VIRTUAL_SERVICE_HOST_NAME
:
$OSDU_GCP_CRS_CATALOG_HOSTNAME
This diff is collapsed.
Click to expand it.
David Diederich
@divido
mentioned in commit
17e122ce
·
2 years ago
mentioned in commit
17e122ce
mentioned in commit 17e122ce2def5310e0396cd886b5f51dea277b15
Toggle commit list
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