summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts
AgeCommit message (Collapse)AuthorFilesLines
2020-07-14[SDC] Update sdc images for ElAltosebdet7-11/+11
Update the sdc images for ElAlto maintenance release, moving to 1.5.3 for SDC images and 1.3.2-1 for dcae-ds. Issue-ID: SDC-3199 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I6bf5ac31e65cc00703e7abfd7e5f9722c5b52881
2019-10-02Increase liness/readiness timeout and periodBrian Freeman4-6/+14
Issue-ID: OOM-2059 Change-Id: I02bbdd5b06e7194434d761bcf1aebbd749c6f1d7 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-18HTTPS calls for sdck.kedron18-40/+43
Proper configuration for HTTPS in the sdc: -configured the livenessProbe/readinessProbe ports -changed mount path for dcea-be components -updated dcea component images -updated VID and Portal to talk with the SDC Change-Id: Ibdece8f095aaa79e326cb9c4510e8227a7856b15 Issue-ID: SDC-2548 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
2019-09-05Merge "Removed exposed debug port 4000 in SDC"Mike Elliott1-1/+1
2019-09-05Merge "Removed exposed debug port 7001 in SDC"Sylvain Desbureaux1-1/+1
2019-09-04Merge "Move SDC Storage to RWO"Mike Elliott3-3/+3
2019-09-04Merge "Removed exposed debug port 6000 in SDC"Mike Elliott1-1/+1
2019-09-04Merge "Removed exposed debug port 4001 in SDC"Mike Elliott1-1/+1
2019-09-04Removed exposed debug port 7001 in SDCr.bogacki1-1/+1
Removed exposed port 7001 by JDWP in sdc-wfd-be Issue-ID: OJSI-79 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I5ccad4c0d5330bd7e0bffa2cca6b7e3d8ef18f6a (cherry picked from commit 09dca2aef073f493e63f11198f44246008567597)
2019-09-04Removed exposed debug port 4001 in SDCr.bogacki1-1/+1
Removed exposed port 4001 by JDWP in sdc-onboarding-be Issue-ID: OJSI-78 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Ied6cb6bd08358a03a44213545d3fb1928f7d008d (cherry picked from commit 45d7963968e8d4a3be9c5f4d5df4224116804080)
2019-09-04Removed exposed debug port 6000 in SDCr.bogacki1-1/+1
Removed exposed port 6000 by JDWP in sdc-fe Issue-ID: OJSI-77 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I9bfad007983510a8b877731fd35bffcf16590086 (cherry picked from commit fce96df6504488b7de1a71b75ecfd1d9272dfdfd)
2019-09-04Removed exposed debug port 7000 in SDCr.bogacki1-1/+1
Removed exposed port 7000 by JDWP in sdc-wfd-fe Issue-ID: OJSI-80 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I356452da25b641e2e1c0ecf4cd8de69ffe4cd77d (cherry picked from commit 3339ae164f3e3c7a4e8b0f45ebfc1c59826f9870)
2019-09-04Removed 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 (cherry picked from commit 674916aa2b762a45e4a394ea6ea1198cf8965c8c)
2019-09-02Move SDC Storage to RWOSylvain Desbureaux3-3/+3
Today when deploying SDC 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). SDC PVC for ES is used only for one POD. Thus we don't need RWX. The other values are not used as of today but changing them to RWO seems better if they're reused again Change-Id: I3dabbce120a14d19499330b51e808c5725588e0c Issue-ID: SDC-2549 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-08-20WF-D revert to Dublin until stabilizedOfir Sonsino2-3/+3
Change-Id: Icc7eaff6798367f717680c051b146fa5a4860278 Issue-ID: SDC-2521 Signed-off-by: Ofir Sonsino <os0695@intl.att.com> (cherry picked from commit d7b6ac82af6349f96910c059aa50432c1c04b5e8)
2019-08-07Update SDC DCAE-DS chartsOfir Sonsino4-5/+5
Change-Id: I699863544bb2b4dc8ff8f7597bcf61e02646de45 Issue-ID: SDC-2478 Signed-off-by: Ofir Sonsino <os0695@intl.att.com> (cherry picked from commit 710166391ca301f9c9fcdbb1ddcd1c2a4882ec1e)
2019-08-01Revert Snapshot appc, sdc - add aai directoryBrian Freeman8-13/+13
Issue-ID: TEST-185 Change-Id: I2bce2a44aa540a846933c548dd0ab67f3e53e679 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-07-22Merge "Upgrade SDC from Titan to Janus Graph"Borislav Glozman8-13/+14
2019-07-21Upgrade SDC from Titan to Janus Graphshrikantawachar8-13/+14
Upgrade SDC from Titan to Janus Graph Change-Id: I3f14e07b3eb54401f806687e3110559ada5b7496 Issue-ID: SDC-2296 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2019-07-11Moving Helm Chart version for El AltoMike Elliott12-12/+12
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
2019-07-10Merge "Ingress support for list of FQDNs in SDC WF"Borislav Glozman2-7/+28
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-06-04Ingress support for list of FQDNs in SDC WFsheetalm2-7/+28
Ingress support for list of FQDNs in SDC Workflow Change-Id: Ibe9e250887532a43ffb2645f66462ccadeb4b4a7 Issue-ID: SDC-2320 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2019-06-04Merge "OOM-1874 OOM workflow-designer set https bydefault Issue-ID: OOM-1874 ↵Borislav Glozman2-2/+2
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I07106f118c4d6ed660debdbd80660576889ebbe0"
2019-05-30Bump SDC versions to 1.4.1Ofir Sonsino8-13/+13
Change-Id: I78125eed15afe4ee5f54c1334fe9d7c3261efd64 Issue-ID: SDC-2272 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-05-30Readiness time increased due to errorsTomasz Golabek1-1/+1
Increased readiness time for common cassandra and sdc-cassandra due to installation failures Change-Id: I4c7f6f5db5ddeebb1d3bde50a24e848be75ba867 Issue-ID: SDC-2319 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-05-23OOM-1874 OOM workflow-designer set https bydefaultdfx19712-2/+2
Issue-ID: OOM-1874 Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I07106f118c4d6ed660debdbd80660576889ebbe0
2019-05-12SDC-2288 Add internalPort2 in sdc workflow FEdfx19711-0/+1
Issue-ID: SDC-2288 Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: Iaa62fa44619e9a6f48afad508f2f19b8d3a903a1
2019-05-09Merge "SDC-2246 Connection to WF designer times out Issue-ID: SDC-2246 ↵Yang Xu3-0/+59
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I8becf40534bab160d08690769fec48e46a385e1d"
2019-05-09SDC Certificate location is configurablekooper6-2/+108
Change-Id: I1512c47570a4cd8a739b3ce517ee6bf8c5544b18 Issue-ID: SDC-2195 Signed-off-by: kooper <sergey.sachkov@est.tech>
2019-05-07SDC-2246 Connection to WF designer times outdfx19713-0/+59
Issue-ID: SDC-2246 Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I8becf40534bab160d08690769fec48e46a385e1d
2019-05-05Update SDC chartsSonsino, Ofir (os0695)12-18/+18
Change-Id: Ia601a7b4420adcfc82526805ab496c6194962b5e Issue-ID: SDC-2272 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2019-04-30Merge "Upgrade SDC to use common Cassandra Cluster"Mike Elliott22-356/+25
2019-04-23Update SDC image versionYang Xu4-5/+5
Change-Id: I032beab8e5057ba32b1ed74399347fbee38fe6b0 Issue-ID: INT-1042 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-19Upgrade SDC to use common Cassandra ClusterMahendra Raghuwanshi22-356/+25
Change-Id: I2ea2841c6902b786446c7bc850183fa21552214a Issue-ID: OOM-1203 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-03-26Support HTTPS and SSL Cassandra in workflowpriyanshu3-25/+34
1. Moved certificate related info to helper file. 2. Minor bug fix Change-Id: I6769515e5ea4823309ffa478ea737234e9171b68 Issue-ID: OOM-1740 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-03-20Support HTTPS and SSL Cassandra in workflowpriyanshu3-2/+52
1. Added multiple property mapping parameters. 2. Added some placeholder volume mounts. 3. Refactored few property names. 4. Didn't expose service on HTTPS due to absence of preserved node port. Change-Id: I55e66b5a1ff8798afa86088428d304f932ac37f8 Issue-ID: OOM-1740 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-03-14Support execution control of SDC Workflow initpriyanshu3-4/+5
Added a flag to decide whether init job is needed. Change-Id: I1f18675907e606ef6c123b1e6a587f108cab3f73 Issue-ID: OOM-1712 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-03-13Support execution control of SDC Workflow initpriyanshu3-0/+6
Added a flag to decide whether init job is needed. Change-Id: Ib40571048dac1d1161d756edc5d738b86aac1c7a Issue-ID: OOM-1712 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-02-28WF Ingress support for SDC deploymentpriyanshu2-0/+48
1. WF Ingress support for SDC deployment 2. By default the ingress is disabled Change-Id: I35943a0100cdee5a3b1dab4a37bb31998f2cbec9 Issue-ID: OOM-1686 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-02-22OOM-1373 Add missing label release to componentssushil masal3-0/+15
Issue-ID: OOM-1373 Change-Id: Ifc6593a7e8f8622bfec29b942c5c75cdb59c997d Signed-off-by: sushil masal <sushil.masal@amdocs.com>
2019-02-19Update workflow contextshrikantawachar3-5/+5
Update workflow context Change-Id: I6ec8240cabc7cded7b097d1527d87980791055d1 Issue-ID: SDC-2121 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2019-02-11Merge "Update Chart version for Dublin Release"Borislav Glozman12-12/+12
2019-02-10Update Chart version for Dublin ReleaseMike Elliott12-12/+12
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)6-10/+10
Change-Id: Idb21ab06e23d4e0b38af2033f2bdfa96d7ce2bad Issue-ID: SDC-1913 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2019-01-18Allow custom plugins in SDCshrikantawachar4-0/+55
Allow custom plugins in SDC Change-Id: I48b3defca43de1fed4916ef5b9e27324d22af75e Issue-ID: SDC-2022 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2019-01-08K8S liveness probe not work when webapp crashamitjai2-4/+6
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 Wu6-10/+10
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 Wu7-11/+11
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>