Skip to content

all feed provider installations fail #325

@dyllandry

Description

@dyllandry

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.

$(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions