You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dr...@apache.org on 2017/09/21 18:33:18 UTC

[incubator-openwhisk-devtools] branch master updated: Remove consul and registrator services, update Makefile and Readme (#50) (#55)

This is an automated email from the ASF dual-hosted git repository.

dragos pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new 2eeb081  Remove consul and registrator services, update Makefile and Readme (#50) (#55)
2eeb081 is described below

commit 2eeb0810a46cfc63a51ab25dd332d3d8c45522f0
Author: Alexander Klimetschek <al...@klimetschek.de>
AuthorDate: Thu Sep 21 11:33:16 2017 -0700

    Remove consul and registrator services, update Makefile and Readme (#50) (#55)
---
 docker-compose/Makefile  | 2 +-
 docker-compose/README.md | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 89d98e2..16a1aec 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -55,7 +55,7 @@ run: check-required-ports setup start-docker-compose init-couchdb init-whisk-cli
 .PHONY: check-required-ports
 check-required-ports:
 	echo "checking required ports ... "
-	for port in 80 443 2888 5984 8085 8888 9092 2888 8400 8500 8600 8302; do \
+	for port in 80 443 2888 5984 8085 8888 9092 2888; do \
 		pid=`lsof -Pi :$$port -sTCP:LISTEN -t` ; \
 		if [ ! -z "$$pid" ];  then echo "$$(tput setaf 1)Port $$port is taken by PID:$$pid.$$(tput sgr0)"; exit 1; fi; \
 	done
diff --git a/docker-compose/README.md b/docker-compose/README.md
index 8f98fe0..332c787 100644
--- a/docker-compose/README.md
+++ b/docker-compose/README.md
@@ -17,7 +17,6 @@ Available Ports:
 - `5984` for CouchDB
 - `2181` for Zookeeper
 - `9092` for Kafka
-- `8400`, `8500`, `8600`, `8302` for Consul
 - `8888` for OpenWhisk's Controller
 - `8085` for OpenWhisk's Invoker
 - `80` and `443` for the API Gateway

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].