*** wxy has joined #openstack-mogan | 00:42 | |
*** wanghao has joined #openstack-mogan | 00:52 | |
*** kevinz has joined #openstack-mogan | 01:04 | |
*** liusheng has quit IRC | 01:04 | |
*** liusheng has joined #openstack-mogan | 01:15 | |
*** zhenguo has joined #openstack-mogan | 01:48 | |
openstackgerrit | Merged openstack/mogan master: Following up patch of 7d0f8ab36074c38327d47280c7f3ef6bbaad7f1a https://review.openstack.org/460885 | 01:48 |
---|---|---|
zhenguo | morning mogan! | 01:48 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add flavors related policy check https://review.openstack.org/460864 | 02:41 |
openstackgerrit | liusheng proposed openstack/mogan master: Add tool for adoptting baremetal servers from Nova https://review.openstack.org/455692 | 02:49 |
*** Kevin_Zheng has joined #openstack-mogan | 02:58 | |
openstackgerrit | liusheng proposed openstack/mogan master: Refactor the network_info field in API layer https://review.openstack.org/459034 | 03:00 |
openstackgerrit | liusheng proposed openstack/python-moganclient master: Refactor network info with nics format https://review.openstack.org/459036 | 03:06 |
openstackgerrit | Zhong Luyao proposed openstack/mogan master: bug fix: return fault_info correctly https://review.openstack.org/456461 | 03:09 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add private flavor filter for access https://review.openstack.org/460900 | 03:30 |
zhenguo | liusheng: hi | 03:49 |
liusheng | zhenguo: hi zhenguo | 03:49 |
zhenguo | liusheng: https://review.openstack.org/#/c/459034/5/api-ref/source/v1/samples/servers/server-create-resp.json | 03:49 |
zhenguo | liusheng: it should be nics instead of network_info, right? | 03:49 |
zhenguo | liusheng: I mean L25 nics: [] | 03:51 |
liusheng | zhenguo: hmm, for now I did't change that, since the input parameter is network id, may support port-id in the future, wdyt | 03:51 |
zhenguo | liusheng: but server API object doesn't include network_info anymore, how to return it | 03:53 |
* zhenguo away | 03:53 | |
openstackgerrit | liusheng proposed openstack/mogan master: Refactor the network_info field in API layer https://review.openstack.org/459034 | 06:18 |
liusheng | zhenguo: thanks for pointing that, my mistake, uploaded new patchset | 06:20 |
zhenguo | liusheng: thansk | 06:20 |
*** wanghao_ has joined #openstack-mogan | 06:31 | |
*** wanghao has quit IRC | 06:32 | |
*** wanghao has joined #openstack-mogan | 07:00 | |
*** wanghao_ has quit IRC | 07:01 | |
*** wanghao has quit IRC | 07:18 | |
liusheng | zhenguo: hi, in Nova, the creating server API, the request body is like {'server'{xxx}, 'scheduler_hints':{xxx}}, but in Mogan, the body content directly included in the body json | 07:26 |
liusheng | zhenguo: I am not sure where to put the schedule_hints parameters | 07:26 |
liusheng | zhenguo: any suggestion ? | 07:26 |
zhenguo | liusheng: maybe we can follow nova's way? | 07:40 |
zhenguo | liusheng: does nova create body only include server and scheduler_hints? | 07:40 |
liusheng | zhenguo: yes as I found | 07:41 |
zhenguo | liusheng: maybe we can change | 07:42 |
liusheng | zhenguo: ok, I will try | 07:43 |
zhenguo | liusheng: thanks | 07:43 |
liusheng | zhenguo: np :D | 07:43 |
luyao | zhenguo, I have some questions when coding on attach-interface | 08:00 |
*** wanghao has joined #openstack-mogan | 08:07 | |
luyao | zhenguo, How to make sure if the port is usable, | 08:09 |
zhenguo | luyao: you can check port extra field | 08:10 |
zhenguo | luyao: if there's a vif_port_id specified, it's used | 08:10 |
luyao | zhenguo, is the port here baremetal port? | 08:12 |
zhenguo | luyao: yes, ironic port | 08:13 |
luyao | zhenguo, attach interface means attatch ironic port? | 08:14 |
zhenguo | luyao: yes, attach ironic port to neutron vswitch | 08:15 |
luyao | zhenguo, I am confused :( | 08:17 |
luyao | zhenguo, In create server taskflow, I see create port in build network task. What is the port here? | 08:19 |
zhenguo | luyao: sorry, I'm in a meeting, will ping you later | 08:36 |
luyao | zhenguo, ok, thanks. | 08:36 |
zhenguo | luyao: hi, are you still around? for attach interface, you need to create a neutron port, then pass the port id with ironic attach API | 09:13 |
luyao | zhenguo, If create neutron port ,should user give the mac_address? | 09:24 |
zhenguo | luyao: seems ironic will update it, not sure | 09:25 |
zhenguo | luyao: you can try or look through the nova code for ironic attach interface | 09:25 |
*** wanghao has quit IRC | 09:26 | |
*** wanghao has joined #openstack-mogan | 09:27 | |
luyao | zhenguo, if a node have serveral usable physical ports, should I create neutron port for all of them? | 09:29 |
zhenguo | luyao: no, attach interface is for one port | 09:30 |
luyao | zhenguo, I looked through attach interface in nova code, is that ironic attach interface as you said? | 09:37 |
luyao | zhenguo, another question , Can ironic port bind several vif_ports? | 09:43 |
openstackgerrit | Merged openstack/mogan master: Add flavors related policy check https://review.openstack.org/460864 | 09:52 |
zhenguo | luyao: sorry for the delay, ironic port can only bind with one vif-port | 10:00 |
zhenguo | luyao: maybe we can just list ironic ports and choose one from it, then use the mac to create neutron port, and set vif-port-id back | 10:01 |
luyao | zhenguo, I see , thank you very much. : ) | 10:01 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add private flavor filter for access https://review.openstack.org/460900 | 10:01 |
zhenguo | luyao: np | 10:01 |
*** Xinran has quit IRC | 10:05 | |
*** shaohe_feng has quit IRC | 10:06 | |
*** luyao has quit IRC | 10:07 | |
*** luyao has joined #openstack-mogan | 10:12 | |
*** Xinran has joined #openstack-mogan | 10:13 | |
*** shaohe_feng has joined #openstack-mogan | 10:14 | |
*** kevinz has quit IRC | 10:58 | |
openstackgerrit | Zhong Luyao proposed openstack/mogan master: Attach interface for instance https://review.openstack.org/459921 | 11:18 |
openstackgerrit | Merged openstack/mogan master: Add private flavor filter for access https://review.openstack.org/460900 | 11:55 |
openstackgerrit | wanghao proposed openstack/mogan master: Add releasenotes for Mogan https://review.openstack.org/460868 | 12:24 |
*** wanghao has quit IRC | 12:36 | |
openstackgerrit | Xinran WANG proposed openstack/mogan master: Detach interface for server https://review.openstack.org/461767 | 12:37 |
*** kevinz has joined #openstack-mogan | 12:42 | |
*** kevinz has quit IRC | 12:50 | |
*** kevinz has joined #openstack-mogan | 12:50 | |
*** openstackgerrit has quit IRC | 13:48 | |
*** Jeffrey4l has quit IRC | 14:43 | |
*** zhenguo has quit IRC | 14:45 | |
*** Kevin_Zheng has quit IRC | 14:45 | |
*** Jeffrey4l has joined #openstack-mogan | 14:46 | |
*** kevinz has quit IRC | 15:43 | |
*** Kevin_Zheng has joined #openstack-mogan | 16:44 | |
*** zhenguo has joined #openstack-mogan | 16:44 | |
*** harlowja has quit IRC | 17:04 | |
*** harlowja has joined #openstack-mogan | 18:00 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!