Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-03 | Improve anti-staging checker. | Jakub Latusek | 2 | -1/+52 | |
Checking if images are in release repository. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2616 Change-Id: Ibb4f7e51fb3a1afcebaecd04ca3e1a4bf62dd467 | |||||
2020-10-29 | [COMMON] Loosen limits for Elasticsearch | Sylvain Desbureaux | 1 | -2/+2 | |
Limits set seemed to be to hard, loosening them in order to make it work. Issue-ID: REQ-362 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I99aa55fb2564683f4968e5831e9e7b9aaa751054 | |||||
2020-10-29 | Merge "[SO] Enable SO-Monitoring - use HTTPS and certInitializer" | Krzysztof Opasiak | 6 | -18/+95 | |
2020-10-29 | Merge "[SDNC] Update CertServiceClient" | Krzysztof Opasiak | 1 | -1/+1 | |
2020-10-29 | [SO] Enable SO-Monitoring - use HTTPS and certInitializer | Krzysztof Gajewski | 6 | -18/+95 | |
- SO-Monitoring service exposed as NodePort - Certs are retrieved dynamically using certInitializer Issue-ID: SO-2920 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I04e6556bcddc3c67afc2a76c5b4fecb59a134911 | |||||
2020-10-29 | Merge "[SO] change comment style" | Sylvain Desbureaux | 81 | -1/+163 | |
2020-10-27 | Merge "[COMMON] allow multiline config for aaf add config" | Krzysztof Opasiak | 1 | -1/+1 | |
2020-10-27 | Merge "[COMMON] Add TLS for Ingress configuration" | Krzysztof Opasiak | 1 | -4/+24 | |
2020-10-27 | Merge "[SDNC] wrong configuration in mountpoint-registrar.properties" | Krzysztof Opasiak | 1 | -0/+5 | |
2020-10-27 | Merge "[PORTAL ] Non-root user DB access from WMS" | Krzysztof Opasiak | 5 | -8/+105 | |
2020-10-27 | Merge "[SO] Import various CAs in truststore" | Krzysztof Opasiak | 3 | -4/+10 | |
2020-10-27 | Merge "[CONSUL] Add limits to consul chart." | Krzysztof Opasiak | 4 | -3/+57 | |
2020-10-27 | Merge "[COMMON] Add limits to Elasticsearch" | Krzysztof Opasiak | 1 | -13/+10 | |
2020-10-27 | Merge "[SO] use v2 version for VNFs" | Krzysztof Opasiak | 2 | -11/+12 | |
2020-10-27 | Update git submodules | wreehil | 1 | -0/+0 | |
* Update kubernetes/aai from branch 'master' to bac40922e4043c632e1a8a5fe1531a640cbfe6c2 - Release the 1.7.11 docker release for the network slicing functional use case Issue-ID: AAI-3211 Signed-off-by: wreehil <wr148d@att.com> Change-Id: I304c09b646cdf55b848f89b0fa1f1ee08ad3acf3 | |||||
2020-10-27 | [SDNC] Update CertServiceClient | Maciej Malewski | 1 | -1/+1 | |
Update CertServiceClient to new version (2.1.0) Issue-ID: OOM-2580 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I8e7f42a5edb1832932eb8b6b66950612ec33a21f | |||||
2020-10-27 | [PORTAL ] Non-root user DB access from WMS | Sandeep Shah | 5 | -8/+105 | |
Update portal-widget HELM charts to use non- root user access to the portal mariadb backend Issue-ID: OOM-2601 Signed-off-by: SandeepLinux <ss048t@att.com> Change-Id: I434ce85f1d0922d87fca35f692064a9b5e757954 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> | |||||
2020-10-27 | Merge "[COMMON] change comment style" | Sylvain Desbureaux | 5 | -0/+10 | |
2020-10-26 | [COMMON] allow multiline config for aaf add config | Sylvain Desbureaux | 1 | -1/+1 | |
Use trim function in order to remove the 4 first spaces that breaks configuration when aaf add config is a multiline (a.k.a uses `|`) YAML entry. Issue-ID: OOM-2611 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib53a8a87f896a66ba613d542cfca833804ef1d7a | |||||
2020-10-26 | [COMMON] Add TLS for Ingress configuration | Sylvain Desbureaux | 1 | -4/+24 | |
Instead of setting TLS termination at POD level, it may be interesting to terminate it at Ingress level. This patch add the ability to do that using "Ingress" templates. In order to achieve it, you need to configure it this way in `values.yaml`: ```yaml ingress: enabled: false service: - baseaddr: 'my-endpoint' name: 'my-service' port: 8080 config: tls: secret: my-service-ingress-certs ``` Secret (here `my-service-ingress-certs`) must follow Kubernetest `kubernetes.io/tls` type: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls Issue-ID: SO-3078 Issue-ID: SO-3237 Issue-ID: OOM-2609 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I76c0929d53289a581bc26d0d03cc8b9bd72d0fd1 | |||||
2020-10-26 | [SO] use v2 version for VNFs | Sylvain Desbureaux | 2 | -11/+12 | |
SO BPMN infra uses "v1" version for VNF handling, which is not compatible with multicloud. This patch allows to choose which version to use, defaulting to "v2" version. Issue-ID: SO-3342 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I548f9f1e264ea7a21ee2d604e5de5c3b65599943 | |||||
2020-10-26 | Merge "[MODELING]Add environment variables in OOM chart" | Sylvain Desbureaux | 2 | -4/+18 | |
2020-10-26 | [MODELING]Add environment variables in OOM chart | dengyh | 2 | -4/+18 | |
Issue-ID: MODELING-441 Change-Id: Ibcabdb9db6f9d0695f2c338a9f7d52b42f6d0723 Signed-off-by: dengyh <dengyuanhong@chinamobile.com> | |||||
2020-10-23 | [COMMON] Fix URL override for cassandra backup cronjob | Marat Salakhutdinov | 1 | -1/+1 | |
It is not possible to override Cassandra backup cronjob image URL currently. This might cause the problem if non standard repository is used. This patch is fixing that issue. Issue-ID: OOM-2608 Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca> Change-Id: I1eb0a97d1a852d16f8d1662f543c3f583e873a5d | |||||
2020-10-23 | [SO] Add charts for so-oof-adapter | Priyadharshini | 1 | -1/+1 | |
-Fix for release image Issue-ID: SO-3205 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ia4942a072dcf77454f0245dc2837d7fdf60955bc | |||||
2020-10-23 | Merge "[DMAAP] change comment style" | Krzysztof Opasiak | 37 | -6/+80 | |
2020-10-22 | Merge "[VNFSDK] change comment style" | Krzysztof Opasiak | 4 | -0/+8 | |
2020-10-22 | Merge "[MULTICLOUD] change comment style" | Krzysztof Opasiak | 8 | -0/+16 | |
2020-10-22 | Merge "[POLICY] Update Policy image versions" | Sylvain Desbureaux | 6 | -6/+6 | |
2020-10-22 | Merge "[SDNC] change comment style" | Sylvain Desbureaux | 29 | -1/+59 | |
2020-10-22 | [SO] Import various CAs in truststore | Sylvain Desbureaux | 3 | -4/+10 | |
Per default, SO truststore has only one CA, the ONAP one. But we also need MSB root CA. The process to onboard was broken and this patch solves it We also needs "common root CAs" in order to discuss with other components such as the underneath OpenStack. In this patch we also import all "known" root CA from truststoreONAPall. Issue-ID: OOM-2606 Issue-ID: OOM-2607 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ia67bd4aec7a0b122fb9fda11e1e48c4e6e55430c | |||||
2020-10-22 | Merge "[Tree-wide] Add helmignore to ignore components" | Sylvain Desbureaux | 13 | -68/+76 | |
2020-10-22 | Merge "[SO] Fix indentation in so-nssmf-adapter" | Sylvain Desbureaux | 1 | -1/+1 | |
2020-10-22 | Merge "[SO] Add Camunda BPM Properties to SO-NFVO-LCM" | Sylvain Desbureaux | 1 | -0/+7 | |
2020-10-22 | [COMMON] change comment style | Jakub Latusek | 5 | -0/+10 | |
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I21ea78c96ff8bd5e729f2228f761df534f515358 Issue-ID: OOM-2562 | |||||
2020-10-22 | Merge "[SO] fix typo" | Sylvain Desbureaux | 1 | -1/+1 | |
2020-10-22 | Merge "[VID] change comment style" | Sylvain Desbureaux | 7 | -0/+14 | |
2020-10-22 | Merge "[VFC] change comment style" | Sylvain Desbureaux | 30 | -0/+60 | |
2020-10-22 | Merge "[UUI] change comment style" | Sylvain Desbureaux | 4 | -0/+8 | |
2020-10-22 | Merge "[SDC] change comment style" | Sylvain Desbureaux | 20 | -0/+40 | |
2020-10-22 | Merge "[SNIRO-EMULATOR] change comment style" | Sylvain Desbureaux | 2 | -0/+4 | |
2020-10-22 | Merge "[POLICY] change comment style" | Sylvain Desbureaux | 38 | -0/+76 | |
2020-10-22 | Merge "[PORTAL] change comment style" | Sylvain Desbureaux | 33 | -0/+66 | |
2020-10-22 | Merge "[POMBA] change comment style" | Sylvain Desbureaux | 56 | -1/+113 | |
2020-10-22 | Merge "[ONAP] change comment style" | Sylvain Desbureaux | 7 | -0/+14 | |
2020-10-22 | Merge "[OOF] change comment style" | Sylvain Desbureaux | 42 | -3/+88 | |
2020-10-22 | Merge "[PNDA] change comment style" | Sylvain Desbureaux | 6 | -0/+12 | |
2020-10-22 | Merge "[MODELING] change comment style" | Sylvain Desbureaux | 4 | -2/+10 | |
2020-10-22 | Merge "[MSB] change comment style" | Sylvain Desbureaux | 15 | -0/+30 | |
2020-10-22 | Merge "[LOG] change comment style" | Sylvain Desbureaux | 12 | -0/+24 | |