summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17Right variables for NBISylvain Desbureaux1-3/+4
rename SPRING_SDC_HOST, SPRING_AAI_HOST and SPRING_SO_HOST to SDC_HOST, AAI_HOST and SO_HOST respectively. put the right value in these variables (with http(s) and ports and not only the IP address, my bad). force restart of nbi container on failure Issue-ID: EXTAPI-75 Change-Id: I7b179bd1bf4201fe89f31a1d0c50d19fa02c8227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-04-17Add variables to set IP address of ONAP componentsSylvain Desbureaux1-0/+3
These variables must be set either inside an `.env` file in the same folder as docker-compose.yml or via `exports` function of shell. Currently, 3 (self explanatory) variables must be set: - SDC_IP - AAI_IP - SO_IP Change-Id: Ie3e00bbcca7aafab9b5b15b1dc03b9df4beaa0e7 Issue-ID: EXTAPI-75 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-04-16Update NBI docker-compose fileRene Robert1-7/+8
Issue-ID: EXTAPI-75 Change-Id: I97ff5fe89257034cc2f5c87a592a81d156422c2a Signed-off-by: Rene Robert <rene.robert@orange.com> Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-04-13Externalized app params for deploymentQuoc Nghia Nguyen1-8/+12
- .env: contains environment variables which override application's default properties - Dockerfile & docker-compose.yml: takes environment variables into account - application.properties: included external services configurations Change-Id: I49937e66d514a42a174cff3bf6c383ecfc8e28e0 Issue-ID: EXTAPI-49 Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-04-10Add files for build and dockerraag82901-0/+30
- version.properties - plugin docker - application-docker.properties - docker files - ready Change-Id: Ic6884b2df3d31518b70a5d2b8cd1a2fd94d73a15 Issue-ID: EXTAPI-49 Signed-off-by: romaingimbert <romain.gimbert@orange.com>