aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Apache2 license addition for sql and js filesvaibhav_16dec3-0/+45
Issue-ID: OOM-825 Change-Id: I0cd8748adc7aa1a66cefd4a2b7d660d671a550b3 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-22Fix license for PV and PVC yamlsMike Elliott2-0/+4
When conditions are used at the start of the yaml the hashed (#) comments of the license are not parsable by the json parser. There license comments have been wrapped in {{/* */}}. Change-Id: I16c539ae4280f8ecacfdedb1f8caad894f3a081f Issue-ID: OOM-821 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-22License addition in all yamlsvaibhav_16dec14-0/+196
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-21Add Helm Chart Standardization for Clampvaibhav_16dec25-207/+522
Issue-ID: OOM-735 Change-Id: Id5789742b4c930dcb2bebebbaa2cf82182949ee3 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com> Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-12Register Clamp API to MSBYuanHu1-0/+11
Register clamp API to MSB while deployed by OOM. Actual URL of Clamp: http://[CLAMP_IP]:[CLAMP_PORT]/restservices/clds/v1/* Published URL of MSB: http://[MSB_IP]:[MSB_PORT]/api/clamp/v1/* Issue-ID: CLAMP-95, OOM-230 Change-Id: I88d6cf47d91fbabcb6fd894e682fd6391634f232 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-07Replica scaling of Clamp and AAF conatinervaibhav_16dec3-1/+4
Issue-ID: OOM-691 Change-Id: Idea9ebc33310cbaf823163cccd6c816477661118 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG5-15/+15
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-02-25clamp persistence folder parametrizationkerenj2-2/+3
Issue-ID: OOM-145 Change-Id: I05f23d4557b0df2a0c6c70f072cabdda86722ac0 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2018-02-22clamp - readiness image updatekerenj1-1/+1
changes can be seen in reviews: 31743 and 31721 Issue-ID: OOM-514 Change-Id: I28044b671abfff8d031fce7db550ccf0847806d6 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2018-01-23clamp config segmayankg27037-7/+947
Issue-ID: OOM-555 Change-Id: Ie08b2e88ad92168eeaaae7041158871179322ccd Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2017-12-15Merge "Update annotations to spec for clamp"Mandeep Khinda1-27/+16
2017-11-28Adjust clamp to latestAlexis de Talhouët2-4/+5
Fixes: - use proper docker version - use proper environment variable Change-Id: I1fba341a9d708c3f11304410f6b0339aa1b22283 Issue-ID: OOM-472 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-23Update annotations to spec for clampkiranya1-27/+16
Issue-ID: OOM-457 Change-Id: Iff847c80ea1af0c9cfdc427fd23f4b310e12a72e Signed-off-by: kiranya <kiran.yadav@amdocs.com>
2017-10-29Add option to disable specific deploymentsyuryn4-0/+10
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-20Added CLAMP containers to ONAP KubernetesDusan Rozman6-0/+180
Added the initial deployment yamls for CLAMP and updated one-click Issue-ID: OOM-12 Change-Id: I48c842d77bf95ad53dcff9ab28edf542b1cb4bf5 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>