RedHatInsights / aiops-insights-clustering

Clustering of systems
GNU General Public License v3.0
1 stars 14 forks source link

add wsgi for running the service #26

Closed durandom closed 5 years ago

durandom commented 5 years ago

added wsgi.py like in https://github.com/ManageIQ/aiops-dummy-ai-service i.e. for inference we'll use wsgi.py and app.py for running the clustering (training)

@TreeinRandomForest can add the actual inference part in a later PR

@parsahosseini @TreeinRandomForest @tumido please review

tumido commented 5 years ago

Initial PR adding some templates for deployment along with the pipeline are here: https://github.com/RedHatInsights/e2e-deploy/pull/70

durandom commented 5 years ago

ok. I've updated the requests version. @TreeinRandomForest you want to review/merge?

TreeinRandomForest commented 5 years ago

looks good. merging