icclab / disco-dashboard

A clean bootstrap based UI for DISCO distributed compute cluster provisioning and management framework
Apache License 2.0
0 stars 0 forks source link

DISCO connection error #2

Open ghost opened 6 years ago

ghost commented 6 years ago

Once in the GUI, I can create an infrastructure (based on engines switch cloud) but when creating a cluster it prompts me "DISCO connection error" even if DISCO is able to list all the public images (ubuntu, centos) and flavors. Any ideas? Wanted to try with curl command but does not work.

Pentadactylus commented 6 years ago

Can you check out if the curl commands work with the DISCO backend? I wrote a note on that in the disco repository. Then, you have to check if you have the right setting "disco_ip" in application.yml. The images and flavors are not retrieved over the DISCO backend but directly by the dashboard - setting "auth_url" in application.yml is for exactly that purpose.