diff options
author | Rob Daugherty <rd472p@att.com> | 2018-08-02 20:57:23 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-08-02 21:22:52 -0400 |
commit | e6895a5cb97830ec243168423a83af586a17f608 (patch) | |
tree | 2079f8f62392741e86cae9ade55e388d68151293 /README.md | |
parent | ce76219254cf02626e4ee0687016815554055d81 (diff) |
Support for docker-compose in heat environment
docker-compose.yml now contains a configuration for all of the
containers containers. mariadb, catalog-db-adapter, and
request-db-adapter seem to start up and work normally. I
serialized the initializaion of these because that was the
easiest way to ensure they all come up before any other apps.
The catalog and request db adapters could come up in parallel.
Looks like the sdnc adapter comes up ok. The other apps
still need some debugging.
Change-Id: I5730b777ae76dff7552d6024c69a346b9bccfb40
Issue-ID: SO-710
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,12 +1,8 @@ -MSO Configuration -================= +Docker Configuration +==================== This repository provides files to: * configure Docker (compose, etc.) -* configure MariaDB and deploy scripts ot it -* provide a Chef environment +* configure MariaDB and deploy scripts for it -License and Authors -------------------- -Authors: pete/eddie/kevin License: Apache License, version 2.0 |