Monday, 2017-03-27

*** wanghao has joined #openstack-mogan00:29
*** liusheng has quit IRC00:42
*** liusheng has joined #openstack-mogan00:55
openstackgerritXieYingYun proposed openstack/mogan master: Fix some reST field lists in docstrings  https://review.openstack.org/45005101:32
openstackgerritZhong Luyao proposed openstack/mogan master: Save instance_fault info when error  https://review.openstack.org/44953101:43
openstackgerritliusheng proposed openstack/mogan master: Add function to get the console info from ironic  https://review.openstack.org/44234501:56
openstackgerritliusheng proposed openstack/mogan master: Enable mogan console services and add description of quick-start  https://review.openstack.org/44543401:56
openstackgerritliusheng proposed openstack/mogan master: Add service entry for shellinabox console proxy  https://review.openstack.org/44532401:56
openstackgerritliusheng proposed openstack/mogan master: Add consoleauth manager  https://review.openstack.org/44528301:56
openstackgerritliusheng proposed openstack/mogan master: Add engine api for getting console info  https://review.openstack.org/44532101:56
openstackgerritliusheng proposed openstack/mogan master: Add service entry for consoleauth service  https://review.openstack.org/44528601:56
openstackgerritliusheng proposed openstack/mogan master: Add shellinabox console handler  https://review.openstack.org/44532301:56
openstackgerritliusheng proposed openstack/mogan master: Expose the API of getting console info  https://review.openstack.org/44532201:56
openstackgerritliusheng proposed openstack/mogan master: Add rpc api for consoleauth manager  https://review.openstack.org/44528501:56
openstackgerritwanghao proposed openstack/mogan master: Support quota in mogan(part two)  https://review.openstack.org/44345502:54
*** wanghao_ has joined #openstack-mogan02:59
*** wanghao has quit IRC03:02
*** wanghao has joined #openstack-mogan03:06
*** wanghao_ has quit IRC03:09
openstackgerritwanghao proposed openstack/mogan master: Support quota in mogan(part two)  https://review.openstack.org/44345506:09
openstackgerritliusheng proposed openstack/mogan master: Add function to get the console info from ironic  https://review.openstack.org/44234506:23
openstackgerritliusheng proposed openstack/mogan master: Enable mogan console services and add description of quick-start  https://review.openstack.org/44543406:23
openstackgerritliusheng proposed openstack/mogan master: Add service entry for shellinabox console proxy  https://review.openstack.org/44532406:23
openstackgerritliusheng proposed openstack/mogan master: Add consoleauth manager  https://review.openstack.org/44528306:23
openstackgerritliusheng proposed openstack/mogan master: Add engine api for getting console info  https://review.openstack.org/44532106:23
openstackgerritliusheng proposed openstack/mogan master: Add service entry for consoleauth service  https://review.openstack.org/44528606:23
openstackgerritliusheng proposed openstack/mogan master: Add shellinabox console handler  https://review.openstack.org/44532306:23
openstackgerritliusheng proposed openstack/mogan master: Expose the API of getting console info  https://review.openstack.org/44532206:23
openstackgerritliusheng proposed openstack/mogan master: Add rpc api for consoleauth manager  https://review.openstack.org/44528506:23
zhenguohi all, do you find we have a Dell Ironic CI now?06:27
zhenguoliusheng: hi, welcome back :D06:27
liushengzhenguo: hi :)06:28
zhenguoliusheng: do you know why we get a Dell CI?06:29
liushengzhenguo: sorry, I didn't found that, let me check06:30
zhenguoliusheng: you can check your patches06:30
liushengzhenguo: oh, yes, some Dell guy invovle Mogan ?06:30
zhenguoliusheng: not sure06:31
*** wanghao_ has joined #openstack-mogan06:59
*** wanghao has quit IRC06:59
openstackgerritZhenguo Niu proposed openstack/mogan master: Release used nodes when some exceptions happened  https://review.openstack.org/45009707:05
* zhenguo brb07:06
openstackgerritwanghao proposed openstack/mogan master: Support quota in mogan(part two)  https://review.openstack.org/44345508:09
*** kevinz has joined #openstack-mogan08:15
zhenguoliusheng: wrt shellinabox console, how about keeping the driver code same as what nova ironic driver does, just change the console_info('type') from "socat" to "shellinabox"08:16
liushengzhenguo: they are almost same08:17
zhenguoliusheng: yes, I see, but no console type check08:17
zhenguoliusheng: as Ironic can not only support shellinabox but also socat08:18
liushengzhenguo: you mean remove the reserved "console_type" parameter ?08:18
liushengzhenguo: oh08:18
zhenguoliusheng: I find you reused the internal method _get_node_console_with_reset :D08:19
liushengzhenguo: I just leave an unused console_type parameter,and hope add other types of console in the future08:19
liushengzhenguo: yes :)08:19
zhenguoliusheng: yes, we may also need to support KVM console when ironic supported08:19
zhenguoliusheng: but console_type is for serial, vnc, etc. or for shellinabox, socat?08:20
liushengzhenguo: I am not sure, maybe you are an expert ? :P08:21
zhenguoliusheng: I'm not sure as well, we can just support one now :D08:22
*** luyao has quit IRC08:22
liushengzhenguo: shellinabox is also a proxy, the real type is  serial, right?08:23
*** luyao has joined #openstack-mogan08:23
zhenguoliusheng: yes, and socat is also serial08:23
zhenguoliusheng: but socat proxy can support logs as well08:23
zhenguoliusheng: ironic can only support one console type at the same time, and the API is same08:24
liushengzhenguo: so I think mogan can do it also, hah08:26
zhenguoliusheng: sure08:26
zhenguoliusheng: for easy, you can just use get_serial_console now, and get rid of the console_type. we can add them later when needed08:27
*** luyao has quit IRC08:33
*** openstackgerrit has quit IRC08:33
*** luyao has joined #openstack-mogan08:33
liushengzhenguo: ok, but it is better to leave the "console_type" in console_info which will be passed to consoleauth service08:33
zhenguoliusheng: ok, so the console_type value is?08:34
liushengzhenguo: hmm, seems, it is used to validate the console port when checking token, but for now, we just pass the validation of console port08:35
liushengzhenguo: so just remove the console type for now ?08:35
zhenguoliusheng: I don't have strong opinion for this, hah08:36
zhenguoliusheng: and not sure which type of console cloudboot can provide?08:36
zhenguozhangyang: hi, does cloudboot have serial console like ironic?08:37
liushengzhenguo: consoleauth should be implemenated more "console type unrelated".  let me check08:37
zhenguoliusheng: yes,08:38
zhangyangzhenguo: cloudboot does not support that now.08:39
zhenguozhangyang: ok, got it, but you can leverage shellinabox08:39
zhangyangzhenguo: yes, we'll see if can put it into cloudboot08:40
zhenguozhangyang: ok08:41
* zhenguo brb08:41
*** luyao has quit IRC08:43
*** luyao has joined #openstack-mogan08:43
*** openstackgerrit has joined #openstack-mogan08:51
openstackgerritMerged openstack/mogan master: Release used nodes when some exceptions happened  https://review.openstack.org/45009708:51
*** luyao has quit IRC08:53
*** luyao has joined #openstack-mogan08:53
*** luyao has quit IRC09:03
*** luyao has joined #openstack-mogan09:04
*** RuiChen has joined #openstack-mogan09:05
*** luyao has quit IRC09:14
*** luyao has joined #openstack-mogan09:14
*** luyao has quit IRC09:24
*** luyao has joined #openstack-mogan09:24
*** luyao has quit IRC09:34
*** luyao has joined #openstack-mogan09:34
*** wanghao_ has quit IRC09:35
*** luyao has quit IRC09:44
*** luyao has joined #openstack-mogan09:45
*** luyao has quit IRC09:55
*** luyao has joined #openstack-mogan09:57
openstackgerritXieYingYun proposed openstack/mogan master: Fix some reST field lists in docstrings  https://review.openstack.org/44989610:00
*** luyao has quit IRC10:05
*** luyao has joined #openstack-mogan10:05
*** luyao has quit IRC10:15
*** luyao has joined #openstack-mogan10:16
openstackgerritXieYingYun proposed openstack/mogan master: Fix some reST field lists in docstrings  https://review.openstack.org/44989610:18
*** luyao has quit IRC10:25
*** luyao has joined #openstack-mogan10:26
*** kevinz has quit IRC10:33
*** luyao has quit IRC10:36
*** luyao has joined #openstack-mogan10:36
*** luyao has quit IRC10:46
*** luyao has joined #openstack-mogan10:46
*** luyao has quit IRC10:56
*** luyao has joined #openstack-mogan10:57
*** luyao has quit IRC11:06
*** luyao has joined #openstack-mogan11:07
*** luyao has quit IRC11:17
*** luyao has joined #openstack-mogan11:17
*** luyao has quit IRC11:27
*** luyao has joined #openstack-mogan11:30
*** luyao has quit IRC11:37
*** luyao has joined #openstack-mogan11:37
openstackgerritMerged openstack/mogan master: Fix some reST field lists in docstrings  https://review.openstack.org/44989611:41
*** luyao has quit IRC11:47
*** luyao has joined #openstack-mogan11:48
openstackgerritZhenguo Niu proposed openstack/mogan master: [POC]Add configdrive support - admin_password  https://review.openstack.org/43533011:52
*** luyao has quit IRC11:58
*** luyao has joined #openstack-mogan11:58
*** luyao has quit IRC12:08
*** luyao has joined #openstack-mogan12:08
*** luyao has quit IRC12:18
*** luyao has joined #openstack-mogan12:18
*** kevinz has joined #openstack-mogan12:28
*** luyao has quit IRC12:28
*** luyao has joined #openstack-mogan12:31
*** luyao has quit IRC12:39
*** luyao has joined #openstack-mogan12:39
*** luyao has quit IRC12:49
*** luyao has joined #openstack-mogan12:49
*** kevinz has quit IRC12:59
*** luyao has quit IRC12:59
*** kevinz has joined #openstack-mogan12:59
*** luyao has joined #openstack-mogan12:59
*** luyao has quit IRC13:09
*** luyao has joined #openstack-mogan13:10
*** luyao has quit IRC13:20
*** luyao has joined #openstack-mogan13:20
*** luyao has quit IRC13:30
*** luyao has joined #openstack-mogan13:30
*** luyao has quit IRC13:40
*** luyao has joined #openstack-mogan13:40
*** luyao has quit IRC13:50
*** luyao has joined #openstack-mogan13:51
*** luyao has quit IRC14:01
*** luyao has joined #openstack-mogan14:01
*** luyao has quit IRC14:11
*** luyao has joined #openstack-mogan14:11
*** luyao has quit IRC14:21
*** luyao has joined #openstack-mogan14:21
*** luyao has quit IRC14:31
*** luyao has joined #openstack-mogan14:32
*** luyao has quit IRC14:42
*** luyao has joined #openstack-mogan14:42
*** luyao has quit IRC14:52
*** luyao has joined #openstack-mogan14:52
*** luyao has quit IRC15:02
*** luyao has joined #openstack-mogan15:02
*** luyao has quit IRC15:12
*** luyao has joined #openstack-mogan15:13
*** kevinz has quit IRC15:16
*** luyao has quit IRC15:23
*** luyao has joined #openstack-mogan15:23
*** luyao has quit IRC15:33
*** luyao has joined #openstack-mogan15:33
*** luyao has quit IRC15:43
*** luyao has joined #openstack-mogan15:43
*** luyao has quit IRC15:53
*** luyao has joined #openstack-mogan15:54
*** leonaldo has joined #openstack-mogan16:03
*** luyao has quit IRC16:04
*** luyao has joined #openstack-mogan16:04
*** luyao has quit IRC16:14
*** luyao has joined #openstack-mogan16:14
*** luyao has quit IRC16:24
*** luyao has joined #openstack-mogan16:24
*** luyao has quit IRC16:34
*** luyao has joined #openstack-mogan16:35
*** luyao has quit IRC16:45
*** leonaldo has quit IRC16:45
*** luyao has joined #openstack-mogan16:45
*** luyao has quit IRC16:55
*** luyao has joined #openstack-mogan16:55
*** luyao has quit IRC17:05
*** luyao has joined #openstack-mogan17:05
*** luyao has quit IRC17:15
*** luyao has joined #openstack-mogan17:16
*** harlowja has quit IRC17:18
*** harlowja has joined #openstack-mogan17:24
*** luyao has quit IRC17:26
*** luyao has joined #openstack-mogan17:26
*** luyao has quit IRC17:36
*** luyao has joined #openstack-mogan17:36
*** luyao has quit IRC17:46
*** luyao has joined #openstack-mogan17:46
*** luyao has quit IRC17:56
*** luyao has joined #openstack-mogan17:57
*** luyao has quit IRC18:07
*** luyao has joined #openstack-mogan18:07
*** luyao has quit IRC18:17
*** luyao has joined #openstack-mogan18:17
*** luyao has quit IRC18:27
*** luyao has joined #openstack-mogan18:27
*** luyao has quit IRC18:37
*** luyao has joined #openstack-mogan18:38
*** luyao has quit IRC18:48
*** luyao has joined #openstack-mogan18:48
*** luyao has quit IRC18:58
*** luyao has joined #openstack-mogan18:58
*** luyao has quit IRC19:08
*** luyao has joined #openstack-mogan19:08
*** luyao has quit IRC19:18
*** luyao has joined #openstack-mogan19:19
*** luyao has quit IRC19:29
*** luyao has joined #openstack-mogan19:29
*** luyao has quit IRC19:39
*** luyao has joined #openstack-mogan19:39
*** luyao has quit IRC19:49
*** luyao has joined #openstack-mogan19:49
*** luyao has quit IRC19:59
*** luyao has joined #openstack-mogan20:00
*** luyao has quit IRC20:10
*** luyao has joined #openstack-mogan20:10
*** luyao has quit IRC20:20
*** luyao has joined #openstack-mogan20:20
*** luyao has quit IRC20:30
*** luyao has joined #openstack-mogan20:31
*** luyao has quit IRC20:40
*** luyao has joined #openstack-mogan20:41
*** luyao has quit IRC20:51
*** luyao has joined #openstack-mogan20:51
*** luyao has quit IRC21:01
*** luyao has joined #openstack-mogan21:01
*** luyao has quit IRC21:11
*** luyao has joined #openstack-mogan21:11
*** luyao has quit IRC21:21
*** luyao has joined #openstack-mogan21:22
*** luyao has quit IRC21:32
*** luyao has joined #openstack-mogan21:32
*** luyao has quit IRC21:42
*** luyao has joined #openstack-mogan21:43
*** luyao has quit IRC21:52
*** luyao has joined #openstack-mogan21:52
*** luyao has quit IRC22:02
*** luyao has joined #openstack-mogan22:03
*** luyao has quit IRC22:13
*** luyao has joined #openstack-mogan22:13
*** luyao has quit IRC22:23
*** luyao has joined #openstack-mogan22:23
*** luyao has quit IRC22:33
*** luyao has joined #openstack-mogan22:34
*** luyao has quit IRC22:43
*** luyao has joined #openstack-mogan22:44
*** luyao has quit IRC22:54
*** luyao has joined #openstack-mogan22:54
*** luyao has quit IRC23:04
*** luyao has joined #openstack-mogan23:04
*** luyao has quit IRC23:14
*** luyao has joined #openstack-mogan23:15
*** luyao has quit IRC23:24
*** luyao has joined #openstack-mogan23:25
*** luyao has quit IRC23:35
*** luyao has joined #openstack-mogan23:35
*** luyao has quit IRC23:45
*** luyao has joined #openstack-mogan23:45
*** luyao has quit IRC23:55
*** luyao has joined #openstack-mogan23:55

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!