From: Avi Ziv Date: Sun, 30 Jul 2017 09:30:00 +0000 (+0300) Subject: [SDC] Add proper FE healthcheck for OnBoard X-Git-Tag: 1.0.0-Amsterdam~204^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F6383%2F1;p=sdc.git [SDC] Add proper FE healthcheck for OnBoard Change-Id: I982f6c81be9176ef6c5fac32e77d866e31f1840f Signed-off-by: Avi Ziv --- diff --git a/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck b/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json similarity index 67% rename from openecomp-ui/external-resources/healthcheck/v1.0/healthcheck rename to openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json index 6a3dd41755..e17838f246 100644 --- a/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck +++ b/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json @@ -1,10 +1,10 @@ { - "sdcVersion": "1.0-SNAPSHOT", + "sdcVersion": "{VERSION}", "componentsInfo": [ { "healthCheckComponent": "FE", "healthCheckStatus": "UP", - "version": "1.0-SNAPSHOT", + "version": "{VERSION}", "description": "OK" } ]