This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new 797de9f install catalog using wskdeploy (#294)
797de9f is described below
commit 797de9f7d9b2b6fb10039ed98804dab4e5f9460b
Author: David Grove <[email protected]>
AuthorDate: Wed Sep 25 12:04:20 2019 -0400
install catalog using wskdeploy (#294)
---
docker-compose/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index f1bd665..b8bb865 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -359,7 +359,7 @@ init-api-management:
.PHONY: init-catalog
init-catalog:
- OPENWHISK_HOME=$(OPENWHISK_PROJECT_HOME)
$(OPENWHISK_CATALOG_HOME)/packages/installCatalog.sh \
+ OPENWHISK_HOME=$(OPENWHISK_PROJECT_HOME)
$(OPENWHISK_CATALOG_HOME)/packages/installCatalogUsingWskDeploy.sh \
`cat $(OPENWHISK_PROJECT_HOME)/ansible/files/auth.whisk.system` \
$(DOCKER_HOST_IP):443 \
$(WSK_CLI)
@@ -473,7 +473,7 @@ $(addprefix install-package-,$(PACKAGES)):
$(eval PACKAGE_NAME:= $(shell echo $(@) | cut -b 17-))
$(eval PACKAGE_HOME := $(PACKAGE_$(shell echo $(PACKAGE_NAME) | tr
'a-z' 'A-Z')_HOME))
cd $(PACKAGE_HOME) && \
- $(shell cat $(TMP_HOME)/tmp/openwhisk/providers.env)
./installCatalog.sh $(realpath
$(OPENWHISK_PROJECT_HOME))/ansible/files/auth.whisk.system $(DOCKER_HOST_IP)
"http://$(DOCKER_HOST_IP):5984" $(OPEN_WHISK_DB_PREFIX) $(DOCKER_HOST_IP)
+ $(shell cat $(TMP_HOME)/tmp/openwhisk/providers.env)
./installCatalogUsingWskDeploy.sh $(realpath
$(OPENWHISK_PROJECT_HOME))/ansible/files/auth.whisk.system $(DOCKER_HOST_IP)
"http://$(DOCKER_HOST_IP):5984" $(OPEN_WHISK_DB_PREFIX) $(DOCKER_HOST_IP)
.PHONY: $(addprefix start-provider-,$(PACKAGES))
$(addprefix start-provider-,$(PACKAGES)):