Support for docker-compose in heat environment 17/58817/1
authorRob Daugherty <rd472p@att.com>
Fri, 3 Aug 2018 00:57:23 +0000 (20:57 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 3 Aug 2018 01:22:52 +0000 (21:22 -0400)
commite6895a5cb97830ec243168423a83af586a17f608
tree2079f8f62392741e86cae9ade55e388d68151293
parentce76219254cf02626e4ee0687016815554055d81
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>
13 files changed:
README.md
docker-compose.yml
volumes/mso/chef-config/mso-docker.json [deleted file]
volumes/mso/chef-config/onap-ca.crt [deleted file]
volumes/so/ca-certificates/onapheat/onap-ca.crt [moved from volumes/mso/chef-config/onap-ca-new.crt with 100% similarity]
volumes/so/config/api-handler-infra/onapheat/override.yaml [moved from volumes/mso/configuration/api-handler/override-onapheat.yaml with 100% similarity]
volumes/so/config/asdc-controller/onapheat/override.yaml [moved from volumes/mso/configuration/asdc-controller/override-onapheat.yaml with 97% similarity]
volumes/so/config/bpmn-infra/onapheat/override.yaml [moved from volumes/mso/configuration/bpmn-infrastructure/override-onapheat.yml with 98% similarity]
volumes/so/config/catalog-db-adapter/onapheat/override.yaml [moved from volumes/mso/configuration/catalog-db/override-onapheat.yaml with 71% similarity]
volumes/so/config/openstack-adapter/onapheat/override.yaml [moved from volumes/mso/configuration/openstack-adapter/override-onapheat.yaml with 98% similarity]
volumes/so/config/request-db-adapter/onapheat/override.yaml [moved from volumes/mso/configuration/request-db/override-onapheat.yaml with 91% similarity]
volumes/so/config/sdnc-adapter/onapheat/override.yaml [moved from volumes/mso/configuration/sdnc-adapter/override-onapheat.yaml with 99% similarity]
volumes/so/config/vfc-adapter/onapheat/override.yaml [moved from volumes/mso/configuration/vfc-adapter/override-onapheat.yml with 90% similarity]