Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
f7f336f3
Commit
f7f336f3
authored
Oct 06, 2021
by
Armen Gasparyan (EPAM)
Committed by
Oleksandr Kosse (EPAM)
Oct 06, 2021
Browse files
Deploy the notification service to asm-primary gke cluster [GONRG-3461]
parent
a7d0430d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f7f336f3
variables
:
OSDU_GCP_APPLICATION_NAME
:
os-notification
OSDU_GCP_CLOUD_RUN_PARAMETERS
:
"
--min-instances=1"
OSDU_GCP_APPLICATION_NAME
:
notification
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_SERVICE
:
notification
OSDU_GCP_REGISTER_BASE_URL
:
https://os-register-attcrcktoa-uc.a.run.app/api/register/v1
OSDU_GCP_ENV_VARS
:
APP_PROJECT=$OSDU_GCP_PROJECT,APP_ENTITLEMENTS=$OSDU_GCP_ENTITLEMENTS_V2_URL,APP_REGISTER=$OSDU_GCP_REGISTER_BASE_URL,APP_GOOGLEAUDIENCE=$GOOGLE_AUDIENCE,PARTITION_API=$OSDU_GCP_PARTITION_API,GOOGLE_AUDIENCES=$GOOGLE_AUDIENCE
OSDU_GCP_ENVIRONMENT
:
dev_gke
OSDU_GCP_LOG_LEVEL
:
INFO
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.log_level=$OSDU_GCP_LOG_LEVEL
--set
data.app_project=$OSDU_GCP_PROJECT
--set
data.app_googleaudience=$GOOGLE_AUDIENCE
--set
data.google_audiences=$GOOGLE_AUDIENCE
--set
data.app_register=$OSDU_GCP_REGISTER_BASE_URL"
OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS
:
"
--set
data.image=$CI_REGISTRY_IMAGE/osdu-gcp:$CI_COMMIT_SHORT_SHA
--set
data.serviceAccountName=workload-identity-notification
--set
data.app_name=$OSDU_GCP_SERVICE"
OSDU_GCP_HELM_CONFIG_SERVICE
:
"
notification-config"
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
"
notification-deploy"
AWS_BUILD_SUBDIR
:
provider/notification-aws/build-aws
AWS_TEST_SUBDIR
:
testing/notification-test-aws
...
...
@@ -47,7 +52,7 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
"
master"
file
:
"
cloud-providers/osdu-gcp-
cloudrun
.yml"
file
:
"
cloud-providers/osdu-gcp-
gke
.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/aws.yml"
...
...
@@ -59,4 +64,3 @@ osdu-gcp-test:
variables
:
ENVIRONMENT
:
$OSDU_GCP_ENVIRONMENT
REGISTER_BASE_URL
:
$OSDU_GCP_REGISTER_BASE_URL
allow_failure
:
true
NOTICE
View file @
f7f336f3
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment