aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/sample-apps
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Fix spacing issues in YAML files in vnfsBartek Grzybowski12-40/+24
Fixes applied as reported by yamllint. Change-Id: I8bd30d49e728715fdc696bb984fbca842ac1c2b8 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-24Fix indentation issues as reported by pylintBartek Grzybowski1-9/+9
Change-Id: I96c57d08d0030b48a9377eb05c077e26241870a6 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-24Fix unused varbiales pylint warningsBartek Grzybowski1-2/+2
Change-Id: I3f76a82d276c75f20453a9306b4f9964d90b5179 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-23Removing unused imports in python scriptsBartek Grzybowski2-7/+0
Removing according to pylint report. Change-Id: I2296b923a71c53347afcd0eb11d1c07b1400570f Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-23Fix whitespace issues in Python filesBartek Grzybowski3-7/+6
Change-Id: I7c98d1187c24b58471a822ec6f0fb9b0999f6f39 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-08-19Sample Application to save model to MinioDileep Ranganathan13-0/+464
Sample Application to save model to Minio Change-Id: Ieb5fe409564bfe363c4fd3fbab165d9c89ad5c37 Issue-ID: ONAPARC-460 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2019-06-21Add support for query_range in promql_apiRajamohan Raj1-5/+18
Added support for query_range in promql_api Issue-ID: ONAPARC-452 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com> Change-Id: If4870c8a8ea2fd4e6b23237cb8fd0f34a17fe3e0
2019-06-20Paramterize the configMap nameRajamohan Raj3-4/+5
Paramterize the configmap name in the helm chart of sample-promql-query-app. Issue-ID: ONAPARC-508 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com> Change-Id: I8ec7c6128fbc0577c73abacf1c8496eaf912fec7
2019-06-19Helmize the sample promql_query_appRajamohan Raj14-1/+404
Release a helm chart and dockerfile for the sample promql_query_app Issue-ID: ONAPARC-508 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com> Change-Id: I8fdddd3fe0094c132a485c1d40b524b8a8cb2062
2019-06-03Sample application to load model from MinioDileep Ranganathan12-0/+446
Sample application with helm charts to load from model repo. Change-Id: If8d09e64044bc2587c444efd3ac95a451ec361dd Issue-ID: ONAPARC-460 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2019-06-03Handle more error scenarios for promql_apiRajamohan Raj1-7/+26
Handle more error scenarios for promql and improve README.Added copy rights Change-Id: Idb3ac7e2aea6fe3e6df069f63e63b2a5208f96d1 Issue-ID: ONAPARC-452 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
2019-06-01Refactor promql_api after project structure changeRajamohan Raj4-135/+6
Refactored prompql_api after project structure change. Fix review comments and make a better read me. Change-Id: I40b7b2da40d85e9f297d4bb87d8633c71bdd1ec0 Issue-ID: ONAPARC-452 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
2019-05-30Refactor Distributed Analytics project structureDileep Ranganathan24-0/+1484
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>