summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2018-04-03Remove global repository from onap chartMike Elliott4-22/+104
See description in linked issue id. Change-Id: I3bcec1214875cb318dc45162013aec8957443dc8 Issue-ID: OOM-845 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-03Add generic Postgres set for DCAEBorislavG8-0/+515
DCAE postgres set is based on Crunchy Data Statefulset Helm Example. It provides a statefulSet of two postgres replicas. Remaining work: tweak services and PVs. Adjust the chart to DCAE needs. Change-Id: Ic05f88fcde5c5967ebd93f944f953262df77d7c6 Issue-ID: OOM-853 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-02Merge "Fixed missing/wrong references in DG Builder chart"Mandeep Khinda5-15/+16
2018-04-02Merge "Updated value qualifier to match DG Builder chart"Mandeep Khinda1-5/+5
2018-04-02Updated value qualifier to match DG Builder chartjmac1-5/+5
Change-Id: Ib434d8cf0064a13bc3ebd3e16d4d41962f9dff36 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-748
2018-04-02Fixed missing/wrong references in DG Builder chartjmac5-15/+16
Change-Id: I90eb42468f84120693d5842ea0cd13b1b3c20ecb Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-748
2018-04-02Merge "Consul Helm Chart Standardization"Mandeep Khinda13-75/+266
2018-04-02Merge "Add Standardized Configuration to SDN-C Chart"Mandeep Khinda47-996/+1531
2018-04-02Consul Helm Chart StandardizationjasmineWen13-75/+266
Issue-ID: OOM-730 Change-Id: I742979aa27022e553b33062762a1ad5f80940726 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-04-02Add Standardized Configuration to SDN-C Chartjmac47-996/+1531
Change-Id: I9f4d43c2a3f0766b9c8477a180f5a0bd45fde243 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-748
2018-04-02Remove temporary command in kube2msbBorislavG1-5/+0
Change-Id: Id17130d77fcaa03d2828852cd386b322bf6768df Issue-ID: OOM-811 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-01Fix kube2msb failure to startBorislavG4-6/+6
Change-Id: I3d67246e48cec79a2187637eb6ad559f73034089 Issue-ID: OOM-857 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-01SDC chart hotfixkj3-0/+6
Issue-ID: OOM-851 Change-Id: I431a54d7b218a7271efba8496a71412085052959 Signed-off-by: kj <keren.joseph@amdocs.com>
2018-03-29adding license to SDC chart templatesMandeep Khinda32-4/+410
-missed adding it to the original review before it was merged Issue-ID: OOM-838 Change-Id: I04b515e2f4c58a14b4b4194e59e160b1f8534bc6 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>