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
33baebd2
Commit
33baebd2
authored
Feb 01, 2021
by
Gitlab Runner
Browse files
Merge branch 'master' of
https://community.opengroup.org/osdu/platform/system/register
parents
0152edd2
904b8adc
Changes
5
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
33baebd2
...
...
@@ -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 @
33baebd2
...
...
@@ -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 @
33baebd2
...
...
@@ -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 @
33baebd2
...
...
@@ -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 @
33baebd2
...
...
@@ -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
:
...
...
Dmitriy Rudko
💬
@Dmitriy_Rudko
mentioned in commit
4be4a6dc
·
Feb 11, 2021
mentioned in commit
4be4a6dc
mentioned in commit 4be4a6dcd6cf81056bfd9a32c3ec6c25aae7743a
Toggle commit list
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