09:32:49 #startmeeting XenAPI 09:32:50 Meeting started Wed Sep 30 09:32:49 2015 UTC and is due to finish in 60 minutes. The chair is BobBall. Information about MeetBot at http://wiki.debian.org/MeetBot. 09:32:51 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 09:32:52 Morning all! 09:32:54 The meeting name has been set to 'xenapi' 09:32:58 johnthetubaguy: ping! 09:33:11 bobball: Morning 09:33:13 I say morning, but, of course, for the Nanjing team it's afternoon 09:33:17 morning~ 09:33:30 Reminder that the agenda is here https://wiki.openstack.org/wiki/Meetings/XenAPI 09:33:36 Good morning, guys. 09:33:44 If there is anything to add, then please just add it 09:33:57 Hmmm - one thing I noticed is that I need to update the meeting time 09:34:17 The agenda says that it's on Wednesdays at 15:00 UTC which is old now. 09:34:24 * johnthetubaguy nods 09:34:36 Anyway - no actions 09:34:38 Blueprints 09:34:40 #topic Blueprints 09:34:59 jianghuaw? Do we have a BP for Mitaka now? Or is that still under internal review *don't remember the status* 09:35:36 What we do have is prototype code that adds vGPU to Nova 09:35:37 have not sent out yet for formal review. 09:35:47 so I have a ask about that... 09:35:50 #link https://review.openstack.org/223426 <-- prototype vGPU code 09:35:58 yes. 09:35:59 please don't internally review specs, please do that in gerrit 09:36:18 This is jianghuaw's first spec so getting some internal eyes on it is useful 09:36:30 sure, I did some change today and will send out for gerrit review soon. 09:36:35 but those internal eyes can be in gerrit, with a WIP on it 09:36:39 We weren't doing reviews of the approach - just of the format + detail contained 09:37:03 exactly. 09:37:25 so I would still ask that happens in gerrit please, it really helps 09:37:42 It will be going on to gerrit in the next few days I hope 09:37:52 honestly, lots of specs I reviewed last cycle has a round of updates about not meeting the template, thats totally cool 09:38:33 ok. I will send out review today. 09:38:38 Anyway - so there will be a spec we're proposing for Mitaka 09:38:48 Any chance you would be one of the core sponsors johnthetubaguy? :) 09:38:50 any comments are welcome and appreciated. 09:39:06 we don't really have core sponsors for blueprints 09:39:19 it didn't work, so we abandoned the idea really 09:39:19 Ah - my misunderstanding of the process then 09:39:31 Shows how many specs I was involved in for Liberty 09:39:48 I think we stopped that kilo 09:39:59 so there is a doc here with the details: https://wiki.openstack.org/wiki/Nova/Liberty_Release_Schedule#How_do_I_get_my_code_merged.3F 09:40:09 although I clearly need to move that soon! 09:40:12 Shows how many specs I was involved in for Kilo :) 09:40:37 the above doc talks about *why* we do things, which is really interesting 09:41:02 Thanks for the link 09:41:12 this one talks about internal reviews: https://wiki.openstack.org/wiki/Nova/Mentoring#Why_do_code_reviews_if_I_am_not_in_nova-core.3F 09:41:23 which made me realise its in the wrong place really 09:41:28 :) 09:41:31 but hey, ho, its all WIP really 09:41:44 ideas on structure and updates very very welcome! 09:41:48 Anyway - Do you know roughly when Mitaka specs open? Is that when Liberty branches? 09:41:57 Or do the specs open at any time? 09:42:04 mitaka specs opened for review about one or two months ago 09:42:13 master is now mitaka 09:42:24 Oh blimey. I'm behind then 09:42:29 we opened mitaka specs just after the midcycle 09:42:52 but honestly, only just starting to get core reviews on there now 09:42:58 OK - so jianghuaw - if you upload the spec, create the BP then we can hopefully have it discussed in a nova meeting as per the flowchart 09:43:25 its only spec less blueprints that need to go in the meeting 09:44:03 oh. Lack of labels in the flow chart. Clearly I didn't realise the difference between a solid and dotted line :) 09:44:17 I assume from the top solid is yes and dotted is no 09:44:18 yeah, I am lazy, the labels are only at the top 09:45:25 OK - well, we'd like to aim for M-1 so we'll be revising the spec quite hard when comments are received 09:45:47 Moving on - huanxie - update on Neutron status? 09:46:04 the slight issues with vGPU is that it touches flavor extra specs, but lets try not to worry about that right now 09:46:23 (or I assume it does) 09:46:25 hi, I'm working on RDO+XS+Neutron 09:46:34 We're very happy for the prototype code to be completely rewritten based on the approved design in the spec ;) 09:47:01 with single box installation, I can launch a new instance with correct IP at VLAN mode 09:47:28 Excellent - this is based on which OpenStack release? 09:48:17 it's about kilo, if I remember correct. And Guest VM is CentOS7.0 09:49:06 Ah great 09:49:15 We did find one thing that you might be interested in johnthetubaguy 09:49:22 We can't use vxlan with XenServer 09:49:28 When using all-in-one installation, we need to manually start another neutron-openvswitch-agent 09:50:01 why not? 09:50:09 vxlan requires an OVS tunnel between two endpoints. Currently Neutron sets the tunnel up between compute <--> controller IP addresses, but because XenServer needs the OVS commands in dom0 the rule for the tunnel gets set up on the OVS in dom0, which does not have the compute's IP address 09:50:56 yeah, should be hypervisor IPs not compute IP 09:51:13 *nod* but I suspect that would be the start of the problems rather than the end 09:51:32 quark doesn't use neutron agents, as far as I understand 09:51:35 Other fun things include the OVS agent detecting IPv6 based on the Compute VM rather than dom0 :) 09:51:55 its an interestingly different approach (not saying I like it) 09:52:11 It is 'different'. That's for sure. 09:52:25 what about running nova inside dom0 for the neutron support? 09:52:36 Possible only in Dundee 09:52:41 because of python versions 09:52:42 far from ideal, but maybe less effort 09:53:00 Well - vlan mode works for Neutron in our current architecture 09:53:18 We can have a look at proxying the retrieval of the IP address for the tunnel endpoint for vxlan or something like that 09:53:25 yep, just putting that out there 09:53:55 *nod* 09:54:07 Worth a look; but would have all sorts of different races etc 09:54:18 Just out of interest, would RAX rather run in dom0 or continue in a domu? 09:54:57 depends how much we could contain nova-compute I think 09:55:25 I see - so if it could be in a venv or similar then maybe. Will think about that. 09:55:38 well we run it in a venv already 09:55:51 I am more thinking about cgroups and things, to restrict the process 09:55:52 OK - final update from huazhihao - Mirantis integration 09:55:58 *nod* 09:57:15 Yes 09:57:42 Last week we have delivered the fuel plugin 09:57:58 With some docs and guides 09:58:32 its that specific to kilo fuel? 09:58:40 Nope juno 09:58:43 or its it more independent of that 09:58:46 oh, OK 09:58:51 #link http://ca.downloads.xensource.com/OpenStack/Plugins 09:58:59 Kilo fuel is just released. But we will catch up with this one 09:59:00 Fuel 6.1 which is Juno based 09:59:08 so juno is out of support soon, I think 09:59:10 Fuel 7.0 (Kilo) was just released two days ago 09:59:14 got it 09:59:38 But actually the plugin is almost entirely independent of OS version 09:59:49 OpenStack* version 09:59:54 I was hoping thats true :) 10:00:01 Yes 10:00:03 Packages the Nova plugins, but that's all 10:00:05 Mostly 10:00:21 first one is always the hardest, with any luck 10:00:32 Yes, we have run into some problems about race conditions. 10:00:35 Thankfully huazhihao is now a Fuel expert 10:00:45 Come on Bob 10:00:46 Race condition is likely to be in the Fuel tests 10:00:59 rather than the XenAPI code 10:01:12 We fixed a similar race in Tempest a year or so back 10:01:30 (basically around waiting for images vs serves to be 'ready' after a snapshot) 10:02:07 OK 10:02:10 Drat - we're out of time 10:02:12 hmm, interesting 10:02:23 Anything else to raise today's meeting? 10:02:39 Ah that is all for me. 10:03:14 In which case, thanks all for the meeting 10:03:30 Meet again same time, same place, 2 weeks (14th October) 10:03:32 #endmeeting