aboutsummaryrefslogtreecommitdiffstats
path: root/deliveries
AgeCommit message (Collapse)AuthorFilesLines
2021-03-09honolulu release commit8.0.2RachithaRamappa931-1/+1
Change-Id: I31126c01152d376d1375bc9c5ec996ba4eff83ff Issue-ID: VID-958 Signed-off-by: rachitha.ramappa@att.com
2021-03-04honolulu relase patchRachithaRamappa931-1/+1
Change-Id: I5f5517d7527b72021c13a647ef79f5b0270af17a Issue-ID: VID-958 Signed-off-by: rachitha.ramappa@att.com
2021-03-04Reason for revert: This is blocking us from releasing the honolulu release - ↵Rachitha Ramappa10-14/+196
the change is much wider than initially thought of - parts of this change are still in the open in oom - this cannot go alone. See VID-890 for more details. Issue-ID: VID-890 Change-Id: Ib8bb4a462f63a76acf446c8784ae082452c5cd4a Signed-off-by: rachitha.ramappa@att.com
2021-02-23honolulu snapshot release8.0.0RachithaRamappa931-1/+1
Change-Id: I57ab0e2f5356a1690cd09558b96d5e0bfe911255 Issue-ID: VID-958 Signed-off-by: rachitha.ramappa@att.com
2020-11-05The following change are for release VID's RC1 for Guilin releaseRachitha Ramappa1-2/+2
Change-Id: I26060228813b0bfb51c1eea7441091e755539c2f Issue-ID: VID-902 Signed-off-by: rachitha.ramappa@att.com
2020-11-05Fix for VID-8907.0.2Ikramullah, Ikram (fi241c)10-196/+14
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>
2020-11-02VID Guilin ReleaseKruthi Bhat1-1/+1
The following change are for release VID's RC0 for Guilin release Issue-ID: VID-902 Change-Id: Ic2a24cae6e09ce0a868e10b8009715b333e1070e Signed-off-by: krutbhat@att.com
2020-08-12Allow to run on read only root fsSylvain Desbureaux2-16/+22
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
2020-05-07Bump VID master version to 7.0.0 (Guilin)Ittay Stern1-1/+1
Issue-ID: VID-813 Change-Id: I4ead7f5cca5380a5eba154b30fb18e18177865af Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-22Release VID 6.0.4 (Frankfurt)Ittay Stern1-1/+1
Issue-ID: VID-786 Issue-ID: VID-779 Change-Id: Id12176b2bef8e0102a6e5db3d6ba44c7b6cb156e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-15Handle DB password special charactersIttay Stern2-2/+2
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>
2020-03-04Release VID 6.0.3 (Frankfurt)Ittay Stern1-1/+1
Issue-ID: VID-761 Change-Id: I57cf2a0506e9113667b17238d99512999b80b524 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-25Move to debian `apt` (was alpine `apk`)Ittay Stern1-1/+5
Issue-ID: VID-498 Issue-ID: VID-756 Change-Id: Id324e2970022618acfad6e478a21134525b6cf06 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-24Move to jdk11-openjdk-slim (was jre8-alpine)Ittay Stern1-4/+12
Issue-ID: VID-498 Issue-ID: VID-756 Change-Id: Ia95e99f464d7f2e107821492cef522badee693fc Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-26Release VID 6.0.2 (Frankfurt)Ittay Stern1-1/+1
Issue-ID: VID-716 Change-Id: Ic61e1d7f4d85c0d17b1a41a50d2a5578409abd3b Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-09Release VID 6.0.1 (Frankfurt)Ittay Stern1-2/+2
Issue-ID: VID-716 Change-Id: If85e9c7b0b68ae19b7da84f9a7d4459fd4dae21e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-08Bump VID master version to 6.0.1 (Frankfurt)6.0.1Ittay Stern1-1/+1
Issue-ID: VID-716 Change-Id: Iee183065e46f791b121581b89447be58dc36f422 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-19Make logback.xml editable after VID is deployedIttay Stern1-1/+9
Issue-ID: VID-733 Change-Id: I16b9fa0e4f310900aa7bd733e40c00868db33f90 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-12Let straightforward `vidkeystorepassword` setting in values.yamlIttay Stern2-2/+6
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>
2019-09-18Bump VID master version to 6.0.0 (Frankfurt)Ittay Stern1-1/+1
Change-Id: I74b6f5dbf614cf3a29a8c1570a1f113d191f7e57 Issue-ID: VID-631 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-15Bump VID version to 5.0.3Ittay Stern1-1/+1
Change-Id: I4c3de5eeaac8e576b6a52a87dbe3dc148c203edb Issue-ID: VID-611 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-04Bump VID version to 5.0.2Ittay Stern1-1/+1
Change-Id: I9e971e01b1516da3313c63a28ce0f8f982cb9921 Issue-ID: VID-576 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-13Merge "moving certs from docker image to mounted catalog"Ittay Stern2-3/+3
2019-08-13Bump VID version to 5.0.1Ittay Stern1-1/+1
Issue-ID: VID-494 Change-Id: I0564a6ac162b82211733525133c6e1dadf1541c0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-08moving certs from docker image to mounted catalogBartosz Gardziejewski2-3/+3
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>
2019-07-04Merge "Send logs to logstash"Wojciech Sliwka5-745/+3
2019-06-19Remove maven-deploy-pluginIttay Stern1-8/+0
This lets vid-master-release-version-java-daily go green. Change-Id: I8d1fdc153566a8b3b8e3783f6a9637c58d608127 Issue-ID: CIMAN-234 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-07Send logs to logstashWojciech Sliwka5-745/+3
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>
2019-06-05Bump VID version to 5.0.0Ittay Stern1-2/+2
Issue-ID: VID-296 Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-11Update Tomcat version to 9.0.x (was 8.0.x)Ittay Stern1-1/+1
Issue-ID: VID-244 Change-Id: I317720b73ce4e9ea312cfefbc75ecafb56699f1a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-09Run tomcat as onap userWojciech Sliwka1-2/+5
Issue-ID: VID-423 Change-Id: I5ec25252e325216e0835c55ae9b8ddb47ce11161 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-03-15Escape unexpected tokens in CATALINA_OPTSIttay Stern1-1/+1
Change-Id: I58b37bb0ac7da5eb49517c9ed17327225728f369 Issue-ID: VID-445 Issue-ID: VID-429 Issue-ID: VID-439 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-13New VID certificate valid until: March 12, 2020Ittay Stern1-94/+94
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>
2019-02-22Introduced dynamic workflow properties in VID FEgolabek1-37/+37
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>
2019-02-18Merge "Introduced mocked SO workflows in VID FE"Ittay Stern1-1/+4
2019-02-18Introduced mocked SO workflows in VID FEgolabek1-1/+4
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>
2019-02-13Add dockers tag with timestamp and latestIttay Stern1-104/+110
Change-Id: I22d1b3bd50c780ae1aff8eb49078a9f098cb55c7 Issue-ID: VID-421 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-01-25INT-763 - build small vid imagessandovalfr2-4/+3
Issue-ID: INT-763 Change-Id: I870414f40a4fbc67dba97cd3d297e251ee1ab64f Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
2019-01-21Merge "Rearrange docker to speed-up building"Wojciech Sliwka1-70/+76
2018-12-27Merge "Logging improvements"Ittay Stern2-3/+81
2018-12-24Logging improvementskurczews2-3/+81
* 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>
2018-12-21Rearrange docker to speed-up buildingkurczews1-70/+76
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>
2018-12-20pom.xml cleanupbiniek1-91/+89
Change-Id: I7622437fbd6d4d4a0b09782c8a6fa2d6016f90ab Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-14.gitignore cleanupbiniek1-1/+3
Change-Id: Ibfce4d25dba62bfc4eb00f761f7b893aefb1b69d Issue-ID: VID-367 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-04Add simulator to docker-compose.ymlkurczews2-5/+16
Issue-ID: VID-354 Change-Id: If531a133c6d6267e5b956cbb9852fc15e24642d5 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-12-04Merge "Change template properties for AAI"Ofir Sonsino2-4/+2
2018-11-22Updated version of parent in vid-deliveriesbiniek1-1/+1
Change-Id: I867d6ed05530d823f52d455fe12d13ca0c417dfe Issue-ID: VID-357 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-11-14Change template properties for AAIbiniek2-4/+2
Change-Id: I5412a152e6df701d94c8dffbc2a22d70e282008c Issue-ID: VID-343 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-11-05Move logback config from WARkurczews5-7/+721
Issue-ID: VID-40 Change-Id: I8c658e78af0e5b045e9fb36f4da07f0c5bb0f097 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-10-24Bump VID versionSonsino, Ofir (os0695)1-1/+1
Change-Id: I096e21eabfeaddc8d186572693d776eaf8cd7519 Issue-ID: VID-333 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>