summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2021-04-19Merge "[COMMON] Fix function declarations bashisms"Sylvain Desbureaux6-8/+8
2021-04-16[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[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
2021-04-16Merge "[DMAAP-MR] Bump MR image version"Krzysztof Opasiak2-2/+2
2021-04-16Merge "[CPS] Bump CPS versions for RC1 bug fixes"Krzysztof Opasiak3-6/+12
2021-04-15[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-15[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
2021-04-15Merge "[NBI] Simplify cert retrieval script"Krzysztof Opasiak1-3/+2
2021-04-14[COMMON] Fix function declarations bashismsGuillaume Lambert6-8/+8
pointed out by checkbashisms. $ mycmd=$(tox -e checkbashisms | grep "^possible .*'function' is useless " | sed -e "s@^[^.]*\(.[^ ]*\) line \([0-9]*\) .*@sed -i -e '\2s/functio n \\\([^ ()]*\\\) *(\\\?)\\\?/\\\1 ()/\' -e '\2s/(){/() {/' \1;@") $ eval $mycmd Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: Ic41c8ba8288b7a90db9f5775cd601c09ff2ab663
2021-04-14Merge "[COMMON] Use proper format specifiers to printf masterPassword"Sylvain Desbureaux1-3/+3
2021-04-14Merge "[UUI] Update image of components of UUI"Sylvain Desbureaux2-2/+2
2021-04-14Merge "[COMMON] Fix shell scripts missing shebangs"Sylvain Desbureaux31-15/+63
2021-04-14Merge "[CCSDK] Install bug fix for A1 policy manager"Sylvain Desbureaux1-1/+1
2021-04-14Merge "[POLICY] Add date to logging timestamp"Sylvain Desbureaux6-10/+16
2021-04-13[COMMON] Use proper format specifiers to printf masterPasswordKrzysztof Opasiak1-3/+3
%s should be used instead of %d to printf strings. Even though with %d everything works perfectly fine (as we just need any string) let's fix this. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I338c47b0f2a82c698c44579737f698b1f19ade38
2021-04-13[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components. Issue-ID: USECASEUI-566 Change-Id: Id2920cffa95b9a9f00dd73592ff8f6712ba7f234 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-04-13[COMMON] Fix shell scripts missing shebangsGuillaume Lambert31-15/+63
pointed out by checkbashisms. $ tox -e checkbashisms |grep 'interpreter line' | cut -d' ' -f2 |xargs grep -lv '#!/bin/sh' | xargs sed -i -e '1i#!/bin/sh' -e '1i\\' plus manual fixes Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: Ic41fec6ebadd162cecf889f2b119ac82551bd21d
2021-04-13[NBI] Simplify cert retrieval scriptSylvain Desbureaux1-3/+2
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to remove unneeded part. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie7f46f848bdb433023d2d8cf170f1efe7831c4f4
2021-04-13[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>
2021-04-13[CCSDK] Install bug fix for A1 policy managerDan Timoney1-1/+1
Bump version of a1 policy manager to install bug fix for issue CCSDK-3227, which is causing flood of log message to sdnc pod. Issue-ID: CCSDK-3227 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia43dfed07490571d3d1fa588d894fc13c282c4e2
2021-04-12Merge "[GLOBAL] Don't try to set keypassword when storetype is PKCS12"Sylvain Desbureaux5-25/+0
2021-04-09[DCAE] Top up components versionTomasz Pietruszkiewicz2-2/+34
- dcae-hv-ves-collector to 1.8.0 update all HV-VES dependencies to newest versions Change-Id: I0044bad7f012d0e0125afbe9c7b0f64a6fe325f4 Issue-ID: DCAEGEN2-2696 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
2021-04-08[GLOBAL] Don't try to set keypassword when storetype is PKCS12Krzysztof Opasiak5-25/+0
It seems that for PKCS12 stores there is no keypassword so we are getting this error in our logs: keytool error: java.lang.UnsupportedOperationException: -keypasswd commands not supported if -storetype is PKCS12 Let's fix this by just not trying to set key password for PKCS12 stores. Issue-ID: OOM-1 Change-Id: I8f4cc5a0b54029b3c1baa83b61092942e34ffab2 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-04-08Merge "[HOLMES] Fixed the Start-up Failure in the Dualstack Env"Krzysztof Opasiak2-2/+2
2021-04-08Merge "[AAI] Fix truststore password to avoid exceptions"Sylvain Desbureaux2-6/+36
2021-04-08[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-07Merge "[SO] Release the H release for sol005 adapter"Sylvain Desbureaux12-15/+15
2021-04-06Merge "[AAI][SPARKY] Automatically retrieve certs"Krzysztof Opasiak18-105/+316
2021-04-06[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
2021-04-06Merge "[CDS] Bump CDS versions for RC1 bug fixes"Krzysztof Opasiak5-5/+5
2021-04-06[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-06Merge "[SDNC] Add readiness check for sdnc-dbinit job"Sylvain Desbureaux1-0/+2
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-04-06Merge "[SDNC] Enable SDNC to use external oauth provider"Sylvain Desbureaux5-6/+66
2021-04-04[AAI][SPARKY] Automatically retrieve certsSylvain Desbureaux18-105/+316
Instead of using hardcoded certificates, use certInitializer in order to retrieve them automatically. Issue-ID: OOM-2683 Change-Id: I1bd3fe575c1d3450905bdc5876b442fdb43660a9 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2021-04-02[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-02[SDNC] Add readiness check for sdnc-dbinit jobDan Timoney1-0/+2
sdnc container needs to wait for completion of its dbinit job before coming online. This appears to be root cause for a recurring issue we have seen in gating runs and in weekly run, where we see errors that directed graphs are missing. Issue-ID: SDNC-1512 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3fb9dad6b36fc8a549094e94b0a6a8936f9a4916 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-04-01[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-549 Change-Id: Ib1189e3871485a927f100d963589b8a642a3b5bb Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-04-01Merge "[CCSDK] Fix error logs due to empty URL"Sylvain Desbureaux3-15/+42
2021-04-01Merge "[OOF] CMSO logs to STDOUT"Sylvain Desbureaux12-19/+27
2021-04-01Merge "[DCAE] Boostrap version bump to 3.0.4"Sylvain Desbureaux4-69/+2
2021-04-01Merge "[DMAAP] Fix scaling logic for message router kafka and zookeeper"Sylvain Desbureaux7-12/+47
2021-03-31[CCSDK-SDNC] Bump versions for HonoluluDan Timoney14-13/+175
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-31[DMAAP] Fix scaling logic for message router kafka and zookeeperMarat Salakhutdinov7-12/+47
Currently if we want to scale message router kafka and zookeeper we need to do manual changes in charts to make it work. With this patch all can be done with override files. Issue-ID: OOM-2613 Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca> Change-Id: I1782dca26f964f33c250520ee2e187619cee0e5e
2021-03-31[DCAE] Boostrap version bump to 3.0.4vv770d4-69/+2
Disable holmes from boostrap deploy DFC 1.5.5 (bug-fix/security) PM-Mapper 1.5.2 (bug-fix/performance) Cleanup bootstrap properties Change-Id: If0071fd0805c701184896e8058d0c707997abed6 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2700 Issue-ID: DCAEGEN2-2659 Issue-ID: DCAEGEN2-2656 Signed-off-by: vv770d <vv770d@att.com>
2021-03-30[OOF] CMSO logs to STDOUTDominik Mizyn12-19/+27
Root level change to INFO. Result should be more logs in STDOUT. Issue-ID: OOM-2514 Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com> Change-Id: Ie64f0aff59a732f4a798e0a27d7ae18e38dfe2e2 [Add VM_ARGS define to point to the right logback file] Suggested-by: Krishna Moorthy <krishna.moorthy6@wipro.com> Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com>
2021-03-30Merge "[SO] Change sub component names"Krzysztof Opasiak25-51/+51
2021-03-30[CCSDK] Fix error logs due to empty URLRehanRaza3-15/+42
The gating tests for Honolulu have reported flooding of error messages in SDNC because the ricLink in values.yaml was not set. The information about RICs can now be provided in values.yaml Change-Id: I8ef67c27ed95432fb90de88b2976f39068fa7be0 Issue-ID: CCSDK-3227 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech> [Improve ric list generation] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-03-29[SO] Update sub components to Honolu releasesSylvain Desbureaux3-3/+3
Update: - cnf adapter to 1.8.0 - nssmf adapter to 1.8.0 - oof adapter to 1.8.2 Issue-ID: SO-3473 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I10af676b741941cc9ecf4e6ea373363dd7c66b35
2021-03-29[SO] Change sub component namesSylvain Desbureaux25-51/+51
Some SO components have changed their names: * so-monitoring is now so-admin-cockpit * so-etsi-nfvo-ns-lcm has a new repository * so-vnfm-adapter is now so-etsi-sol003-adapater Issue-ID: SO-3473 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I75be10b42fc7b44ac0f654853953f6139f3b1c13