aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds
AgeCommit message (Collapse)AuthorFilesLines
2021-09-07[CDS] Prometheus metrics for command-executorkuldipr4-0/+53
helm chart changes to enable the collection of metrics Issue-ID: OOM-2815 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: I25a45d45d39a9ce7309f0f37ad277a41538a8c43
2021-09-01Merge "[CDS] Enable workflow status"Sylvain Desbureaux2-0/+7
2021-08-31[CDS] Enable workflow statusKavitha P2-0/+7
CDS blueprints processors helm charts changes to include a flag to enable workflow status persistence Change-Id: Ieaf55c97bffc6f6ea3e8ea0bcde600e3b1cc037e Signed-off-by: Kavitha P <pkavitha@aarnanetworks.com> Issue-ID: OOM-2803
2021-08-30[SO] SO Istanbul first release candidateDan Timoney5-5/+5
Includes the So core components. Also installs compatible CDS version 1.1.5 Issue-ID: SO-3740 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic40426e569fd9f15e50d6697eb031f169c7eb38b Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-06-22Merge "[COMMON] Add missing .helmignore files and "components/" entries"Sylvain Desbureaux1-0/+1
2021-06-21[COMMON] Add missing .helmignore files and "components/" entriesandreasgeissler1-0/+1
In order to save some space Issue-ID: OOM-2763 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: Ibbd8d5f713307ada76a0d04ede57d3c7696bcfe5
2021-06-10[CDS] Update chart with service accountfarida azmy15-0/+50
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2723 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ic254ec1865501bab90f47d07a37b230c228a7446
2021-05-03[CDS] Add startup probeJozsef Csongvai6-8/+23
When cds runs in cluster mode it needs longer startup time. Also bump image tags to 1.1.4, and change defaults to disable cluster mode and set replicas=1 Issue-ID: CCSDK-3275 Change-Id: Iec2eaeb2edf0cc2f9b29e35431d0e642e3b6d998 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-04-28[CDS][MARIADB] Use specific configurationSylvain Desbureaux1-0/+120
CDS seems to not behave well with new configuration. This patch move back to the previous one only for CDS. Issue-ID: INT-1883 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I3b5d1a42229ac8c9a3799008462834fad58d6db1
2021-04-06[CDS] Bump CDS versions for RC1 bug fixesDan Timoney5-5/+5
Bump CDS images to version 1.1.2 to install bug fixes discovered between M3 and RC1. The set of bug fixes included can be found in this Jira link: https://jira.onap.org/issues/?filter=12492 Issue-ID: CCSDK-3239 Issue-ID: CCSDK-3232 Issue-ID: CCSDK-3230 Issue-ID: CCSDK-3221 Issue-ID: CCSDK-3220 Issue-ID: CCSDK-3219 Issue-ID: CCSDK-3211 Issue-ID: CCSDK-3216 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib349918c57e7ce909c2f97d55de96bf2e0dd7c08
2021-03-31[CCSDK-SDNC] Bump versions for HonoluluDan Timoney5-5/+5
Bump versions of CCSDK (including CDS) and SDNC images for SDNC Honolulu release. Fixed issues found in CDS command-executor and py-executor pods. Added missing env variable settings. Issue-ID: CCSDK-3125 Issue-ID: SDNC-1473 Issue-ID: CCSDK-3192 Issue-ID: CCSDK-3197 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id3bbe696313c568dc9ffb328715a7fc572330411
2021-03-24[DOC][COMMON] Prepare Honolulu releaseSylvain Desbureaux12-29/+29
Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
2021-03-02[CDS] Retrieve certificates automaticallySylvain Desbureaux4-4/+37
Today, CDS UI is using an hardcoded certificate, which is not the right way to do. This patch is using certInitializer in order to do it automatically. Issue-ID: CCSDK-3141 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I5f2e564abd15f685df03be130b3969cad867b0b5
2021-01-06[CDS] Removed USE_SCRIPT_COMPILE_CACHE environment variableJulien Fontaine2-6/+1
USE_SCRIPT_COMPILE_CACHE is not used anymore because of CCSDK-3052 changes. * Cleaned up of `.Values.useScriptCompileCache` references Issue-ID: CCSDK-3052 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I1c4a58a72c0ebd6210cc5deaf835eb0862af9d5c
2020-12-14[COMMON][MARIADB] Upgrade Mariadb DB galera versionSylvain Desbureaux1-11/+10
Mariadb DB Galera containers version is outdated and unmaintained. We need them to move to a new image provider. As new image provider is not compatible with our old templates, we also update the templates (by reworking bitnami mariadb-galera chart). An update of global mariadb image is also done in order to match mariadb galera version. Issue-ID: OOM-1720 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib9976227759e90022183d4f37fc655143be4d6ac
2020-12-09[CDS] Fix wrong requirement nameJakub Latusek1-1/+1
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I36ff2d814028534ba69547ec1c6c7a3d96dc4617 Issue-ID: OOM-2562
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux12-24/+24
Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c
2020-11-24[CDS] Uses new tpls for repos / imagesSylvain Desbureaux44-52/+164
This commit makes CDS chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8156c8b568054b7eacf333196d877e12f7a52216
2020-11-23[CCSDK/CDS] Bump CDS version for final Guilin releaseDan Timoney5-5/+5
This installs version 1.0.2 of the CCSDK CDS docker containers, which contains the following fix: CCSDK-2980: BlueprintWebClientService should not encode already encoded uri CCSDK-2914: CDS Blueprocessor certificate issue with AAI ' Issue-ID: CCSDK-2973 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4aa15faa96dbb029135749a6888b431c2ee52d3a
2020-11-03[SDNC][CCSDK] Update SDNC and CCSDK image versions for Guilin RC1Dan Timoney5-5/+5
Update SDNC and CCSDK image versions to proper Guilin RC1 version. Issue-ID: CCSDK-2931 Issue-ID: SDNC-1402 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9d711d6c3e7c3130680fe3459326be0b5dd2e555
2020-10-21[CDS] change comment styleJakub Latusek17-0/+34
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: Icdb07a842672d53db08185a5cbfd995216997c8b Issue-ID: OOM-2562
2020-09-23[CCSDK/CDS] Bump CDS charts to Guilin versionDan Timoney5-41/+41
This change bumps the version of CDS to the Guilin version (1.0.0). This should address issue SDNC-1351 (CDS has python 2 pods). It also adds resource limits to the 2 CDS pods that are currently missing limits (issue SDNC-1353). Issue-ID: SDNC-1353 Issue-ID: SDNC-1351 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ide8b60615adaa6a3bdeb430b34eef2f5bb95fb40
2020-09-16[CDS] Added properties for k8s-profile-upload componentLukasz Rajewski1-0/+6
Issue-ID: CCSDK-2630 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Iffe3b8ad14f5c18fe7e68490e37c1bc182b44e65
2020-09-11[TREE-WIDE] Use faster version of common secret templateKrzysztof Opasiak1-2/+2
Replace all calls to common.secret with a faster version to save some linting time. Issue-ID: OOM-2248 Change-Id: I3372c87226d5dd8b7468ebed2d77e7ceceba5777 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-09-04Merge "[GENERAL] Use readiness container v3.0.1"Krzysztof Opasiak9-18/+11
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux9-18/+11
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-09-02[CDS] Add logs to STDOUTDominik Mizyn4-12/+30
This commit change logging level of used loggers to "INFO" and root logging level to "INFO" Thanks to that we will see "info", "error" and "warn" messages. Issue-ID: OOM-2514 Change-Id: I545e2ee69f1bcde7f7313fdda8f80e8201b7461c Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com>
2020-07-27[CDS] Make CDS compatible with Kubernetes v1.17Grzegorz-Lis4-5/+17
Issue-ID: OOM-2448 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: If64ebf0bf986d6230eb576a2cfcbf7d282aff276
2020-07-16Merge "[CDS] Enable hazelcast cluster cds blueprint processor"Sylvain Desbureaux2-5/+5
2020-07-13Fix configuration for ingress CDS blueprintsLucjan Bryndza1-1/+1
Fix wrong configuration for ingress CDS blueprints processor, causes that the service is inaccessible trough ingress controller Change-Id: I3ecd0ec6f5dd882be615bd1a5f617781ae4d486b Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: OOM-2488
2020-07-11[CDS] Enable hazelcast cluster cds blueprint processorabdelseaudi2-5/+5
Issue-ID: CCSDK-2523 Signed-off-by: abdelseaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ide7c4165bbabc2f04b2fefd05d623958073a5eda
2020-07-07[CDS/SDNC] Update versions for Frankfurt mtce releaseDan Timoney5-5/+5
Updated CDS versions to 0.7.5 and SDNC versions to 1.8.4 for Frankfurt mtce release. Note: version 0.7.5 contains fix to remove hard-coded certs from py-executor docker container. Issue-ID: CCSDK-2519 Issue-ID: CCSDK-2399 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I8a6e02d94e9ab8108950543b6431c46fde2016dc
2020-06-11correct uid and guid for blueprints deploy folderroot@nfs1-1/+1
Issue-ID: CCSDK-2425 Change-Id: Ia2dd204f4b089922ff2e4e152bbda7fc374e7d09 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2020-06-05Add property enabling the py-executor componentJulien Fontaine1-0/+2
Issue-ID: CCSDK-2414 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Change-Id: I9a346b740c2c6225f690fca0b6b97c9f6b8b4951
2020-05-28Update SDNC/CCSDK to Frankfurt RC2 versionsDan Timoney5-5/+5
Update versions for SDNC and CCSDK dockers to reflect Frankfurt RC2 versions. Issue-ID: SDNC-1171 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iaf34379550d148a164341dac6c44fa20926b8ccb
2020-05-14Update processor-db config with correct configurationKonrad Bańka4-17/+17
Processor-db configuration allows CDS to access data in sdnctl DB without enforcing users to provide such data in CBA. This entry is now corrected allowing proper work for this feature. Currently access to sdnctl DB is provided via root DB access, but this should be further corrected in future. Also removed unnecessary secret metaconfig - 'cds-db-root-pass'. Issue-ID: CCSDK-2373 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Idf452fe5d42862e507b2d981af58b96931ee287c
2020-05-07Add Helm charts for CDS py-executorMarek Szwalkiewicz6-0/+276
Chart for deployment pod and service of py-executor. This chart covers also artifact manager grpc server. Issue-ID: OOM-2256 Change-Id: Iaf7c569ccaea4062bf16abe3c314a1b24940d4c5 Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2020-05-06Use RC1 version of CCSDK artifactsDan Timoney4-4/+4
Update helm charts to use RC1 version of CCSDK dockers Issue-ID: CCSDK-2358 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id247bdf3442084d724b84ed752956d08868c7ddf
2020-05-06[CDS] Fix Ingress configurationSylvain Desbureaux1-3/+3
Set redirect to https based service. Issue-ID: OOM-2174 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I1a823618c71458be055b0a6af96a56eee7262ee6
2020-05-04Merge "Making mounted volume non-root"Sylvain Desbureaux1-0/+11
2020-04-29Merge "[CDS] Remove unused filebeat container."Krzysztof Opasiak1-22/+0
2020-04-23Making mounted volume non-rootjananib1-0/+11
CDS non-root user addition Change-Id: I16a3c9b7de1ff74e4c6b208d49ab25664e580fbb Issue-ID: OOM-2386 Signed-off-by: jananib <janani.b@huawei.com>
2020-04-22Update CDS application.propertiesJulien Fontaine1-0/+4
Add property to disable publish audit service Add property to disable output logs from cmd-exec Issue-ID: CCSDK-2183 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Change-Id: Ie64c9110568ebc0ef4ca7fdf75d312dde4a7f893
2020-04-22[CDS] Remove unused filebeat container.Sylvain Desbureaux1-22/+0
The container definition is commented out. As logging is set to false by default, remove this comments. Will readd template when CDS team will be ready. Issue-ID: OOM-2370 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I939fc54504d5dac24a5016f7537b21beb6b18020
2020-04-06[CDS] Correct connection configuration to sdncKonrad Bańka2-2/+6
Issue-ID: INT-1511 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I1642557b2ffbee941dc2865a818ca68e814511a6
2020-04-02Use released Frankfurt M4 images for SDNC and CCSDKDan Timoney4-4/+4
Update image versions for SDNC and CCSDK to use Frankfurt M4 versions Updated CDS versions to use repaired version 0.7.1 Reverted naming service to El Alto version (0.6.3) as workaround while startup issue is investigated. Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie76466dd65a3a3dfb0df2aaa13f14c298bbc7c11
2020-04-02Bump chart versionSylvain Desbureaux10-11/+11
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-03-25[CDS] Use faster version of common secret templateKrzysztof Opasiak3-5/+7
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic54ae02070aad1ce5320cb319681c3c85271699b
2020-03-17[CDS] Use common secret tamplate for mariadb-galeraKrzysztof Opasiak6-12/+123
Use common secret template for cds-db mariadb-galera instance. Issue-ID: OOM-2263 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4723c84f0079735abddce032ebc3b99541dabb53
2020-03-17update properties with ErrorCatalogSteve Siani3-2/+101
Issue-ID: OOM-2337 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: Iec54c9446cba54d6327659a06fade5ebaf537b3b