summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2018-04-10Merge "Removing aai oxm files from configmaps"Borislav Glozman11-25236/+43
2018-04-10Merge "Restore pv and pvc in mysql chart"Mandeep Khinda12-15/+213
2018-04-10Merge "Use service values in msb annotation"Borislav Glozman1-1/+1
2018-04-10Merge "Add a filebeat container to each service of MSB"rui hu14-0/+272
2018-04-10Correction of Chart name for Clampvaibhav2-1/+20
Issue-ID: OOM-890 Change-Id: I17832d0d27f6319d17cb9f7a209d5ee83e8569b4 Signed-off-by: vaibhav <vaibhav.chopra@amdocs.com>
2018-04-10Restore pv and pvc in mysql chartjmac12-15/+213
This change restores the pv.yaml and pvc.yaml that were previously removed. These are required for the case when the NFS provisioner is disabled. I've added a condition to these files such that they should be disabled if the NFS provisioner is enabled. The two ways of managing entities need to be mutually exclusive. Borislav: Solution for directory creation problem upon first deployment with persistence enabled Borislav: Fixed licenses for mysql Change-Id: I9879b3b6574f8026a28793b9d86d6ef3ec9ce2e9 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-889
2018-04-09Removing aai oxm files from configmapsMandeep Khinda11-25236/+43
-they have no parameterization, are huge files, and are breaching the configmap space removing them and finding an alternate way of getting them into the containers if they need to be externalized that can be done in a separate issue. for now emptyDir{} is good enough. Issue-ID: OOM-858 Change-Id: I05602302890dd3e0363dc355f1697b76fea509a1 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-09Add a filebeat container to each service of MSBLiZi14-0/+272
Change-Id: I92bf908523d2b08a28c9d118b9efdc49dad56f6e Issue-ID: MSB-185 Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-04-08Add missing NodePorts to log componentsBorislavG8-30/+76
Along the way increase kibana initial timeout in order to be able to test on slower system. Issue-ID: OOM-847 Change-Id: Iab7141f5af752e2eee5e98db9c3b9f13fae04d0f Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-08aaf mapping fixKeren Joseph5-0/+0
Issue-ID: OOM-888 Change-Id: I005c686239e366318f08ec3b810ca2b1d3dbda56 Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
2018-04-07Ensure sdnctl user/schema created on master MySQLjmac6-8/+11
Change-Id: I5507d23ff62c9d5d5d19f86374ea91ccea2e95a9 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-887
2018-04-06changes to the message routersu622b2-2/+4
Issue-ID: DMAAP-389 Change-Id: I6827c8a5a8d68f39e184e452c9a499b8d073cac4 Signed-off-by: su622b <sunil.unnava@att.com>
2018-04-06oom component logs missing in Elasticsearchroot1-27/+33
Issue-ID: OOM-885 Change-Id: I31ee5186e828ad93453c03515b3d4308e4a0d23c Signed-off-by: Neal Chatterley <nealch@amdocs.com> Signed-off-by: root <nealch@amdocs.com>
2018-04-06Merge "Correcting portal k8s configmap service names"Mike Elliott16-36/+60
2018-04-06Merge "Add standardized helm chart for multicloud"Mike Elliott34-565/+1224
2018-04-06Add standardized helm chart for multicloudkj34-565/+1224
-mk: updating umbrella requirements.yaml Issue-ID: OOM-744 Change-Id: Iae202a60ff5fd8d4fa98bd29184df1444b616186 Signed-off-by: kj <keren.joseph@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-06Merge "Removing portal schema from configmap"Mike Elliott13-403/+174
2018-04-06Merge "Initial chart for dmaap - 2nd attempt"Mandeep Khinda21-0/+865
2018-04-06Merge "Fix for MySQL local redundancy"Mandeep Khinda5-57/+30
2018-04-06Merge "Add service name changes to ROBOT"Mandeep Khinda1-19/+19
2018-04-06Merge "Multi-site High-availability Manual Failover (PoC)"Mike Elliott4-0/+163
2018-04-06Merge "Remove obsolete mso chart"Mandeep Khinda37-5540/+0
2018-04-06Merge "Rename robot docker from openecomp to onap"Mandeep Khinda1-1/+1
2018-04-06Merge "External dependencies config"Mandeep Khinda1-4/+15
2018-04-06Merge "Refactor OOM script of sdc-wfd."Mandeep Khinda6-0/+222
2018-04-06Use service values in msb annotationvaibhav1-1/+1
Issue-ID: OOM-840 Change-Id: Ia1f3443b419abc8cce9d6ddbebfc494a294ffeae Signed-off-by: vaibhav <vaibhav.chopra@amdocs.com>
2018-04-06Correcting portal k8s configmap service namesMandeep Khinda16-36/+60
The service.name is really a port name and was being used wrong. Need a better way than this to get dependant chart names. This gets it working. Issue-ID: OOM-842 Change-Id: I6a78a5adb0e69524a90aa3386009a0d87ebed73c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-05Removing portal schema from configmapMandeep Khinda13-403/+174
-Trying a new way to initialize maria db's. -Docker image contains project sources and sql files are fetched and executed agains't the target database. -duplicates are silently ignored. -A script that takes some basic params will do the heavy lifting -A 2nd job to make some OOM specific changes (carry over from amsterdam) -docker image has been pushed to oomk8s under the 2.0.0 number Issue-ID: OOM-858 Change-Id: I56d0c9c5aa1d3c4a9df2998634b9147db626d1fb Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-05Fix for MySQL local redundancyjmac5-57/+30
Change-Id: I453a75ba1a8604d06d95c0accde2a77b3f791ae3 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-878
2018-04-05Add support for secret management serviceKiran Kamineni16-7/+637
Adding Helm charts for deployment of secret management service. Adding them as a subchart under aaf. Solved the values problem by using env variable to pass values to SMS about the backend service URL Issue-ID: AAF-162 Change-Id: Iac7973fdf38281a1d1b6ccb0fbfb5c3a052ac7ae Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-05Add service name changes to ROBOTMike Elliott1-19/+19
Updated robot configuration to align with current naming conventions of pod service names. This fixed a few test cases allowing them to pass in ROBOT. A separate defect will be raised to ensure all service naming is consistent across all onap applications. Issue-ID: OOM-883 Change-Id: Ifd4aa87250de03e2c4c205422992a56244570b2a Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-05Multi-site High-availability Manual Failover (PoC)Neha Jain4-0/+163
Change-Id: I0d5644790441099434322d486f4ba014fd8bc1f7 Signed-off-by: Neha Jain <neha.jain3@amdocs.com> Issue-ID: SDNC-214
2018-04-04Rename robot docker from openecomp to onapGary Wu1-1/+1
Change-Id: I623efec25eafa36308743dc1b65146117abe5ef1 Issue-ID: INT-459 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-05Merge "Multi-site High-availability Manual Failover (PoC)"Mike Elliott2-0/+85
2018-04-05Merge "Multi-site High-availability Manual Failover (PoC)"Mike Elliott3-2/+31
2018-04-04Message Router Helm Chart Standardizationpramod37-588/+1065
Issue-ID: OOM-731 Change-Id: I2137b9dbe7c7a320094c13779e8e43dadef964c7 Signed-off-by: pramod <pramod.kumarsharma@amdocs.com> Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-04Initial chart for dmaap - 2nd attemptDominic Lunanuova21-0/+865
This should conform to new OOM standard helm structure. It starts a directory called dmaap which will hold all dmaap components. But for now it only has buscontroller. Once we get this working, we can add message-router. (see DMAAP-386) Patch 2 gets private postgresql working. I'd prefer to integreate with common postgresql from Tony in a future commit to avoid any immediate delivery timing dependency. Patch 3 corrects some port mapping from service to pod. Change-Id: Id9838d7ddb2ccccfc8b0e3f3b9e50f9b5672c484 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-117 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
2018-04-04Remove obsolete mso chartMike Elliott37-5540/+0
The mso directory/chart has not been used in some time since the new 'so' helm chart was introduced. Change-Id: I3395222bbaa574e5e22771ace32fc695acaddb0f Issue-ID: OOM-743 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-04Merge "Remove global repository from onap chart"Jerome Doucerain4-22/+104
2018-04-04External dependencies configac25501-4/+15
Change-Id: I9734e4c2c9722fcd91b95a918395a28f8e23afdd Issue-ID: OOM-870 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-04-04Refactor OOM script of sdc-wfd.YuanHu6-0/+222
Refactor OOM script of sdc-wfd to align with the other sub-projects of sdc. Change license template to align with OOM. Remove '.Values.initImage' for its not be used. Choose a free number '30256' for the workflow designer's 'nodePort'. Issue-ID: SDC-1128 Change-Id: Ic5fedf86203ab96209df69c79e92daa88f728d44 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-04-03Multi-site High-availability Manual Failover (PoC)Mohammadreza Pasandideh2-0/+85
Change-Id: Ic5682433b5284856e3846a641fc64c99e85550b2 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> Issue-ID: SDNC-214
2018-04-03Multi-site High-availability Manual Failover (PoC)Neha Jain3-2/+31
Change-Id: Ib11a01170962a932466bcfb1b12e6e0563476e73 Signed-off-by: Neha Jain <neha.jain3@amdocs.com> Issue-ID: SDNC-214
2018-04-03Merge "Add common repository template"Jerome Doucerain2-1/+32
2018-04-03Merge "Add generic Postgres set for DCAE"Mandeep Khinda8-0/+515
2018-04-03Add common repository templateMike Elliott2-1/+32
Introducing a common template to be used by all ONAP helm charts to ensure consistency in repository resolution. This will allow the default repository in a chart to be overridden with a global.repository value and then, if need be, have the global.repository value be overridden on a per chart basis using a repositoryOverride configuration value. In the future will look at trying to address 3rdparty repository resolution in a simular manor. Change-Id: I7d6a14ae39d60bf75f80e28a038cea5de31aa558 Issue-ID: OOM-845 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-03Merge "Add Nokia v2 driver"Mike Elliott4-1/+92
2018-04-03Merge "Conform to helm standards"Mandeep Khinda31-15/+45
2018-04-03Merge "Fix kube2msb failure to start"Mandeep Khinda4-6/+6
2018-04-03Conform to helm standardsDaniel Silverthorn31-15/+45
Change-Id: I6cda4dbc168ae6cb110deca5596e5d96f517e7fe Issue-ID: OOM-790 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>