aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-07-30 12:34:36 +0000
committerGerrit Code Review <gerrit@onap.org>2017-07-30 12:34:36 +0000
commit48897753a896a5ffd915ce3cbe2413c981c48c77 (patch)
treee18030c7f147fe4ef6c1238556f1ef918a680c3c
parentb5b5f8b39b79aeb4a3905c1e8fa49b5dfc45b670 (diff)
parente5427f6b874af5feeccae778ae271fc5c33b8410 (diff)
Merge "[SDC] Add proper FE healthcheck for OnBoard"
-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"
}
]