aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds
AgeCommit message (Collapse)AuthorFilesLines
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak10-24/+24
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 "Adding sdclistener properties for health check"Borislav Glozman1-1/+24
2019-12-11Merge "[CDS] Use global storage templates for PVC"Borislav Glozman2-13/+5
2019-12-11Adding sdclistener properties for health checkShaabanEltanany1-1/+24
Issue-ID: CCSDK-1669 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Id7343225f8c46c38d3c44c6c9ffdfe895742e5d6
2019-12-11Merge changes I69ea7e5d,I75f7e823,I2ae6b0f2,I6f1591a6,I30c2e0de, ...Sylvain Desbureaux4-0/+15
* 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-12-10Merge "OOM missing CDS BP app properties for HealthCheck."Sylvain Desbureaux1-3/+19
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 Bryndza4-0/+15
Issue-ID: OOM-2174 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Ib6c159d54ca65577934f70de137bfc13336992ec
2019-11-21Typo fix for cds-ui chart.Oleg Mitsura1-1/+1
Issue-ID: CCSDK-1953 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id2ce253ab0ecee2c2fccb18589e76160fbf10853
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-14correct cds-ui helm chartAbdelmuhaimen Seaudi1-1/+1
Issue-ID: OOM-2206 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I5a66830a7aa128a0d75ed44ff5a06ae989be1d70
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 Mitsura2-6/+6
Issue-ID: CCSDK-1822 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id06aacd6081178384d5c13680182fb339e7cfff4
2019-10-27Increase liveness/readiness probe timeouts.Oleg Mitsura5-5/+14
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 Freeman13-455/+4
2019-09-23Update CCSDK/SDNC versions for RC0Timoney, Dan (dt5972)13-455/+4
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ët2-6/+6
2019-09-16Merge "Align blueprint oom application properties."Alexis de Talhouët2-36/+37
2019-09-13Update SDNC/CCSDK versions to 1.7.2/0.6.2Timoney, Dan (dt5972)5-5/+5
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 Santh2-36/+37
Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com> Change-Id: I41e738a130315a383c5abc446e5fb8917cbf4ad8
2019-09-13renamed config-data->sdncOleg Mitsura2-6/+6
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-10Seperate CDS chart from SDNC in OOMAbdelmuhaimen Seaudi1-2/+75
Issue-ID: OOM-2085 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I21fed8c9cf33967f62f156cac96deefdcb4f8d47 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
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)5-5/+5
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 Mitsura2-22/+22
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ët5-5/+5
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)5-5/+5
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-11Add quotes to force string conversionTimoney, Dan (dt5972)1-2/+2
2 environment values passed in cds-ui helm chart contain values that need to be enclosed in quotes to force conversion to string. Without that, helm deploy fails due to unexpected value. Change-Id: I8bea63e2cc0b5e52f581c223056b5b1d8f32d435 Issue-ID: CCSDK-1476 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-11Moving Helm Chart version for El AltoMike Elliott12-13/+13
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 "CDS-UI: support gRPC integration with blueprint processor mS - For ↵Borislav Glozman2-12/+30
deploy blueprint functionality"
2019-06-17Increase initial delay time for CDS podsYang Xu2-4/+4
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)5-5/+5
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)5-5/+5
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-30CDS-UI: support gRPC integration with blueprint processor mSNirvan Ramjuttun2-12/+30
- For deploy blueprint functionality Change-Id: I57588eff42bff9105d4ed4596b0b624e1b0efa22 Issue-ID: CCSDK-1274 Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.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)5-5/+5
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-21Bug fix: CDS Chart update to align with processor-dbSteve Siani1-1/+1
Issue-ID: OOM-1867 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: Icc174c32ecd6f2f3fba3029377d1e859665dd027
2019-05-14Update the grpc-address for blueprint-processor.prathamesh morde1-1/+1
Change-Id: I8eef11adf58935fdadb2c4789388a3b4cffdf32e Issue-ID: OOM-1855 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>