summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-be
AgeCommit message (Collapse)AuthorFilesLines
2019-09-03Removed exposed debug port 4000 in SDCr.bogacki1-1/+1
Removed exposed port 4000 by JDWP in sdc-wfd-be Issue-ID: OJSI-76 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I9e9caa59623c58d1deebd3320cdfce9f73c83ebc
2019-08-01Moving Helm Chart version for El AltoMike Elliott1-1/+1
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 (cherry picked from commit 9930821a92d9d78e4f161b235aa13ab5398188c5)
2019-07-30Upgrade SDC from Titan to Janus Graphshrikantawachar1-2/+3
Upgrade SDC from Titan to Janus Graph Change-Id: I3f14e07b3eb54401f806687e3110559ada5b7496 Issue-ID: SDC-2296 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com> (cherry picked from commit ca99d77746fafc028be615c7865f7a0a8e78f5e7)
2019-06-20Update sdc-be liveness probeYang Xu2-4/+4
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: SDC-2375 Change-Id: I459359828485c31a247a495674eb450af9fdf167
2019-06-16Add timeout parameter for SDC-BE podYang Xu2-0/+4
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1106 Change-Id: I09966ff3735a10342a6dd2e4a394eab95d46fb05
2019-05-30Bump SDC versions to 1.4.1Ofir Sonsino1-2/+2
Change-Id: I78125eed15afe4ee5f54c1334fe9d7c3261efd64 Issue-ID: SDC-2272 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-05-05Update SDC chartsSonsino, Ofir (os0695)1-2/+2
Change-Id: Ia601a7b4420adcfc82526805ab496c6194962b5e Issue-ID: SDC-2272 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2019-04-19Upgrade SDC to use common Cassandra ClusterMahendra Raghuwanshi1-1/+1
Change-Id: I2ea2841c6902b786446c7bc850183fa21552214a Issue-ID: OOM-1203 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-02-11Merge "Update Chart version for Dublin Release"Borislav Glozman1-1/+1
2019-02-10Update Chart version for Dublin ReleaseMike Elliott1-1/+1
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>
2019-02-06Update SDC versions for DublinSonsino, Ofir (os0695)1-2/+2
Change-Id: Idb21ab06e23d4e0b38af2033f2bdfa96d7ce2bad Issue-ID: SDC-1913 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2019-01-08K8S liveness probe not work when webapp crashamitjai1-2/+3
tcpSocket probe does not work for the web application Kubernetes will never detect that, and will never try to re-create the pod. liveness probe based on the health-check API can be used. Issue-ID: SDC-1986 Change-Id: I93720e19feb2ff558fa6c4dc3ababdbfa2eda102 Signed-off-by: amitjai <amitjai@amdocs.com>
2018-11-26Sync docker tags with release manifestGary Wu1-2/+2
Sync docker tags with the release manifest from integration repo commit 4c69929dd0acb06a028fabdbdab060be4db6348b. Change-Id: I9795a9a316b8ab6c959655fee5f7ef65fbfea78c Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-21Sync docker tags with release manifestGary Wu1-2/+2
Sync docker tags with the release manifest from integration repo commit a7c98ae0fabb0a94fbdc030e6f7c519439923045. Change-Id: Idb73aa4f05a948b7e1d70723cc6a52b8fd6f0517 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-20Sync docker tags with release manifestGary Wu1-2/+2
Sync docker tags with the release manifest from integration repo commit 0aad96cbbcdb97c2b074cb83d367c29dac6243df. Issue-ID: INT-663 Change-Id: I877077c3a35cb196c89ebb0e27dfe452e12b5249 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-10Sync docker tags with release manifestGary Wu1-2/+2
Sync docker tags with the release manifest from integration repo commit a71e3709faa5f281361ddfcd79eb4bd11550edca. Change-Id: Ib937100d49aedced19a83593596906cadabc12e4 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-04SDC Fix initial valuesAreli, Fuss (af732p)1-1/+1
SDC Fix initial values Change-Id: I0723c936cca909c428abf9c522eb3e115662c8c1 Issue-ID: SDC-1893 Signed-off-by: Areli, Fuss (af732p) <areli.fuss@intl.att.com>
2018-10-23fixing clusterIP service type errorsMandeep Khinda1-0/+2
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-23Sync docker tags with release manifestGary Wu1-2/+2
Sync docker tags with the release manifest from integration repo commit 90e136c83ec5434abaeb9939b995f86aa4089850. Change-Id: I771393adb429087752dc52df2cd2812dc9ff6a11 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-18Sync docker tags with release manifestGary Wu1-2/+2
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-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda1-0/+1
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 Elliott1-1/+1
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-19Resource Limits for sdcMukul2-29/+20
Issue-ID: OOM-1161 Change-Id: Ie8dbf32d2b77ed839be65f812cf2762f76f574c5 Signed-off-by: Mukul <mukul.joshi@amdocs.com>
2018-09-18Update SDC to use master docker imagesAlexis de Talhouët1-2/+2
As Robot and all has changed to interact with master version of SDC code, we need to deploy proper SDC code. Change-Id: I0b1f25485edefdc56fe54bc3633bf1f028b4b8e5 Issue-ID: OOM-1408 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-14sdc portal Config Map Labellingtoshrajbhardwaj1-0/+5
Issue-ID: OOM-1390 Change-Id: I8fe0dbde62cb8d88ec18321078ea6740bad8524a Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-08-30Apache2 License additiontoshrajbhardwaj9-211/+245
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-06-05Sync OOM docker versions with docker-manifest.csvGary Wu1-2/+2
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-05-10Improve docker registry secret managementBorislavG1-1/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-30Add SDC dependency fixesMike Elliott2-7/+2
Updated pod and job dependencies to provide consistent startup order. Change-Id: Ib0d6aefbd59d30a5dd0f121415e3e8b4e3dcba01 Issue-ID: OOM-1022 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-25Adding sdc-onboarding-be to OOMMandeep Khinda4-11/+15
-adding sdc-onboarding-be chart -sdc-cs and es are now in a cluster format -using the sdc provided ready probe script for readiness -increasing the initial delay as per sdc project team k8s specs -fixed logging bugs. logs for be, fe, onboard-be are now in /var/log/onap/sdc/blah -sdc-be readiness health check is failing which prevents sdb-be from becoming "ready". -the commit that changes the template is: Add cluster resiliance support (c033cdce906efc3b6ccd1d2f45544af47e328ed4) Issue-ID: OOM-1002 Change-Id: Ib231cb1e7daa287a41e04db95528edecbdbbf7bc Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG2-6/+7
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-20fixing sdc health checkMandeep Khinda3-18/+28
-Basically compared docker_run.sh from sdc master branch with charts/values in OOM -disabling sdc-kb liveness until we tune the timing of it Issue-ID: OOM-964 Change-Id: I7447eed47c919d5d64786f45e01b5f2a3bc490a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@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-03-29adding license to SDC chart templatesMandeep Khinda5-0/+70
-missed adding it to the original review before it was merged Issue-ID: OOM-838 Change-Id: I04b515e2f4c58a14b4b4194e59e160b1f8534bc6 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-03-28standardizing SDC helm chartsMandeep Khinda9-0/+561
all pods come up robot health reports HTTP 500 -> mostly due to missing dmaap resolving filebeat merge conflict addressing CI comments do we need a pv/pvc for the logs? Issue-ID: OOM-747 Change-Id: Id6f1e57fdaf3cd6d9f75e8bc1e5bfde39b91235e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: Areli Fuss <af732p@intl.att.com> (cherry picked from commit fe3e499547c91eadd71bde630594720b918c2af9)