-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does multi server deployment work? #1197
Comments
I have the following setup. For some reason, it is trying to install solr in both machines, even though I only added it to be installed on the "other_stack" machine.
|
@Natkeeran There's probably going to be all kinds of spots where we run into localhost assumptions here, glad you are attempting this. There may be a lot of config we have to set to use IPs in all the roles, even those we don't maintain. As for Solr, I have no idea. Somehow that role's getting applied to both hosts. |
@Natkeeran yah I always wanted this to be able to work with multiple hosts, but I never got that far during development, so there is probably going to be some work to make sure all the correct things end up in the correct places with the correct IPs. |
Another note on this, tomcat.yml presumes java is already installed. We should probably bring in the same java bits the solr.yml has into the tomcat.yml one. |
Theoretically, it should be possible to specify different machines here, and deploy the claw components to different machines. They should be able to talk to each other!
For instance, it seems that database.yml needs to be in the same machine as webserver.yml.
The text was updated successfully, but these errors were encountered: