aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vnfsdk/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-03-20[VNFSDK] Automatically retrieve certificatesSylvain Desbureaux1-1/+32
Instead of using hardcoded certificates, let's use certInitializer in order to retrieve them. Issue-ID: OOM-2696 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6ed12dda660647cd0990c34f51e6c05ed533774a
2021-03-05[VNFSDK] Use the newest imageBogumil Zebek1-3/+3
The image contains code improvements, bug fixes implemented in release H. Issue-ID: VNFSDK-745 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I77fba727192a0b72cf6f30a7c52d46ed7df5ac67
2020-11-21[VNFSDK] Uses new tpls for repos / imagesSylvain Desbureaux1-8/+0
This commit makes VNF SDK template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ia0607f57fb49fa0bc9fc5c8191358b2b80dfe884
2020-11-03Upgrade a refrepo imageBogumil Zebek1-1/+1
- Use the newest OCLIP 6.0.0 in the refrepo image Issue-ID: VNFSDK-704 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ifb8cc0639e6971a8d3ce654941e86ec2e1737e86
2020-10-06Upgrade VNFSDK to 1.6.0Bogumil Zebek1-1/+1
- upgrade vnfsdk version - resolve problem with db connection between refrepo container and postgres container Issue-ID: VNFSDK-655 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I73755886377c22c51d690f37d7c1ca06407e3d45
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux1-2/+1
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-05-26Upgrade refrepo to 1.5.2Bogumil Zebek1-1/+1
Issue-ID: VNFSDK-577 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I64cb933fe5d0f721221c13f5b5271d2f460f021b
2020-05-08Merge "[VNFSDK] Use common secret template for postgres credentials"Morgan Richomme1-3/+18
2020-05-06[VNFSDK] Fix Ingress configurationSylvain Desbureaux1-2/+2
Change port to HTTPS one Set ssl to redirect. Issue-ID: OOM-2192 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I4ca8b8debe721c86baf92ba947f891a120df5435
2020-05-05[VNFSDK] Use common secret template for postgres credentialsKrzysztof Opasiak1-3/+18
Even through we use common secret template both passwords are still hardcoded in common postgres chart but this will be removed as a final step just like we did for mariadb-galera. Issue-ID: OOM-2250 Change-Id: I4ca210c99c27fbfbf74a467d72a81b2e38d8d800 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-04-04Set VNFSDK refrepo version to 1.5.1Kanagaraj Manickam1-1/+1
Issue-ID: VNFSDK-565 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: I11642da8c613bec8e0b679489205504f8e0b46e8
2020-03-05Migrate to HTTPS from HTTP - VNFSDKKanagaraj Manickam1-1/+1
Issue-ID: OJSI-154 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@hauwei.com> Change-Id: I7d3d3faa5e17d68051b0816fa5834b88817c3cf1 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
2020-02-07[COMMON] Remove pgpoolKrzysztof Opasiak1-11/+0
It seems that pgpool is never thus there is no need to spend time moving it to common secret template Issue-ID: OOM-2250 Change-Id: I237f9e01cec80bd47ff47c7eb4db282471cfad07 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2019-12-04Add ingress controler support to VNFSDKLucjan Bryndza1-0/+6
Issue-ID: OOM-2192 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: I9767e8ffaa27c68ecdb3a8882d4f718af1488ab0 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-06-13Update vnfsdk version from 1.3.0 to 1.3.2krzysztof kuzmicki1-1/+1
Issue-ID: VNFSDK-414 Change-Id: I8915853c2bc4440e9d4bb4fa19f7e41ed262a916 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
2019-05-29Update the CLI and VNFSDK dublin versionKanagaraj Manickam1-1/+1
Issue-ID: OOM-1888 Change-Id: I531f8761569c1638325ce0942d08ecad46835876 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
2018-10-18Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest. It is assumed that the release manifest is the "single source of truth" and that the versions in the helm charts are out of date. Change-Id: I2902e60b25f57409dd616780a626e63c92d26769 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-11pgpool-override in vnfsdk,dmaap,dcaegen2jasmineWen1-0/+11
Issue-ID: OOM-1355 Change-Id: I5c9fd54de7b483c59f4ddd600e7457b1d4de7e4d Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda1-1/+2
Adds the ability to turn them off if they are found to cause issues also cleaning up some whitespace Issue-ID: OOM-1145 Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Resource Limit enablling for VNFSDKvaibhav_16dec1-0/+19
Issue-ID: OOM-1168 Change-Id: I7e0f23159d729621f566837d6273f7f059a29ce1 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-09-14Upgrade VNFSDK to use common Postgres chartsjasmineWen1-2/+21
Issue-ID: OOM-1185 Change-Id: Ie011e87bc9322149076ec62cab3a8b3315e1d817 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-06-05Sync OOM docker versions with docker-manifest.csvGary Wu1-1/+1
Sync OOM docker versions with docker-manifest.csv commit a6e05c8c18624a1794abb1d3a3ab879a7a06bcfe Change-Id: If8df538638670e0f1080d41d40d06de54ab1d93a Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-29VNFSDK - revert back to embedded postgresjasmineWen1-16/+3
Change-Id: Iae0e6953175769730d5afc52409a354f5f0b3bf1 Issue-ID: OOM-751 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-05-16Sync OOM docker versions with docker-manifest.csvGary Wu1-1/+1
Sync OOM docker versions with docker-manifest.csv commit e5a9fb0a2d90d7e626a4b76f4cf53b58e2a3cd6a Change-Id: I885492c138389d0483d63d5bc211109f83eabe91 Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-15VNFSDK - use common postgresjasmineWen1-2/+15
Issue-ID: OOM-751 Change-Id: I099bd717fb488fab9ab1af78f8f445202fd1f117 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-05-10Improve docker registry secret managementBorislavG1-1/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-03VNFSDK - use embedded DB, change image pathjasmineWen1-3/+3
Issue-ID: OOM-751 Change-Id: Ia5dd82279bc7bc83dc430843524bd2a3db7cf606 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG1-0/+1
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-16Update readiness-check versionBorislavG1-1/+1
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-11Add Standardized Configuration to VNFSDKjasmineWen1-9/+50
Issue-ID: OOM-751 Change-Id: I3a9909d4bbb82b874baf9088109a1930a2bfb671 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-03-22License addition in all yamlsvaibhav_16dec1-0/+14
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-02-22vnfsdk - readiness image updatekerenj1-1/+1
changes can be seen in reviews: 31743 and 31721 Issue-ID: OOM-514 Change-Id: Ia35aaf5a59960e13d0514a74a5416b08905829b6 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-09-25Added vnfsdk containers to ONAP KubernetesDusan Rozman1-0/+10
Created the initial base deployment yamls for VNFSDK. Issue-ID: OOM-320 Change-Id: I3b062654dcb3d48c91cdc90d59597bf27a662b23 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>