diff options
author | Avi Ziv <avi.ziv@amdocs.com> | 2017-07-30 12:30:00 +0300 |
---|---|---|
committer | Avi Ziv <avi.ziv@amdocs.com> | 2017-07-30 12:30:00 +0300 |
commit | e5427f6b874af5feeccae778ae271fc5c33b8410 (patch) | |
tree | 9c092b7637b6925f70d4787d33ffd9bd6315487f /openecomp-ui/external-resources/healthcheck | |
parent | 094b3a2d8a772bb0a7e13039f8045b54e33e3c8d (diff) |
[SDC] Add proper FE healthcheck for OnBoard
Change-Id: I982f6c81be9176ef6c5fac32e77d866e31f1840f
Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-ui/external-resources/healthcheck')
-rw-r--r-- | openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json (renamed from openecomp-ui/external-resources/healthcheck/v1.0/healthcheck) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck b/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" } ] |