aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09so-monitoring container is not started in heat envRob Daugherty1-0/+35
Change-Id: I40b347e727c7d4ea6e6c285ff68e20d92feaadfe Issue-ID: SO-1118 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-30Fix PortsSmokowski, Steve (ss835w)1-1/+1
Update SDNCAdapter port mapping Issue-ID: SO-946 Change-Id: Idd6fbea376a723ac4caddc4aa6b0e88aaf1e4648 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-23Rename asdc-controller docker imageRob Daugherty1-5/+5
OOM would like it to be called onap/so/sdc-controller. Change-Id: Iee12499408fa2bc99bfb2d802c97dd1ec7bcd21e Issue-ID: SO-897 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-20Docker naming conventionRob Daugherty1-8/+8
Docker image names have change as follows: so/catalog-db-adapter --> onap/so/catalog-db-adapter so/request-db-adapter --> onap/so/request-db-adapter so/sdnc-adapter --> onap/so/sdnc-adapter so/openstack-adapter --> onap/so/openstack-adapter so/vfc-adapter --> onap/so/vfc-adapter so/asdc-controller --> onap/so/asdc-controller so/bpmn-infra --> onap/so/bpmn-infra so/api-handler-infra --> onap/so/api-handler-infra This commit adjusts the "compose" script and the heat environment installation script. Change-Id: I69a0c1f51d8bb3a1ddbadaf15f8d813d7188a8ec Issue-ID: SO-870 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-10Update PropertiesSmokowski, Steve (ss835w)1-1/+1
Fix additional password issues, found in integration testing Issue-ID: SO-812 Change-Id: Ib9d79b1edc6ca6a9bd3ad4814481a4d32f3fbc6f Change-Id: Ib9d79b1edc6ca6a9bd3ad4814481a4d32f3fbc6f Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-07Update PropertiesSmokowski, Steve (ss835w)1-8/+8
Update Properties as a result of integration lab testing Issue-ID: SO-812 Change-Id: Id09f79b008436dc75901606f81f9af8102f1695b Change-Id: Id09f79b008436dc75901606f81f9af8102f1695b Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-02Support for docker-compose in heat environmentRob Daugherty1-15/+262
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>
2017-11-03wait-for.sh is too verboseRob Daugherty1-0/+1
Adding the -q option to stop the verbose output. Issue: SO-201 Change-Id: Id4a925589986ef1dbbe6386b769da06a9f0d0dd6 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-25user wait-for to control container boot orderSylvain Desbureaux1-0/+9
also added a link between db and so containers Change-Id: I60b2fc862e94eefd4d5f1e2782750953da8be45d Issue-ID: SO-208 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-23export open_ip for SO integrating with MSB黄卓垚101122151-0/+1
Change-Id: I0a59d04d84135ddc3d9f51d87045892f7650127d Issue-ID:SO-181 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2017-10-19Revert "Enforce container boot order"Rob Daugherty1-7/+2
The integration has said they will not accept this change at this time because it would require them to upgrade their version of docker-compose. This reverts commit 9872c1abfb4326c85e4f8175b4bd2a23f2e1c9f0. Issue: SO-208 Change-Id: I4000c1f7fbe5acba6a3fb55ef54e672df447b5f2 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-19Enforce container boot orderSylvain Desbureaux1-2/+7
Make sure that so container is started only when db is ready to connect Change-Id: I6ba1d9df7837f482def82d33b90fe5be52c686dd Issue-ID: SO-208 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-05-15[MSO-14] use proper image nameChrisC1-1/+1
Change-Id: I5c30e6c726732340811450ae75659131406443a9 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-05-10[UCA-10] support correct MTUChrisC1-2/+5
Change-Id: Idfd7c2f067db9e554e4b2b7f348b4b951a4f6616 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-05-10Version 2 of docker-composeAnaël Closson1-27/+40
Change-Id: I50d3efdbe39327dd804301cc259396ab01aa26ba Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-23[OS-246] Updating compose file.ChrisC1-1/+1
Change-Id: I292f7d19daea0b1d66ca9a69ba504e468435ba3d Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-02-21Initial OpenECOMP MSO Docker Configuration commitpiclose1-0/+27
Change-Id: Iaabe6803a6087f59726e290cb75aef2f755097d9 Signed-off-by: piclose <pc457b@intl.att.com>