aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06Files for vFW DT Use case tutorialLukasz Rajewski13-0/+1237
Change-Id: Ie86576ba685ae446c53692e826e2fb83a628bf07 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-751 (cherry picked from commit d2fd9916127de68e79ace6acd4eedf68873b4af1)
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 Raj3-31/+103
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 Raj5-78/+96
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-31Add vFW and vLB HPA files from CasablancaItohan Ukponmwan11-0/+1879
Issue-ID: INT-1093 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> Change-Id: Ie4510bf5d23825eec21451afbcd7b25728a42d6a
2019-05-31Fix collectd-operator build issueDileep Ranganathan11-31/+58
Fix build issues. Version control some files which were .gitignored. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: Ia7d1b9ef0e518c1afea5ca91103309724111028c
2019-05-31Shorten VM names to match AnsibleBrian Freeman2-19/+23
Issue-ID: INT-1092 Change-Id: Iff1f8dca489686025a6a791a46e9643b633d1c49 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-30Refactor Distributed Analytics project structureDileep Ranganathan414-35/+3
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-30Collectd operator utiltiesDileep Ranganathan1-4/+22
Made changes to Makefile, added help and clean Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I2f99b26d415e411e6e7ca847ea082dcbf39698f4
2019-05-30Collectd Operator - ControllerDileep Ranganathan2-0/+225
Initial code for CollectdPlugin CRD controller. Watches the CollectdPlugin CRDs and create/update configmap and restart the Collectd Daemonset pods. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I24f7bebaefb8a0587029da55dee1934e8679ef96
2019-05-30Collectd Operator APIDileep Ranganathan14-22/+442
Define spec for CollectdPlugin CRD. Create CRD and sample CR for CollectdPlugin and autogenerated code. Updated Makefile and deployment artifacts. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I10bc198976b415efcfab01258342abbd2b4dfcc9
2019-05-30Fix preload for second vFWBrian Freeman1-4/+2
Issue-ID: INT-1092 Change-Id: I7514c3fcdaebf38f175492b0c7bc5e0622a516dd Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-30Readme for Distributed AnalyticsDileep Ranganathan1-0/+85
Initial readme for distributed analytics. Change-Id: I53ad9296711207685891340adcaf6d6210858412 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-23Documentation to install Istio with SDSPramod1-0/+31
Issue-ID: ONAPARC-503 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: I54aa7d1d3a96251e7761aff92ad21a04aec71546
2019-05-23Sample file reading from hdfs.Rajamohan Raj4-5/+27
Just a sample go file for reading from a hdfs file. Shall be deleted later. Issue-ID: ONAPARC-451 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com> Change-Id: Icfdd4b2196e080b6da45dadaf498eeb5d5fba1ac
2019-05-22Makefile for Collectd-OperatorDileep Ranganathan2-2/+53
Create Makefile for collectd-operator Updated .gitignore with coverage and other common ignorable files. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I6cbcaa5da1fe8ced58519e123ff548f5cf8da2b4
2019-05-21HDFS-writer skelton codeRajamohan Raj5-0/+95
This contains the skelton code for developing the hdfs-writer further. Issue-ID: ONAPARC-391 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com> Change-Id: I261c4a2bf12498bdba8a4720c3200ff9289a2328
2019-05-21CollectD Operator - Skeleton codeDileep Ranganathan14-0/+920
Skeleton code for CollectD Operator repo. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I3894091cb6ec5ae11995e7914cf20e09b0def20a
2019-05-21Remove the skipping of install/deploy for demoGary Wu1-21/+0
Change-Id: I888e2ac00f0cb5ab823c942d946627e596ebb1d5 Issue-ID: CIMAN-240 Signed-off-by: Gary Wu <gwu@futurewei.com>
2019-05-20Fix path to repositoryMarco Platania3-3/+3
Change-Id: I17cd225aafc15a73d5bc594355ff9cc56447215a Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.com>
2019-05-20Fix issues with vLB use caseMarco Platania4-8/+9
Change-Id: Iaf380c8697e813295e6e51367df1aefbfef695ce Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.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-05-16Correct event name in vFW telemetryMarco Platania1-4/+4
Change-Id: I8da19250cf9af4dc238ac3cb3ef4bb1b4a9a589f Issue-ID: INT-1078 Signed-off-by: Marco Platania <platania@research.att.com>
2019-05-15Remove usage of maven staging pluginJessica Wagantall1-13/+0
This plugin will be deprecated soon. We need to remove the usage of it and migrate to use gerrit-maven-stage jobs from global-jjb. After this change is merged, we need to: - merge https://gerrit.onap.org/r/#/c/77827/ - Verify this new job works as expected - Remove release-java-daily jobs Change-Id: I6422713b66707ef7d08c8ccf523e9c32a3eedd5c Issue-ID: CIMAN-240 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-15Fix honeycomb workaroundMarco Platania2-6/+6
Change-Id: If59c6022a945e0ce9bc8fe1cfc8229cf0d963cc3 Issue-ID: INT-856 Signed-off-by: Marco Platania <platania@research.att.com>
2019-05-15Add a check for honeycomb statusMarco Platania2-6/+21
Change-Id: I25330086dd8a7842d015da6b57d9812e5ecad296 Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.com>
2019-05-08Merge "add service mappings to a folder for each one"Gary Wu13-1/+293
2019-05-08add service mappings to a folder for each oneDR695H13-1/+293
this gets rid of the giant service mapping file that has to be maintained in the test repo and lets it live with the demo repo Change-Id: I769ac80bc2238dc1540d6681a94ca471f65384ad Issue-ID: TEST-152 Signed-off-by: DR695H <dr695h@att.com>
2019-05-08Removed unused stuff from demo (master)Marco Platania40-2761/+0
Change-Id: Ia869971690e31e8a81ea0bb5c1707785f7ab819e Issue-ID: INT-1073 Signed-off-by: Marco Platania <platania@research.att.com>
2019-05-07Roll version numberMarco Platania56-85/+87
Change-Id: If18c9d5ba60896b5acaa9fb287620feb558b47d3 Issue-ID: INT-1070 Signed-off-by: Marco Platania <platania@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-05-07Merge "remove boot/robot folder"Marco Platania5-715/+0
2019-05-07Merge "Source code initial workingDraft kafka2hdfs writer."Marco Platania9-0/+363
2019-05-07Merge "Day2 configs for Prometheus and Collectd"Marco Platania5-0/+87
2019-05-07Merge "Use global nodePortPrefix for cAdvisor"Marco Platania2-2/+5
2019-05-07Merge "Visualization Helm charts package"Marco Platania25-0/+1645
2019-05-07remove boot/robot folderDR695H5-715/+0
this folder includes properties used for heat based deploment, which has not been supported since casbalance. Worse it causes errors when doing work in the local env and is confusing. Change-Id: Ib7da4a0f73a43f476716a527455584620a009ad9 Issue-ID: TEST-147 Signed-off-by: DR695H <dr695h@att.com>
2019-05-07Source code initial workingDraft kafka2hdfs writer.Rajamohan Raj9-0/+363
Change-Id: I29576fb6d1e2700de5b1097e4ddfc261ca477ee9 Issue-ID: ONAPARC-451 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
2019-05-03remove vIMS foldermrichomme10-2127/+0
this folder includes vIMS heat template licensed under GPL v3 ONAP legal subcommittee does not recommend approval of license exceptions for GPL-3.0 content Issue-ID: INT-1049 Change-Id: I5c6a7e892e7aba8036a6276e9367a8fcc54c7407 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-04-30Merge "Update helm charts for Minio"Marco Platania1-4/+3
2019-04-29Update helm charts for MinioPramod1-4/+3
Helm charts to include gloo as ingress for minio Issue-ID: ONAPARC-492 Change-Id: I60501abd37f6ab40b628c4de3acb0faafb8392d4 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
2019-04-29Adding helm charts for gloo ingress controllerPramod30-0/+2498
Helm charts for gloo with support for Kubernetes ingress Issue-ID: ONAPARC-491 Change-Id: Ia6342f79edef19120da4c28f376a3399991a8310 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
2019-04-29Day2 configs for Prometheus and CollectdSrivahni5-0/+87
Change-Id: Iae71e408e4f766e726a028921343be39009b088f Issue-ID: ONAPARC-457 Issue-ID: ONAPARC-443 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2019-04-29Use global nodePortPrefix for cAdvisorSrivahni2-2/+5
Issue-ID: ONAPARC-393 Change-Id: Id259b12505f899147b833f2b5cdb6ea66f6d560a Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2019-04-29Visualization Helm charts packageSrivahni25-0/+1645
Helm charts for Grafana Added Prometheus and M3DB as datasouces Change-Id: I60bebd0c8ef26f1dc3d91659c55c43f603dd0928 Issue-ID: ONAPARC-393 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2019-04-28vCPE Tosca: use direct for vnic_typeLianhao Lu5-7/+7
Since SDC onboarding DM has added the 'direct' value for vnic_type by patch https://gerrit.onap.org/r/#/c/86346/, we need to use 'direct' for SRIOV use case. Change-Id: I2858195643e970e252e357c45ad1d919764ab20f Issue-ID: INT-1037 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2019-04-26Merge "Add vIMS heat template in demo repository"Gary Wu10-0/+2127
2019-04-26Merge "vCPE tosca: Add metadata VNFD_SCHEMA_VERSION"Yang Xu10-0/+10
2019-04-26Fix path to VES library in vFW scriptMarco Platania1-1/+1
Change-Id: I126e6100422066dcec1466f07a5a249aee947c67 Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.com>
2019-04-26Add vIMS heat template in demo repositorymrichomme10-0/+2127
this use case is used in OOM gating End to End non regression tests in addition to the healthcheck robot test cases Issue-ID: INT-1049 Change-Id: I37b0c91ea5295c2d16973ea25a364e71ecb569a3 Signed-off-by: mrichomme <morgan.richomme@orange.com>