aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docker
AgeCommit message (Collapse)AuthorFilesLines
2021-05-20Merge master into tosca-poc branchliamfallon5-620/+0
This review was created with the commands: git co master git pull git co tosca-poc git pull git merge -X theirs master With this merge, the CLAMP master branch is merged into tosca-poc, and, apart from the tosca-controlloop directory, they are identical Issue-ID: POLICY-3215 Change-Id: Iaa1c4894b33508f8bb75b7d1c0dd414964497625 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-03-16Add refresh & update libssebdet1-1/+1
Add refresh features to the policy list when changing it + update materials-Ui + update Json-editor libs to solve big lag in UI + Remove useless link in the menu + fix issue with build due to mariadb not started yet Issue-ID: POLICY-3131 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9bcb9558f213731a4ea8e20e186fb91c9db1b6f3 (cherry picked from commit b8831e5199aa0fe2bb1de531069d376182b3571d)
2021-01-22Add policies list and PDP responses in the emulatorsebdet1-2/+2
- Add some specific answers to the emulator so that the backend list code can be tested - add guilin tca blueprint to the integration tests so that the test.sql contains a new template. Issue-ID: POLICY-2924 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I716cfbaa1a084df1455da25470d86b903ef7c936 (cherry picked from commit dabd6db614abf78508add7cdbef2120120ce3d9b) Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia8e7a80a3adb205de2bdb4a1a9051a734b424980
2021-01-20Add tosca-controlloop directory for TOSCA-POC devliamfallon1-3/+3
The module structure is: ./tosca-controlloop (maven module) ./tosca-controlloop/common (maven module, could be moved to policy-common) ./tosca-controlloop/design (maven module, control loop design time component) ./tosca-controlloop/models (maven module, should be moved to policy-models) ./tosca-controlloop/participants (maven modue for control loop participants) ./tosca-controlloop/runtime (maven module, control loop run time component) This patch also updates the repo to the current status of the master branch Issue-ID: POLICY-2971 Change-Id: I98c7e25f592cc7d9783d5daff3e9e3ad2e7b5214 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-08-03Update some direct dependenciessebdet1-2/+2
Update vulnerable dependencies, camel + Spring boot + Mariadb Issue-ID: CLAMP-850 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9850a07037d7bab0f303c69d5682b1f9de282425
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj1-1/+1
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: CLAMP-861 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I7e7a7799ae48901c289d07bc07e7c96f24f5d078
2020-04-21Remove legacy password encryptionJulienBe1-1/+1
This makes it easier to have a clean password policy on oom Issue-ID: CLAMP-796 Change-Id: Ib02e65e32daeeaeaa8faa10631dc62604734ab8c Signed-off-by: JulienBe <jb379x@att.com>
2020-03-27Fix frontend dockersebdet1-1/+1
Rework the frontend image so that it does not crash when it starts Issue-ID: CLAMP-797 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9448f52eada95a171006e6e524ffac2e70c9f59e
2020-02-10Removal of ELKsebdet20-930/+0
Removal of ELK stack in this repo as now we have clamp-dashboard repo to handle the images construction Issue-ID: CLAMP-483 Change-Id: Icdea709015a973acc6e7884b5444caa1ee3c8cc8 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-02-10Get policy in CsarInstallersebdet2-2/+2
Get the policies on the PEF engine when installing the CSAR (if needed) Issue-ID: CLAMP-518 Change-Id: I2cca157821c22ef63dc748984140287667cc4663 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-02-05Update SSL Certs and docChrisC1-1/+1
Update SSL certs for Frankfurt (expiry date Feb 2021) + fix clamp env for compose. Documentation updated to reflect what to do for cert renewal (readme). Issue-ID: CLAMP-641 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I24e24ee88674c3d5b399bc0f1722c61f4c54a937
2019-09-12Add scritp for DBsebdet1-1/+1
Add scripts to load/save the db + add autogeneration of the test data used by the CSIT Issue-ID: CLAMP-496 Change-Id: I90cc4d1860562c0325038e6b8e900d99b64d201a Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-09-11Checkstyle fixessebdet1-1/+1
Checkstyle fixes done to solve the Unstable build Issue-ID: CLAMP-487 Change-Id: I694b13e03dd1e7220988fd0c08bfbf12a808f7f7 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-28Fix frontend dockersebdet2-9/+13
Fix the frontend docker in Nginx with https for backend in https as well Issue-ID: CLAMP-486 Change-Id: I33fd89289618affa5e734c80991aaefece31309e Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-20Fix the docker composesebdet1-1/+1
Fix docker compose due to docker name changed Issue-ID: CLAMP-418 Change-Id: I0f205da2c287a6b460ebb148ddb8ea2fc793220e Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-17add searchguardosgn422w1-1/+3
add authentication to elk with searchguard Issue-ID: CLAMP-419 Change-Id: I66bca485750e3377db10f6f43efb7f741a42c17d Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-05-23make kibana httpsosgn422w1-0/+2
introduce certificate so access to kibana is https only Issue-ID: OJSI-147 Change-Id: I69e52cb4cb801b9d890c41090c871badd210ad35 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-04-04Add new visualizations + new kibana + new LogstashKrysiak Adam1-1/+1
Change-Id: If49336c8402ee826863237f996a659bf6ea7b08d Issue-ID: CLAMP-341 Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
2019-02-28Introduce new entitiessebdet1-1/+1
Introduce new database entities to support the new Clamp model Change-Id: I6c8d7fdaf8201c2bc7878f8a807c89002525857f Issue-ID: CLAMP-299 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2018-10-31add missing visualosgn422w1-2/+7
add missing visualization for original dashboard and update readme Issue-ID: CLAMP-240 Change-Id: I4425219318bb83c2906e5b3e85f4c1ad484a1fad Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2018-10-11Docker-compose for heat integration labac25502-0/+86
Issue-ID: CLAMP-230 Change-Id: If825138e82f814e4c4804001f99da807d87f27c9 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-10-11Use logstash configuration from OOMac25502-157/+11
Change-Id: Ie57c7f44b80337f21404d5d32d268b6cd9e03c7c Issue-ID: CLAMP-218 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-10-08New kibana config load/restoreac25504-77/+61
Change-Id: I9c26e891c171d8f84bb9f4e03319f63599e00298 Issue-ID: CLAMP-226 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-09-18Use OSS version of ELK imagesac25502-21/+32
Issue-ID: CLAMP-222 Change-Id: I7ee3b0376440a590d4b945ebb2b2dc3d0183d6a1 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-09-11Merge "Upgrade ELK to 6.1.3"Sébastien Determe2-7/+12
2018-09-10Upgrade ELK to 6.1.3ac25502-7/+12
Issue-ID: CLAMP-219 Change-Id: I2545d92b92e9a805122ca54d103865d12769cfe8 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-09-04logstash inputosgn422w2-16/+55
enable file input in logstash Issue-ID: CLAMP-218 Change-Id: Iab1c91d937a09f5410f16372ea7237aabf3944ee Signed-off-by: osgn422w <gn422w@intl.att.com>
2018-08-10Update Logging Specificationsxg353y3-32/+0
Update logging related parameters basedon the ONAP logging specification v1.2 Issue-ID: CLAMP-203, CLAMP-204, CLAMP-205 Change-Id: Ide7608e289f647862be8db6eb3d7bf11b6e7218a Signed-off-by: xg353y <xg353y@intl.att.com>
2018-07-04Fix CSIT tests for clampeh552t4-0/+33
due to https and AAF enable Change-Id: I2a599a0baa6fb66bf385e421960da0842f116f75 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-194
2018-05-14Error when no abated msg yetac25501-1/+1
Change-Id: Ib9bfd64a34f5e3c31c8738beda929787cad9768e Issue-ID: CLAMP-158 Signed-off-by: Anael Closson <ac2550@intl.att.com>
2018-05-08closedLoopAlarm dates in us not in msac25501-7/+9
Dates received from other services are in ms, not in ms. Change-Id: I3e2583f4d7f771a73b12d56c040941fa9d6494cc Signed-off-by: ac2550 <ac2550@intl.att.com> Issue-ID: CLAMP-158
2018-04-12Improve policy Config fix for docker-composeehautot2-38/+1
Change-Id: I3786f9e3a235831eb14efa5e154720ac84348ce2 Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-136
2018-03-29Update missing fieldsac25501-1/+1
Change-Id: Ief7060863c6606ec4dc7ef175b0b855323ab5d07 Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-29Random error message when op_failedac25501-5/+28
Change-Id: I8b33340f8964eb39646a78146b96eb33c617a9e4 Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-29Add error widget to dashboardac25502-12/+18
Change-Id: Icf9dbd34a04ee6e7979d3754f753297654dd4a48 Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28Merge changes I54ea0dc6,If352b7db,I7b8221ac,Idcfb7c5dSébastien Determe3-25/+37
* changes: Timeout triggered when querying dmaap CL generation produce too long CL names Request failure polluting results More vizualisation for the dashboard
2018-03-28Merge "Add simulator cases for (un)deploy/stop + typo"Sébastien Determe1-1/+1
2018-03-28Timeout triggered when querying dmaapac25501-1/+1
Change-Id: I54ea0dc68ae0f4321c38268a48172eec89f71ea5 Issue-ID: CLAMP-124 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28CL generation produce too long CL namesac25501-6/+6
Change-Id: If352b7db31ec388cf685eda7a71a140061d92a4d Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28Request failure polluting resultsac25501-5/+14
Change-Id: I7b8221ace6df00c6239f102f365c8d6db0dce41a Issue-ID: CLAMP-124 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28More vizualisation for the dashboardac25501-13/+16
Change-Id: Idcfb7c5dbb738bf0456617b47bdf4c27d7a7c7a0 Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28Add simulator cases for (un)deploy/stop + typoehautot1-1/+1
Change-Id: I0a3b8f1e812f6199c5a7fbbabd88c6c5ec4217cc Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-111
2018-03-27Use parameters to configure DMaaP event generatorac25501-13/+35
Change-Id: Ib569c185a982afa61ec68012a238a8c99d591d31 Signed-off-by: ac2550 <ac2550@intl.att.com> Issue-ID: CLAMP-124
2018-03-27Environment for logstash not seen by logstashac25502-11/+9
Change-Id: Ica3089a429920a8f3a17badba9d41c207923450d Issue-ID: CLAMP-124 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-27Incorrect environmentac25502-7/+0
Change-Id: If5e81b735646c507dea46dcea86ceb08e0ef2442 Issue-ID: CLAMP-124 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-23Re-add config for test removed by errorehautot1-0/+37
Change-Id: I8f7829549586a75c0d975070eb2db9c715dc7c0a Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-127
2018-03-22Remove the test flagDeterme, Sebastien (sd378r)1-37/+0
Remove test flag from deploy and undeploy. Also remove useless variable definition Issue-ID: CLAMP-141 Change-Id: I49bd3e88b9a37d891fce243dbadb9a5f890c06cf Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-21Merge "SDC proxy do not depend on CLAMP"Sébastien Determe1-2/+0
2018-03-21Merge "Modify third party proxy to test the SUBMIT"Sébastien Determe3-115/+7
2018-03-21Modify third party proxy to test the SUBMITehautot3-115/+7
Change-Id: I86dad99c141ef78b23e28cbb3eab6516d04000a8 Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-100