blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
470 stars 247 forks source link

Output of rake servers:yaml is incompatible to servers:sync #1057

Closed Ithanil closed 5 months ago

Ithanil commented 5 months ago

Describe the bug

The output of servers:yaml is meant to be valid input to servers:sync, but it is not. servers:sync will throw errors, which ultimately stem from the fact that the hash keys are symbols.

To Reproduce

Within a SL-API container: 1) rake servers:yaml > test.yaml 2) rake servers:sync[test.yaml]