RackerTool / Infrastructure

This is the Repo for the entire infrastructure deploy
0 stars 0 forks source link

Docker #2

Open JasonSwindle opened 10 years ago

JasonSwindle commented 10 years ago

How do we want to go about this? Custom made, or just from the index?

ostercloud commented 10 years ago

My thought would be this:

Wordpress Code goes into github. Container created that has nginx/apache. We use a cloud loadbalancer for the db connection, just so that we can have a single connection IP. That LB points to a cloud database, for now. My thoughts would be that we use password safe to store the credentials and the container would fetch the credentials when it is run using the password safe API.

Thoughts?

JasonSwindle commented 10 years ago

Here are the Dockers I am thinking we should use:

https://registry.hub.docker.com/_/wordpress/ https://registry.hub.docker.com/_/nginx/ https://registry.hub.docker.com/_/mysql/

Here is the big issue. Data storage. CoreOS does not have replication of data. So, we would need something like a glusterFS or something along that line