aboutsummaryrefslogtreecommitdiffstats
path: root/packages/docker/src/main
AgeCommit message (Collapse)AuthorFilesLines
2021-12-10Fix for livenessProbe failing OOMCustom_Workflowwaqas.ikram1-0/+1
Change-Id: I9c5bbaaff6c141f88e55f6bb727e3f1b9d5eca39 Issue-ID: SO-3674 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-12-06Fixing broken connection between api & bpmn-infrawaqas.ikram3-5/+12
Change-Id: I3ac58fe0e49aa1fb16d8f240120e093a2d78de95 Issue-ID: SO-3674 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-10-26Adding Hikari CP jar on camunda runtimeMukeshKumar1-0/+1
Issue-ID: SO-3799 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I3085313c49fe94a36994ce6ecd428ab90e6636fd
2021-10-18Fixing log directory issue for bpmn loggingMukeshKumar1-1/+1
Issue-ID: SO-3765 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: Ic868bde120e9ff91d98d3f1a1d73a3a02d0254c1
2021-10-15Fixing camunda script path issueMukeshKumar1-1/+1
Issue-ID: SO-3769 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: Ic91e1dd40eb4db7b8089de58cd40965d0166bc28
2021-10-04Fixing file permission issueMukeshKumar1-4/+6
Issue-ID: SO-3769 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I4715de0685239746e46d2e7a11fcd02d024845eb
2021-09-29Add logback-spring.xml and remove override.yaml from codeMukesh Paliwal1-4/+9
Issue-ID: SO-3765 Signed-off-by: Mukesh Paliwal <mukesh.paliwal1@huawei.com> Change-Id: I001d0bea3341383d4da01d34b9ab31d7907f8b54
2021-09-16Updating camunda-bpm-platform image versionwaqas.ikram1-4/+2
to enable EnvironmentPropertySource feature that uses environment variables to resolve expressions in server.xml Change-Id: I4fb178a78c438246b91095999ca3d155bfb58197 Issue-ID: SO-3674 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-09-08Separated start-app.sh for bpmn-infraMD IRSHAD SHEIKH3-77/+78
Issue-ID: SO-3674 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: I0c1ccc418091adbcf55931a32c1390468d90fdc8
2021-09-02Change the user in bpmn-infra containerMukesh Paliwal1-1/+11
Issue-ID: SO-3674 Signed-off-by: Mukesh Paliwal <mukesh.paliwal1@huawei.com> Change-Id: I9e2159c79856f1a64602d173507fae931ad14a33
2021-07-29Refactoring start-app.shMD IRSHAD SHEIKH1-2/+4
Issue-ID: SO-3674 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: I617dd0c08764d89693ebdde0dc62358c3a21781b
2021-07-26Added mariadb connectivity and solved certificate issueMD IRSHAD SHEIKH2-20/+46
Issue-ID: SO-3674 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: Idc0ed441d1371b057b7c3a80c8c675c66be95fe7
2021-07-19Changing catalina port 8080 to 8081MukeshKumar1-0/+2
Issue-ID: SO-3699 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I57467d784f142fe9c05d60d31f6eab303371c447
2021-07-07Copying wait-for script to fix bpmn-infra container for CSITMukeshKumar1-0/+1
Issue-ID: SO-3699 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: Ib20c961e9a3ac11d6592b6cc9533a88c69f192e7
2021-06-17Merging dynamic_BPMN code to Custom_Workflow branchMD IRSHAD SHEIKH1-0/+13
Issue-ID: SO-3674 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: I565ef9e4efa1955739d3963fa2d28a4f875ff7c5
2021-03-03revert the change of the docker base imageseshukm1-1/+1
Issue-ID: SO-3566 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Idf64064827f7d61ef310c4623894fca4d57cb60f
2021-02-22Change openjdk baseOS img to integration-java11Alexander Mazuruk1-1/+1
This change should not have any effects on functionality as integration image is built on top of adoptopenjdk/openjdk11:jre-11.0.8_10-alpine. Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (:latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: Ia7bb95a5518e77ba6eddb7e4512528c920f9e381
2021-02-17Remove mso-nssmf-adapter from SOmukesh.paliwal1-32/+0
Issue-ID: SO-3535 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I0fe65312fbde922064f3d464dc783e82fa4d707d
2021-02-17remove mso-cnf-adapter from somukesh.paliwal1-28/+0
Issue-ID: SO-3534 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I85a7ad93e9a89190805b508be25163bcbdd7c334
2020-10-02[SO] Updating SO base image Dockerfileajay_dp0011-1/+6
Issue-ID: SO-3243 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I7179c1403f9bfe362aa45e71a4e78fdcf5577299
2020-09-08[SO] Add logs to STDOUTDominik Mizyn1-1/+8
This commit add STDOUT appender to root level logging. Issue-ID: OOM-2514 Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com> Change-Id: Ie8544aeee830af365957884819f8485037add7be
2020-08-10version change and docker build issue for cnf adapterarun chapagain1-1/+1
Issue-ID: SO-3073 Signed-off-by: arun chapagain <arun.chapagain@huawei.com> Change-Id: I5dbebfe9c0a28fce9ec687a16d8d83c5830b8bda
2020-08-10Merge "build issue for building docker Issue-ID: SO-3073"Seshu Kumar M2-2/+2
2020-08-10build issue for building dockerarun chapagain2-2/+2
Issue-ID: SO-3073 Signed-off-by: arun chapagain <arun.chapagain@huawei.com> Change-Id: I000f2127a4e7ac363c9d8869a32a882f596d3f9c
2020-08-07New Module mso-cnf-adapter with docker configsekharhuawei1-0/+28
Issue-ID: SO-3122 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: I68e3d3340ba49c830cac530086eb0f514f0651eb
2020-08-06changes for java 11 upgradationarun chapagain1-1/+1
Issue-ID: SO-3082 Signed-off-by: arun chapagain <arun.chapagain@huawei.com> Change-Id: Icb14f1a29d06d828307f0acc23d4414fecbbfaa3
2020-05-13Add apache utils to SO base imageRamesh Parthasarathy1-1/+1
To encode plain text passwords using htpasswd apache utils has been added to SO base image Issue-ID: SO-2932 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: Ic92ac23ff604d1c86c5fc3aeb1c328b8cdcecad1
2020-04-30Docker file for NSSMF-ADAPTERjananib1-0/+32
Bug fix Change-Id: Ibf38c7603180227f85b770b3c030a4c941ea1771 Issue-ID: SO-2775 Signed-off-by: jananib <janani.b@huawei.com>
2020-03-10Merge "[Docker] Revert use of Java11"Steve Smokowski3-9/+24
2020-03-10[Docker] Revert use of Java11Sylvain Desbureaux3-9/+24
But keep use of non root user Issue-ID: SO-264 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Idde810bc130350070f65236633d4e89298d14d3b
2020-03-08Added git attributes to convert line endings toBoslet, Cory1-0/+5
Added git attributes to convert line endings to unix on checkout for .sh files Issue-ID: SO-2717 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I30cf53f6e89f447400ce51217ca4238b46f8fa23
2020-03-04Use base image for SO dockersSylvain Desbureaux3-29/+8
ONAP now has a specific base image for all containers using Java. This commit uses this file instead of creating a base image only for SO. Issue-ID: SO-2694 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I9578e4d5556bd175ad65c6d2f9ce917997651c7a
2020-02-15Added AAF SSL certs related changesRamesh Parthasarathy4-28/+0
Removed client certs from the docker image. These client certs will be mounted on the docker image using helm charts. This will allow helm users to manage AAF credentials using the keyfile available in SO OOM for CADI AAF feature. Issue-ID: SO-2451 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I03efc6ad279f0eaf6773b0ddd42ab43fc053e424
2020-02-12Added AAF SSL certs related changesRamesh Parthasarathy1-0/+20
if AAF_SSL_CERTS_ENABLED environment variable is turned on it will try initialize other environment variables related to AAF SSL certs. SO OOM application overrides will be dynamically configured whether or not to use AAF SSL certs. Issue-ID: SO-2451 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I46eb8fa2f8f790232635a3e1926fd2464c48d173
2019-11-21Added AAF Integration related changesRamesh Parthasarathy5-1/+33
Created two profiles for the application to run. Basic profile will allow the application to run in the current spring security authentication. AAF profile will authenticate and authorize requests with AAF. if no profile is given, it will fallback to basic. Change-Id: I2576f02e7afca3c10e02aaffef66a60fa1c4dd1a Issue-ID: SO-2451 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-10-15Changing log level for org.reflectionswaqas.ikram1-181/+177
Change-Id: I901a640889cf935325524fc99303aa8e77f60ed7 Issue-ID: SO-2358 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-10-08VNFM Simulator Removed. Moved to CSIT.AndrewLamb1-4/+0
Change-Id: I6c439615d52751578200ef84aacb20b0263b3846 Issue-ID: SO-1952 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-09-10Integrate Logging LibraryPlummer, Brittany1-17/+18
Updated SO to use ONAP provided filters and constants to meet logging standards. Removed redundant classes Updated constant references Issue-ID: SO-2301 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia4e3c2b1a4dcb3881aa34d39885c8b2782880d64
2019-08-26Added default value for when ErrorCode is null inBoslet, Cory1-13/+13
Added default value for when ErrorCode is null in mdc test to see if 404 log gets enhanced by change. Removed test id from class that was put to test via docker. Removed setting of partner name and tested with using try/catch Reverted change to request uri filter per comments Removed the request filter uri class that rerouted old uri orders Removed request filter from jersey config files Updated junit test that were pointing to the old uri to be failure test corrected formatting issues on ServiceInstancesTest Issue-ID: SO-2259 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id8f9daef139a82ee9e934d4d37906ffb7a7aadff
2019-04-19Build platform/cpu-agnostic SO container images on Arm platformBin Lu1-1/+1
Change-Id: Ifafbf5db2eaa6c31d7332697bf650633bfc307ea Signed-off-by: Bin Lu <bin.lu@arm.com> Issue-ID: INT-548
2019-04-09Added VNFM Simulator projectrokenny1-0/+4
Change-Id: I9b84164dc189128eed8d09b6ce69fc5d5fd78348 Issue-ID: SO-1618 Signed-off-by: rokenny <ronan.kenny@est.tech>
2019-03-27Added nss library to avoid ssl errorsRamesh Parthasarathy1-1/+1
Added nss library to the docker file to avoid ssl errors with alpine openjdk version "1.8.0_201" and above Change-Id: I42a2dae07a5d3ab4a505adbc9caa85c441f2e0a8 Issue-ID: SO-1675 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-11-21Fix PropertySmokowski, Steve (ss835w)1-1/+1
Issue-ID: SO-1237 Change-Id: I02484fbe6141e3f58e7d357d7866e44fd6e475d1 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-09-20Update LoggingSmokowski, Steve (ss835w)2-198/+172
Update logging to meet Casablanca Spec Change-Id: I029d6c63765992d6f091d96e2b4c34c60d30c484 Issue-ID: SO-947 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-09-19Addition of Dockerfile/logback for SO-Monitoringroot1-0/+4
Creating and adding the files required to include SO-Monitoring's docker image in the full SO build. Change-Id: I72cec6f51b8935f39757415eea7d8b961b8c8cd6 Issue-ID: SO-855 Signed-off-by: rope252 <gareth.roper@ericsson.com>
2018-09-12Add onap-ca.crt to dockerBrian Freeman2-1/+33
Issue-ID: SO-1031 Change-Id: Ib301c81bdd5683daf59345ec0a006253fe2c096a Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-04Fix LogbackSmokowski, Steve (ss835w)1-1/+0
Issue-ID: SO-974 Change-Id: Id553bc9f736f8e7cbefe3c29a56711712f082d5c Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-31Update LoggingSmokowski, Steve (ss835w)1-23/+2
Add CXF interceptor for SOAP based logging Clean up extra logging statements Add UT to ensure MDC properly populated Change package name on Jax-RS Filter to be more accurate Issue-ID: SO-947 Change-Id: I3a2afc58de3bf370675658ce3d19cf899b90def7 Change-Id: I3a2afc58de3bf370675658ce3d19cf899b90def7 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-23Rename asdc-controller docker imageRob Daugherty1-1/+1
OOM would like it to be called onap/so/sdc-controller. Change-Id: Ifa37b4fa62f214a1ff56e31c4f4f4eca5b4566fc Issue-ID: SO-897 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-21openstack_adapter container fails to startRob Daugherty1-1/+2
The reported problem occurs because the openstack-adapters app is attempting to do a migration on top of a migration already performed by the catalog-db app. I'm adding these options to flyway in openstack-adapters: baseline-on-migrate: true validate-on-migrate: false Another issue is that the java-based CloudConfig migration class was looking for CloudConfig data only in the application.yaml file in the classpath. It was not looking for CloudConfig data in the override file. I've changed this logic to look in the override file first and then in application.yaml. Ideally, these sources would be merged, but I don't see a reasonable way to do it. Change-Id: I7ba07c1f8f00b4c628e825393ee31502950fe592 Issue-ID: SO-868 Signed-off-by: Rob Daugherty <rd472p@att.com>