Age | Commit message (Collapse) | Author | Files | Lines |
|
Use 6.0.0 in preparation for Frankfurt release
Issue-ID: OOM-2320
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I73cc56e5e12018cf2d313bea04facf9e41691ad4
|
|
Fix permission issue
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I255d152f2be19e5ea60831dc717e4bf01ec69435
|
|
|
|
Issue-ID: REQ-231
Change-Id: I4e18eed4424414d820f3ed78dfe5b1fb959a8938
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
VNFSDK and SDC Onbarding
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I58fbd642057650d76a65fdd4ba08f562acb44522
|
|
CLI provided a new docker version fixing the security issue
consisting in exposing HTTP public port
The code of the associated healthcheck must be updated
Issue-ID: INT-1501
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I0b66afa3d77be490ddf914d3a0cc3adae0636da0
|
|
Issue-ID: EXTAPI-415
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I9caaf093c56bf6a6b0d7564dca7485cec811cb22
|
|
Issue-ID: PORTAL-848
Change-Id: I59fc05e2af2ff9429046497bd841d7ae8d0c58e8
Signed-off-by: statta <statta@research.att.com>
|
|
Change has been done in sdnc to exclude HTTP port
Healthcheck test must follow
Issue-ID: SDNC-1120
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I3a88f20a67ca7d018155c5682224988407a86a8e
|
|
Issue-ID: OJSI-154
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ie04b69feeeb8723e400899abd1360c90ae505d4f
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1400
Change-Id: Ifd0502283d4efe0c14aeb1e77bfa85779596cfec
|
|
same contributors than testsuite
Issue-ID: INT-1386
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I37465c46dd5b025cf284157df4a12b140eb9d487
|
|
ONAP is too big to be deployed using helm install so we need to
use a custom helm plugin helm deploy. This script deloys onap
component by component instead of deploying evrything at
once. Unfortunately this script also modifies the helm release by
appending component name to it.
As a result of this behavior our objects are called for example:
onap-mariadb-galera-mariadb-galera-0
instead of just being called onap-mariadb-galera-0.
This patch simplifies this naming convention by replacing all direct
usages of .Release.Name with common.release macro which strips the
component specific part from the release name.
Issue-ID: OOM-2275
Change-Id: I3384bf30c663764339b0b41527ca4eb7168f0d49
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
|
|
Today when deploying Robot with OOM, the PersistentVolumeClaim needs the
"ReadWriteMany" (or "RWX") capability.
According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes),
ReadWriteMany stands for "the volume can be mounted as read-write by many nodes".
That means that a particular PVC needs to be read and written from many pods.
That also means that your code takes that into account and do the work to avoid
write at the same place at the same time.
An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't
support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon
and Google storage classes).
Robot PVC is used only for one Robot instance. Thus we don't need RWX.
Issue-ID: INT-1230
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I300e34a9d4be40b36153812d2a99c458cae6b2c9
|
|
|
|
Change-Id: I575be45bbbd2c53a897eac87f303e45cc2fce976
Issue-ID: INT-1375
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
|
|
|
|
|
|
Issue-ID: PORTAL-782
Change-Id: I8f7abd28c357cf6525c3368f38035a45126bf2ae
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
OOM has now templates in order to create the needed PVC, using:
* a PV with a specific class when using a common nfs mount path between
nodes (sames as today use) --> is the default behavior today
* or a storage class if we want to use dynamic PV.
On this case, we use (in order of priority):
- persistence.storageClassOverride if set on the chart
- global.persistence.storageClass if set globally
- persistence.storageClass if set on the chart
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ie65e55bca92eb0ada674636f049ecb054b65c5da
|
|
Issue-ID: INT-1397
Change-Id: I172fc986207a61c91b2dc9b1efa5c58bd689ea06
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Issue-ID: OOM-2186
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: Id6b6f6d1a5d9ea83f73b914509098f7711a6418a
|
|
|
|
Change-Id: I9839bc2937446f4062ae922f7d287b1150a1b224
Issue-ID: INT-1375
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
|
|
change protocol from http to https
and port from 80 to 443
impacted healthcheck tests: msb, multicloud, vfc
Issue-ID: VFC-1591
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I44d03d14df43b6e1df81b27da0ee455cc9045ce4
|
|
This patch adds gathering data which cannot be easily obtained from
within "robot" pod (without granting it access to "kubectl" tool and as
a side effect - cluster modifications).
It introduces dependency to python3 on operator's machine (to convert
"kubectl" tool filtered output to JSON).
Issue-ID: SECCOM-261
Change-Id: Ie5057f65f79337896191b51cfad1b3e06623f80b
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
Issue-ID: SO-2517
Change-Id: I86c59908271b6a0686162c127edd6eb256b3ce6b
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Issue-ID: OOM-2163
Change-Id: Ib5d07e2ddecbe8cdaf6d5e3ac7ae195cf6d33db4
Signed-off-by: bdfreeman1421 <bf1936@att.com>
|
|
Issue-ID: TEST-216
Change-Id: Ia00b0ab26a47cfd3306ccc14f1f7950c54690144
Signed-off-by: Brian Freeman <bf1936@att.com>
(cherry picked from commit 71d1a6e7ea4cdba97aed46c66921ab213b4588ff)
|
|
Issue-ID: VVP-328
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I37d92065d8eb569d2a42e23520f26ac7a573aceb
|
|
Issue-ID: TEST-194
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Id7efda3b6e8c03a336005b317365e50fa97651f5
|
|
|
|
Issue-ID: TEST-216
Change-Id: I6caadff3cbb6d167c364d380cd9d2a7ad760f127
Signed-off-by: DR695H <dr695h@att.com>
|
|
|
|
This commit goes with commit
https://gerrit.onap.org/r/c/testsuite/+/94485
Signed-off-by: stark, steven <steven.stark@att.com>
Issue-ID: INT-1197
Change-Id: Idf4ae2dbe0fbfea13306a18441ca1426c3055e3e
|
|
Proper configuration for HTTPS for the sdc.
Issue-ID: SDC-2548
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I92aa92ac323bf97664841fb0d3cf8da4189a2c97
(cherry picked from commit 2b3f953c2b2099539166e49bdd18f61d70e3ca68)
|
|
Issue-ID: TEST-184
Change-Id: I227f0002f36a72e350f0008eef20661ee04c3e26
Signed-off-by: DR695H <dr695h@att.com>
|
|
Issue-ID: INT-1205
Change-Id: If313f3919df3a19616e91fbac3f03a33a617baa1
Signed-off-by: DR695H <dr695h@att.com>
|
|
Issue-ID: TEST-184
Change-Id: I2ed9c05b47e2d2c3d53811aa0bfcae7a7507f72f
Signed-off-by: DR695H <dr695h@att.com>
|
|
GLOBAL_CCSDK_CDS_AUTHENTICATION uses wrong username/password variable names
Issue-ID: TEST-193
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I108c510655b07e9d981af5cb894d75f0c358d0a7
|
|
INT-1200 demo-k8s.sh fix
Issue-ID: INT-1200
Signed-off-by: marekpl <marek.pondel@nokia.com>
Change-Id: I73d75ed8edba1046fd58d7399e3fdce23ea2f77a
|
|
Issue-ID: TEST-193
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I52274d02e917e9b0546a9f52808ec379c84889ab
|
|
Add tag for sdc-dcae-d test case to instructions
(the new test case with this tag comes in
https://gerrit.onap.org/r/#/c/testsuite/+/92864
and these commits should be merged together)
Issue-ID: SDC-2480
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: Ifeffb32bb3719dcc47c7b6a3ca8fad30f17873fc
|
|
|
|
Add sdc-dcae-be endpoint information to enable integration tests
towards SDC-DCAE-DS
Issue-ID: SDC-2480
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: I3bd99b4f0dbc33746524bf074409cf0e8ef46890
(cherry picked from commit 9dba0521c046f50d9744e7e2318e0cdce51c6345)
|
|
* Move robot's health-check to https
* Expose 8080 on ClusterIP only
Issue-ID: VID-496
Issue-ID: OJSI-119
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Change-Id: Ife12c8304a1ce9d65d3767b181de486351b767fb
|
|
hv-ves ete script added
Issue-ID: DCAEGEN2-1226
Signed-off-by: marekpl <marek.pondel@nokia.com>
Change-Id: I85f83152b305100d0f201dc8315865fdc598b1eb
|
|
Issue-ID: TEST-184
Change-Id: Ic4dd2cad5025d49da288ac272d66f6c9221d34dc
Signed-off-by: DR695H <dr695h@att.com>
|
|
Issue-ID: INT-1179
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I6976867800e12b0dc3a145340db87e7bbfb4841f
|