| openstackgerrit | Lingxian Kong proposed openstack/qinling master: Add scope information when getting session from Keystone https://review.openstack.org/583420 | 01:03 |
|---|---|---|
| *** huntxu has joined #openstack-qinling | 01:19 | |
| *** kevinz has quit IRC | 01:40 | |
| *** larainema has quit IRC | 01:46 | |
| *** caoyuan has joined #openstack-qinling | 01:46 | |
| *** caoyuan has quit IRC | 02:11 | |
| *** caoyuan has joined #openstack-qinling | 02:18 | |
| *** larainema has joined #openstack-qinling | 02:22 | |
| openstackgerrit | Lingxian Kong proposed openstack/qinling master: Add scope information when getting session from Keystone https://review.openstack.org/583420 | 03:15 |
| openstackgerrit | Lingxian Kong proposed openstack/qinling master: Add scope information when getting session from Keystone https://review.openstack.org/583420 | 04:06 |
| *** caoyuan has quit IRC | 04:16 | |
| *** caoyuan has joined #openstack-qinling | 04:17 | |
| *** caoyuan has quit IRC | 04:26 | |
| *** caoyuan has joined #openstack-qinling | 04:53 | |
| *** caoyuan has quit IRC | 05:00 | |
| *** caoyuan has joined #openstack-qinling | 05:01 | |
| *** openstackgerrit has quit IRC | 05:10 | |
| *** lxkong has quit IRC | 05:16 | |
| *** kei-ichi has quit IRC | 05:19 | |
| *** kei-ichi has joined #openstack-qinling | 05:19 | |
| *** caoyuan has quit IRC | 05:33 | |
| *** lxkong has joined #openstack-qinling | 05:35 | |
| *** caoyuan has joined #openstack-qinling | 05:56 | |
| *** caoyuan has quit IRC | 06:16 | |
| *** caoyuan has joined #openstack-qinling | 06:23 | |
| *** caoyuan has quit IRC | 06:23 | |
| *** caoyuan has joined #openstack-qinling | 06:30 | |
| *** heychirag has joined #openstack-qinling | 08:41 | |
| heychirag | Hi, my name is Chirag and I am testing the Qinling project for CERN so that it can integrated into their cloud. | 08:44 |
| heychirag | So I am trying to connect Qinling to an external Kubernetes cluster. | 08:47 |
| heychirag | But my function execution on python runtime is returning a HTTP 500 on line 86-102: cglimit.py | 08:49 |
| heychirag | I tried skipping cglimit.py and the function execution worked flawlessly. | 08:50 |
| heychirag | Can someone explain why cglimit.py is necessary and what would happen if I don't use it? | 08:50 |
| huntxu | heychirag: cglimit is used to limit the resource used when running a function(i.e. during an execution) | 08:53 |
| huntxu | heychirag: it prevents *bad* functions exhausting the resources of your nodes | 08:53 |
| huntxu | heychirag: if you are not acting as a service provider, which means that all your functions are from trusted sources, just pay attention to your execution stastics if you don't use the limiting | 09:00 |
| huntxu | *statistics | 09:01 |
| huntxu | heychirag: back to your issue, could you please check whether dockerd and kubelet are using the 'cgroupfs' cgroupdriver instead of 'systemd', unfortunately, the current cglimit implementation requires the former being used | 09:06 |
| *** openstackgerrit has joined #openstack-qinling | 09:16 | |
| openstackgerrit | Hunt Xu proposed openstack/qinling master: Increase etcd3gw dependency version https://review.openstack.org/583528 | 09:16 |
| *** caoyuan has quit IRC | 09:19 | |
| heychirag | huntxu: Thanks! the cgroupdriver is systemd. This resolves my query. | 09:20 |
| *** heychirag has quit IRC | 09:47 | |
| openstackgerrit | Hunt Xu proposed openstack/qinling master: [DNM] make tempest work with python3 https://review.openstack.org/581947 | 10:02 |
| openstackgerrit | Merged openstack/qinling master: Add scope information when getting session from Keystone https://review.openstack.org/583420 | 10:22 |
| *** huntxu has quit IRC | 11:12 | |
| openstackgerrit | Merged openstack/qinling master: Increase etcd3gw dependency version https://review.openstack.org/583528 | 11:21 |
| *** caoyuan has joined #openstack-qinling | 12:22 | |
| *** heychirag has joined #openstack-qinling | 13:44 | |
| *** heychirag has left #openstack-qinling | 13:46 | |
| *** heychirag_ has joined #openstack-qinling | 13:47 | |
| *** heychirag_ has quit IRC | 13:48 | |
| *** heychirag has joined #openstack-qinling | 13:48 | |
| *** heychirag has quit IRC | 13:49 | |
| *** heychirag has joined #openstack-qinling | 13:49 | |
| *** heychirag has quit IRC | 13:49 | |
| *** heychirag has joined #openstack-qinling | 13:50 | |
| *** heychirag is now known as chirag | 13:50 | |
| *** chirag has joined #openstack-qinling | 13:50 | |
| *** chiragarora has joined #openstack-qinling | 13:50 | |
| *** caoyuan has quit IRC | 15:23 | |
| chiragarora | Hey. I heard somewhere in one of the summit videos that the current python runtime is not production level/(something similar). What does this exactly mean? | 15:41 |
| openstackgerrit | Neerja Narayan proposed openstack/qinling master: Creating functions using OpenStack Swift https://review.openstack.org/582707 | 18:19 |
| lxkong | chiragarora: hi, the rumtime implementation in qiling repo is just for testing purpose and runtime should be considered a critical part of faas implementation. | 21:31 |
| lxkong | chiragarora: in production deployment, the rumtime image is supposed not to be open source. | 21:31 |
| lxkong | especially if you want to support docker image type function (i.e, the function written in any programming language) | 21:32 |
| lxkong | because once the malicious user know how you implement the runtime, you probably have the risk to be exploited | 21:33 |
| lxkong | chiragarora: but if you trust your user, then the current python 2 runtime should be ok | 21:33 |
| openstackgerrit | Neerja Narayan proposed openstack/qinling master: Creating functions using OpenStack Swift https://review.openstack.org/582707 | 23:05 |
| *** caoyuan has joined #openstack-qinling | 23:06 | |
| *** caoyuan has quit IRC | 23:18 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!