summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20reducing resource request numbersMandeep Khinda18-68/+68
Issue-ID: OOM-1145 Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19updating gerritBranch to masterMandeep Khinda4-4/+4
some charts internally pull config/scripts from gerrit to bootstrap. They are currently bootstrapping with the beijing branch. Issue-ID: OOM-1425 Change-Id: I0ab0a054e9cc6ed6b23704404d80588f53530fa2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Merge "Remove internal unused values"Mandeep Khinda2-6/+2
2018-09-19Merge "Remove special characters"Mandeep Khinda1-13/+0
2018-09-19Merge "Fix api-handler config"Mandeep Khinda1-2/+2
2018-09-19Merge "Fix wrong db catalog port in bpmn-infra"Mandeep Khinda1-2/+2
2018-09-19Merge "Fix wrong passwords in bpmn-infra config"Mandeep Khinda1-6/+5
2018-09-19Merge changes from topic 'fix_oom_master_dist'Mandeep Khinda1-4/+2
* changes: Fix wrong camunda passwd in api-handler config Fix wrong so bpmn-infra port in api-handler config
2018-09-19Merge "Resource Limits for sdc"Mandeep Khinda12-171/+121
2018-09-19Fix wrong db catalog port in bpmn-infraAlexis de Talhouët1-2/+2
Change-Id: I7abe7c2cbe102151d0e3c94b6ca1e9250e452583 Issue-ID: OOM-1431 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Fix wrong passwords in bpmn-infra configAlexis de Talhouët1-6/+5
Change-Id: I5f58d2b9719155591196f0fe90d51d1f0c63eca4 Issue-ID: OOM-1430 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Fix wrong camunda passwd in api-handler configAlexis de Talhouët1-3/+1
Change-Id: I54ebe3f84268d294438160b37aa2d6d04bf7a24f Issue-ID: OOM-1429 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Fix api-handler configAlexis de Talhouët1-2/+2
Password are incorrect, resulting in 401 Change-Id: Ice02056afbf1450ebc0295ee5d362a68061b3ee1 Issue-ID: OOM-1426 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Fix wrong so bpmn-infra port in api-handler configAlexis de Talhouët1-2/+2
Change-Id: Id24b5e4f1895955deac3d8d4f8192be81e64a913 Issue-ID: OOM-1428 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Preload Guard PoliciesMichael Mokry1-116/+181
Modified the push_policies.sh to create and push Guard Min/Max and Frequency Limiter policies Converted tabs to spaces and trimmed trailing spaces as well Fixed urls in the curl commands Change-Id: I37423fccb8f1f892d5ce4a890c9677fb0ec7cdb0 Issue-ID: POLICY-1010 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-09-19fixing resource limit whitespaceMandeep Khinda6-78/+76
causes a warning: warning: cannot overwrite table with non table for limits (map[cpu:2 memory:4Gi]) Issue-ID: OOM-1421 Change-Id: Ice08a1d0af99eedbfaca4fe507d6d966784a6cb2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Remove internal unused valuesfpaquett2-6/+2
and updated basic auth values Issue-ID: AAI-1643 Change-Id: Ie47b2181249fb19ac49badfea755d3d51630a897 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-09-19Sync values from docker-manifest-staging fileAlexis de Talhouët26-31/+31
Change-Id: Ic8f11dc20c425aab144fe28a5e761552eb7b025b Issue-ID: OOM-1422 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Merge "Add missing filter-types.properties"Mandeep Khinda2-0/+7
2018-09-19Merge "Do not mount certificates in SO"Mandeep Khinda17-62/+9
2018-09-19Merge "Fixed mount point for policy-apex-pdp config file"Alexis de Talhouët3-9/+5
2018-09-19Merge "Add Config and CL policies for OOF PCI use case"Alexis de Talhouët1-0/+96
2018-09-19inputs for 4.3.1 policy-handler - all the latestAlex Shatov1-7/+55
- all the latest config settings for policy-handler - k8s specific routing to policy-engine by hostname "pdp" - relying on dns to resolve hostname "pdp" to ip address - expecting to find "pdp" as the hostname in server cert from pdp - assuming that "https://{{ .Values.config.address.policy_pdp }}. {{include "common.namespace" . }}:8081" is converted to "https://pdp:8081" - intention to get policy_engine : url : "https://pdp:8081" Change-Id: Ib4296e88a20d772591233c937aa5969667963057 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-611
2018-09-19Resource Limits for sdcMukul12-171/+121
Issue-ID: OOM-1161 Change-Id: Ie8dbf32d2b77ed839be65f812cf2762f76f574c5 Signed-off-by: Mukul <mukul.joshi@amdocs.com>
2018-09-19Add missing filter-types.propertiesAlexis de Talhouët2-0/+7
Change-Id: I2ddfcc9aa3856ec57d12b98e865e9115af9478f2 Issue-ID: OOM-1411 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Do not mount certificates in SOAlexis de Talhouët17-62/+9
Certififacte has been added in the base docker image, https://gerrit.onap.org/r/#/c/66209/ so no need to add it again. Also, it was being mount at the wrong place. Also, using latest docker images. Change-Id: I55355dac9bfb2691f493317f77c0f363a78af7ee Issue-ID: OOM-1407 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Merge "Added policy-distribution to policy"Alexis de Talhouët8-0/+405
2018-09-19Merge "Remove credentials from charts"Alexis de Talhouët2-12/+0
2018-09-19Remove credentials from chartsTait,Trevor(rt0435)2-12/+0
Issue-ID: OOM-1420 The application.properties files in pomba-networkdiscovery and pomba-servicedecomposition have sensitive keystore/certificate/password data that needs to be removed Change-Id: I5f1fb729197c18d0de40b354e598c03a398f0b10 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-09-19Merge "Backup Task: consul configmap enabelling"Mandeep Khinda2-0/+15
2018-09-19Merge "Backup Task -ConfigMap Labeling ROBOT"Mandeep Khinda1-0/+5
2018-09-19Merge "Backup Task -ConfigMap Labeling CLAMP"Mandeep Khinda5-0/+40
2018-09-19Merge "Backup Task -ConfigMap Labeling SO"Mandeep Khinda10-0/+100
2018-09-19Merge "Refactor MC windirver plugin namespace"Alexis de Talhouët5-6/+22
2018-09-19Merge "Backup Task: log configmap enabelling"Mandeep Khinda3-0/+15
2018-09-19Merge "Backup Task-AAI ConfigMap Labelling"Mandeep Khinda14-3/+254
2018-09-19Added policy-distribution to policymmis8-0/+405
Added helm chart to deploy the newly created policy-distribution component Issue-ID: POLICY-925 Change-Id: I1d633ef5a56c50a96fa6387db1daea4d06540976 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-09-19Remove special charactersDileep Ranganathan1-13/+0
Sepcial characters causing CrashLoopBack issue. Change-Id: Idbf92fe309face13cdb98a3940534c3eb566f883 Issue-ID: OOM-1432 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-19Merge "Resource Limits for policy"Mandeep Khinda14-117/+135
2018-09-19Merge "Add Resource Limits for APP-C"Mandeep Khinda6-28/+57
2018-09-19Merge "Resource Limit for VID"Mandeep Khinda4-38/+37
2018-09-19Merge "Resource Limit for LOG"Mandeep Khinda10-89/+92
2018-09-19Merge "Resource Limit enablling for VNFSDK"Mandeep Khinda2-0/+21
2018-09-19Merge "Resource Limit enablement in Robot"Mandeep Khinda2-23/+20
2018-09-19Backup Task -ConfigMap Labeling ROBOTvaibhavjayas1-0/+5
Issue-ID: OOM-1419 Change-Id: Ia00a51dba6749c1409d2275ed8b36bd68b23807b Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
2018-09-19Fixed mount point for policy-apex-pdp config filemmis3-9/+5
/home/apexuser/config/config.json was being created as a directory rather than a file Also updated parameter class names in config file to match new names of the classes Issue-ID: POLICY-1124 Change-Id: I19a683bd722ba3767400f95e2a112cacf1dbe7cb Signed-off-by: mmis <michael.morris@ericsson.com>
2018-09-19Backup Task-AAI ConfigMap Labellingtoshrajbhardwaj14-3/+254
Issue-ID: OOM-1396 Change-Id: I6eb0725e6692532dddf58913aef787845a1d2d4e Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-09-19Refactor MC windirver plugin namespaceBin Yang5-6/+22
Workaround the constraints of ISTIO which prohibit the usage of _ in the namespace Change-Id: I04b266ab8fc27bbd9058c7adab21e64543960815 Issue-ID: MULTICLOUD-335 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-09-19Fix the issue fetch log of esr in kibanaLi Zi11-88/+305
Issue-ID: AAI-756 Change-Id: I6c09dfcfc3c8a0ac5a509a08a84397eca5a53673 Signed-off-by: Li Zi <li.zi30@zte.com.cn>
2018-09-19Merge "Add Resource Limits for uui"Mandeep Khinda4-17/+37