summaryrefslogtreecommitdiffstats
path: root/kubernetes/so
AgeCommit message (Collapse)AuthorFilesLines
2018-10-17Merge "Add SO config for OOF Homing"Borislav Glozman1-0/+5
2018-10-16Add SO config for OOF HomingMarcus G K Williams1-0/+5
Issue-ID: SO-1127 Change-Id: Ief7b5b43b61b2b17ddf80dae57e65d5ef01399a5 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-10-16Increase openstack and sdnc workflow timeoutsRamesh Parthasarathy1-2/+2
Currently they are both set at 60 seconds, which is far too short. Making them both 60 minutes. Change-Id: I1ec04651362cad5ad65303f25e017b693bdba220 Issue-ID: SO-1131 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-15so-minitoring po startup issueRamesh Parthasarathy9-9/+9
so-monitoring pod doesn't start completely. This issue has been addressed here Change-Id: Iab0d8fd3f1a7b9b000d2eac3968fefc07b5b2230 Issue-ID: SO-1138 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-15Merge "Added missing maria db dependencies"Borislav Glozman19-28/+319
2018-10-12Added missing maria db dependenciesjmac19-28/+319
If there are other inter-pod dependencies that should be managed, please comment to let me know so they can be added. Also addressed the missing globals section in the pods values.yaml files and incorrect pull policy management to make them follow the standard conventions Change-Id: I3625f8452d90182391e1ff4af5fddfe9d0948a32 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1472
2018-10-12Merge "Update MSB annotations SO helm chart service"Alexis de Talhouët7-411/+87
2018-10-12Merge "openstack cloud_config parameters in override.yaml"Alexis de Talhouët2-6/+27
2018-10-12Merge "Create VF Module fails with preprocess error."Alexis de Talhouët4-51/+35
2018-10-11openstack cloud_config parameters in override.yamlRamesh Parthasarathy2-6/+27
modified openstack override.yaml to have template driven values and updated values file to have these new values. Change-Id: Ied1e7ca92e8ba71352538e8889564c329abd32d7 Issue-ID: SO-1122 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-11create vnfmodule fails with openstack adapterRamesh Parthasarathy1-6/+6
changed bpmn override file to have correct endpoints for openstack adapter consistent with heat env Change-Id: If8421c5bd7843d95e0fd22282285a1995da6650a Issue-ID: SO-1123 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-11Create VF Module fails with preprocess error.Ramesh Parthasarathy4-51/+35
This change is pertinent to jira issue so-1111 Catalogdb pod fails to start error Updated catalogdb override files. updated so monitoring related files. Change-Id: I0f68bec89557f400f69cf7684155d0795bc4b939 Issue-ID: SO-1111 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-10Whitespace BugfixGareth Roper1-1/+1
Change-Id: I3ea5e790d05352106d28868359d556207ddbb8c5 Issue-ID: OOM-1464 Signed-off-by: Gareth Roper <gareth.roper@ericsson.com>
2018-10-09sdnc VNF-API topology-operation-assignRamesh Parthasarathy1-7/+7
SDNC VNF-API vnf-topology-operation-assign request returns Bad Data 400. updated sdnc chart override file Change-Id: I6ea6c317ef4b137bcbe2146f882d5560d829489b Issue-ID: SO-1113 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-09Merge "Adding SO-Monitoring Helm Charts into SO Subcharts"Alexis de Talhouët5-0/+312
2018-10-09Create VF Module fails with preprocess errorRamesh Parthasarathy2-3/+3
This change is pertinent to jira issue so-1111 Create VF Module fails with preprocess error - VID never sees progress. updated bpmn & sdnc override files Change-Id: I73591874d39851eb3876e3a681e7196033d56be0 Issue-ID: SO-1111 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-09Adding SO-Monitoring Helm Charts into SO Subchartsrope2525-0/+312
This subtask's aim is to create the Helm Charts for SO-Monitoring and then adding these charts to the SO's subcharts. Change-Id: Icb58c9ce4432c6571e656a0ca00079b1f7694ad2 Issue-ID: SO-1054 Signed-off-by: rope252 <gareth.roper@ericsson.com>
2018-10-05Update MSB annotations SO helm chart serviceRamesh Parthasarathy7-411/+87
It is assumed that all the external interfaces will go thru MSB and internal interfaces will use kube dns Change-Id: Ieb51f315e8a64af6986cd5f001d1713562154b09 Issue-ID: SO-1104 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-04SO create service instance failsRamesh Parthasarathy8-34/+184
All the override files are updated to be in sync with so docker config repository and address the issue raised. Change-Id: Iee2badf00dbf57b68871505370d070a2450d3d0b Issue-ID: SO-1105 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-10-03Implement SO users with HelmRamesh Parthasarathy2-10/+11
use regular and admin user with SO-MariaDB for the containers Change-Id: I236798d864e673a56c6c50181913312505ae9e79 Issue-ID: SO-1094 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-09-27Watchdog timer too short in oom override.yamlRamesh Parthasarathy1-1/+1
watchdog timeout was increased to 300 seconds from 60 seconds in override.yaml to overcome distribution timeout Change-Id: Icaf9e31ae92b5b786eb89487c0744d71921fa97e Issue-ID: SO-1072 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-09-25Updating charts to use common resource templateMandeep Khinda9-9/+9
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda9-121/+130
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-24Update Chart versions to 3.0Mike Elliott11-11/+11
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-20Do not use https do communicate with sdncAlexis de Talhouët1-2/+2
Change-Id: I445756c2cb3660e5eab2694a64e8aadd93517edd Issue-ID: OOM-1435 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-20Fix wrong service name for sdnc in bpmn-infraAlexis de Talhouët1-1/+1
Change-Id: I7c1977e5d170fcc66685ea3ea90cebc7f8f0726c Issue-ID: OOM-1435 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-20Merge "SO helm chart cleanup"Alexis de Talhouët18-305/+13
2018-09-20SO helm chart cleanupRamesh Parthasarathy18-305/+13
SO helm chart has been cleaned up and theseZ changes have been verified with SO rancher env Change-Id: If6a26f5c346f77936aeaf4102341f14759714bf1 Issue-ID: SO-1073 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-09-20reducing resource request numbersMandeep Khinda1-4/+4
Issue-ID: OOM-1145 Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Merge "Fix api-handler config"Mandeep Khinda1-2/+2
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-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-19Backup Task -ConfigMap Labeling SOvaibhavjayas10-0/+100
Issue-ID: OOM-1412 Change-Id: Ie6abd2569fd2a987fb2b7469381f23bfac099445 Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
2018-09-14SO override files to use apt kube dns addressRamesh Parthasarathy18-238/+81
All SO override files are updated with correct kube dns address for inter application communications based on review comments Change-Id: I6e1487f3d5a7db49df3e40fb41b6b148aacfee8d Issue-ID: SO-1022 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-09-07Flavors defintion in resource limitvaibhav16dec18-91/+138
Issue-ID: OOM-1322 Change-Id: I5248ae206da6b5d65b0830f454813e6e14ec7284 Signed-off-by: vaibhav16dec <vaibhav.chopra@amdocs.com>
2018-09-06Fix from robot testing and resolve mergeBrian Freeman8-15/+15
Issue-ID: SO-713 Change-Id: Icafe6b039cc793c3724c387c06a2e80153e307bb Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-06change so nodeport to free 30277Mandeep Khinda1-1/+1
resolves conflict with clamp Issue-ID: SO-984 Change-Id: Ic7ec9daec242e4c7dd8791f870c552f34d0716db Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-09-05helm chart for so containersRamesh Parthasarathy89-413/+3915
This check-in is an updated version of helm charts for so containers based on review comments Change-Id: I690430622ecbdcaf099a6165844142841db436dd Issue-ID: SO-709 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-06-11Use 2.0.0-ONAP tag instead beijing branch2.0.0-ONAP2.0.0-ONAPGary Wu1-1/+1
To ensure reproducible deployments, change gerrit branches to 2.0.0-ONAP tag instead of using the beijing branch since the beijing branches are not locked. Change-Id: I30bbece5fa2e0b8622db948d45e08a46ecf43ece Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-07Change gerrit branches to beijingGary Wu1-1/+1
Change-Id: I840e9aada77fa297273ef5b32663f70ca4aac371 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-07Increase SO DB probe initial delaysGary Wu1-2/+2
SO healthcheck still fails on TLAB due to so db taking too long to initialize. Increase liveliness and readiness probe initial delays to 450. Change-Id: Ib765937dfd31944c8958e1736b5d579fffbb427d Issue-ID: OOM-1127 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Fix SO startup problemBorislavG1-2/+2
SO healthcheck fails due to so db taking long time to initialize. Current solution: increase liveliness and readiness timeouts to 300. Issue-ID: OOM-1127 Change-Id: I18c77d1599769385245de6dceaacfc2c40cdeed3 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-06-05Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from docker manifest commit 076730db5e2f9f277c91f57b782f5aab64329a0e Change-Id: Iecbfc7cf2e930b7c35e6c92dc60dcdb34c61bd9f Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-31Fix APPC Topics ScaleOutBrian Freeman1-2/+2
Issue-ID: SO-391 Change-Id: I0e61fd84ef282c8701f4c49325eae0d73bc4dad1 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-30Fix SDNC LCM TopicsBrian Freeman1-2/+2
Issue-ID: SO-526 Change-Id: Ibeaa40cbeb2c0df3b564afe89fd804542b6fce06 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-10Fix SO aaiEndpoint aai.onapBrian Freeman1-3/+3
Issue-ID: OOM-1068 Change-Id: Ibea86d352e439e14d39b484eddf37314c0b8a16e Signed-off-by: Brian Freeman <bf1936@att.com>