aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vnfsdk/templates
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler1-2/+2
Use the new "service" feature of the readiness image to resolve startup dependencies. Issue-ID: OOM-3280 Change-Id: Ia331d51528676744e5e0479d1fd0ca02830c3499 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-20[COMMON] Make imagePullSecrets configurableAndreas Geissler2-4/+2
Currently in ONAP the imagePullSecrets is hardcoded to 'onap-docker-registry-key' which is created by the repository-wrapper component. With this change the secrets can be configured via setting global.imagePullSecrets and optionally per image if it is configured as map (image.pullSecrets) Issue-ID: OOM-3284 Change-Id: I8644f9b46043b6014219c42928e057b149df43a4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-14[COMMON] Harmonize resource settings, Part 2Andreas Geissler1-2/+2
Some settings are still wrongly interpreted (e.g. 0.02Gi) Therefor they are changed to non-floating numbers (e.g. 20Mi) Issue-ID: OOM-3273 Change-Id: Icc88dead1ac5b1df8629d6adcc438a739e20522e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-28[COMMON] Harmonize resource settingsAndreas Geissler1-0/+7
Update all resource settings to the kubernetes recommended normalized form. Fix ReadinessCheck resource limits. Issue-ID: OOM-3273 Change-Id: Ie10903b801e4dc1689bcec092162d711a431a7a6 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-02-28[VNFSDK] Make VNFSDK ServiceMesh readyAndreas Geissler4-60/+31
Disable TLS interface, add job sidecar cleanup and cleanup charts Fix the deployment.yaml Issue-ID: OOM-3095 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I88a9b01ecf5e4cbb247346b6b2da1c521199a2fb
2021-03-20[VNFSDK] Automatically retrieve certificatesSylvain Desbureaux2-3/+22
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
2020-11-21[VNFSDK] Uses new tpls for repos / imagesSylvain Desbureaux2-5/+5
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-10-21[VNFSDK] change comment styleJakub Latusek4-0/+8
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I4be8fb8cc9627bf9c338fcc76ee78247a86e9d6c Issue-ID: OOM-2562
2020-09-28[VNFSDK] Change volume to volumeMountsJakub Latusek1-1/+1
Volume field is undefined in container specification Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: I369495febca6673cdd742c8456dd01a68e9d1780
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux2-4/+4
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-07-30[VNFSDK] Make VNFSDK compatible with Kubernetes v1.17Grzegorz-Lis1-1/+1
Issue-ID: OOM-2471 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: Ie1621b234b5204dcf9ca83b8b7c2332383deb1cf
2020-05-05[VNFSDK] Use common secret template for postgres credentialsKrzysztof Opasiak4-6/+51
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-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak4-7/+7
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 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2019-12-04Add ingress controler support to VNFSDKLucjan Bryndza1-0/+1
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-07-15Use nodePortPrefix variable in VNFSDK service templatePawel Wieczorek1-1/+1
Issue-ID: VNFSDK-283 Change-Id: I3e84891ed2faaccb50c5d07f0ad620634a091c0d Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2018-12-21global image pull issuedkamdocs2-3/+3
Issue-ID: OOM-1563 Change-Id: I383dbec29291ba5b13d613f60d8eb343b9c59dda Signed-off-by: dkamdocs <devesh.kumar@amdocs.com>
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Resource Limit enablling for VNFSDKvaibhav_16dec1-0/+2
Issue-ID: OOM-1168 Change-Id: I7e0f23159d729621f566837d6273f7f059a29ce1 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-09-18Backup Task- NBI ,VNFSDK, UUI ConfigMap LabellingPrateekinlinux1-0/+5
Issue-ID: OOM-1395 Change-Id: Ie73183156b2ed5e6cb5810612d62651645e4922a Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
2018-09-14Upgrade VNFSDK to use common Postgres chartsjasmineWen3-2/+93
Issue-ID: OOM-1185 Change-Id: Ie011e87bc9322149076ec62cab3a8b3315e1d817 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-08-30License Addition task UUI , VNFSDK , MSB , NBIPrateekinlinux1-0/+13
Issue-ID: OOM-1303 Change-Id: I7c3407e01619aa4463f7f8285cfad57ce17ee294 Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
2018-05-29VNFSDK - revert back to embedded postgresjasmineWen1-1/+4
Change-Id: Iae0e6953175769730d5afc52409a354f5f0b3bf1 Issue-ID: OOM-751 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-05-15VNFSDK - use common postgresjasmineWen1-1/+1
Issue-ID: OOM-751 Change-Id: I099bd717fb488fab9ab1af78f8f445202fd1f117 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-05-03VNFSDK - use embedded DB, change image pathjasmineWen2-2/+2
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-2/+2
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-11Add Standardized Configuration to VNFSDKjasmineWen6-147/+118
Issue-ID: OOM-751 Change-Id: I3a9909d4bbb82b874baf9088109a1930a2bfb671 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-03-22License addition in all yamlsvaibhav_16dec3-0/+42
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG3-9/+9
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-11-22Update annotations to spec for vnfsdkkiranya1-27/+16
Issue-ID: OOM-406 Change-Id: I6a62d2d3cdea132dd2a96cf0ac79861f186b8e22 Signed-off-by: kiranya <kiran.yadav@amdocs.com>
2017-10-29Add option to disable specific deploymentsyuryn3-0/+8
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-25Added vnfsdk containers to ONAP KubernetesDusan Rozman3-0/+108
Created the initial base deployment yamls for VNFSDK. Issue-ID: OOM-320 Change-Id: I3b062654dcb3d48c91cdc90d59597bf27a662b23 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>