Age | Commit message (Collapse) | Author | Files | Lines |
|
VID was using sed based replacement for the environment variables exposed to its scripts.
This was causing many issus with special characters. This has been fixed.
Issue-ID: VID-890
Change-Id: I17fb9621bd5b1e6f4b7278df1fd77c617ce9a26d
Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
|
|
In order to be able to run on read only root fs, two changes have been
done:
* unpack tomcat war at container creation
* launch the property file configuration conditionnally
If "ON_KUBERNETES" environment variable is set to "TRUE" (default is
"FALSE" for backward compatibility), the proper have to be set at boot
via configmap on Kubernetes for example.
Changes are backward compatible and shouldn't change actual behavior per
default.
Issue-ID: VID-850
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I6f96e2ca55093ee899be18d6ce4c2dfd7c1a5792
|
|
printf %q will add necessary slashes for the shell; e.g.: the following
pair is an example for input and output:
Dufr1&Ze heP$1\n"e'wi => Dufr1\&Ze\ heP\$1\\n\"e\'wi
Issue-ID: OOM-2293
Issue-ID: VID-786
Change-Id: I44042782c3d9af6dffb228413197791424a2b659
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-498
Issue-ID: VID-756
Change-Id: Id324e2970022618acfad6e478a21134525b6cf06
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-498
Issue-ID: VID-756
Change-Id: Ia95e99f464d7f2e107821492cef522badee693fc
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-733
Change-Id: I16b9fa0e4f310900aa7bd733e40c00868db33f90
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
The value of vidkeystorepassword is plugged as environment variable
VID_KEYSTORE_PASSWORD. (see commit 7a3e2594; change-id:
Ibf52542344ecf79fb947858329f37018731d2270)
Now CATALINA_OPTS will be evaluated when container is started, with
the actual value of VID_KEYSTORE_PASSWORD env variable.
This fixes the issue where CATALINA_OPTS is evaluated at Docker
build time, with a static VID_KEYSTORE_PASSWORD value.
Issue-ID: VID-494
Issue-ID: VID-650
Change-Id: Ife2a2e92b3745691cc45590d1afd1688d918048f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Removing certificates from dockerfile and adding mounted volume in docker-compose, this is connected with oom commit https://gerrit.onap.org/r/c/oom/+/92888
Issue-ID: VID-494
Change-Id: Ibf52542344ecf79fb947858329f37018731d2270
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
|
|
Removing logback from vid container as it is not used at all
Setting eelf variable to read configuration from /tmp/logback.xml -place which is mounted in oom
/tmp/logback.xml has logpath set to /var/log/onap/
Change-Id: I8045e1d63f8f2b7574684f0758475555463fe8b1
Issue-ID: VID-485
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
Issue-ID: VID-244
Change-Id: I317720b73ce4e9ea312cfefbc75ecafb56699f1a
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-423
Change-Id: I5ec25252e325216e0835c55ae9b8ddb47ce11161
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
Change-Id: I58b37bb0ac7da5eb49517c9ed17327225728f369
Issue-ID: VID-445
Issue-ID: VID-429
Issue-ID: VID-439
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Alias name: vid@vid.onap.org
Owner: C=US, O=ONAP, OU=OSAAF, OU=vid@vid.onap.org, EMAILADDRESS=, CN=vid
Issuer: CN=intermediateCA_9, OU=OSAAF, O=ONAP, C=US
Valid from: Tue Mar 12 15:26:01 GMT 2019
until: Thu Mar 12 15:26:01 GMT 2020
SubjectAlternativeName [
DNSName: vid
DNSName: vid.api.simpledemo.onap.org
DNSName: vid.onap
]
Issue-ID: VID-439
Change-Id: I1c7c86b8a8170b1da815edd735b46a7df52d05fa
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
VID FE will get workflows from SO API (mocked at this moment),then call SO for the parameters and dynamically render those parameters on the
page.
(contains PR of @Wojciech Sliwka about mocked parameters API from SO)
Change-Id: If2cd156cd96a120e79746a4da44d4926f8d6cbcf
Issue-ID: VID-398
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
Mocked SO workflows joined with list of workflows from VIDs DB.
(Contains: Mocked BE service to return workflow list)
Change-Id: I10336238cfeb8819e0a2b3e88cd86c338cab86fa
Issue-ID: VID-399
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
Issue-ID: INT-763
Change-Id: I870414f40a4fbc67dba97cd3d297e251ee1ab64f
Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
|
|
|
|
* move less important tomcat logs to file instead console
* update properties -> log sql queries only to file
Issue-ID: VID-376
Change-Id: I8fd61424e2d2f3843028a60351468fd9f34f6194
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Reduce number of layers in order to improve build time.
Every layer (even zero-sized ones) forces Docker engine to check layers cache. Every cache call incurs non zero cost which in case of 60+ layers becames one of bottlenecks during build.
Issue-ID: VID-164
Change-Id: Id190d956edb61a1efdb6171602c7fd2228598ddc
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Issue-ID: VID-354
Change-Id: If531a133c6d6267e5b956cbb9852fc15e24642d5
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
|
|
Change-Id: I5412a152e6df701d94c8dffbc2a22d70e282008c
Issue-ID: VID-343
Signed-off-by: biniek <lukasz.biniek@nokia.com>
|
|
Issue-ID: VID-40
Change-Id: I8c658e78af0e5b045e9fb36f4da07f0c5bb0f097
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Change-Id: I371321ec5365222a210bc2bec863fcff7b7550f5
Issue-ID: VID-329
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
/onap/sp/infra was recently removed from svc.instance.path
Change-Id: I69c2a7c2cb1005aefdcd3257427a76d88fb626c6
Issue-ID: VID-320
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
Improve scripts to avoid unecessary WAR repackaging. Tomcat extracts WAR content
when deployed so there is no need to repackage whole WAR (time-costly operation)
in order to update template properties
Issue-ID: VID-164
Change-Id: I2aa2db915ba7408cf9da51a28695c4890c369312
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Change-Id: I246430b79388119e3b666f385ad671e1a4a182fd
Issue-ID: VID-293
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Use correct trust store file in SSL configuration
Fix for schema and data creation
Change-Id: Ie5b329191779a75ea902f547f09b59b65f09f64c
Issue-ID: VID-271
Signed-off-by: Jakub Zieba <jakub.zieba@nokia.com>
|
|
Use HTTPS for internal VID interfaces
Change-Id: I72260cd10c4d83e84f639798f4e4ebb738f6f4aa
Issue-ID: VID-273
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
Issue-ID: VID-293
Change-Id: I5d74e6f5d442c02e3a693e1b9328fede7533263d
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Issue-ID: VID-279
Change-Id: If592225832c2e549182ebbb888f4b92f5b91f0e3
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Change-Id: Ia4cf3c5f7c000569fb7fb639913bbbbdb5c63ded
Issue-ID: VID-196
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I9aae4c7539984cba3bd6c9f09eb2ec3d8d20b9c5
Issue-ID: VID-196
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I2139b3acdc2d426f7e76bf23d6458e85119bfb70
Issue-ID: VID-213
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I82b17204ccff4cad023d8533fc884c4ebf1da38c
Issue-ID: VID-209
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: Iec9b90bfa7b53c6f100e6b3c66545adc183f8547
Issue-ID: VID-209
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
|
|
Issue: VID-37
Change-Id: I04813db16b6d4af43540343d8e96c35333a1c2d8
Signed-off-by: Amichai Hemli <ah0398@intl.att.com>
|
|
add missign information into properties files, localization scirtp and Dockerfile to solve the problem of accessing VID portal form ONAP Portal
Issue: PORTAL-34 PORTAL-38
Change-Id: Ief9c0fcb57aa0d455d943806acb04de698342b8e
Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
|
|
DNS based FQDN from DNS
also make changes to allow mvn install and
mvn docker:build work, it include:
- epsdk version change to 1.3.0-SNAPSHOT
- vid-parrent version to 1.1.0-SNAPSHOT
- add .gitignore to ignore products
mvn install and mvn docker:build
also exception handling in test is added
to make maven not complain
Change-Id: I5d1c7f8cdd5b7e78a863cb6b9e64bc8d15c424c5
Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
|
|
Change-Id: I96e3eaaf48c7bd4d98a9fdcc1f5d6f9ec489302d
Signed-off-by: jimmydot <jf2512@att.com>
|
|
Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346
Signed-off-by: jimmydot <jf2512@att.com>
|
|
Change-Id: I948c131890876c99a5a3739b404931b68effabf8
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Change-Id: I50ed55d301d33ddfe42a7036c9eea1255c882853
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Change-Id: I2f0c09692c2ae70be61b8bb552fd1bd2983eb661
Signed-off-by: DR695H <dr695h@att.com>
|