summaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp
AgeCommit message (Collapse)AuthorFilesLines
2018-11-26Use flavors for resources in clamp deploymentSylvain Desbureaux5-31/+81
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>
2018-11-14Sync docker tags with release manifestGary Wu3-3/+3
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>
2018-11-09Update Clamp SQLDeterme, Sebastien (sd378r)2-3/+13
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>
2018-11-07Sync docker tags with release manifestGary Wu3-3/+3
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>
2018-11-05Update the SQLDeterme, Sebastien (sd378r)3-1/+130
Update SQL to preload CLamp mariadb Issue-ID: CLAMP-244 Change-Id: Ie7ed263acdc2ff492aced81b4109690e94d503a3 Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2018-10-26Sync docker tags with release manifestGary Wu3-3/+3
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>
2018-10-23fixing clusterIP service type errorsMandeep Khinda2-1/+3
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>
2018-10-23Merge "Adjust Clamp config"Alexis de Talhouƫt1-5/+5
2018-10-22Clamp: Use "common.repository" frameworkJulien Barbot4-4/+4
Change-Id: Ic1180781387700a8af36f84f619ffd66a5c02c34 Issue-ID: OOM-874 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-10-18Sync docker tags with release manifestGary Wu3-3/+3
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>
2018-10-17Adjust Clamp configDeterme, Sebastien (sd378r)1-5/+5
Update the clamp config according to the testing done on OOM lab Issue-ID: CLAMP-216 Change-Id: I0fc9ecd68a931ed2510b8bf11d025b36243e6bb6 Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2018-10-16Invalid image name on windriver labac25501-1/+1
Issue-ID: CLAMP-234 Change-Id: Id85f8978daf3bc3a0427e431c200ac0a3932ae7f Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-10-09Migrate ELK to 6.1.3 OSSac255012-119/+226
+ 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>
2018-09-25Updating charts to use common resource templateMandeep Khinda5-5/+5
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda3-3/+3
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>
2018-09-24Update Chart versions to 3.0Mike Elliott9-9/+9
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>
2018-09-19Backup Task -ConfigMap Labeling CLAMPvaibhavjayas5-0/+40
Issue-ID: OOM-1418 Change-Id: I0a822fc302899e3ccea55b9e4ae956f7ecc744ec Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
2018-09-06improve logstash parsingosgn422w1-17/+39
improve parsing of timestamp epoch and micro Issue-ID: CLAMP-218 Change-Id: If87ba818caaba783ef667e149c4c0824daa7dc2c Signed-off-by: osgn422w <gn422w@intl.att.com>
2018-09-05Merge "Apache 2 license addition for clamp"Mandeep Khinda45-42/+202
2018-09-05Apache 2 license addition for clampMukul45-42/+202
Issue-ID: OOM-1369 Change-Id: I7ad1f9654f90ffe9c67dcf567c3ca694366bc66a Signed-off-by: Mukul <mukul.joshi@amdocs.com>
2018-09-04give clamp port 58 from log - fix conflictMichael O'Brien1-1/+3
Change-Id: I031ac1835f5215e4704b9c7e10508aab54574755 Issue-ID: OOM-1364 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-08-28Fix logback and AAFDeterme, Sebastien (sd378r)4-198/+213
Support AAF (Add https 8443)and logback files in clamp. Issue-ID: OOM-1174 Change-Id: Icfe869325e20c84180c5ccfa2cfb40f013a072b1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-08-07Container restart loopac25501-1/+1
The container restarts in a loop before being considered as living on slow labs. Change-Id: I9cacb084999c92690df2113e2ff29a52711877df Issue-ID: CLAMP-208 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-07-23fix clamp filebeat data dirMichael O'Brien1-1/+1
Change-Id: Iddb67740af94678f2ea60eb610aef9e407e9af36 Issue-ID: CLAMP-199 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-06-06Merge "Fix OOM settings"Borislav Glozman7-51/+45
2018-06-05Merge "Sync OOM docker versions with docker-manifest.csv"Mike Elliott1-1/+1
2018-06-05Merge "Adding logging for the main CLAMP"Borislav Glozman5-0/+317
2018-06-05Sync OOM docker versions with docker-manifest.csvGary Wu1-1/+1
Sync OOM docker versions with docker-manifest.csv commit a6e05c8c18624a1794abb1d3a3ab879a7a06bcfe Change-Id: If8df538638670e0f1080d41d40d06de54ab1d93a Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-01Fix OOM settingsDeterme, Sebastien (sd378r)7-51/+45
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>
2018-05-25Wrong clientKey for policyac25501-1/+1
Issue-ID: OOM-1110 Change-Id: I0c5a498c061a1671307878c52c33eef317abc86d Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-25Fix Policy URLsac25501-3/+3
Issue-ID: OOM-1110 Change-Id: Icbb6078f737a21f4918c29abbb11e3f1c90289db Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-24Adding logging for the main CLAMPac25505-0/+317
Issue-ID: CLAMP-170 Change-Id: I0dcd730efdbe02b333db91629d1e5f90024efb9e Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-18Incorect DCAE urlsac25501-2/+2
Issue-ID: CLAMP-167 Change-Id: Id44a24fa88052e857001020393d6ec7b73c563a9 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-17Merge "Clamp cannot connect to SDC"Mike Elliott4-10/+41
2018-05-17Merge "ELK version bump"Mike Elliott3-6/+6
2018-05-17Fix clamp changing persistence permissionsBorislavG1-0/+1
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
2018-05-17ELK version bumpac25503-6/+6
Issue-ID: CLAMP-162 Change-Id: I7174d1a18452e444d6806564662ab3d2ba0bc252 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-17Dmaap and Clamp nsPrefix ChangesPriyanka1-1/+0
Issue-ID: OOM-1029 Change-Id: I13d44d09bce42250b434d459612c0be6b46239c0 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-16Clamp cannot connect to SDCac25504-10/+41
Change-Id: Ib55827b52a4b46001ed15518efdec36756f99dfa Issue-ID: CLAMP-151 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-15Add clamp dashboard chartsac255025-0/+1455
Change-Id: I851750c2c394fad4c5187e2a18cfa0460a16c729 Issue-ID: CLAMP-154 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-10Improve docker registry secret managementBorislavG2-2/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-08Sync docker image images with docker-manifest.csvGary Wu1-1/+1
Update the docker image versions in the OOM helm charts with the versions specified in the docker-manifest.csv in the integration repo. Change-Id: I38bd9e98ae1b15ed4bbc68051b8516f311aa8db0 Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-06Fix inconsistent repository referencesBorislavG2-2/+2
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>
2018-05-02Clamp Health Check Fails due to wrong db namePriyanka Jain1-1/+1
Issue-ID: OOM-1023 Change-Id: I42d49c477b0212544fda9f9d556be75cb0ce5a6c Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
2018-05-01Issue in Clamp ConfigurationPriyanka Jain1-1/+1
Issue-ID: OOM-920 Change-Id: I804686275a45be3e7678f73567a5f7898e40ec4d Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
2018-04-26Remove namespace from clamp valuesac25501-10/+10
Templating system seems to fail when included in json. As namespace isn't required, use current namespace as default. Change-Id: Ic9936054c2285cd79004bc94c1aa8b6ee544324d Issue-ID: OOM-920 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-04-24Make all services independent of helm Release.NameBorislavG4-7/+9
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-16Update readiness-check versionBorislavG1-1/+1
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-10Correction of Chart name for Clampvaibhav2-1/+20
Issue-ID: OOM-890 Change-Id: I17832d0d27f6319d17cb9f7a209d5ee83e8569b4 Signed-off-by: vaibhav <vaibhav.chopra@amdocs.com>
2018-04-04External dependencies configac25501-4/+15
Change-Id: I9734e4c2c9722fcd91b95a918395a28f8e23afdd Issue-ID: OOM-870 Signed-off-by: ac2550 <ac2550@intl.att.com>