cetic / fadi

FADI - Ingest, store and analyse big data flows
https://fadi.cetic.be/
Apache License 2.0
46 stars 14 forks source link

Tsaas server installed with FADI not found #121

Closed fzalila closed 3 years ago

fzalila commented 4 years ago

Describe the bug Create a Stream with tsaas and swagger-ui fails.

Environment: Provide the environment in which the bug has happened (minikube on a workstation, full fledged Kubernetes cluster, ...)

What happened: Launching tsaas and swagger-ui with FADI creates a server named http://api-tsimulus.fadi.minikube. This server is not found when I try to create a stream.

What you expected to happen: Start streaming

How to reproduce it (as minimally and precisely as possible):

Output of minikube logs (if applicable): TypeError: Aucun serveur ayant le nom d’hôte précisé n’a pu être trouvé.

Anything else we need to know: When I do the same process with tsaas user guide here everything works perfectly.

alexnuttinck commented 4 years ago

You need to enable the ingress plugin and to add this URL in your /etc/hosts with the minikube ip if you want this to work. But default values from the helm-fadi chart should be updated as we do not setup ingress configs by default.