aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/charts/cds-blueprints-processor
AgeCommit message (Collapse)AuthorFilesLines
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak4-11/+11
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2020-01-08Add CDS application properties for custom headers for aai callsJozsef Csongvai1-0/+3
Issue-ID: CCSDK-2020 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ifebfdaef0907ce441e567d1ff1fc105e0be62243
2019-12-11Merge "[CDS] Use global storage templates for PVC"Borislav Glozman2-13/+5
2019-12-11Merge changes I69ea7e5d,I75f7e823,I2ae6b0f2,I6f1591a6,I30c2e0de, ...Sylvain Desbureaux2-0/+7
* changes: Add ingress controler support to OOF Add ingress controler support to POMBA Add ingress controler support to SDC Add ingress controler support to DMAAP Add ingress controler support to SDNC Add ingress controler support to CDS
2019-11-29[CDS] Use global storage templates for PVCSylvain Desbureaux2-13/+5
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: I9ffc9f121fb68993dd7bf96d4909913c3aaa09c3 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-27Add ingress controler support to CDSLucjan Bryndza2-0/+7
Issue-ID: OOM-2174 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Ib6c159d54ca65577934f70de137bfc13336992ec
2019-11-21OOM missing CDS BP app properties for HealthCheck.Oleg Mitsura1-3/+19
Issue-ID: CCSDK-1952 Patch1: added missing properties from Change-Id: Idb3c7f67b3f22bd6069f75c193ae458c346fb2ac Patch2: added missing vault mapping. Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I218f31cebe1f3fd24b1aead3fa93efb141465d23
2019-11-06add properties for username and passwordShaaban Ebrahim1-0/+5
Issue-ID: OOM-2164 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: Iace0b322d5d1a02ca25c0791936b0fc1a1e950e3
2019-10-28bug: readinessProbe was using liveness valuesOleg Mitsura1-3/+3
Issue-ID: CCSDK-1822 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id06aacd6081178384d5c13680182fb339e7cfff4
2019-10-27Increase liveness/readiness probe timeouts.Oleg Mitsura2-1/+5
Issue-ID: CCSDK-1822 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ib75741d85cfe8d0d5129dac6d11d0a3468627320
2019-09-23Merge "Update CCSDK/SDNC versions for RC0"Brian Freeman1-1/+1
2019-09-23Update CCSDK/SDNC versions for RC0Timoney, Dan (dt5972)1-1/+1
Update CCSDK version to RCO (0.6.3) and update SDNC version to RC0 (1.7.3) Change-Id: I4af5684ecacd2cf8134a4db51684fb95b488d536 Issue-ID: SDNC-917 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-19Merge "Correct cds-blueprint-processor chart to include ONAP Root CA"Alexis de Talhouët1-0/+2
2019-09-17Add processor-db endpoint to application propsOleg Mitsura1-3/+7
Issue-ID: CCSDK-1720 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I996217abe067cce284cc5c0ea9ce011458260428
2019-09-16Merge "renamed config-data->sdnc"Alexis de Talhouët1-5/+5
2019-09-16Merge "Align blueprint oom application properties."Alexis de Talhouët1-25/+25
2019-09-13Update SDNC/CCSDK versions to 1.7.2/0.6.2Timoney, Dan (dt5972)1-1/+1
Update versions of CCSDK and SDNC dockers to 0.6.2 / 1.7.2 Change-Id: Ib8294b292122c924fcbe29a02806dffd5ce935ec Issue-ID: SDNC-905 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-13Align blueprint oom application properties.Brinda Santh1-25/+25
Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com> Change-Id: I41e738a130315a383c5abc446e5fb8917cbf4ad8
2019-09-13renamed config-data->sdncOleg Mitsura1-5/+5
Issue-ID: CCSDK-1623 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I59f08f47330bcb9f3d50f5970412f553d5005a21
2019-09-10Correct cds-blueprint-processor chart to include ONAP Root CAAbdelmuhaimen Seaudi1-0/+2
Issue-ID: OOM-2026 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Id742c289e1ea0d269105d6b70f21e1ede3db0790
2019-09-02Fix cds-blueprint-processor and dependentAlexis de Talhouët2-5/+2
Change-Id: I2c4c57ba9783a4daae3584fcb9772569482d5b48 Issue-ID: OOM-2041 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-31Update SDNC helm charts to use Neon versionTimoney, Dan (dt5972)1-1/+1
Update SDNC helm charts to use Neon-based El Alto images Change-Id: If91320bc663992355f665b3f57f77214e96985cd Issue-ID: SDNC-874 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-26Updated resourceSourceMappings source-db/etcOleg Mitsura1-20/+20
Issue-ID: CCSDK-1623 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ie441afb7db312492c4abfe9590c271bf2a08d81b
2019-08-13Enable intial load in CDS Blueprint ProcessorAbdelmuhaimen Seaudi1-4/+4
Issue-ID: OOM-2056 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I4e2aba5883f6cc9637dab49a21a357a4bd5f3191
2019-08-13Merge "Update SDNC/CDS image versions for El Alto early drop"Alexis de Talhouët1-1/+1
2019-08-09Merge "Add message-router dependency in blueprint-processor for kafka-listener."Alexis de Talhouët3-1/+20
2019-08-08Merge "Add ONAP root CA to CDS Blueprint Processor"Alexis de Talhouët2-0/+36
2019-08-08Add ONAP root CA to CDS Blueprint ProcessorAbdelmuhaimen Seaudi2-0/+36
Issue-ID: OOM-2026 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I4bb2d8b41d1f47e27cadf72b4507975550c117ba Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2019-08-08Add message-router dependency in blueprint-processor for kafka-listener.Prathamesh Morde3-1/+20
Issue-ID: CCSDK-1432 Signed-off-by: Prathamesh Morde <prathamesh.morde@bell.ca> Change-Id: I64349580b66979285857951ea6d6f18015ef63f5 Signed-off-by: Prathamesh Morde <prathamesh.morde@bell.ca> Signed-off-by: Prathamesh Morde <prathamesh_morde@yahoo.ca>
2019-08-08Update SDNC/CDS image versions for El Alto early dropTimoney, Dan (dt5972)1-1/+1
Update SDNC image versions for El Alto early drop (1.6.1 for SDNC, 0.5.1 for CCSDK) Change-Id: I48bb223116b4064b7f90847d90bd0453d311b09c Issue-ID: SDNC-827 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-07Application properties config changejananib1-0/+24
Config change for bp Issue-ID: OOM-2041 Change-Id: Icb8a1f7de2803a78fdaff13a5382fe3f30a181e4 Signed-off-by: jananib <janani.b@huawei.com>
2019-07-17Update probe URI for CDS blueprint processorAlexis de Talhouët1-2/+2
Change-Id: I6458697ede852318a059a054d6158df5c489c793 Issue-ID: CCSDK-1423 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-11Moving Helm Chart version for El AltoMike Elliott2-2/+2
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-06-17Increase initial delay time for CDS podsYang Xu1-2/+2
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: OOM-1931 Change-Id: I338622dbe7a2adfa9ae00f3e8c14157cb4181236
2019-06-11Update helm charts to use final version of SDNC and CDS docker imagesTimoney, Dan (dt5972)1-1/+1
Update helm charts to use final Dublin version of SDNC docker images (version 1.5.4) and CDS docker images (version 0.4.5) Change-Id: Ibb8ca03fe2a924329b39205bc14b165456e273b7 Issue-ID: SDNC-795 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-06Update sdnc/ccsdk versions to 1.5.3/0.4.4Timoney, Dan (dt5972)1-1/+1
Update SDNC and CCSDK versions to reflect latest CCSDK/SDNC docker versions Change-Id: I325a999a77e8e4e9ff7ba3ddbd99b5dc91c46695 Issue-ID: SDNC-793 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-29Merge "add SDNC MD-SAL and AAI Restconf URL settings to CDS Blueprint Processor"Yang Xu1-1/+14
2019-05-29add SDNC MD-SAL and AAI Restconf URL settings to CDS Blueprint ProcessorAbdelmuhaimen Seaudi1-1/+14
Issue-ID: OOM-1891 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I05bbe5f3f72468c745a5d2ddbcc7e962765b22ba
2019-05-29Update to latest SDNC and CCSDK containersTimoney, Dan (dt5972)1-1/+1
Update to use latest CCSDK and SDNC releases (0.4.3 and 1.5.2, respectively). Change-Id: I1412f5b3744a37db87b498650d06889fb90e2d0f Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.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-06Merge "Add cds-sdc-listener charts"Alexis de Talhouët2-2/+0
2019-05-02Update to use released SDNC/CDS artifactsTimoney, Dan (dt5972)1-1/+1
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 morde2-2/+0
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 morde1-1/+1
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ët10-0/+524
- 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>