Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Data Router pods writes logs directly in the PVC within generic name
files:
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log
-rw-r--r-- 1 root root 125 Nov 5 09:56 /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/
total 4
drwxr-xr-x 2 root root 76 Nov 5 09:56 AAI-DR
-rw-r--r-- 1 root root 125 Nov 5 09:56 application.log
drwxr-xr-x 3 root root 18 Nov 5 09:54 data-router
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/
total 0
drwxrwxrwx 2 root root 6 Nov 5 09:54 logs
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/logs/
total 0
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/AAI-DR/
total 12
-rw-r--r-- 1 root root 0 Nov 5 09:56 audit.log
-rw-r--r-- 1 root root 0 Nov 5 09:56 debug.log
-rw-r--r-- 1 root root 7519 Nov 5 09:56 error.log
-rw-r--r-- 1 root root 666 Nov 5 09:56 metrics.log
Thus if two pods were writing, there would be issue as each one would
want to write.
Then this PVC must be used by one POD only and RWO is sufficent
Change-Id: I0087487fba715b4b0804de51544238f08fed1d3c
Issue-ID: LOG-1114
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Elasticsearch PVC is only used by elasticsearch POD. As ES doesn't
support several writes per different instances on the same folder, RWO
PVC is sufficient.
Change-Id: I6b7c91174f4f485dc6e3b6e34111fe4fc2bb0469
Issue-ID: LOG-1114
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
As ansible server is a statefulset with PVC
template written in the statefulset, you'll
have one PVC per ansible server.
Thus ReadWriteMany (RWX) is not necessary and
RWO is sufficient.
Change-Id: I735891be2a098303ce85e21da7c8dc8b1ea20371
Issue-ID: APPC-1710
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update kubernetes/aai from branch 'master'
to 81954e51ef4c04fb08182d779f4871dfca766221
- Update schema service to use v17 to v19
Issue-ID: AAI-2607
Change-Id: Ia49109e37af5092a5394d69a69dd9ad0fb14e2d7
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
|
|
|
|
|
|
I've adjusted the Requests / Limits of portal pods according to real
usage of "Orange Openlab" and "Onap daily master".
Calculation is the following:
per deployment:
* CPU/Mem requests is max of average from the two deployments
* CPU/Mem limits is (max of max from the two deployments) * 1.2
Change-Id: I3fce54e6be495a7014bf346d66721976fa2dab8b
Issue-ID: MUSIC-533
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Missing apiVersion causes linting failure and therefore make common
fails
Issue-ID: OOM-2156
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Change-Id: Idb0aeb998fc99cc8e409247c6b5e20d140297a3e
|
|
Issue-ID: POLICY-1841
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I2ab0b7f40a9b60531dccd6175c76d0a18726816e
|
|
Issue-ID: CCSDK-1822
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Id06aacd6081178384d5c13680182fb339e7cfff4
|
|
Instead of using "homegrown" mariadb chart, move to use the common
mariadb-galera chart in order to be aligned with most of the other users
of mariadb and eventually to move into the common mariadb galera
instance.
Change-Id: I0c8ed6adfea0d64f97e7d9378464039915d389c7
Issue-ID: EXTAPI-347
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
postgres doesn't support that many posgtres instances write into the
same folder so moving to RWO mode is harmless
Change-Id: I3faf715606a7bb479917faf022efbf6635d602f8
Issue-ID: OOM-2080
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Used PVC(s) are actually created in the statefulset
Change-Id: I24f2c3ff0934178c9af06bfee60b4b6e35cfe953
Issue-ID: OOM-2155
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
-Enabled HTTPS for frontend and backend
-Updated paths and passwords for a certificates
Issue-ID: SDC-2479
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ic4b379bc2eb73a984221fa06ddc0fe8f0fa2116b
|
|
|
|
|
|
|
|
|
|
Issue-ID: CCSDK-1822
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Ib75741d85cfe8d0d5129dac6d11d0a3468627320
|
|
|
|
* Update kubernetes/robot from branch 'master'
to 868374dc9e41555fa9e75a0ca63deb7cd6780ab9
- Update to 1.5.4
Issue-ID: TEST-216
Change-Id: Ia00b0ab26a47cfd3306ccc14f1f7950c54690144
Signed-off-by: Brian Freeman <bf1936@att.com>
(cherry picked from commit 71d1a6e7ea4cdba97aed46c66921ab213b4588ff)
|
|
Change-Id: Ia502d96217f1e1ec904a26b9c56f7b288fb1f812
Issue-ID: OOM-2149
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
|
|
Issue-ID: POLICY-2064
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I5d9c6b8ea7e13b43b900f07d394b0bc5fb4b0c9f
|
|
|
|
Disable SDNC admin portal, due to security vulnerability.
Change-Id: I6a54eb262b0a1e6694c6f6951587687466d54acc
Issue-ID: SDNC-951
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
image can't be pulled from registry.hub.docker.com repository hence
changing it to working one.
non-working ==> registry.hub.docker.com/onap/multicloud/framework-artifactbroker:1.4.2
working ==> nexus3.onap.org:10001/onap/multicloud/framework-artifactbroker:1.4.2
Issue-ID: MULTICLOUD-844
Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com>
Change-Id: I1449cc0ff4a2fb4a5f4230515e9422f32cdbf5b5
|
|
Issue-ID: POLICY-2088
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
Change-Id: Iefcf1ea50cb2d096ff38a0ecf461a2caa6718f22
|
|
Change-Id: I0f93684d1af27665e5a3fedc48ac2ca1648f4bfe
Issue-ID: HOLMES-268
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
|
|
* Update kubernetes/robot from branch 'master'
to 3d18bf3cba8b1b8d021914d4751ea44f7c3e3cd4
- updating path to listener file for OVP testcase
Issue-ID: VVP-328
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I37d92065d8eb569d2a42e23520f26ac7a573aceb
|
|
Issue-ID: POLICY-2171
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iaff0090a25990612c04d58147d4f9dfd20e4111f
|
|
Issue-ID: DMAAP-1328
Change-Id: Ic5430d4029ab9e95edb63aac9f11b1f5b148cbb9
Signed-off-by: su622b <su622b@att.com>
|
|
Issue-ID: SO-2328
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
|
|
Issue-ID: POLICY-2156
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Idde12043286d715a1de27d581701a41f7a72739d
|
|
|
|
|
|
|
|
Align the charts on the 4.1.3 clamp containers + fix the dcae parameters
to https4 + remove old db files
Issue-ID: CLAMP-513
Change-Id: I0429d1888f78d1a0f5ed7543cf0f9bb9cd77e652
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Update SDNC helm charts to use version 1.7.4 (final El Alto release)
Change-Id: I257ac3b4a5780f612e2bcb84950231ed07a96876
Issue-ID: SDNC-939
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
|
|
|
|
Change-Id: I0bca8c7a16f8b19a266d9961715b8a04971d7b73
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1269
|