Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Test and document making the HaaS API server multi-node #416

Open
henn opened this issue Apr 28, 2015 · 5 comments
Open

Test and document making the HaaS API server multi-node #416

henn opened this issue Apr 28, 2015 · 5 comments

Comments

@henn
Copy link
Contributor

henn commented Apr 28, 2015

In theory, other than headnode stuff (which we eventually want to remove), it should be possible to make the HaaS API server multi-node as the DB is the point of synchronization.

This could be helpful in large environments where the API server needs to scale horizontally.

We should test and document this.

@henn henn added the easy label Apr 28, 2015
@henn henn changed the title Need to test and document making the HaaS API server multi-node Test and document making the HaaS API server multi-node Apr 28, 2015
@zenhack
Copy link
Contributor

zenhack commented Apr 28, 2015 via email

@henn
Copy link
Contributor Author

henn commented Apr 28, 2015

Running multiple HaaS APIs (as opposed to the network action daemon)
under separate webservers.

@zenhack
Copy link
Contributor

zenhack commented Apr 29, 2015

Running multiple HaaS APIs (as opposed to the network action
daemon) under separate webservers.

Ah, I see. Yeah, that should work, though we will have to remove the
headnode stuff or do something like OVS so it doesn't need to be on the
same node.

We also still need to add support for something other than sqlite

My inclination is: we need both of those things anyway, this will have
to wait until we have them.

-Ian

@henn
Copy link
Contributor Author

henn commented Apr 29, 2015

I thought we supported mysql? Doesn't SQLAlchemy get us support for
several DBs?

@zenhack
Copy link
Contributor

zenhack commented Apr 29, 2015 via email

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

No branches or pull requests

3 participants