aquarist-labs / aquarium

Project Aquarium is a SUSE-sponsored open source project aiming at becoming an easy to use, rock solid storage appliance based on Ceph.
https://aquarist-labs.io/
Other
71 stars 23 forks source link

Join fails with "Failed to bootstrap the system: SSL Error." #764

Closed tserong closed 1 year ago

tserong commented 2 years ago

Seen while testing #758. Tried to join a new node to the cluster, and got this:

image

From a quick grep through src/gravel/controllers/deployment/join.py, it looks like we might be trying to default to https:// when calling /api/deploy/join/request on the existing host, but that's never going to work until #759 goes in.