aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui
diff options
context:
space:
mode:
authorAvi Ziv <avi.ziv@amdocs.com>2017-07-31 15:50:46 +0300
committerTal Gitelman <tg851x@intl.att.com>2017-08-02 14:24:34 +0000
commitf15292dd1b262f0a4300c3e7a5bdc5430a6f2a63 (patch)
treef2fabed929cd8a34fb41cf645366b92050e252ab /openecomp-ui
parente280d7229f42210719b76775cd47bddb675c3c53 (diff)
[SDC] fix health check
Change-Id: Ie82b9d1f6c2c617107114670da24ca7ac873c0cc Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-ui')
-rw-r--r--openecomp-ui/external-resources/healthcheck/healthcheck (renamed from openecomp-ui/external-resources/healthcheck/healthcheck.json)0
-rw-r--r--openecomp-ui/gulpfile.js4
2 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/external-resources/healthcheck/healthcheck.json b/openecomp-ui/external-resources/healthcheck/healthcheck
index e17838f246..e17838f246 100644
--- a/openecomp-ui/external-resources/healthcheck/healthcheck.json
+++ b/openecomp-ui/external-resources/healthcheck/healthcheck
diff --git a/openecomp-ui/gulpfile.js b/openecomp-ui/gulpfile.js
index 68fd253346..6d45a0b374 100644
--- a/openecomp-ui/gulpfile.js
+++ b/openecomp-ui/gulpfile.js
@@ -33,7 +33,7 @@ const path = {
svgSrc: './resources/images/svg/*.svg',
appinf: './webapp-onboarding/**/*.*',
jetty: './webapp-onboarding/WEB-INF/jetty-web.xml',
- healthCheckInput: './external-resources/healthcheck/healthcheck.json',
+ healthCheckInput: './external-resources/healthcheck/healthcheck',
srcDir: './src/',
// output
output: dist,
@@ -42,7 +42,7 @@ const path = {
appinf_output: dist + '/webapp-onboarding',
healthCheckOutput: dist + '/v1.0',
// war
- war: [dist + '/index.html', dist + '/punch-outs*.js', dist + '/**/*.{css,png,svg,eot,ttf,woff,woff2,otf}', dist + '/**/*(config.json)', dist + '/webapp-onboarding/**', dist + '/**/*(healthcheck.json)'],
+ war: [dist + '/index.html', dist + '/punch-outs*.js', dist + '/**/*.{css,png,svg,eot,ttf,woff,woff2,otf}', dist + '/**/*(config.json)', dist + '/webapp-onboarding/**', dist + '/**/*(healthcheck)'],
heatWar: [dist + '/heat.html', dist + '/heat-validation_en.js', dist + '/**/*.{css,png,svg,eot,ttf,woff,woff2,otf}', dist + '/**/*(config.json)', 'webapp-heat-validation/**'],
wardest: dist,
// storybook