Age | Commit message (Collapse) | Author | Files | Lines |
|
OOM has now templates in order to create the needed PVC, using:
* a PV with a specific class when using a common nfs mount path between
nodes (sames as today use) --> is the default behavior today
* or a storage class if we want to use dynamic PV.
On this case, we use (in order of priority):
- persistence.storageClassOverride if set on the chart
- global.persistence.storageClass if set globally
- persistence.storageClass if set on the chart
Change-Id: I2cc90fe7a22a04d47d406b854c3a75502e539a25
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Forgot Mariadb PVC in previous commit
(https://gerrit.onap.org/r/c/oom/+/94610).
Change-Id: I9e3d96eab8b6d6ada7d2ab406a8e72249c909aa4
Issue-ID: CLAMP-488
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Align the charts on the 4.1.3 clamp containers + fix the dcae parameters
to https4 + remove old db files
Issue-ID: CLAMP-513
Change-Id: I0429d1888f78d1a0f5ed7543cf0f9bb9cd77e652
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Bump up the version of clamp to 4.1.2 to take the latest changes
Issue-ID: CLAMP-506
Change-Id: If77b23f5263affd34cce121ab6b6d905195321f0
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Add the frontend container as the main chart, and add clamp-backend as
the a sub chart
Issue-ID: CLAMP-486
Change-Id: Ib02562d608011047157b77b302902de86c0d954d
Signed-off-by: sebdet <sebastien.determe@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: OOM-1272
Change-Id: I5aaaf20a2bf53134ec18943ada701383ec37ab9e
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
Updating all helm chart versions to 5.0.0 for the El Alto release.
Merge will be co-ordinated with the merge of a separate aai/oom patch.
Please do not merge until this coordination has completed.
Issue-ID: OOM-1980
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
|
|
Update clamp version to latest
Issue-ID: CLAMP-408
Change-Id: I59b01cf3f9cdd37b5d0c48f63bea33d99040fea4
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
|
|
Update clamp version to latest
Issue-ID: CLAMP-406
Change-Id: I05f5ae79a7856bffe671d806ab623313d6194727
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
|
|
remove http access and allow only https for kibana UI
Issue-ID: OJSI-147
Change-Id: I6026044c919abd51b8b6bd3b65f9552555c98e4c
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
Update to RC images for clamp (4.0.1)
Issue-ID: CLAMP-377
Change-Id: I3b890652ebd7bb045976c19263b0dadf3f291642
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
|
|
Update DB with latest change for loop objects
Issue-ID: CLAMP-368
Change-Id: Iad91362560a987a170a95e9b3959e1352296e610
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
|
|
Change-Id: I6a49d62a097102e7b14707582a98720493fc422b
Issue-ID: CLAMP-358
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
|
|
Change-Id: Ifa98f8610b0a96a28f3a3ded7cb65663e9455158
Issue-ID: INT-1042
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
|
|
Update to new mariadb version for Dublin along with a few SQL updates.
Issue-ID: CLAMP-324
Change-Id: Ia0a095111332768af97d82f606d7c1048bfd812c
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
|
|
Issue-ID: CLAMP-341
Change-Id: I5bd3cf20ec445e6972ce40f06f3d40e6056a1d43
Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
|
|
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release.
In addition the requirement.yaml files have been updated to allow for
chart versions that include timestamp suffix. A following on patch will
take care of changes to the OOM Makefiles to support injection of the
timestamp versions.
Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb
Issue-ID: OOM-1642
Signed-off-by: Mike Elliott <mike.elliott@amdocs.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>
|
|
Sync docker tags with the release manifest from integration
repo commit 6ac922392c49042b32df0171991da772ccec8571.
Change-Id: I080588eb637c4df0791a2ffb61b56ff2d827bf63
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Update Clamp SQL for bugfix done on DCAE status check
Issue-ID: CLAMP-246
Change-Id: I74933d62731e2ef764f488e27893ae37333f4116
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
|
|
Sync docker tags with the release manifest from integration
repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7.
Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Update SQL to preload CLamp mariadb
Issue-ID: CLAMP-244
Change-Id: Ie7ed263acdc2ff492aced81b4109690e94d503a3
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
|
|
Sync docker tags with the release manifest from integration
repo commit 73e35266be6609f1eb59d2de3bf819ebd3cb4a79.
Change-Id: I8e79691e9d4cf27cc20082bd2dfbf6ee3bc7eef3
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
If you try and change the service type from a nodeport
to a cluster IP things break. We never really exercise
this code path in testing but if you want to experiment
with a totally internal network environment you need to be
able to turn off node ports.
Issue-ID: OOM-1475
Change-Id: I1a0f4b0a4c390f3353e1611b6002b93e54bb5044
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Change-Id: Ic1180781387700a8af36f84f619ffd66a5c02c34
Issue-ID: OOM-874
Signed-off-by: Julien Barbot <julien@barbot.org>
|
|
Sync docker tags with the release manifest. It is
assumed that the release manifest is the
"single source of truth" and that the versions in
the helm charts are out of date.
Change-Id: I2902e60b25f57409dd616780a626e63c92d26769
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Issue-ID: CLAMP-234
Change-Id: Id85f8978daf3bc3a0427e431c200ac0a3932ae7f
Signed-off-by: ac2550 <ac2550@intl.att.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-1145
Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Adds the ability to turn them off if they are found to
cause issues
also cleaning up some whitespace
Issue-ID: OOM-1145
Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release.
Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b
Issue-ID: OOM-1354
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Issue-ID: OOM-1418
Change-Id: I0a822fc302899e3ccea55b9e4ae956f7ecc744ec
Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
|
|
improve parsing of timestamp epoch and micro
Issue-ID: CLAMP-218
Change-Id: If87ba818caaba783ef667e149c4c0824daa7dc2c
Signed-off-by: osgn422w <gn422w@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>
|
|
Issue-ID: OOM-1029
Change-Id: I13d44d09bce42250b434d459612c0be6b46239c0
Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
|
|
Change-Id: I851750c2c394fad4c5187e2a18cfa0460a16c729
Issue-ID: CLAMP-154
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d
Issue-ID: OOM-1064
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Issue-ID: OOM-874
Changes to be committed:
modified: aai/charts/aai-babel/templates/deployment.yaml
modified: aai/charts/aai-champ/templates/deployment.yaml
modified: aai/charts/aai-data-router/templates/deployment.yaml
modified: aai/charts/aai-gizmo/templates/deployment.yaml
modified: aai/charts/aai-modelloader/templates/deployment.yaml
modified: aai/charts/aai-resources/templates/deployment.yaml
modified: aai/charts/aai-search-data/templates/deployment.yaml
modified: aai/charts/aai-sparky-be/templates/deployment.yaml
modified: aai/charts/aai-traversal/templates/deployment.yaml
modified: aai/charts/aai-traversal/templates/job.yaml
modified: appc/charts/appc-cdt/templates/deployment.yaml
modified: appc/templates/statefulset.yaml
modified: clamp/charts/mariadb/templates/deployment.yaml
modified: clamp/templates/deployment.yaml
modified: cli/templates/deployment.yaml
modified: common/dgbuilder/templates/deployment.yaml
modified: common/mariadb-galera/templates/statefulset.yaml
modified: dcaegen2/charts/dcae-bootstrap/templates/job.yaml
modified: dcaegen2/charts/dcae-cloudify-manager/templates/deployment.yaml
modified: dcaegen2/charts/dcae-healthcheck/templates/deployment.yaml
modified: dcaegen2/charts/dcae-redis/templates/statefulset.yaml
modified: dmaap/charts/dmaap-bus-controller/templates/deployment.yaml
modified: dmaap/charts/dmaap-bus-controller/values.yaml
modified: esr/charts/esr-gui/templates/deployment.yaml
modified: esr/templates/deployment.yaml
modified: msb/charts/kube2msb/templates/deployment.yaml
modified: msb/charts/msb-discovery/templates/deployment.yaml
modified: msb/charts/msb-eag/templates/deployment.yaml
modified: msb/charts/msb-iag/templates/deployment.yaml
modified: multicloud/charts/multicloud-ocata/templates/deployment.yaml
modified: multicloud/charts/multicloud-vio/templates/deployment.yaml
modified: multicloud/charts/multicloud-windriver/templates/deployment.yaml
modified: multicloud/templates/deployment.yaml
modified: policy/charts/brmsgw/templates/deployment.yaml
modified: policy/charts/drools/charts/nexus/templates/deployment.yaml
modified: policy/charts/drools/templates/statefulset.yaml
modified: policy/charts/mariadb/templates/deployment.yaml
modified: policy/charts/pdp/templates/statefulset.yaml
modified: policy/templates/deployment.yaml
modified: portal/charts/portal-app/templates/deployment.yaml
modified: portal/charts/portal-cassandra/templates/deployment.yaml
modified: portal/charts/portal-mariadb/templates/deployment.yaml
modified: portal/charts/portal-sdk/templates/deployment.yaml
modified: portal/charts/portal-widget/templates/deployment.yaml
modified: portal/charts/portal-zookeeper/templates/deployment.yaml
modified: sdnc/charts/dmaap-listener/templates/deployment.yaml
modified: sdnc/charts/sdnc-portal/templates/deployment.yaml
modified: sdnc/charts/ueb-listener/templates/deployment.yaml
modified: sdnc/templates/statefulset.yaml
modified: uui/charts/uui-server/templates/deployment.yaml
modified: uui/templates/deployment.yaml
modified: vid/charts/mariadb/templates/deployment.yaml
modified: vid/templates/deployment.yaml
Change-Id: I00aaa1eff3b870db3b475365eeda3f2e10aef6b9
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Issue-ID: OOM-906
Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Issue-ID: OOM-890
Change-Id: I17832d0d27f6319d17cb9f7a209d5ee83e8569b4
Signed-off-by: vaibhav <vaibhav.chopra@amdocs.com>
|