-
When we run "ansible-playbook -i environments/local openwhisk.yml -e mode=clean" after the ansible deployment with ephemeral CouchDB, there are difficulties in removing registrators, consul, kafka, zo…
-
Running on mac
`ansible-playbook -i environments/mac openwhisk.yml -e mode=clean`
I see two fatal errors in red
```
TASK [invoker : unpause remaining actions] *************************************
F…
-
- The inputs are: **1)** image/picture (NSData) and **2)** the image record ID for the corresponding record in the Cloudant database.
- The AlchemyVision API is then used to process the image to perfo…
-
need to provide some endpoint that allows us to dynamically update trucks in the UI without the need for refreshing the page.
this goes hand-in-hand with the OpenWhisk actions that will utilize these…
-
For example, if I try to run an action with the following code:
``` swift
// Copyright © 2016 Dirk Beanberger. All rights reserved.
func main(args: [String:Any]) -> [String:Any] {
return ["message…
-
The CLI will provide to the user an ability to configure APIs using the WSK CLI.
For MVP we are looking at the following commands specification as a basic starting point:
### wsk api -h
```
ws…
-
```
> wsk -v action create bb --docker aa
...
{{"exec":{"kind":"blackbox","code":"","image":"aa"}}
```
The `code` property should not be defined. In any case, the controller will ignore it so i…
-
It would be great if wskdeploy would support web actions (like wsk does).
cc: @paulcastro as discussed on slack
-
We currently support invoking actions via POST on the entity that represents the action.
It has been suggested that it would be useful to support invoking an action via a GET, so that one can simpl…
-
This issue can be used to track the progress for running OpenWhisk on Kubernetes. For this issue, we plan on running a simple OpenWhisk deployment on Kube and learn what would be an easy way to achiev…
ghost updated
7 years ago