Skip to content
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

App servers always reference local db connection #8

Open
lbragstad opened this issue Apr 1, 2015 · 0 comments
Open

App servers always reference local db connection #8

lbragstad opened this issue Apr 1, 2015 · 0 comments

Comments

@lbragstad
Copy link
Contributor

I'm not sure if this is a bug or undocumented feature, but I've found that when I have an inventory file similar to the following:

[db]
192.168.111.220

[app]
192.168.111.222

The application server doesn't seem to connect to the designated database host. I think this is because the keystone.conf template always assumes that the Keystone server includes a local database [1]. I'm curious if it would be possible to build in the following:

[db]
192.168.111.220

[app]
192.168.111.221
192.168.111.222

Where we could configure multiple Keystone servers to point to the same database.

I'd like to take a stab at adding the support for this.

[1] https://github.com/dolph/keystone-deploy/blob/master/playbooks/roles/http/templates/keystone.conf#L29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant