2019-07-29 06:49:36 UTC - Adam Varsano: Hi, yes https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564382976226000 ---- 2019-07-29 11:04:21 UTC - Ahmet Uyar: Hi guys, it seems that OpenWhisk starts some prewarm containers by default. I see nodejs prewarm container started. Can I configure OW to start other prewarm containers for Java, Python, etc. ? Thanks in advance. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564398261228500 ---- 2019-07-29 11:34:06 UTC - Dominic Kim: @Ahmet UyarYes you can configure them.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564400046229000 ---- 2019-07-29 11:34:18 UTC - Dominic Kim: Please refer to the stemcell configuration https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564400058229500?thread_ts=1564400058.229500&cid=C3TPCAQG1 ---- 2019-07-29 11:34:21 UTC - Dominic Kim: <https://github.com/apache/incubator-openwhisk/blob/master/ansible/files/runtimes.json> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564400061229700 ---- 2019-07-29 11:57:47 UTC - Pepi Paraskevoulakou: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564401467234300 ---- 2019-07-29 11:57:50 UTC - Pepi Paraskevoulakou: anyone this error? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564401470234600 ---- 2019-07-29 12:00:46 UTC - Markus Thömmes: @Pepi Paraskevoulakou are you referring to the docker run error? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564401646236200 ---- 2019-07-29 12:01:47 UTC - Pepi Paraskevoulakou: i just cannot understand the error https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564401707236700?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:08:47 UTC - Pepi Paraskevoulakou: 404 Not Found (details: {“error”:“not_found”,“reason”:“Database does not exist.“} https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402127236900 ---- 2019-07-29 12:15:05 UTC - Zega: GM everyone. I have a question regarding function invoke. I am getting empty response everytime, using postman, javascript, etc. Using ‘wsk activation get’ I can see “response.result ” populated as expected, meaning that invoke worked. Blocking is true. What I am missing? :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402505237700?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:16:28 UTC - chetanm: Can you share a request and response sample for working and non working case https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402588237800?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:16:46 UTC - Zega: sure https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402606238000?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:16:56 UTC - Zega: I will have to paste as image, ok ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402616238200?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:17:09 UTC - chetanm: ok https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402629238400?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:17:44 UTC - Zega: this is postman call https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402664238600?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:18:11 UTC - chetanm: Looks like steps related to couchdb bootstrap did not worked properly hence the missing db error https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402691239200?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:18:19 UTC - Zega: I also set x-require-whisk-auth header https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402699239400?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:18:32 UTC - Pepi Paraskevoulakou: what i should do? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402712239600?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:19:09 UTC - Zega: this is my code https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402749239800?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:19:55 UTC - chetanm: Are you using devtool https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402795240400?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:21:16 UTC - Pepi Paraskevoulakou: <https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/README.md> yes this one! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402876240600?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:22:15 UTC - chetanm: and whats the output of `wsk action invoke -v ...` command https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402935240800?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:22:41 UTC - chetanm: See the logs prior to this message related to cosmosdb https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402961241000?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:23:00 UTC - chetanm: or run `make init-couchdb` and see what it says https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402980241200?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:23:19 UTC - Zega: hold on, let me populate that Q with few msgs and run again https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564402999241400?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:25:00 UTC - Pepi Paraskevoulakou: make init-couchdb is ok https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403100241600?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:25:06 UTC - Pepi Paraskevoulakou: no eroor https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403106241800?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:25:08 UTC - Pepi Paraskevoulakou: error https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403108242000?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:27:03 UTC - chetanm: Can you share the starting lines of `wsk action invoke -v` including the actual command you used https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403223243000?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:27:08 UTC - Zega: sure https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403228243200?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:29:01 UTC - Zega: result=false https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403341243800?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:29:38 UTC - Zega: I ran invoke app1/demoapp -v only https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403378244000?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:29:43 UTC - Pepi Paraskevoulakou: but again this error https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403383244200?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:32:06 UTC - chetanm: If you intend to have your action used as web action you need to format your response from action in specific way i.e. have body and statusCode attribute https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403526244400?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:32:56 UTC - chetanm: <https://github.com/apache/incubator-openwhisk/blob/master/docs/webactions.md#handling-http-requests-with-actions> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403576244600?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:33:03 UTC - Zega: right, like commented code https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403583244800?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:33:21 UTC - chetanm: yup https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403601245000?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:33:26 UTC - Zega: how can I retrieve the result without web action? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403606245200?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:33:35 UTC - Zega: I think I am struggling to understand this part https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403615245400?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:33:47 UTC - chetanm: Use the action url instead of web url https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403627245600?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:34:18 UTC - chetanm: i.e. a url similar to what wsk action get shows in `-v` format with your namespace included https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403658245800?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:34:42 UTC - Zega: I think I tried that. Can I use x-auth header with action url? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403682246000?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:35:07 UTC - Zega: or do I need to provide basic auth? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403707246200?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:35:30 UTC - Pepi Paraskevoulakou: please if you know smotheing about that.. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403730246400?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:35:55 UTC - chetanm: You need to provide basic auth https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403755246600?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:36:51 UTC - Zega: I thought I was doing something wrong using that URL, since I got entire source code https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403811246800?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:37:13 UTC - Zega: I thought it should be something like admin stuff https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403833247000?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:38:25 UTC - chetanm: Use something like `wsk action get app1/demoapp --url` to get the url https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403905247200?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:38:26 UTC - Zega: yes, I am getting action info instead https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403906247400?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:38:40 UTC - Zega: let me try again https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403920247600?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:38:55 UTC - chetanm: See <https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#getting-the-url-for-an-action> for details on how to do direct invoke https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564403935247800?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:40:28 UTC - Zega: using url provided by action get I am getting empty https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404028248000?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:40:47 UTC - Zega: I will take a lok on that Doc https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404047248200?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:40:56 UTC - Zega: I am clearly missing something https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404056248400?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:40:58 UTC - Zega: THANKS https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404058248600?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:41:23 UTC - chetanm: Remove the web annotation. You have marked your action as `web` hence its interpreting it as a web action https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404083249300?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:41:45 UTC - Zega: true https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404105250200?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:42:33 UTC - chetanm: as a quick test just recreate your action under different name and not mark it as web https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404153250400?thread_ts=1564402505.237700&cid=C3TPCAQG1 ---- 2019-07-29 12:44:49 UTC - chetanm: Hard to say. You would then need to check logs from counchdb container to see what can be wrong https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404289250600?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:47:01 UTC - chetanm: If you are just trying out OpenWhisk then may be the standalone mode would be simpler for you to try out <https://github.com/apache/incubator-openwhisk/tree/master/core/standalone> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404421250800?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:47:59 UTC - Pepi Paraskevoulakou: do you know if i can push docker actions or make a sequence of action with standalone mode? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404479251000?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 12:49:27 UTC - chetanm: Technically the DCF mode is more performant. With KCF there is a higher latency for cold starts so may not perform well compared to DCF https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404567251200?thread_ts=1564115706.205900&cid=C3TPCAQG1 ---- 2019-07-29 12:50:17 UTC - chetanm: logcially they should work. Just note that for now storage is in memory. So if restart you would need to readd your actions https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564404617251500?thread_ts=1564401707.236700&cid=C3TPCAQG1 ---- 2019-07-29 14:00:31 UTC - Ahmet Uyar: Hi @Dominic Kim, thanks for the reply. That was really helpful. After changing runtimes.json, how do I restart OpenWhisk? Should I clean the deployment with "ansible-playbook -i environments/<environment> openwhisk.yml -e mode=clean" and re-deploy with "ansible-playbook -i environments/<environment> openwhisk.yml". I installed it on Ubuntu with ansible. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564408831253900?thread_ts=1564400058.229500&cid=C3TPCAQG1 ---- 2019-07-29 14:01:29 UTC - Zega: Guys, about Commercial support for Open Whisk. Is there something available? Does IBM offer any kind of commercial support? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564408889254900?thread_ts=1564408889.254900&cid=C3TPCAQG1 ---- 2019-07-29 14:30:07 UTC - Rodric Rabbah: @chetanm since the apigw pr is merged, do we need to use the api gateway image override to try out the standalone controller + gw integration https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564410607255900 ---- 2019-07-29 14:31:43 UTC - chetanm: No default setup should work now https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564410703256500 ---- 2019-07-29 14:34:29 UTC - Rodric Rabbah: trying it out now with your instructions from the dev list… immediate feedback: it would be nice to have the apigw at the top where all the status checks happen before the flow of output from the controller rolls by… i don’t know how to easily achieve that in theory you can deploy redis and the gw before booting the rest of the controller https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564410869258500 ---- 2019-07-29 14:36:11 UTC - chetanm: Makes sense ... Currently they happen to come after route management actions are installed. But containers can launch before controller is started https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564410971260500 ---- 2019-07-29 14:36:19 UTC - chetanm: Would do the change https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564410979260800 ---- 2019-07-29 16:02:50 UTC - James Thomas: Hello @Zega - IBM does offer support but only for the hosted version: IBM Cloud Functions. What kind of support do you need? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564416170260900?thread_ts=1564408889.254900&cid=C3TPCAQG1 ---- 2019-07-29 19:56:05 UTC - Dominic Kim: Yes, IIRC, you can just redeploy controllers and invokers with `ansible-playbook -i environments/<environment> invoker.yml -e mode=clean` `ansible-playbook -i environments/<environment> invoker.yml` (and same for controller.yml). https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564430165261100?thread_ts=1564400058.229500&cid=C3TPCAQG1 ---- 2019-07-29 19:56:31 UTC - Dominic Kim: IIRC, That `runtime.json` is only related to controllers and invokers. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564430191261300?thread_ts=1564400058.229500&cid=C3TPCAQG1 ---- 2019-07-29 20:48:56 UTC - Zega: Guys, Is there a way to set timezone for an action? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564433336262100 ----