tripleo-heat-templates/docker/services/database
Jiri Stransky 3c51cad7c9 Keep existing data for containerized MongoDB
We used named Docker volume for MongoDB storage, which meant that when
moving from bare metal to containerized, we lost data and reinitialized
the storage from scratch.

With this commit we keep the data by mounting the original data into the
container. We also need make sure that file ownership is correct
according to the uid/gid used within MongoDB container image.

Change-Id: I86ef2cb37a068b767462d6d50fe451389b7cbb58
2017-03-14 13:53:06 +00:00
..
mongodb.yaml Keep existing data for containerized MongoDB 2017-03-14 13:53:06 +00:00
mysql.yaml Keep existing data when moving to containerized MariaDB 2017-03-14 13:52:55 +00:00