[slack-digest] [2019-03-05] #general

2019-03-05 Thread OpenWhisk Team Slack
2019-03-05 14:32:45 UTC - Matt Rutkowski: v2 should be scaffolding only and is 
the one I was referencing we could simply delete and let the breaks occur where 
they may (as I am 100% sure I changed all the release repos. to ref. the 
ASF-Release.cfg)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551796365074200

2019-03-05 14:35:39 UTC - Matt Rutkowski: the “v2” is actually much older and 
does not include lots of the *.extensions support (eg., .scala, .j2, etc.) and 
file exclusions I found when preparing for Apache releases.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551796539075400

2019-03-05 14:36:57 UTC - Matt Rutkowski: ASF-Release.cfg is highly accurate 
and representative of exactly what we need for all our release repos. and 
documented exceptions (i.e., here 
)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551796617076400

2019-03-05 14:37:37 UTC - Matt Rutkowski: in fact, our 
incubator-openwhisk-release repo. README accurately indicates all “release” 
repos SHOULD use “ASF-Release.cfg.” 
()
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551796657077100

2019-03-05 14:38:04 UTC - Matt Rutkowski: specifically, ```The ASF scan 
configuration for all repos. can be found here: ASF-Release.cfg.```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551796684077400

2019-03-05 14:38:08 UTC - Matt Rutkowski: and is hyperlinked
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551796688077600

2019-03-05 17:00:44 UTC - Satwik Kolhe: I am getting this error while invoking 
an action, which is using python-ldap package

```
"logs": [
"2019-03-05T16:58:00.82493416Z  stderr: Traceback (most recent call 
last):",
"2019-03-05T16:58:00.824962994Z stderr: File \"pythonrunner.py\", line 
87, in run",
"2019-03-05T16:58:00.825015691Z stderr: exec(self.fn, 
self.global_context)",
"2019-03-05T16:58:00.82502118Z  stderr: File \"__main__.py\", line 1, 
in module",
"2019-03-05T16:58:00.825038929Z stderr: import ldap, jwt",
"2019-03-05T16:58:00.825044135Z stderr: File 
\"/action/virtualenv/lib/python2.7/site-packages/ldap/__init__.py\", line 27, 
in module",
"2019-03-05T16:58:00.825122089Z stderr: import _ldap",
"2019-03-05T16:58:00.825130218Z stderr: ImportError: Error loading 
shared library libldap_r-2.4.so.2: No such file or directory (needed by 
/action/virtualenv/lib/python2.7/site-packages/_ldap.so)"
```

Basically _ldap.so is needing "libldap_r-2.4.so.2" file which is located in 
"/usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2"

How can I package it in one zip.

Keeping libldap_r-2.4.so.2 in "virtualenv/lib/python2.7/site-packages" does not 
work! I guess _ldap.so is referencing to system files? Please correct me with 
this!

Thanks!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551805244078600?thread_ts=1551805244.078600=C3TPCAQG1

2019-03-05 17:49:13 UTC - Satwik Kolhe: I suppose this wont work as python is 
relying on .so libs which are not referenced locally.

Any way to bundle this in one zip and deploy on python2actions?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551808153078800?thread_ts=1551805244.078600=C3TPCAQG1

2019-03-05 20:07:21 UTC - Rodric Rabbah: can you use a docker action instead?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551816441079100?thread_ts=1551805244.078600=C3TPCAQG1

2019-03-05 22:06:28 UTC - Saurab Joshi: I am currently trying to create alarm 
trigger but I am running into issues. I ran the following command.

```wsk trigger create interval   --feed /whisk.system/alarms/interval   --param 
minutes 2```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551823588080900

2019-03-05 22:08:05 UTC - Saurab Joshi: This command makes multiple rest 
requests and looks like the first request goes through fine but second request 
is giving 502 bad gateway error.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551823685082100

2019-03-05 22:08:26 UTC - Saurab Joshi: 

 This is the URL it is trying to make POST request to.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551823706082600

2019-03-05 22:08:56 UTC - Saurab Joshi: I am trying to find logs so I can debug 
it but I am not seeing anything.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1551823736083200

2019-03-05 22:10:44 UTC - Saurab Joshi: ```{
"activationId": "eec16bafa0324edd816bafa0322edd62",
"annotations": [
{
"key": "path",
"value": "whisk.system/alarms/interval"
},
{
"key": "waitTime",
"value": 11
},
{
"key": "kind",
"value": "nodejs:6"
},
{

Re: [Bi-Weekly Tech Interchange] Call for agenda topics

2019-03-05 Thread Rodric Rabbah
Thank you Tyson, your topic is noted.

Any other topics?

I'll include a brief update on some work I recently completed to provide a
one-click deployment of OpenWhisk with DigitalOcean.

-r

On Mon, Mar 4, 2019 at 11:28 AM Tyson Norris 
wrote:

> I would like to share details on a forthcoming PR to enable better invoker
> integration with cluster managed (mesos/k8s) action containers. I don't
> have the PR open yet, but plan to by sometime tomorrow.
> Unfortunately I have a Dr appt on March 20, so cannot volunteer - but
> possibly April 3rd.
>
> Thanks
> Tyson
>
> On 3/4/19, 8:16 AM, "Rodric Rabbah"  wrote:
>
> Hi, our next *tech interchange* is in two day.s If there is a topic
> you'd
> like to discuss with the community, or some work you'd like to share,
> please reply to this email so that I can add you to the agenda.
>
> Bi-weekly Tech Interchange call details:
> - Zoom:
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fzoom.us%2Fmy%2Fasfopenwhiskdata=02%7C01%7Ctnorris%40adobe.com%7C076ba1d0ef344afd30d708d6a0bcd131%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636873130153557267sdata=UGCob9juU6Bv2sgzO548p86fA%2BWwSsw%2Fv6kfQWTOhNE%3Dreserved=0
> - Wednesday March 6
> 11AM EST(Eastern US)
> 5PM CET (Central Europe),
> 4PM UTC, 12AM CST (Beijing)
>
> Bonus: If you volunteer early to host the March 20 call, you will win a
> prize of distinction.
>
> -r
>
>
>


feedback on using Apache OpenWhisk name

2019-03-05 Thread Rodric Rabbah
Recently, an opportunity arose to provide a *virtual machine image* as a
one click deployment of OpenWhisk to appear in the market place for a cloud
provider. I reviewed the trademark details (
https://www.apache.org/foundation/marks/faq) and concluded that the name of
the image can at best refer to OpenWhisk using the “Powered by” approach…
which was too long for the formatting, so I opted for a different naming
approach (that omits Apache OpenWhisk entirely in the name) and used
the *Powered
by* language in the detailed description (with links to our project page).

I created the following issue
https://github.com/apache/incubator-openwhisk/issues/4324 with more details
and to solicit additional feedback that can help promote Apache/OpenWhisk,
and also document the text as a example for future use by others.

I will close the issue by lazy consensus after 72 hours.

-r