Skip to content
Snippets Groups Projects
Commit 494af09e authored by harshit aggarwal's avatar harshit aggarwal Committed by Kishore Battula
Browse files

Azure - Updating RECORDS_CHANGE_PUBSUB_ENDPOINT

parent 4ded3019
No related branches found
No related tags found
1 merge request!52Azure - Updating RECORDS_CHANGE_PUBSUB_ENDPOINT
......@@ -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
......@@ -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
......@@ -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
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment