diff options
author | 2018-12-13 15:34:17 -0500 | |
---|---|---|
committer | 2018-12-14 10:30:26 -0500 | |
commit | 885545697c79b299a372956b1b368e13bab3426c (patch) | |
tree | 9be5faaf897bbd03eb700760e9da5ba436e4c0c4 /sparkybe-onap-application/config/application-oxm-default.properties | |
parent | 53d13ff36532723582f55febce79de2282e46cde (diff) |
Updating the new schema service ingest
Issue-ID: AAI-2006
Change-Id: I25360ea42d1e09ada6af00dbe99ceace978ee09a
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config/application-oxm-default.properties')
-rw-r--r-- | sparkybe-onap-application/config/application-oxm-default.properties | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sparkybe-onap-application/config/application-oxm-default.properties b/sparkybe-onap-application/config/application-oxm-default.properties index 5c362d8..ef3db64 100644 --- a/sparkybe-onap-application/config/application-oxm-default.properties +++ b/sparkybe-onap-application/config/application-oxm-default.properties @@ -1 +1,12 @@ -oxm.apiVersion=v14
\ No newline at end of file +oxm.apiVersion=v14
+oxm.apiVersionList=v10,v11,v12,v13,v14
+
+oxm.schemaServiceTranslatorList=config
+oxm.schemaServiceBaseUrl=https://<hostname>:<port>/onap/schema-service/v1/
+oxm.schemaServiceKeystore=file:${CONFIG_HOME}/auth/tomcat_keystore
+oxm.schemaServiceTruststore=file:${CONFIG_HOME}/auth/tomcat_keystore
+oxm.schemaServiceKeystorePassword=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+oxm.schemaServiceTruststorePassword=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+
+# Schema Service need this variable for the time being with 7.0.1-SNAPSHOT
+spring.applicationName=sparky
\ No newline at end of file |