diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-09-08 09:12:04 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-09-08 09:30:39 -0400 |
commit | fc325ed92de8f32b1b59db484ddd3f30fc21f30a (patch) | |
tree | e4e342fce223cb4ff75d37251d4244ddeeafcca2 /deliveries | |
parent | 97204a4b7456d021bcc4d030f3b41eedb7c89e61 (diff) |
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) <clott@research.att.com>
Diffstat (limited to 'deliveries')
-rw-r--r-- | deliveries/docker-compose.yml | 7 |
1 files changed, 5 insertions, 2 deletions
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 |