-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
I'd like to develop openwhisk functions that work off of alarms. I can't do that, the installation for the feed provider fails.
According to the readme, we can run make create-provider-alarm to install the alarm provider. This fails because this repo's Makefile tries to call a script that does not exist in the other repo named installCatalogUsingWskDeploy.sh. This script doesn't exist in the kafka or cloudant repos either. Those repos have scripts named installCatalog.sh that take a different set of arguments.
openwhisk-devtools/docker-compose/Makefile
Line 499 in a7f2a99
| $(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) |
https://github.com/apache/openwhisk-package-alarms/blob/master/installCatalog.sh
related: #320
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels