Skip to content
GitLab
Menu
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
Register
Commits
494af09e
Commit
494af09e
authored
Feb 01, 2021
by
harshit aggarwal
Committed by
Kishore Battula
Feb 01, 2021
Browse files
Azure - Updating RECORDS_CHANGE_PUBSUB_ENDPOINT
parent
4ded3019
Changes
5
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
494af09e
...
...
@@ -14,9 +14,9 @@
# This file contains the essential configs for the osdu on azure helm chart
global
:
# Service(s) Replica Count
replicaCount
:
1
dnsHost
:
#{AZURE_DNS_NAME}#
################################################################################
# Specify the Gitlab branch being used for image creation
...
...
@@ -25,4 +25,4 @@ global:
image
:
repository
:
#{container-registry}#.azurecr.io
branch
:
#{ENVIRONMENT_NAME}#
tag
:
#{Build.SourceVersion}#
tag
:
#{Build.SourceVersion}#
\ No newline at end of file
devops/azure/chart/templates/deployment.yaml
View file @
494af09e
...
...
@@ -82,6 +82,6 @@ spec:
-
name
:
ENTITLEMENTS_API
value
:
http://entitlements-azure/entitlements/v1
-
name
:
RECORDS_CHANGE_PUBSUB_ENDPOINT
value
:
https://
haaggarw-eventgrid-viewer.azurewebsites.net/api/updates
value
:
https://
{{ .Values.global.dnsHost }}/api/notification/v1/push-handlers/records-changed
-
name
:
partition_service_endpoint
value
:
http://partition/api/partition/v1
\ No newline at end of file
devops/azure/chart/values.yaml
View file @
494af09e
...
...
@@ -14,8 +14,10 @@
global
:
replicaCount
:
1
dnsHost
:
osdu-glab.msft-osdu-test.org
image
:
repository
:
community.opengroup.org:5555/osdu/platform/system/register
branch
:
master
tag
:
latest
devops/azure/development-pipeline.yml
View file @
494af09e
...
...
@@ -57,8 +57,8 @@ stages:
parameters
:
mavenGoal
:
'
package'
mavenPublishJUnitResults
:
true
serviceCoreMavenOptions
:
'
-
P
register-core
--settings
.mvn/community-maven.settings.xml'
mavenOptions
:
'
-
P
register-azure
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
serviceCoreMavenOptions
:
'
-
pl
register-core
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)
'
mavenOptions
:
'
-
pl
provider/
register-azure
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
copyFileContents
:
|
pom.xml
provider/register-azure/maven/settings.xml
...
...
@@ -76,7 +76,7 @@ stages:
chartPath
:
${{ variables.chartPath }}
valuesFile
:
${{ variables.valuesFile }}
testCoreMavenPomFile
:
'
testing/register-test-core/pom.xml'
testCoreMavenOptions
:
'
--settings
$(System.DefaultWorkingDirectory)/drop/.mvn/community-maven.settings.xml'
testCoreMavenOptions
:
'
--settings
$(System.DefaultWorkingDirectory)/drop/.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)
'
skipDeploy
:
${{ variables.SKIP_DEPLOY }}
skipTest
:
${{ variables.SKIP_TESTS }}
providers
:
...
...
devops/azure/pipeline.yml
View file @
494af09e
...
...
@@ -57,8 +57,8 @@ stages:
parameters
:
mavenGoal
:
'
package'
mavenPublishJUnitResults
:
true
serviceCoreMavenOptions
:
'
-
P
register-core
--settings
.mvn/community-maven.settings.xml'
mavenOptions
:
'
-
P
register-azure
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
serviceCoreMavenOptions
:
'
-
pl
register-core
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)
'
mavenOptions
:
'
-
pl
provider/
register-azure
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
copyFileContents
:
|
pom.xml
provider/register-azure/maven/settings.xml
...
...
@@ -76,7 +76,7 @@ stages:
chartPath
:
${{ variables.chartPath }}
valuesFile
:
${{ variables.valuesFile }}
testCoreMavenPomFile
:
'
testing/register-test-core/pom.xml'
testCoreMavenOptions
:
'
--settings
$(System.DefaultWorkingDirectory)/drop/.mvn/community-maven.settings.xml'
testCoreMavenOptions
:
'
--settings
$(System.DefaultWorkingDirectory)/drop/.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)
'
skipDeploy
:
${{ variables.SKIP_DEPLOY }}
skipTest
:
${{ variables.SKIP_TESTS }}
providers
:
...
...
Morris Estepa
@estepamo
mentioned in commit
9b6eaa9c
·
Jun 11, 2022
mentioned in commit
9b6eaa9c
mentioned in commit 9b6eaa9cabc1af6538b17b6f76382473f6467c69
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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