aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds
AgeCommit message (Collapse)AuthorFilesLines
2019-05-09Update env value for blueprint processor http endpointNirvan Ramjuttun1-1/+1
Issue-ID: CCSDK-1292 Change-Id: Icc97df921abf06a20e71b15c02a82a5f12d329f8 Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-05-07Add CDS-UI env variables to comunicate with blueprint mSNirvan Ramjuttun2-1/+16
Issue-ID: CCSDK-1292 Change-Id: If0535ddbf3bcdfdc35d2cd622a34197c14f5b6af Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-05-07Default value for nodePort for blueprints processorOleg Mitsura2-10/+27
Split the services into two services (GRPC does not need a NodePort) Issue-ID: SDNC-745 Change-Id: I87acd802e4f6d98412aa76c79009a79ddc69bfd8 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-05-06Update the image version for sdc-listenerprathamesh morde1-1/+1
Change-Id: I1bdfb13d28a74452ff442b38c7692065bc378126 Issue-ID: CCSDK-1144 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-05-06Merge "Add cds-sdc-listener charts"Alexis de Talhouët11-3/+357
2019-05-02Update to use released SDNC/CDS artifactsTimoney, Dan (dt5972)4-4/+4
Update helm charts to use released version of CDS and SDNC artifacts. Change-Id: If7c537bb1ce8d991244bd2cfa536a95f8c377107 Issue-ID: SDNC-740 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-01Add cds-sdc-listener chartsprathamesh morde11-3/+357
Change-Id: I198dc84f429177e6bf82e419be4f5d6901ef3c3c Issue-ID: CCSDK-1144 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-04-25Update the package name in logback.xmlprathamesh morde3-3/+3
And fix property name mis-match Change-Id: Id6d3187c6fd4067b64685a0eff9f7a7922eb06ca Issue-ID: CCSDK-1288 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-04-23Add command-processor chartAlexis de Talhouët31-134/+557
- rework CDS structure - Use nodePortPrefixExt for cds-ui - 30497 - Reformat Chart name and Description Change-Id: I626b78c7a12adddf207b6f900d61e128308f9ab3 Issue-ID: CCSDK-1164 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-26Add credentials for liveliness and readiness probeMunir Ahmad1-0/+6
Issue-ID: OOM-1743 Change-Id: Ic0051ca1a410a22f75043268cd5722a4e16dfed7 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2019-03-20Rework CDS chartAlexis de Talhouët13-129/+53
- use shared DB - remove unused properties Change-Id: I1b45f4046180167d47aa1a8db6f34a118ae64209 Issue-ID: OOM-1743 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-04Add CDS as new chartSylvain Desbureaux26-0/+1257
CDS (Common Design Studio) was put in common but with the arrival of a chart that hosts the UI, it seems better to have it into its own "root" chart. For now, CDS chart is being installed if it's set as enabled in SDNC. Change-Id: I73bdcfaeb29b796793374513e152244a41e82d52 Issue-ID: CCSDK-1015 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>