*** little has quit IRC | 00:48 | |
*** little has joined #openstack-mogan | 00:49 | |
*** wanghao has joined #openstack-mogan | 00:57 | |
openstackgerrit | liusheng proposed openstack/python-moganclient: Trivial-Fix: Replace the glance with mogan client in doc https://review.openstack.org/421609 | 01:20 |
---|---|---|
*** kevinz has joined #openstack-mogan | 01:20 | |
*** zhangjl has joined #openstack-mogan | 01:35 | |
*** yuntongjin has joined #openstack-mogan | 01:40 | |
zhenguo | morning mogan! | 01:54 |
openstackgerrit | Merged openstack/python-moganclient: Trivial-Fix: Replace the glance with mogan client in doc https://review.openstack.org/421609 | 02:02 |
liusheng | morning | 02:06 |
zhenguo | liusheng: o/ | 02:08 |
zhenguo | zhangjl: hi, are you around? | 02:08 |
liusheng | zhenguo: o/ | 02:08 |
openstackgerrit | liusheng proposed openstack/mogan: WIP: test support console -- ignore me https://review.openstack.org/420274 | 02:45 |
zhangjl | zhenguo:sorry for late reply | 03:02 |
zhenguo | zhangjl: hah, no problmes, just left a comment on the lock instance spec. | 03:03 |
zhangjl | zhenguo:ok | 03:03 |
openstackgerrit | Tao Li proposed openstack/mogan: [WIP] Support multi-instance creating (part 1) https://review.openstack.org/421064 | 03:32 |
*** yuntongjin has quit IRC | 03:40 | |
zhenguo | liusheng: adopt instance maybe should be a high priority thing | 03:49 |
liusheng | zhenguo: is it a usual use case ? | 03:51 |
zhenguo | liusheng: I just found we need to adopt the existing instances created by nova | 03:53 |
zhenguo | liusheng: and it seems easy to do that | 03:53 |
zhenguo | liusheng: as the node in ironic is ready, we just need to adopt it | 03:54 |
liusheng | zhenguo: indeed, it will be convienent to upgrade from Nova to Mogan | 03:54 |
zhenguo | liusheng: yes | 03:54 |
openstackgerrit | Zhong Luyao proposed openstack/mogan: Add fault_info field for object Instance https://review.openstack.org/421192 | 03:55 |
zhenguo | liusheng: and it's useful for adopting existing servers in traditional IT env | 03:55 |
liusheng | zhenguo: yes, but I guess it still need a long time to make Mogan get productive ready :) | 03:57 |
zhenguo | liusheng: hah | 04:01 |
zhenguo | liusheng: we need some products to make mogan mature | 04:02 |
liusheng | zhenguo: yes, Mogan is requirements-driven lol | 04:03 |
* zhenguo away for lunch | 04:04 | |
*** little has quit IRC | 04:08 | |
*** little has joined #openstack-mogan | 04:08 | |
openstackgerrit | zhangjl proposed openstack/mogan-specs: Adds specification for lock instances https://review.openstack.org/420486 | 04:11 |
*** wanghao has quit IRC | 04:20 | |
*** little has quit IRC | 04:21 | |
*** little has joined #openstack-mogan | 04:21 | |
*** wanghao has joined #openstack-mogan | 04:26 | |
*** yuntongjin has joined #openstack-mogan | 04:29 | |
*** yuntongjin has quit IRC | 04:32 | |
openstackgerrit | Zhong Luyao proposed openstack/mogan: Add fault_info field for object Instance https://review.openstack.org/421192 | 05:33 |
little | I found wtype has define a UuidTye, but we define another UuidType, why? | 06:30 |
zhenguo | little: let me check | 06:30 |
*** zhangjl has quit IRC | 06:31 | |
zhenguo | little: seems it's a simple uuid type | 06:34 |
zhenguo | little: in fact, we just copy ironic, and using the types defined there | 06:34 |
little | so, if i want to use a new type, define it or use the wtype defination? | 06:36 |
zhenguo | little: use wtype defination | 06:37 |
zhenguo | little: I just found the difference | 06:37 |
zhenguo | little: we add a new frombasetype method | 06:37 |
little | but when do we use 'frombasetype' method? | 06:37 |
zhenguo | little: if the value is None, we skip the uuid validate | 06:37 |
zhenguo | little: seems in the response | 06:38 |
zhenguo | little: like your API object has a uuid type field, but it's None in your db | 06:38 |
little | So i should define my own type if wtype doesn't skip None validation? | 06:40 |
zhenguo | little: you can try, not sure | 06:40 |
zhenguo | little: as my understanding, you just only to check the API parameters, right? | 06:41 |
little | yes | 06:41 |
zhenguo | little: no need to add new field to Instance object, as you don't need to return min_num and max_num to useres | 06:41 |
zhenguo | little: so no need to add new type, as you want to validate always | 06:42 |
little | y r right | 06:42 |
zhenguo | ok | 06:42 |
*** zhangjl has joined #openstack-mogan | 06:43 | |
*** zhangjl has left #openstack-mogan | 06:48 | |
*** zhangjl has joined #openstack-mogan | 06:51 | |
*** luyao has quit IRC | 06:52 | |
*** zhangjl has quit IRC | 07:08 | |
*** zhangjl has joined #openstack-mogan | 07:10 | |
*** zhangjl has quit IRC | 07:34 | |
*** zhangjl has joined #openstack-mogan | 07:35 | |
openstackgerrit | Tao Li proposed openstack/mogan: [WIP] Support multi-instance creating (part 1) https://review.openstack.org/421064 | 07:36 |
shaohe_feng | metadata['launch_index'] | 08:10 |
shaohe_feng | what is launch_index? | 08:10 |
shaohe_feng | anyone know this? | 08:10 |
zhenguo | shaohe_feng: I would suggest you remove all things which not sure to use, lol | 08:11 |
zhenguo | and split your patch into a few small patches, otherwise it's hard to review as there would be many changes and refactors | 08:12 |
zhenguo | hi all, tommorrow 10am is our meeting time, please feel free to add agent to the wiki page, thanks! | 08:26 |
zhenguo | and maybe this is the last meeting before Spring Festival | 08:27 |
little | shaohe_feng: launch_index is the order of booting instance especially in multi-instance scenario | 08:31 |
little | So currently you can remove it | 08:32 |
*** little has quit IRC | 08:38 | |
*** little has joined #openstack-mogan | 09:34 | |
shaohe_feng | zhenguo: yes, need to make easy to review | 09:35 |
shaohe_feng | zhenguo: it is ongoing. I'm testing it. | 09:35 |
zhenguo | shaohe_feng: thanks very much | 09:38 |
zhenguo | shaohe_feng: btw, do you want to prepare a presentation with me for the Boston summit :D | 09:40 |
zhenguo | the deadline for submission is February 6, 2017 at 11:59PM PDT (February 7, 2017 at 6:59 UTC) | 09:40 |
*** wanghao has quit IRC | 09:49 | |
*** zhangjl has quit IRC | 09:51 | |
*** kevinz has quit IRC | 10:05 | |
openstackgerrit | Zhenguo Niu proposed openstack/mogan: Save power_state to instance and sync with ironic https://review.openstack.org/418249 | 10:07 |
zhenguo | after we introduced state machine, many operations will be denied when the instance in specify state, the error will be like "Can not transition from state 'building' on event stop" | 10:09 |
zhenguo | do you like this? | 10:09 |
* zhenguo away for dinner | 10:10 | |
*** little has quit IRC | 11:32 | |
*** little has joined #openstack-mogan | 11:54 | |
*** little has quit IRC | 13:42 | |
openstackgerrit | Zhenguo Niu proposed openstack/mogan: Save power_state to instance and sync with ironic https://review.openstack.org/418249 | 15:14 |
*** openstack has joined #openstack-mogan | 15:21 | |
*** 7F1AAKIKM has joined #openstack-mogan | 15:22 | |
*** 7F1AAKIKM has quit IRC | 15:22 | |
*** 7F1AAKIKM has joined #openstack-mogan | 15:22 | |
*** Jeffrey4l has quit IRC | 16:01 | |
*** Jeffrey4l_ has joined #openstack-mogan | 16:01 | |
*** Jeffrey4l_ is now known as Jeffrey4l | 16:02 | |
openstackgerrit | Zhenguo Niu proposed openstack/mogan: Save power_state to instance and sync with ironic https://review.openstack.org/418249 | 16:08 |
*** little has joined #openstack-mogan | 16:40 | |
*** little has quit IRC | 16:45 | |
*** liusheng has quit IRC | 16:49 | |
*** liusheng has joined #openstack-mogan | 16:50 | |
openstackgerrit | Merged openstack/mogan: Save power_state to instance and sync with ironic https://review.openstack.org/418249 | 20:28 |
*** l4yerffeJ has quit IRC | 21:34 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** Jeffrey4l has joined #openstack-mogan | 21:35 | |
*** Jeffrey4l has quit IRC | 23:24 | |
*** Jeffrey4l has joined #openstack-mogan | 23:24 | |
*** Jeffrey4l has quit IRC | 23:29 | |
*** Jeffrey4l has joined #openstack-mogan | 23:41 | |
*** Jeffrey4l has quit IRC | 23:42 | |
*** Jeffrey4l has joined #openstack-mogan | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!