summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-12-15Merge "[DMAAP][MR] Allow kafka to run with < 3 replicas" into honoluluhonoluluKrzysztof Opasiak2-4/+10
2021-12-15[DMAAP][MR] Allow kafka to run with < 3 replicasSylvain Desbureaux2-4/+10
Current hardcoded configuration doesn't allow kafka to be run with less than 3 replicas. This patchs fixes this. Issue-ID: OOM-2831 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iffd78a3eaa808e62a74fbc08f26e19f1644440df
2021-11-08[DCAEGEN2] Added imagePullSecret to cleanup jobAndreas Geissler1-1/+3
Added the imagePullSecret in the job to enable private registries with credential access Issue-ID: OOM-2869 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I00f2166dee740a226f30e51b81b5e8e7f8396d04 (cherry picked from commit 72b14dedce781f6c2d2a42f51ffeab7995dd0c83)
2021-10-06[DOC] Add release note for Maintenance Release 1Sylvain Desbureaux1-0/+81
Maintenance release 1 will be out October 7th. Release notes have to be updated. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ic11966f3e18948fb118dabb8c2c7c4320c033867
2021-09-30[DOC] Fix docs requirements and Sphinx profilesEric Debeau1-15/+8
- force lfdocs-confr~=0.7.5 in docs/requirements-docs.txt - add funcparserlib==1.0.0a0 in docs/requirements-docs.txt - enforce compatible versions in other listed packages Issue-ID: DOC-765 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: If3c9758cb9d691b222b04a22145f33cfb4f2a72b (cherry picked from commit c08270e3213309dac5d6dada14c1d09410921be7)
2021-09-21Merge "[DCAE] Dashboard healthcheck failure" into honoluluSylvain Desbureaux1-3/+3
2021-09-21Merge "[DCAE] Fix PRH aai lookup url config" into honoluluSylvain Desbureaux1-1/+3
2021-09-16[DCAE] Fix PRH aai lookup url configvv770d1-1/+3
envsubst was modifying application config containing ${<pattern>} to null; introduced dummy variable as work-around to generate required config Change-Id: I596e542f4719880a4359de9ea82bbb80b9d87403 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2869 Signed-off-by: vv770d <vv770d@att.com> (cherry picked from commit 5026ae342fbbfd52e53fd7d6f1715a4fd8220863)
2021-09-16[DCAE] Dashboard healthcheck failurevv770d1-3/+3
Remove resource limit setting to resolve orange gating/daily job failures Switched to 1.4.4 released image from nexus3. Change-Id: Ie5d7979cbd6d6a950519228c2e61c432f363b9f6 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2800 Signed-off-by: vv770d <vv770d@att.com> (cherry picked from commit 4c64ef138c221f934a2642b2d20c8d66d486cb61)
2021-09-11[SO] release the latest SO changes along with the CDSseshukm12-12/+12
SO core images of 1.8.3 and the CDS 1.5.1 images Issue-ID: SO-3740 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Idf7f2e47440c726fb0cbcd39cfcbceeb24bf5905
2021-08-09Merge "[POLICY] Image Versions for Maintenance 1" into honoluluKrzysztof Opasiak8-6/+8
2021-08-06[POLICY] Image Versions for Maintenance 1jhh8-6/+8
Update policy image version Issue-ID: POLICY-3467 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I278e838ae0f0e9236b302fe895c3a12f3d5fdc34 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2021-08-03[PLATFORM] Added imagePullSecrets to common template filesandreas-geissler2-0/+4
Added the missing definition for imagePullSecrets in the deployment.yaml of oom-cert-service, cmpv2-cert-provider to support the registryGenerator Issue-ID: OOM-2792 Signed-off-by: andreas-geissler <andreas-geissler@telekom.de> Change-Id: I6cec6b223515de649606f1daba1dd920a8348213 (cherry picked from commit 5389da8a1a915f5423df99d97b3c6ebee16916ec)
2021-07-27Merge "[POLICY] Added imagePullSecrets to common template files" into honoluluKrzysztof Opasiak2-0/+4
2021-07-22Merge "Add missing DB service entry for local DB deployment" into honoluluKrzysztof Opasiak1-0/+4
2021-07-22[POLICY] Added imagePullSecrets to common template filesandreas-geissler2-0/+4
Added the missing definition for imagePullSecrets in the job.yaml (policy, clamp-be) to support the registryGenerator. Issue-ID: OOM-2793 Signed-off-by: andreas-geissler <andreas-geissler@telekom.de> Change-Id: I482564ad13cbb6736520a887ced344bbb95d1fba (cherry picked from commit 7d85f3f93b7189f83a2e573431698ae75ebcddab)
2021-07-21[CONTRIB] Added imagePullSecrets to common template filesandreas-geissler1-0/+2
Added the missing definition for imagePullSecrets in the deployment.yaml of ejbca to support the registryGenerator Issue-ID: OOM-2791 Signed-off-by: andreas-geissler <andreas-geissler@telekom.de> Change-Id: Ib5397889f7e1159c8cac472d2565065e90fcc83d
2021-07-20Merge "[COMMON] Bump Honolulu MR version" into honoluluKrzysztof Opasiak215-220/+469
2021-07-20Merge "[COMMON] Name release" into honoluluKrzysztof Opasiak1-1/+2
2021-07-20Merge "[COMMON] Added imagePullSecrets to common template files with some ↵Sylvain Desbureaux6-0/+12
fix" into honolulu
2021-07-20Merge "[DCAE] Update policy handler version" into honoluluSylvain Desbureaux1-1/+1
2021-07-19Add missing DB service entry for local DB deploymentandreasgeissler1-0/+4
Issue-ID: OOM-2762 Change-Id: I9c405996f62549b9dc8c191b1fed47e3f7b44b88 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
2021-07-19[COMMON] Add missing .helmignore files and "components/" entriesandreasgeissler12-0/+96
In order to save some space Issue-ID: OOM-2763 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: Ibbd8d5f713307ada76a0d04ede57d3c7696bcfe5 (cherry picked from commit d803c2a5040216900bc91e642caf284a5479a531)
2021-07-19[COMMON] Added imagePullSecrets to common template files with some fixandreas-geissler6-0/+12
Added the missing definition for imagePullSecrets in the statefulsets.yaml deployment.yaml to support the registryGenerator Issue-ID: OOM-2789 Signed-off-by: andreas-geissler <andreas-geissler@telekom.de> Change-Id: I013ba52c9c49f95cd3d53fcaa9eb084adcbfe662 (cherry picked from commit f84cccd0fad42df9fc4c590ea93a2f164f3f3071)
2021-07-14[DCAE] Update policy handler versionJack Lucas1-1/+1
Remove VOLUME definition from PH Dockerfile to prevent startup issues with newer versions of containerd (in current gating/integration, for example) Issue-ID: DCAEGEN2-2849 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I9b6b755f053424f68a6b006547871ae8d45d033f
2021-07-07[COMMON] Bump Honolulu MR versionSylvain Desbureaux215-220/+469
Bump charts to version 8.0.1 Also update / create license header Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib511f952ea97ecb60f360448a0d976769b225071
2021-07-07[OOF] Fix AAI schema version from v19 to v21nellix931-1/+1
AAI v19 version schema is deprecated Change-Id: Iff6bb1332b0aba08ee0d1a691e44762f2539d809 Signed-off-by: nellix93 <aniellopaolo.malinconico@guest.telecomitalia.it> Issue-ID: OOM-2766 (cherry picked from commit 1c997988bad10cb227aaf4662464f80bd63774c5)
2021-07-07[COMMON] Name releaseSylvain Desbureaux1-1/+2
During version bump, release name change wasn't done. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I0e0a2bfce1a522ce9a4e79ccb2c912c4e1d304ab
2021-06-30Merge "[SDC] Fix image name" into honoluluBorislav Glozman1-1/+1
2021-06-28Merge "[DMAAP][DR] Set replica of Mariadb to 1" into honoluluKrzysztof Opasiak1-1/+1
2021-06-24[ONAP] Disable APPC default installationSylvain Desbureaux2-2/+2
As per Honolulu MR, APPC is no longer installed by default. Issue-ID: OOM-2778 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ifd8042afb90131e18b2f2fbfb9b1a42622df1ad1 (cherry picked from commit 0e34d2dd64ee18b9dfdac6205651f7ae7aaebbc6)
2021-06-24[DMAAP][DR] Set replica of Mariadb to 1Sylvain Desbureaux1-1/+1
As decided by TSC, all local databases (not the shared one) should use a replica of 1 per default. Issue-ID: OOM-2779 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I664213c1a9c5551e5ad4d7ab5d8ae861244ada08
2021-06-22[APPC] Fix APPC charts to make SQL queries with GROUP BY work againMarcin Wilk1-0/+126
Changes made to common/mariadb-galera chart in Honolulu prevents existing APPC SELECT statements with GROUP BY clause to work properly. mariadb config must not contain ONLY_FULL_GROUP_BY in the mysql_mode config option. Issue-ID: OOM-2777 Signed-off-by: Marcin Wilk <m.wilk@samsung.com> Change-Id: I9388f092adcf12d92118caf390686ea708bbcc02 (cherry picked from commit e45e9fa722a46004fef04499e69d19c3d5ca9aa4)
2021-06-21Merge "[CCSDK] Fix pnf-reg and fault message lost" into honoluluSylvain Desbureaux1-2/+0
2021-06-16[AAI] Update truststore path to generated certificate locationHarish Venkata Kajur1-1/+1
After the change to use the generated certificate the path to where the truststoreONAPAll.jks is changed so updating location to match that Issue-ID: AAI-3350 Change-Id: Ic20cd2c87eb66ca098dcc232d8629fd7d25d8413 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-06-14[CCSDK] Fix pnf-reg and fault message lostSatoshi Fujii1-2/+0
CCSDK mountpoint-registrar bundle consumes SEC_FAULT_OUTPUT and VES_PNFREG_OUTPUT DMaaP topics. Currently dmaap timeout is set to 50000, which is much longer than jersey.config.client.readTimeout=25000. The bundle is giving up connection before dmaap timeout and that could cause message lost if message arrived after client timeout. This change remove the inappropriate timeout value from the property file so that the bundle uses default timeout value defined in java class. Issue-ID: CCSDK-3320 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: I638af7c1f737b0904cb21c8121f2a08b2737d94b (cherry picked from commit f49357b57b2d5756f6e30f6e60b797fbd2477997)
2021-05-28Merge "[COMMON] Change import-custom-cert from bash to sh" into honoluluSylvain Desbureaux1-2/+2
2021-05-27[COMMON] Change import-custom-cert from bash to sha.sreekumar1-2/+2
As part of removing GPLv3 license, policy components have moved from bash to sh. This change is required in import-custom-certs script so that custom certificates can be imported into components that try to import them. Without this change, the init containers of the components will just fail. Change-Id: I6c5028428d4cd7c8baf3e96cb16a3cd91db57f9e Issue-ID: POLICY-3232 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca> (cherry picked from commit f79b6676cfdc380e004f184a21bb969b2824c06e)
2021-05-26[PORTAL] Fix portal-app startup argumentsMarat Salakhutdinov1-1/+1
Fix portal-app startup arguments to make it work with aaf disabled. Issue-ID: OOM-2747 Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca> Change-Id: I32d9992125b38e8074f7ffcabfdc8e323f5a58c6 (cherry picked from commit 6c2cefa6efe2fcfb74bb2f68998eebe973e1bc06)
2021-05-26Merge "[COMMON][MARIADB] Give higher requests/limits" into honoluluKrzysztof Opasiak3-7/+9
2021-05-21Merge "[SDNC] Fix SDNC charts to make it work with aaf disabled" into honoluluSylvain Desbureaux1-1/+1
2021-05-21Merge "[MULTICLOUD] Bump multicloud-k8s image to 0.8.2" into honoluluSylvain Desbureaux1-1/+1
2021-05-21Merge "[SO] Adding "update" to the list of supported operations" into honoluluSylvain Desbureaux1-0/+1
2021-05-21[COMMON][MARIADB] Give higher requests/limitsSylvain Desbureaux3-7/+9
With stability tests, we see that mariadb gets OOM killed and has some CPU throttling. Putting higher limits in order to make it no happen. Scaling also replicas from VFC and APPC db from 3 to 1. Issue-ID: INT-1883 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I2699b34ac5fcaa805c6fc01592c5a5f607b17fae (cherry picked from commit 4d04706a2295529efbc265091979971dc90c8382)
2021-05-19[MULTICLOUD] Bump multicloud-k8s image to 0.8.2Konrad Bańka1-1/+1
Update k8splugin with version based on Helm3 libraries Issue-ID: MULTICLOUD-1295 Issue-ID: MULTICLOUD-1338 Issue-ID: MULTICLOUD-1348 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I793ccc0366fc061c5f0cb1e580e805de70b3d88a
2021-05-19[SDNC] Fix SDNC charts to make it work with aaf disabledMarat Salakhutdinov1-1/+1
Fix SDNC service template to make it work with aaf disabled. Issue-ID: OOM-2748 Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca> Change-Id: Ic0ac6bcb12cfc86d7b338da21d621e35e94b03c0 (cherry picked from commit dd994c36c36b25fdc77c28e81a78da9928f4ae07)
2021-05-19Merge "[DCAE] Bump up to Dashboard 1.4.3" into honoluluSylvain Desbureaux1-4/+4
2021-05-17[SO] Adding "update" to the list of supported operationsHesam Rahimi1-0/+1
Update operation was missing for vnf-topology-operation in generic-resource-api. This "update" operation is needed to support the "modify" Trnasport Slice use-case of CCVPN. Issue-ID: OOM-2750 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I3c36abf5d7f674abc8392b20b3c374f70bf2a520
2021-05-17[DCAE] Bump up to Dashboard 1.4.3vv770d1-4/+4
Fixes login issue introduced by commom/pg version upgrade to crunchy-postgres:centos8-13.2-4.6.1 Modified readiness config to match master Change-Id: I0a5b25c03c25c42987fc2fd0397378250628147c Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2751 Signed-off-by: vv770d <vv770d@att.com>
2021-05-17[SDC] Fix image nameSylvain Desbureaux1-1/+1
One of SDC onboarding fe image is using the old way. Change it to the right way. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I84d5328f00c233e73bd361868e0242e1d29b48f8