aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/applications
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30Refactor Distributed Analytics project structureDileep Ranganathan26-1518/+0
Modified the project structure to improve maintainability and to add future CI and integration test support. Change-Id: Id30bfb1f83f23785a6b5f99e81f42f752d59c0f8 Issue-ID: ONAPARC-280 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2019-05-30PromQL api for queryRajamohan Raj4-0/+145
Initial commit for promQL query api and sample app for using the api Change-Id: Id9c5d95f621edbb14b2eba7493c968c138d2d02a Issue-ID: ONAPARC-452 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
2019-05-20Save Tensorflow model to Minio repositoryDileep Ranganathan5-15/+121
Export and save the tensorflow model using Keras API. Added support for Minio model repo by injecting the credentials to Horovod pods. This model then can be served using Tensorflow Serving. Change-Id: Id1e0b6696bc2bb1699786b08651c4d3bc353976c Issue-ID: ONAPARC-460 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2019-04-20Fixing some helm lint issues.Rajamohan Raj20-1/+1
Change-Id: I6d62bcd10c60c422aaeb146078aee1b162838926 Issue-ID: ONAPARC-450 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
2019-04-11Adding the dockerfile.Rajamohan Raj1-0/+142
Change-Id: I008cb2d0f8c169c40b60cca646ce52132929abd5 Issue-ID: ONAPARC-450 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
2019-04-11Add helm charts for horovod based appRajamohan Raj13-0/+799
Tasks in this patch: Create sample Tensorflow MNIST application using horovod: https://jira.onap.org/browse/ONAPARC-450 Change-Id: I50827a47f7c48574944cde28fca32f265b649b59 Issue-ID: ONAPARC-450 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
2019-03-13Helm charts for spark and hdfsRajamohan Raj8-0/+326
Tasks accomplished in this patch: https://jira.onap.org/browse/ONAPARC-445 - Create helm chart for Spark on K8S operator and add it to operator. https://jira.onap.org/browse/ONAPARC-446 - Create helm charts for HDFS https://jira.onap.org/browse/ONAPARC-447 - Create Spark application helm chart as part of application pacakge https://jira.onap.org/browse/ONAPARC-448 - Add Anaconda with tensorflow, keras, horovod support to Spark image Change-Id: Icb4adeaa8a0aa445614f91203d7793e4e4f304c1 Issue-ID: ONAPARC-391 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>