aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vnfsdk/templates
AgeCommit message (Collapse)AuthorFilesLines
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>