From 3aa0ca29666aaed82836a2861cd199f78f6f378d Mon Sep 17 00:00:00 2001 From: vempo Date: Tue, 23 Oct 2018 11:57:12 +0300 Subject: Removed healthcheck config from README Minor improvements, proofreading. Change-Id: I89be90ca9e69fc71771a651edd3010bd2c252213 Issue-ID: SDC-1743 Signed-off-by: vempo --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1efb90d6..0e4a7221 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,13 @@ You can also see the logs of the initialization container using `docker logs wor `docker run -d -e SDC_PROTOCL=http/https -e SDC_ENDPOINT=: -e SDC_USER= -e SDC_PASSWORD= -e CS_HOSTS= -e CS_PORT= -e CS_AUTHENTICATE=true/false -e CS_USER= -e CS_PASSWORD= --e JAVA_OPTIONS= -e SHOW_HEALTH= nexus3.onap.org:10001/onap/workflow-backend:latest` +-e JAVA_OPTIONS= nexus3.onap.org:10001/onap/workflow-backend:latest` ### Environment Variables - SDC_PROTOCOL — protocol to be used for calling SDC APIs (http or https). -- SDC_ENDPOINT — the base path of SDC external API, in the format ="10.247.41.20:8080" +- SDC_ENDPOINT — the base path of SDC external API, in the format `host:port`, where *host* is a SDC backend server, and *port* is usually 8080. - SDC_USER — Workflow consumer username @@ -110,10 +110,6 @@ assumed if this variable is not specified. - JAVA_OPTIONS — optionally, JVM (Java Virtual Machine) arguments. -- SHOW_HEALTH — how health information will be exposed, as documented in -[Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html#production-ready-health) documentation. -The default for Workflow designer is *always*. - ### Example Assuming you have a dedicated Cassandra container as described in Database section, and the access to it is not @@ -194,10 +190,12 @@ Let's assume that hostname of the machine that runs Docker containers with the W section of *AUTO.json* will look like below: ``` + "Plugins": { "WORKFLOW": { "workflow_discovery_url": "http://workflow.example.com:9088/ping", "workflow_source_url": "http://workflow.example.com:9088" } }, + ``` -- cgit 1.2.3-korg