Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
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
|
|
|
|
|
|
|
|
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>
|
|
This patch adds a table of contents to make
it more convenient to browse through the
document
Issue-ID: OOM-2701
Signed-off-by: Sylwia Jakubek <sylwia.jakubek@nokia.com>
Change-Id: I3fcfaac2bd1ef00db6482db7826edc8567f10296
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
Update the image version for UUI components.
Issue-ID: USECASEUI-566
Change-Id: Id2920cffa95b9a9f00dd73592ff8f6712ba7f234
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
|
|
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
|
|
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
|
|
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>
|
|
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
|
|
|
|
- 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>
|
|
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>
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
Rename the vfc-adapter to etsi-sol005-adapter.
Issue-ID: SO-3473
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I79949521c58b05f9b7eacad591d06f62e3ab1983
|
|
|
|
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>
|
|
|
|
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
|
|
|
|
to identify potential bashisms in scripts
and ensure compatibility with dash and other POSIX shells
as often found in MAC OS X and BSD or UNIX systems.
Though bash is a good interactive user shell,
many UN*X systems and GNU+Linux distributions now prefers Almquist
or Kornshell variants for scripting in order to improve the system
performance and maintenability.
https://wiki.ubuntu.com/DashAsBinSh
https://mywiki.wooledge.org/Bashism
https://en.wikipedia.org/wiki/Almquist_shell
Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ibfa114f5c4797e526edc6f59397117e093868c24
|
|
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>
|
|
- 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>
|
|
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>
|
|
Update the image version for UUI components
Issue-ID: USECASEUI-549
Change-Id: Ib1189e3871485a927f100d963589b8a642a3b5bb
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
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
|
|
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>
|