diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-07-30 18:01:21 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-07-31 11:18:30 +0300 |
commit | 5efec2c3cfcead17394beb825200e132f827eb31 (patch) | |
tree | b5215b7d76aba6cc6c40ffb6599a46e21cd2b08f /epsdk-app-onap/src | |
parent | 3b12c6e9b5d2885244b7b1fb6c016ad8999e3cf2 (diff) |
Fix /version endpoint
* Modify maven-replacer-plugin to set value in version.json
* Configure features.set.filename=onap.features.properties
Issue-ID: VID-507
Change-Id: I692ab3e9221118b836ae7249f483b5277a70bf6b
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'epsdk-app-onap/src')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 2 | ||||
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index 70b41c6e4..96fa22082 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -199,6 +199,8 @@ scheduler.submit.new.vnf.change=/v1/ChangeManagement/schedules/{scheduleId}/appr scheduler.get.schedules=/v1/ChangeManagement/schedules/scheduleDetails/ scheduler.basic.auth= +features.set.filename=onap.features.properties + vid.asyncJob.howLongToKeepOldJobsInDays=7 # thread definition - count and timeout (in seconds) diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index 5143b1e6d..726b56f09 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -155,6 +155,8 @@ mso.dme2.server.url=${MSO_DME2_SERVER_URL} mso.dme2.enabled=${MSO_DME2_ENABLED} scheduler.basic.auth= +features.set.filename=onap.features.properties + vid.asyncJob.howLongToKeepOldJobsInDays=7 # thread definition - count and timeout (in seconds) |