From fc325ed92de8f32b1b59db484ddd3f30fc21f30a Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 8 Sep 2017 09:12:04 -0400 Subject: Repair search and timeout defects PORTAL-91: Search was not working on widget-ms page PORTAL-95: docker containers not waiting long enough for database This bumps the commit message to trigger a build; posting a "recheck" message on Gerrit didn't work. Issue: PORTAL-91, PORTAL-95 Change-Id: I7091634a64d281457c76584e8d2a08e3e5887cd1 Signed-off-by: Christopher Lott (cl778h) --- deliveries/docker-compose.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'deliveries') diff --git a/deliveries/docker-compose.yml b/deliveries/docker-compose.yml index ec8fd7b8..54b67078 100644 --- a/deliveries/docker-compose.yml +++ b/deliveries/docker-compose.yml @@ -7,6 +7,9 @@ version: '2.0' services: + # Available from ONAP Nexus repository: + # docker login -u USER -p PASS nexus3.onap.org:10001 + # docker pull nexus3.onap.org:10001/onap/cli:1.1-STAGING-latest cli: image: onap/cli:${PORTAL_TAG} environment: @@ -46,7 +49,7 @@ services: command: - /wait-for.sh - -t - - "60" + - "180" - portal-db:3306 - -- - /start-wms-cmd.sh @@ -86,7 +89,7 @@ services: command: - /wait-for.sh - -t - - "60" + - "180" - portal-db:3306 - -- - /start-apps-cmd.sh -- cgit 1.2.3-korg