[SDC] fix health check 15/6415/2
authorAvi Ziv <avi.ziv@amdocs.com>
Mon, 31 Jul 2017 12:50:46 +0000 (15:50 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Wed, 2 Aug 2017 14:24:34 +0000 (14:24 +0000)
Change-Id: Ie82b9d1f6c2c617107114670da24ca7ac873c0cc
Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
openecomp-ui/external-resources/healthcheck/healthcheck [moved from openecomp-ui/external-resources/healthcheck/healthcheck.json with 100% similarity]
openecomp-ui/gulpfile.js

index 68fd253..6d45a0b 100644 (file)
@@ -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