Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Disable persistency on ArangoDB by default #90

Merged
merged 6 commits into from
Feb 8, 2022

Conversation

cscarpitta
Copy link
Contributor

When trying to launch the controller with the ENABLE_PERSITENCY configuration parameter set, the controller tries to establish a connection to the ArangoDB Docker container. In the ROSE VM v2.7 by default the Docker infrastructure is disabled and ArangoDB container is not reachable. This results in a connection error when the controller tries to connect to ArangoDB.

This PR disables the controller persistency in the default configuration file and fixes some persistence issues.

Persistence can still be enabled by running the Docker stack and setting the ENABLE_PERSISTENCY parameter in the configuration file.

@cscarpitta cscarpitta added the bug Something isn't working label Feb 3, 2022
@cscarpitta cscarpitta self-assigned this Feb 3, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working controller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants