docker-config for local environment 37/75637/3 casablanca
authorRob Daugherty <rd472p@att.com>
Thu, 10 Jan 2019 16:27:08 +0000 (11:27 -0500)
committerSeshu Kumar M <seshu.kumar.m@huawei.com>
Wed, 16 Jan 2019 13:36:29 +0000 (13:36 +0000)
commitc27bfea5f69f744b2989e03cf5081b9847bb614b
tree0af17956ddc54e84d0a428c85da29c2301454fa5
parentbff44e8d1260cd654c0ceaae8137a81948c77bab
docker-config for local environment

We can use docker-compose to bring up SO containers in
a development environment.

This solution is lighter weight than kubernetes with
rancher, and should be a lot easier to use for those who
don't need all the management functions provided by
kubernetes.

I've included a script that fetches the springboot
overlay files (config files) from the oom repo and
parameterizes them for the docker-config environment.
This should alleviate the issues we would otherwise
have with keeping two sets of overlay files in sync.

Note that nothing here affects any delivered artifact,
so perhaps the PTL will consider merging it into
casablanca, even though it is past the maintenance
release date.

Change-Id: I0deeb853484fdfd0862b02121e0922fe7fc923e4
Signed-off-by: Rob Daugherty <rd472p@att.com>
Issue-ID: SO-1374
12 files changed:
create-configs.sh [new file with mode: 0755]
docker-compose-local.yml [new file with mode: 0644]
volumes/so/ca-certificates/local/onap-ca.crt [new file with mode: 0644]
volumes/so/config/api-handler-infra/local/override.yaml [new file with mode: 0644]
volumes/so/config/bpmn-infra/local/override.yaml [new file with mode: 0644]
volumes/so/config/catalog-db-adapter/local/override.yaml [new file with mode: 0644]
volumes/so/config/openstack-adapter/local/override.yaml [new file with mode: 0644]
volumes/so/config/request-db-adapter/local/override.yaml [new file with mode: 0644]
volumes/so/config/sdc-controller/local/override.yaml [new file with mode: 0644]
volumes/so/config/sdnc-adapter/local/override.yaml [new file with mode: 0644]
volumes/so/config/so-monitoring/local/override.yaml [new file with mode: 0644]
volumes/so/config/vfc-adapter/local/override.yaml [new file with mode: 0644]