summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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[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
2021-05-06Merge "[DOC] Release Notes for Honolulu" into honoluluKrzysztof Opasiak1-5/+40
2021-05-06[DOC] Release Notes for HonoluluSylvain Desbureaux1-5/+40
Updating release notes to match work done for Honolulu. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib63c3ad04efead593ec8ff941f2877b76455cbc3
2021-05-06[SO] Bump versions to resolve the CNFO issuesseshukm7-7/+7
The fix for blocking issue of 1. SO-CDS interaction and 2. post instantiate flag Issue-ID: SO-3628 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Id09c1e04e8063dd1fb5cae47b5c17bc43d028d57
2021-05-05Merge "[COMMON][MARIADB] Align conf with camunda needs" into honoluluKrzysztof Opasiak1-0/+6
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> (cherry picked from commit 08515b79a76d6e077ef28e157fcffeec22dc2ad2)
2021-05-03[COMMON][MARIADB] Align conf with camunda needsSylvain Desbureaux1-0/+6
Camunda has given a guide in order to configure camunda (https://docs.camunda.org/manual/latest/user-guide/process-engine/database/mariadb-galera-configuration/). Applying it to ONAP camunda configuration. gitlint-ignore: B1, body-max-line-length Issue-ID: INT-1883 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie0cb1c70e4271496ffd5e51ce1d816785f88689f (cherry picked from commit 7d3ddcdcdcbb00c495a5ac93df9cf30e8f929963)
2021-04-28[CDS][MARIADB] Use specific configuration8.0.0Sylvain 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-27[GENERAL] Align gitreviewSylvain Desbureaux1-1/+1
On Honolulu branch .gitreview must point to honolulu. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I722a5e5d646f29542ec1e284c9875be9058ba47e
2021-04-26Merge "[DMAAP-MR] Bump MR image version" into honoluluKrzysztof Opasiak2-2/+2
2021-04-26Merge "[HOLMES] Fixed the Start-up Failure in the Dualstack Env" into honoluluSylvain Desbureaux2-2/+2
2021-04-26Merge "[SDNC] Bump version to install license/bug fix" into honoluluKrzysztof Opasiak5-5/+5
2021-04-26[SDC] Update SDC to 1.8.5ChrisC4-7/+7
Bugfixes only for Honolulu RC2 including SDC-3557 SDC-3551 SDC-3545 SDC-3533 SDC-3528 Issue-ID: SDC-3555 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ie48ae7e04a755f84831b7f436a6c4ddbf14e4b8c (cherry picked from commit dc6c6109400a50141884ab7f6020a256a9feb6da)
2021-04-24[SDNC] Bump version to install license/bug fixDan Timoney5-5/+5
Version bump on sdnc images to install license fix to address issue identified in latest license scan, and to install fix for bug in basic_vm_model test (SDNC-1515) Issue-ID: SDNC-1507 Issue-ID: SDNC-1515 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I80721c0ce88ce2654b637d7f6748441496a684e6 (cherry picked from commit 3df0068395ec33d7d8e75b913d8499759fc7e322)
2021-04-24[HOLMES] Fixed the Start-up Failure in the Dualstack EnvGuangrongFu2-2/+2
Fixed the start-up failure in the dualstack and hence, updated the docker image version. Change-Id: Id0e98596016fe1fb772814b213792a1f6f5de439 Issue-ID: HOLMES-429 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2021-04-23[DMAAP-MR] Bump MR image versionefiacor2-2/+2
Update MR image version for H. Orig commit was lost due to AAF cert problems https://gerrit.onap.org/r/c/oom/+/118602 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Id1742c665a90535fbc9a5d45e060e5d79e7b3f47 Issue-ID: DMAAP-1542 (cherry picked from commit ad7ab17d4c09f16b4ba1877e25f807d279907bb8)
2021-04-22[SO] Honolulu versions for CNF adapter, oof adapter and nssmf adapterseshukm6-9/+9
The sub-components of the SO that are depend on the latest SO core component. Issue-ID: SO-3473 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I7528df6aeac00bb2c64b4659185ab7f72d4f2aff (cherry picked from commit 65ba214c463b720c3f0b0c714d643d2ac53082e9)
2021-04-19Merge "[MULTICLOUD] Update k8splugin image" into honoluluSylvain Desbureaux1-1/+1
2021-04-19Merge "[CPS] Bump CPS versions for RC1 bug fixes" into honoluluSylvain Desbureaux3-6/+12
2021-04-19Merge "[AAI] Fix truststore password to avoid exceptions" into honoluluSylvain Desbureaux2-6/+36
2021-04-17[MULTICLOUD] Update k8splugin imageKonrad Bańka1-1/+1
Update k8splugin image with one containing Honolulu RC2 Bugfixes: MULTICLOUD-1311, MULTICLOUD-1308, MULTICLOUD-1307 Issue-ID: MULTICLOUD-1307 Issue-ID: MULTICLOUD-1308 Issue-ID: MULTICLOUD-1311 Issue-ID: MULTICLOUD-1295 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I97c7a263e81453d1db710fe5121f3f3720cb06ca
2021-04-16[CPS] Bump CPS versions for RC1 bug fixesputhuparambil.aditya3-6/+12
Bump CPS images to version 1.0.1 to install bug fixes discovered between M3 and RC1. Overview of these can be see in https://jira.onap.org/browse/CPS-319 Issue-ID: CPS-304 Issue-ID: CPS-249 Issue-ID: CPS-276 Issue-ID: CPS-288 Issue-ID: CPS-290 Issue-ID: CPS-292 Issue-ID: CPS-300 Issue-ID: CPS-308 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I732a0be8b557dd125ae61f538eb77ed96f5dc2db Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
2021-04-14[POLICY] Add date to logging timestampjhh6-10/+16
Policy components log the current time to stdout but not the actual date. This patch adds the date in UTC format Issue-ID: POLICY-3177 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: If86cad58115d9124e09a953c0aa807644830ad4b Signed-off-by: jhh <jorge.hernandez-herrero@att.com> (cherry picked from commit 417bcbae7b6cdb92da9ab8cb02f7bc31c9f5192d)
2021-04-14[AAI] Fix truststore password to avoid exceptionsKrzysztof Opasiak2-6/+36
Deployment of aai-resources sometimes fails with exception: org.springframework.expression.ParseException: Expression [BH#{XS@*#xoUULIO)eQkxaBA] @2: No ending suffix '}' for expression starting at character 2: #{XS@*#xoUULIO)eQkxaBA which basically means that aai-resources (and probably aai-traversal) are unable to handle special characters that AAF is putting into cert passwords. To avoid random AAI failures let's use a know method proposed by Sylvain Desbureaux and just set passwords that contains only alphanumeric characters. Issue-ID: OOM-1 Change-Id: I248c2de6e59e4fc073b5a06f6409802634b254cf Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-04-12[SDNC] Enable SDNC to use external oauth providerdemskeq85-6/+66
- add additional environment variables - add config file for external oauth-providers Issue-ID: OOM-2675 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: I235d3f46f5d109a1e82bdaa3c9de97508116fbe3 [Improve secretes handling] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-04-10Merge "[SO] Release the H release for sol005 adapter" into honoluluKrzysztof Opasiak12-15/+15
2021-04-07[SO] Release the H release for sol005 adapterseshukm12-15/+15
Rename the vfc-adapter to etsi-sol005-adapter Issue-ID: SO-3473 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I79949521c58b05f9b7eacad591d06f62e3ab1983 (cherry picked from commit 87ccd87a9f3120c98b93f22f5e6219ffd080cc5d)