Age | Commit message (Collapse) | Author | Files | Lines |
|
ElasticSearch run as non-root user
Issue-ID: CLAMP-668
Change-Id: I786e2ff8babf4b78fa6dfdf63ff9cd486099fbac
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
move dashboard to Opendistro and certificate update
Issue-ID: CLAMP-483
Change-Id: Ibaba1d517c13adeab611ab23749fb16295081372
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
|
|
Fix the image name and SQL for mariadb as it has been updated
Issue-ID: CLAMP-467
Change-Id: I0bb9bf48b86a8eb3cc7a0f74dd5a5f20e46e8b44
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Today when deploying CLAMP with OOM, the PersistentVolumeClaim needs the
"ReadWriteMany" (or "RWX") capability.
According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes),
ReadWriteMany stands for "the volume can be mounted as read-write by many nodes".
That means that a particular PVC needs to be read and written from many pods.
That also means that your code takes that into account and do the work to avoid
write at the same place at the same time.
An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't
support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon
and Google storage classes).
CLAMP PVC is used only for one ES instance. Thus we don't need RWX.
Change-Id: I3a17195bca4f0f01b5cdb0d8e803bb2a8ab2dd38
Issue-ID: CLAMP-488
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
resolve security isue on kibana and release early drop CLAMP
Issue-ID: CLAMP-419
Change-Id: I098f30d251f020470c0f1af1ce309a6a1a3b814d
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
Issue-ID: CLAMP-341
Change-Id: I5bd3cf20ec445e6972ce40f06f3d40e6056a1d43
Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
|
|
For Casablanca release, flavors have been set up for choosing the
"right" resource requests and limits.
Although the deployment is using the right way for that, clamp-xxx
charts values.yaml was not.
This commit makes values.yaml aligned with flavors
Change-Id: I025965d3d7820345f8459a5c5821091a29b2c5c7
Issue-ID: CLAMP-250
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
+ add logstash configuration for a 2nd aggregated index
+ use new restore scripts for restoring dashboards
Change-Id: I9176fa3b551591fdaf968e5b2496d510581aca22
Issue-ID: CLAMP-222
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Issue-ID: OOM-1369
Change-Id: I7ad1f9654f90ffe9c67dcf567c3ca694366bc66a
Signed-off-by: Mukul <mukul.joshi@amdocs.com>
|
|
Fix CLamp settings in CLAMP, like resource allocation
Issue-ID: CLAMP-174
Change-Id: I6c95ef8773d459edf7dc7577aa8ea9884176100b
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
|
|
There is a missing parameter in clamp values.yaml: persistence.mountSubPathLogs,
which causes /dockerdta-nfs/ReleaseName directory to be come with permissions 777.
Issue-ID: OOM-1086
---
modified: clamp/charts/clamp-dash-es/values.yaml
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Change-Id: Iddd80f77e7e42b06dd4b55c302d4d45127ea1b72
|
|
Issue-ID: CLAMP-162
Change-Id: I7174d1a18452e444d6806564662ab3d2ba0bc252
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: I851750c2c394fad4c5187e2a18cfa0460a16c729
Issue-ID: CLAMP-154
Signed-off-by: ac2550 <ac2550@intl.att.com>
|