Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit is the first commit that puts in multi module structure while
changing the existing CLAMP code as little as possible.
It adds a structure where common, models, participant and runtime are direct children under clamp,
and current clamp code is moved under runtime. This runtime directory will host controlloop
runtime code in later commits.
Issue-ID: POLICY-3215
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I15bc8be92ed020343bff4024c4718fec462c40d7
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Update dependencies to remove some issues reported by Nexus-IQ.
Issue-ID: POLICY-3169
Issue-ID: POLICY-3120
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia8939f0c85ac4087c3fc2c71b66914d6c7178347
|
|
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
|
|
- 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
|
|
Remove clamp releases from that new policy project and fix also additional clamp leftovers
Issue-ID: POLICY-2922
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I25cc246c4ec6b44dd105b03800c915c9c05c5f0b
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Update vulnerable dependencies, camel + Spring boot + Mariadb
Issue-ID: CLAMP-850
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9850a07037d7bab0f303c69d5682b1f9de282425
|
|
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
|
|
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>
|
|
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
|
|
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>
|
|
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>
|
|
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
|
|
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>
|
|
Checkstyle fixes done to solve the Unstable build
Issue-ID: CLAMP-487
Change-Id: I694b13e03dd1e7220988fd0c08bfbf12a808f7f7
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
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>
|
|
Fix docker compose due to docker name changed
Issue-ID: CLAMP-418
Change-Id: I0f205da2c287a6b460ebb148ddb8ea2fc793220e
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
add authentication to elk with searchguard
Issue-ID: CLAMP-419
Change-Id: I66bca485750e3377db10f6f43efb7f741a42c17d
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
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>
|
|
Change-Id: If49336c8402ee826863237f996a659bf6ea7b08d
Issue-ID: CLAMP-341
Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
|
|
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>
|
|
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>
|
|
Issue-ID: CLAMP-230
Change-Id: If825138e82f814e4c4804001f99da807d87f27c9
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: Ie57c7f44b80337f21404d5d32d268b6cd9e03c7c
Issue-ID: CLAMP-218
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: I9c26e891c171d8f84bb9f4e03319f63599e00298
Issue-ID: CLAMP-226
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Issue-ID: CLAMP-222
Change-Id: I7ee3b0376440a590d4b945ebb2b2dc3d0183d6a1
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
|
|
Issue-ID: CLAMP-219
Change-Id: I2545d92b92e9a805122ca54d103865d12769cfe8
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
enable file input in logstash
Issue-ID: CLAMP-218
Change-Id: Iab1c91d937a09f5410f16372ea7237aabf3944ee
Signed-off-by: osgn422w <gn422w@intl.att.com>
|
|
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>
|
|
due to https and AAF enable
Change-Id: I2a599a0baa6fb66bf385e421960da0842f116f75
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-194
|
|
Change-Id: Ib9bfd64a34f5e3c31c8738beda929787cad9768e
Issue-ID: CLAMP-158
Signed-off-by: Anael Closson <ac2550@intl.att.com>
|
|
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
|
|
Change-Id: I3786f9e3a235831eb14efa5e154720ac84348ce2
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-136
|
|
Change-Id: Ief7060863c6606ec4dc7ef175b0b855323ab5d07
Issue-ID: CLAMP-77
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: I8b33340f8964eb39646a78146b96eb33c617a9e4
Issue-ID: CLAMP-77
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: Icf9dbd34a04ee6e7979d3754f753297654dd4a48
Issue-ID: CLAMP-77
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
* changes:
Timeout triggered when querying dmaap
CL generation produce too long CL names
Request failure polluting results
More vizualisation for the dashboard
|
|
|
|
Change-Id: I54ea0dc68ae0f4321c38268a48172eec89f71ea5
Issue-ID: CLAMP-124
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: If352b7db31ec388cf685eda7a71a140061d92a4d
Issue-ID: CLAMP-77
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: I7b8221ace6df00c6239f102f365c8d6db0dce41a
Issue-ID: CLAMP-124
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: Idcfb7c5dbb738bf0456617b47bdf4c27d7a7c7a0
Issue-ID: CLAMP-77
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: I0a3b8f1e812f6199c5a7fbbabd88c6c5ec4217cc
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-111
|
|
Change-Id: Ib569c185a982afa61ec68012a238a8c99d591d31
Signed-off-by: ac2550 <ac2550@intl.att.com>
Issue-ID: CLAMP-124
|
|
Change-Id: Ica3089a429920a8f3a17badba9d41c207923450d
Issue-ID: CLAMP-124
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: If5e81b735646c507dea46dcea86ceb08e0ef2442
Issue-ID: CLAMP-124
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: I8f7829549586a75c0d975070eb2db9c715dc7c0a
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-127
|
|
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>
|
|
|
|
|