aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so
AgeCommit message (Collapse)AuthorFilesLines
2020-11-02[SO] Remove so-secret componentSylvain Desbureaux22-148/+20
SO secret was used to give truststore to SO components. As we're using dynamic certificate retrieval, it's not needed anymore. Issue-ID: OOM-2534 Issue-ID: SO-3348 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I0eb2e052096923fc69bf5f1a1876d9a76a22102b
2020-10-30[SO] helm chart for cnf-adaptersekharhuawei13-59/+597
Add helm chart for cnf-adapter to oom Issue-ID: SO-3164 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: I12551f8403c55b7f0d0e54dea0d003413039b6a6 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-10-29Merge "[SO] Enable SO-Monitoring - use HTTPS and certInitializer"Krzysztof Opasiak5-18/+89
2020-10-29[SO] Enable SO-Monitoring - use HTTPS and certInitializerKrzysztof Gajewski5-18/+89
- 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-29Merge "[SO] change comment style"Sylvain Desbureaux81-1/+163
2020-10-27Merge "[SO] Import various CAs in truststore"Krzysztof Opasiak3-4/+10
2020-10-26[SO] use v2 version for VNFsSylvain Desbureaux2-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-23[SO] Add charts for so-oof-adapterPriyadharshini1-1/+1
-Fix for release image Issue-ID: SO-3205 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ia4942a072dcf77454f0245dc2837d7fdf60955bc
2020-10-22[SO] Import various CAs in truststoreSylvain Desbureaux3-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-22Merge "[Tree-wide] Add helmignore to ignore components"Sylvain Desbureaux1-0/+1
2020-10-22Merge "[SO] Fix indentation in so-nssmf-adapter"Sylvain Desbureaux1-1/+1
2020-10-22Merge "[SO] Add Camunda BPM Properties to SO-NFVO-LCM"Sylvain Desbureaux1-0/+7
2020-10-21[SO] fix typoJakub Latusek1-1/+1
Helm3 check correctness of deployed yaml, fixed to deploy onap using helm3 Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: Ib2c3390d857f339bd89547e434ac0fddaa0c379c Issue-ID: OOM-2562
2020-10-21[SO] change comment styleJakub Latusek81-1/+163
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I15281199766092663aa2c0f8b96ae16979ccaa5f Issue-ID: OOM-2562
2020-10-21[SO] Fix indentation in so-nssmf-adapterKrzysztof Opasiak1-1/+1
As helm 3 verifies yaml correctnes this indent issue prevents us from deploying onap using helm v3. Issue-ID: OOM-2562 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I1910659e8abb58228e0c684fad0ae7a491d99fad
2020-10-21[Tree-wide] Add helmignore to ignore componentsKrzysztof Opasiak1-0/+1
components directory takes up a lot of space and is included during helm package Lets remove it using .helmignore This is just a copy of idea showed in: "[OOF] Add helmignore to ignore components" by krishnaa96 <krishna.moorthy6@wipro.com> Issue-ID: OOM-2534 Suggested-by: krishnaa96 <krishna.moorthy6@wipro.com> Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I25c82e79ba2c472b7761a63365573188ab8db56b
2020-10-21[SO] Add Camunda BPM Properties to SO-NFVO-LCMAndrewLamb1-0/+7
Additional properties needed for so-etsi-nfvo-ns-lcm Issue-ID: SO-3258 Change-Id: I7d88acf5f20b7eeee90435c61bd15f9b616761bd Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-10-20Merge "[SO-ETSI-NFVO] Add SO DB and NFVO DB Credentials to NFVO NS LCM Pod ↵Krzysztof Opasiak4-6/+61
for DB Communication"
2020-10-20Merge "Update makefiles to use specific helm version"Krzysztof Opasiak2-8/+10
2020-10-19[SO-ETSI-NFVO] Add SO DB and NFVO DB Credentials to NFVO NS LCM Pod for DB ↵rope2524-6/+61
Communication All of the credentials added have been accessed using the common secrets template. In order to avoid hardcoding passwords etc. I have added 2 jdbcUrl's for accessing the NFVO DB and the CamundaBPMN DB. These will be needed for code going into the SO codebase. This change should not have an effect on any other charts, as properties have only been added to ETSI NFVO Charts. Issue-ID: SO-3159 Change-Id: Ic6e0002ce64b872ac0c44fa1f124304c392e6a8b Signed-off-by: rope252 <gareth.roper@est.tech> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-10-19Merge "[SO] Add charts for so-oof-adapter"Sylvain Desbureaux11-0/+467
2020-10-19Merge "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM"Sylvain Desbureaux11-0/+413
2020-10-16Update makefiles to use specific helm versionJakub Latusek2-8/+10
Helm is now called by HELM_BIN variable which by default is set to helm and makefiles use helm from path. HELM_BIN can be overwritten so user can have two version of helm in system and choose which one to use. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: I0917796aafe234e87afa0ac3c4c15720296276d5
2020-10-16[SO] Fix SQL DB user creation when password contains special charsKrzysztof Opasiak2-0/+14
SO uses custom scripts to create DBs and users. Those scripts were not escaping properly special characters that may appear in our auto-generated passwords. Fix this issue by adding special characters escaping to those scripts. Issue-ID: OOM-2328 Reported-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca> Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ifce3265df154a510606e0a082c7041536e2ec303
2020-10-16[SO] Add helm chart for SO-ETSI-NFVO-NS-LCMAndrewLamb11-0/+413
This chart for SO-3157 was previously merged here: https://gerrit.onap.org/r/c/oom/+/111378 It was subsequently reverted here: https://gerrit.onap.org/r/c/oom/+/112538 due to use of staging image It could then not be re-introduced until other OOM problems were fixed. Chart has been updated in line with changes made here: https://gerrit.onap.org/r/c/oom/+/111328 Also included, SO-3225 - small change from this review: https://gerrit.onap.org/r/c/oom/+/112358 which could not be merged due to other oom problems, and then also due to revert. Once this is merged, I will abandon old review at: https://gerrit.onap.org/r/c/oom/+/112358 Issue-ID: SO-3157 Change-Id: I3b59b9f655b395d7a22ea06814004baeb158b7d7 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-10-14[SO] Add charts for so-oof-adapterPriyadharshini11-0/+467
Issue-ID: SO-3205 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ic25f2a1421cc7a2370f1793b6c6735a55b4d78c9
2020-10-12[SO] move subcharts to components folderseshukm142-715/+1460
Move subcharts to components folder in order to be able to enable/disable them one by one. Also use certInitializer to retrieve truststore in order to be able to discuss with other ONAP components. Issue-ID: SO-2046 Change-Id: Ia5c2a590a2ad75e4b69be0748e9d79fda996af37 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-09-25[SO] Fix typoJakub Latusek1-1/+1
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: If2d280477b23f6c2029103fb777cf0f61570b5d8 Issue-ID: OOM-2562
2020-09-14Merge "[Tree-Wide] Reference ports by name not index"Sylvain Desbureaux2-2/+2
2020-09-11[TREE-WIDE] Use faster version of common secret templateKrzysztof Opasiak1-1/+1
Replace all calls to common.secret with a faster version to save some linting time. Issue-ID: OOM-2248 Change-Id: I3372c87226d5dd8b7468ebed2d77e7ceceba5777 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-09-11[Tree-Wide] Reference ports by name not indexKrzysztof Opasiak2-2/+2
Referencing anything based on its position on alist can be really fragile and har to debug. As we already have a convenience template that allows us to access the port based on its name let's make sure that everyone is using it. Issue-ID: OOM-1971 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Id25cb9d9e48f39f46786ea9e9a432b0c51130c50
2020-09-11Revert "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM"Krzysztof Opasiak9-358/+0
This reverts commits: b6a0f9ef4cefa4c63bcc9b57e8ffeb236194dcd7 5b4d13d79e72409c49b893b00ce763591696b104 Staging images are not allowed in OOM master branch. When they disappear we get awful failures in gating thus components that sneak in staging images by tagging them in the same way as the release images has to be immediately removed unless a proper docker image is released. Issue-ID: SO-3157 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia18ff5b372b13b9d03a2969f4aaf2fcea144ea77
2020-09-07Update so-etsi-nfvo-ns-lcm with the new version of readiness image 3.0.1Magdalena_Biernacka1-2/+1
Issue-ID: OOM-2545 Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com> Change-Id: I8a5033fb51d2cdf6902d96e60f01af8ba61b66e5
2020-09-04Merge "[GENERAL] Use readiness container v3.0.1"Krzysztof Opasiak24-48/+34
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux24-48/+34
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-09-02Merge "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM"Krzysztof Opasiak9-0/+359
2020-09-01[SO] Add helm chart for SO-ETSI-NFVO-NS-LCMAndrewLamb9-0/+359
As part of adding Support for SOL005 NBI API Handler Issue-ID: SO-3157 Change-Id: I7ef5dc15b71d45a7d519390c245ef7cc106a363d Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-01[MariaDB] Create NFVO Database Within MariaDBrope2525-3/+52
Adding an additional SH script in order to create the NFVO database, which will be used by the SO ETSI NFVO NS LCM. It will be used to store required information on any NFVOs. The creation of the NFVO Database should not have an effect on other databases, as their creations have not been modified. Also renamed the Create so_user and so_admin SH scripts to start with 98, 99 in order to trigger after any new scripts are added in the future. Issue-ID: SO-3159 Change-Id: Idbf09db294d5bbc9e7dca063bc08040ce2bc8568 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-07-29[SO] Make SO compatible with Kubernetes v1.17Grzegorz-Lis10-10/+40
Issue-ID: OOM-2467 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I30867bd37e649053b97dec023cc405b4d70d1adc
2020-07-10Merge "[SO] bump the SO modules"Sylvain Desbureaux13-13/+13
2020-07-09[SO] bump the SO modulesseshukm13-13/+13
bump the SO modules for the F maintenance release This is from 1.6.3 to 1.6.4 SO-appc-Ochestrator is released first time in this release Issue-ID: SO-3022 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib73e08ecaf2a93153cda9eef4dd2880f5376b6c8
2020-07-03[SO] Sync up with the last-minute MSB certificate changes.MukeshKumar2-5/+5
JKS file for SO Sol003 adapter updated to reflect changes in MSB. White spaces removed in override file which caused issues. Issue-ID: SO-2982 Change-Id: I78181cbba6fb1d785eb503bd1e9de5f9bb8a9b4a Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-05-31bump th so version to 1.6.3seshukm12-12/+12
Issue-ID: SO-2955 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: If47a43c642e59fe4048d1d816f971e25524236da
2020-05-29Add new SO component so-appc-orchestrator to OOMRamesh Parthasarathy8-0/+386
- This is a new component with SO - This component polls bpmn for any app-c related tasks. If there is one, it will pick up the task, execute the task and provide task status to bpmn - SO code related to this functionality has already been delivered by Elena. Issue-ID: SO-2903 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I1bb3afd437f420304c41255560fbe13106eefb83
2020-05-26bump the SO version 1.6.2seshukm12-12/+12
Issue-ID: SO-2821 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ief1d24c6aefbbd47618f235f719c6d0aafbda5b0
2020-05-22[so][msb] Update MSB url to match with its certificateKonrad Bańka4-5/+5
Change tested on so-openstack-adapter but it should impact each subcomponent the same way. Issue-ID: MSB-467 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I3f2ffef25b614701b23aeb9b248db24eee671188
2020-05-15Merge "bump the SO release version 1.6.1"Sylvain Desbureaux12-12/+12
2020-05-13add nssmf adpter endpoint and so infra endpoint, update the oof endpointhetengjiao1-1/+5
Issue-ID: SO-2921 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I28524030291cac3b5e4b04221ee23b8354872d73
2020-05-11bump the SO release version 1.6.1seshukm12-12/+12
Issue-ID: SO-2818 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I99506f2bfb4aa9944dda9a23f6fbe0d66a60cb37
2020-05-04Merge "Change ingress hosnames for exposed services"Sylvain Desbureaux1-1/+1