Thursday, 2016-02-25

*** merooney has quit IRC00:00
*** IlyaG has joined #openstack-meeting-alt00:01
xgermano/00:02
SridarKhi00:03
mickeysHi00:03
madhu_akhi00:03
bharathmo/00:03
*** jwarendt has joined #openstack-meeting-alt00:03
hoangcxhi00:03
jwarendthi00:03
*** Sukhdev has quit IRC00:03
Aisho/00:04
SridarKi think sc68cal is offline00:04
*** harshs has joined #openstack-meeting-alt00:04
SridarKxgerman: shall we start off ?00:04
xgermansure00:04
SridarK#startmeeting Networking FWaaS00:04
openstackMeeting started Thu Feb 25 00:04:55 2016 UTC and is due to finish in 60 minutes.  The chair is SridarK. Information about MeetBot at http://wiki.debian.org/MeetBot.00:04
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:04
*** openstack changes topic to " (Meeting topic: Networking FWaaS)"00:04
openstackThe meeting name has been set to 'networking_fwaas'00:04
SridarK#chair xgerman00:05
openstackCurrent chairs: SridarK xgerman00:05
*** prithiv has quit IRC00:05
SridarKwe can run thru things quickly00:05
xgermanyep00:05
SridarK#topic FWaaSv200:05
*** openstack changes topic to "FWaaSv2 (Meeting topic: Networking FWaaS)"00:05
xgermanI added some versioned objects but I am mostly consumed with LBaaS/internal stuff00:06
SridarKon my end, i got stuck with some issues on the db integration -  i think i may have found one issue00:06
*** shayneburgess has joined #openstack-meeting-alt00:06
SridarKi am hoping this will lead to some light00:06
xgermanyeah, I am not sure if we have all the bak-refs in that model00:06
SridarKxgerman: yes i saw that00:07
*** sdake has joined #openstack-meeting-alt00:07
SridarKon the versioned obj00:07
xgermanyeah, I haven’t seen how they are unit tested so not sure...00:07
*** yamahata has joined #openstack-meeting-alt00:07
SridarKyes00:07
SridarKi am mostly testing with devstack00:07
xgermank, mickeys any progress?00:08
SridarKok we will continue with this00:08
mickeysNot enough. We investigated the iptables chains a little more and think we know what we want to do to let both SG and FWaaS run at the same time.00:09
xgermancool!00:09
SridarKmickeys: that is great00:09
mickeysWe will insert a common unwrapped chain. No singleton required for that, but there is still a question how to populate the jumps to SG and FWaaS specific chains. Either fixed logic based on what drivers are running, or a singleton where features can register jumps to their chains.00:09
*** cloudtrainme has quit IRC00:10
mickeysIf the latter, a really small singleton.00:10
mickeysWe still need a bigger singleton for the conntrack zone stuff since that needs to be shared between SG and FWaaS00:10
mickeysWe need to code some of this up and test to make sure it works.00:11
xgermanok, I think singletons are the right approach00:11
SridarKwhen the first instance of the feature is configured we register ?00:11
mickeysIf we have a small singelton for registration, then we just need it to hold the jumps to feature specific chains, from the common chain00:11
*** yonglihe has quit IRC00:12
xgermanyeah, we can register once we load the extension00:12
mickeysEach feature would just add a line00:12
SridarKok thats fair to do it at ext load00:12
xgermanyep, I think they are pushing neutron-lib hard so the less we need to be hardcoded in the innards the better00:13
mickeysActually, now that I think about it, there may be a way to do it without the singleton, but it does have a side effect. If each feature just adds the line itself, then I think the jumps will swap everytime a feature updates. Not sure if anyone cares about stats on the jump rule?00:14
mickeysAnyway, will think about it and propose something.00:14
xgermansounds good00:14
jwarendtlook forward to the proposal00:15
*** sdague has quit IRC00:15
SridarKok also we shd think of some testcases to make sure we flush out any interop issues with SG and FWaaS00:15
xgermanyep, test will be important00:16
mickeysI think there is an issue with order of rules changing when multiple features have their own instances of IptablesManager. Right now it probably only affects the jump from the FORWARD to neutron-openvswi-FORWARD, if there is another feature that also jumps to wrap-name-FORWARD00:16
mickeysIn the existing code00:16
xgermanI would assume SG is in the integration gate :-)00:16
mickeysWe noticed that there were other features running iptables, but have not tried any of them. One was metering.00:17
xgermanmmh, guess we need some proper testing00:17
*** yamamoto_ has joined #openstack-meeting-alt00:17
xgermanI thought metering worked only in non-DVR00:17
xgermanso already has issues00:18
mickeysI found a case unrelated to FWaaSv2 that makes me nervous. For address scopes, they added some rules in filter FORWARD. Wondering if this will clash with existing FWaaS, since FWaaS has ACCEPT rules. Not sure how to determine whether FWaaS or address scope rules hit first.00:18
xgermanmmh,… we can ask on the ML?00:19
mickeysIf FWaaS hits first, the address scope rules will not be applied.00:19
xgermanI think sc68cal is at the QA midcycle00:19
xgermanand the Neutron people are at their mid cycle… so ML might be best00:20
mickeysOne of us probably needs to bring up FWaaS with address scope (master within the last two weeks) and see what happens.00:20
*** bana_k has joined #openstack-meeting-alt00:21
*** IlyaG has quit IRC00:21
SridarKit seems pandora's box is open :-)00:21
mickeysThe whole area of multiple IptablesManager instances is a bit scary00:21
xgermanwell, we can always ask for a design session to straighten that out00:21
xgermandougwig?00:22
xgermanor better armax?00:22
*** egallen has quit IRC00:22
xgermanbut it’s dinner time in Rochester… so...00:22
SridarKyes it seems will be good to flush this out with the set of folks touching iptables00:22
xgermanyeah, that would be good00:23
mickeysThe address scopes feature added some feature specific code to __init__ in iptables_manager. I just opened a bug against that an hour or two ago.00:23
*** sdake has quit IRC00:23
mickeysAlready merged.00:23
xgermannice00:24
*** Sukhdev has joined #openstack-meeting-alt00:24
SridarKmickeys: can u pls pass the link00:24
mickeys#link https://bugs.launchpad.net/neutron/+bug/154951300:24
openstackLaunchpad bug 1549513 in neutron "Feature specific code should be moved out of iptables_manager" [Undecided,New]00:24
SridarKThanks00:24
mickeysNot my bug merged, the code I am not thrilled about already merged00:25
xgermanthat happens00:25
mickeysProbably no functional impact on us, just extra copy actions from connmark to mark. Assuming we do not use mark.00:26
*** Sukhdev has quit IRC00:27
xgermannever assume00:28
xgermanI am still a bit worried that this is a free4all00:28
mickeysWell if they clean it up then it won't be an issue00:28
xgerman+100:28
SridarKyes it is good u raised the promptly00:28
SridarK*the bug00:28
xgerman+100:28
SridarKAny other things to discuss on v2 ?00:29
*** rsyed is now known as rsyed_away00:29
mickeysI walked through the code carefully. As far as I can tell, the only bad effect of running multiple IptablesManager instances touching the same tables is when they are both populating rules into the same chain, then the order of the rules will probably swap depending on who updated last.00:29
mickeysDifferent chains, no issue00:30
xgermanbut we need to jump from one chain to the other00:30
mickeysAt some point some chain needs to be shared, and then jump to different chains00:30
xgerman+100:30
mickeysUsually FORWARD, etc00:30
SridarKok lets move on00:34
xgerman+100:34
SridarK#topic other reviews, patches00:34
*** openstack changes topic to "other reviews, patches (Meeting topic: Networking FWaaS)"00:34
*** amitgandhinz has joined #openstack-meeting-alt00:35
SridarKI wanted to bring up new vendor patches00:35
*** Sukhdev has joined #openstack-meeting-alt00:35
xgermannice00:35
xgermanhow’s the other baharath’s patch coming?00:35
SridarKdo we have a stand on this ? It seems that we should be ok and they can migrate to v2 when it is available00:35
xgermanyep00:35
SridarK#link https://review.openstack.org/#/c/283882/00:35
SridarKok sounds good we can start reviews on that00:37
xgermanyep00:37
SridarKon the observer hierarchy00:37
SridarK#link https://review.openstack.org/#/c/278863/00:37
SridarKi think this needs more work00:37
SridarKwill comment on the patch00:38
*** zotoff has quit IRC00:38
xgermank00:38
madhu_akI think its time to move experimental job for tempest tests into non voting, so it can test for any patches coming in?00:38
xgerman+100:38
SridarKyes agreed00:38
xgermanmadhu_ak  thanks for fixing that job00:38
madhu_akoh yeah. We have the gate job running smoothly after fixing the db part in hooks00:39
madhu_akfor those who wanted to check, one can leave a comment - 'check experimental' to get job results00:40
madhu_akalso, I posted a patch on projct-config to remove redundant job, #link https://review.openstack.org/#/c/283869/00:41
*** beslemon has joined #openstack-meeting-alt00:41
SridarKmadhu_ak: thx00:42
*** zotoff has joined #openstack-meeting-alt00:43
xgerman+100:43
*** myoung has joined #openstack-meeting-alt00:43
SridarKother patches or reviews needing attention ?00:43
xgermanthere are some form jwarendt - but they seem to be moving nicely00:43
SridarKyes jwarendt: thx for resurrecting the quotas patchset00:44
xgermanjwarendt is also investigating how we can detangle FWaaS V1 from Neutron00:44
xgerman+100:44
jwarendtnp00:44
*** Sukhdev has quit IRC00:44
SridarKnice thx00:44
SridarKjwarendt: do u have a bug/rfe for that00:45
*** zz_dimtruck is now known as dimtruck00:45
jwarendtThis is building on old bug 1500960.00:47
openstackbug 1500960 in neutron "Decouple FwaaS from L3 Agent" [Low,Confirmed] https://launchpad.net/bugs/1500960 - Assigned to Sean M. Collins (scollins)00:47
xgermanwe probably should change the assignment ;-)00:47
SridarKaah ok got it00:47
SridarKthere is possibly some overlap on the observer hierarchy work as well00:48
xgermanyep00:48
xgermanI would assume so00:48
SridarKok great this would be good00:48
*** amitgandhinz has quit IRC00:48
*** beslemon has quit IRC00:48
jwarendtYes.  I can build neutron without fwaas tree now, and have turned around the dependency (l3 agent was subclassing from FWaaS) but am in testing phase.00:48
*** jecarey has joined #openstack-meeting-alt00:48
SridarKjwarendt: pls feel free to ping me on any thing on the l3 agent - fwaas blasphemy00:49
SridarKi worked on that stuff in Havana00:49
jwarendtWill do.00:50
SridarKok cool if nothing else on this lets move to open discussion00:51
xgermanyep00:51
SridarK#topic Open Discussion00:51
*** openstack changes topic to "Open Discussion (Meeting topic: Networking FWaaS)"00:51
xgerman#link http://lists.openstack.org/pipermail/openstack-dev/2016-February/086007.html00:51
xgermanProposal: Separate design summits from OpenStack conferences00:51
xgermanjust as an FYI00:52
*** criptoverso has quit IRC00:52
*** pvaneck has quit IRC00:52
SridarKin some sense this an opportunity to meet with actual folks who deploy - so i have mixed feelings on this00:52
xgermanyep, it’s a double edged sword00:53
SridarKbut yes exactly there is definite value in a focussed design summit00:53
SridarKhard call00:53
*** jecarey has quit IRC00:53
xgermanand given companies’ budgets a cheaper location probably better00:53
SridarKsurely00:54
xgermananything else?00:54
SridarKnothing else from me00:54
*** kzaitsev_mb has quit IRC00:54
SridarKok folks then if no one has anything else to discuss - we can end00:55
xgerman+100:55
SridarKhave a great rest of the week everyone00:55
SridarKthx00:55
jwarendtThank you00:55
xgermanthx00:55
xgermano/00:55
hoangcxThank yyou00:55
bharathmThanks everyone00:56
*** banix has joined #openstack-meeting-alt00:56
SridarK#endmeeting00:56
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"00:56
openstackMeeting ended Thu Feb 25 00:56:12 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)00:56
openstackMinutes:        http://eavesdrop.openstack.org/meetings/networking_fwaas/2016/networking_fwaas.2016-02-25-00.04.html00:56
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/networking_fwaas/2016/networking_fwaas.2016-02-25-00.04.txt00:56
openstackLog:            http://eavesdrop.openstack.org/meetings/networking_fwaas/2016/networking_fwaas.2016-02-25-00.04.log.html00:56
*** hoangcx has quit IRC00:57
*** Aish has left #openstack-meeting-alt00:57
*** delatte has joined #openstack-meeting-alt00:58
*** dimtruck is now known as zz_dimtruck01:00
*** delattec has quit IRC01:00
*** Sukhdev has joined #openstack-meeting-alt01:01
*** ajmiller has quit IRC01:02
*** dingboopt has joined #openstack-meeting-alt01:03
*** gyee has quit IRC01:04
*** diazjf has joined #openstack-meeting-alt01:04
*** diazjf1 has joined #openstack-meeting-alt01:06
*** federico3 has left #openstack-meeting-alt01:06
*** diazjf has quit IRC01:06
*** prithiv has joined #openstack-meeting-alt01:07
*** tkelsey has joined #openstack-meeting-alt01:08
*** minwang2 has quit IRC01:08
*** harshs has quit IRC01:08
*** bana_k has quit IRC01:08
*** harshs has joined #openstack-meeting-alt01:09
*** Sukhdev has quit IRC01:10
*** harshs has quit IRC01:10
*** cloudtrainme has joined #openstack-meeting-alt01:10
*** harshs has joined #openstack-meeting-alt01:11
*** tkelsey has quit IRC01:12
*** shayneburgess has quit IRC01:13
*** harshs has quit IRC01:15
*** prithiv has quit IRC01:16
*** _sarob has quit IRC01:21
*** jaypipes has quit IRC01:24
*** julim has joined #openstack-meeting-alt01:26
*** sputnik13 has quit IRC01:28
*** mtanino has quit IRC01:32
*** zhangjn has quit IRC01:32
*** abitha has quit IRC01:32
*** snackewm has quit IRC01:33
*** zotoff has quit IRC01:35
*** edtubill has joined #openstack-meeting-alt01:36
*** cloudtrainme has quit IRC01:37
*** zhangjn has joined #openstack-meeting-alt01:37
*** gongysh has joined #openstack-meeting-alt01:38
*** ninag has quit IRC01:38
*** donghao has joined #openstack-meeting-alt01:43
*** tfukushima has joined #openstack-meeting-alt01:44
*** amitgandhinz has joined #openstack-meeting-alt01:45
*** zhurong has joined #openstack-meeting-alt01:45
*** cloudtrainme has joined #openstack-meeting-alt01:49
*** Liuqing has joined #openstack-meeting-alt01:51
*** dims has quit IRC01:52
*** donghao has quit IRC01:53
*** amitgandhinz has quit IRC01:58
*** ijw has quit IRC02:02
*** rossella_s has quit IRC02:03
*** Sukhdev has joined #openstack-meeting-alt02:05
*** kevo has quit IRC02:08
*** Sukhdev has quit IRC02:09
*** Leo_ has joined #openstack-meeting-alt02:13
*** myoung has quit IRC02:15
*** gongysh has quit IRC02:18
*** IlyaG has joined #openstack-meeting-alt02:24
*** vilobhmm11 has quit IRC02:24
*** hoangcx has joined #openstack-meeting-alt02:25
*** vilobhmm11 has joined #openstack-meeting-alt02:25
*** houming has joined #openstack-meeting-alt02:26
*** Leo_ has quit IRC02:28
*** armax has joined #openstack-meeting-alt02:28
*** amotoki has joined #openstack-meeting-alt02:29
*** zz_dimtruck is now known as dimtruck02:32
*** vilobhmm11 has quit IRC02:35
*** vilobhmm11 has joined #openstack-meeting-alt02:36
*** vilobhmm11 has quit IRC02:37
*** fzdarsky has quit IRC02:38
*** mickeys has quit IRC02:41
*** banix has quit IRC02:41
*** fzdarsky has joined #openstack-meeting-alt02:42
*** yamamoto_ has quit IRC02:43
*** yamahata has quit IRC02:46
*** iyamahat has quit IRC02:47
*** KGRVamsi has joined #openstack-meeting-alt02:49
*** tfukushima has quit IRC02:54
*** s3wong has joined #openstack-meeting-alt02:54
*** KGRVamsi has quit IRC02:55
*** amitgandhinz has joined #openstack-meeting-alt02:55
*** s3wong has quit IRC02:55
*** gongysh has joined #openstack-meeting-alt02:56
*** ajmiller has joined #openstack-meeting-alt02:57
*** diazjf1 has quit IRC02:58
*** edtubill has quit IRC02:59
*** myoung has joined #openstack-meeting-alt02:59
*** zhurong has quit IRC03:01
*** zhurong has joined #openstack-meeting-alt03:02
*** gcb has quit IRC03:02
*** tfukushima has joined #openstack-meeting-alt03:03
*** gcb has joined #openstack-meeting-alt03:03
*** boris-42 has quit IRC03:04
*** gcb has quit IRC03:07
*** amitgandhinz has quit IRC03:08
*** gcb has joined #openstack-meeting-alt03:08
*** banix has joined #openstack-meeting-alt03:09
*** iyamahat has joined #openstack-meeting-alt03:15
*** amotoki has quit IRC03:19
*** jjmb has joined #openstack-meeting-alt03:24
*** salv-orlando has joined #openstack-meeting-alt03:27
*** salv-orlando has quit IRC03:28
*** amotoki has joined #openstack-meeting-alt03:30
*** salv-orl_ has quit IRC03:30
*** cloudtrainme has quit IRC03:30
*** baoli_ has quit IRC03:31
*** KGRVamsi has joined #openstack-meeting-alt03:32
*** amotoki has quit IRC03:35
*** Liuqing has quit IRC03:37
*** Liuqing has joined #openstack-meeting-alt03:38
*** ajmiller has quit IRC03:38
*** yamamoto_ has joined #openstack-meeting-alt03:38
*** baoli has joined #openstack-meeting-alt03:40
*** amotoki has joined #openstack-meeting-alt03:40
*** baoli has quit IRC03:42
*** baoli has joined #openstack-meeting-alt03:43
*** neelashah has joined #openstack-meeting-alt03:45
*** baoli has quit IRC03:48
*** shwetaap has joined #openstack-meeting-alt03:50
*** woodster_ has quit IRC03:56
*** myoung has quit IRC03:56
*** dingboopt has quit IRC03:57
*** anand has joined #openstack-meeting-alt03:58
*** harshs has joined #openstack-meeting-alt04:00
*** amotoki has quit IRC04:01
*** hoangcx has quit IRC04:02
*** jvrbanac has quit IRC04:02
*** hoangcx has joined #openstack-meeting-alt04:03
*** amitgandhinz has joined #openstack-meeting-alt04:05
*** jvrbanac has joined #openstack-meeting-alt04:05
*** amotoki has joined #openstack-meeting-alt04:13
*** KGRVamsi has quit IRC04:18
*** amitgandhinz has quit IRC04:18
*** KGRVamsi has joined #openstack-meeting-alt04:18
*** jvrbanac has quit IRC04:18
*** shwetaap1 has joined #openstack-meeting-alt04:21
*** Liuqing has quit IRC04:21
*** Liuqing has joined #openstack-meeting-alt04:22
*** jvrbanac has joined #openstack-meeting-alt04:22
*** shwetaap has quit IRC04:24
*** jjmb has quit IRC04:25
*** jjmb has joined #openstack-meeting-alt04:26
*** gcb has quit IRC04:28
*** gcb has joined #openstack-meeting-alt04:28
*** salv-orlando has joined #openstack-meeting-alt04:29
*** merooney_ has quit IRC04:31
*** banix has quit IRC04:31
*** shashank_hegde has quit IRC04:35
*** achanda has quit IRC04:35
*** neelashah has quit IRC04:38
*** salv-orlando has quit IRC04:39
*** weshay has quit IRC04:42
*** armax has quit IRC04:51
*** achanda has joined #openstack-meeting-alt04:55
*** cknight1 has quit IRC04:59
*** watanabe_isao has joined #openstack-meeting-alt05:03
*** dimtruck is now known as zz_dimtruck05:03
*** yonglihe has joined #openstack-meeting-alt05:05
*** Liuqing has quit IRC05:08
*** Liuqing has joined #openstack-meeting-alt05:08
*** tkelsey has joined #openstack-meeting-alt05:09
*** diazjf has joined #openstack-meeting-alt05:12
*** belmoreira has joined #openstack-meeting-alt05:12
*** tkelsey has quit IRC05:13
*** KGRVamsi has quit IRC05:14
*** amitgandhinz has joined #openstack-meeting-alt05:14
*** KGRVamsi has joined #openstack-meeting-alt05:15
*** sdake has joined #openstack-meeting-alt05:17
*** sdake has quit IRC05:22
*** sgotliv has joined #openstack-meeting-alt05:23
*** amitgandhinz has quit IRC05:28
*** anand has quit IRC05:30
*** Poornima has joined #openstack-meeting-alt05:30
*** cknight has joined #openstack-meeting-alt05:35
*** irenab has quit IRC05:43
*** mrmartin has joined #openstack-meeting-alt05:44
*** shwetaap has joined #openstack-meeting-alt05:45
*** numans has joined #openstack-meeting-alt05:46
*** cknight has quit IRC05:46
*** mrmartin has quit IRC05:48
*** shwetaap1 has quit IRC05:49
*** numan_ has joined #openstack-meeting-alt05:50
*** numan_ has quit IRC05:51
*** jecarey has joined #openstack-meeting-alt05:52
*** dims has joined #openstack-meeting-alt05:52
*** numan_ has joined #openstack-meeting-alt05:53
*** numans has quit IRC05:54
*** numan_ has quit IRC05:56
*** numans has joined #openstack-meeting-alt05:56
*** jecarey has quit IRC05:56
*** nkrinner has joined #openstack-meeting-alt05:58
*** salv-orlando has joined #openstack-meeting-alt05:58
*** numans has quit IRC06:01
*** edtubill has joined #openstack-meeting-alt06:03
*** gongysh has quit IRC06:03
*** shashank_hegde has joined #openstack-meeting-alt06:03
*** salv-orlando has quit IRC06:03
*** bana_k has joined #openstack-meeting-alt06:03
*** numans has joined #openstack-meeting-alt06:13
*** harshs has quit IRC06:14
*** n0ano has quit IRC06:15
*** gcb has quit IRC06:18
*** _nadya_ has joined #openstack-meeting-alt06:20
*** amitgandhinz has joined #openstack-meeting-alt06:24
*** miguelgrinberg has quit IRC06:25
*** miguelgrinberg has joined #openstack-meeting-alt06:27
*** cknight has joined #openstack-meeting-alt06:27
*** KGRVamsi has quit IRC06:28
*** gcb has joined #openstack-meeting-alt06:30
*** kei_yama has quit IRC06:34
*** irenab has joined #openstack-meeting-alt06:37
*** Poornima has quit IRC06:37
*** amitgandhinz has quit IRC06:37
*** ysm has joined #openstack-meeting-alt06:38
*** mrmartin has joined #openstack-meeting-alt06:38
*** edtubill has quit IRC06:38
*** ysm has quit IRC06:39
*** Poornima has joined #openstack-meeting-alt06:39
*** KGRVamsi has joined #openstack-meeting-alt06:40
*** kei_yama has joined #openstack-meeting-alt06:42
*** bana_k has quit IRC06:42
*** dims has quit IRC06:43
*** KGRVamsi has quit IRC06:44
*** mrhillsman has quit IRC06:45
*** achanda_ has joined #openstack-meeting-alt06:45
*** dave-mccowan has quit IRC06:45
*** egallen has joined #openstack-meeting-alt06:45
*** minwang2 has joined #openstack-meeting-alt06:45
*** achanda has quit IRC06:46
*** cknight has quit IRC06:46
*** fawadkhaliq has joined #openstack-meeting-alt06:50
*** hoangcx_ has joined #openstack-meeting-alt06:51
*** kszukielojc has joined #openstack-meeting-alt06:51
*** hoangcx has quit IRC06:52
*** zeih has joined #openstack-meeting-alt06:53
*** Liuqing has quit IRC06:53
*** belmoreira has quit IRC06:53
*** fnaval has quit IRC06:54
*** gongysh has joined #openstack-meeting-alt06:56
*** criptoverso has joined #openstack-meeting-alt06:59
*** salv-orlando has joined #openstack-meeting-alt07:02
*** fnaval has joined #openstack-meeting-alt07:02
*** criptoverso has quit IRC07:03
*** codebauss has joined #openstack-meeting-alt07:06
*** salv-orlando has quit IRC07:07
*** codebauss is now known as mrhillsman07:07
*** criptoverso has joined #openstack-meeting-alt07:10
*** balajiiyer has joined #openstack-meeting-alt07:11
*** diazjf has quit IRC07:12
*** shwetaap has quit IRC07:13
*** egallen has quit IRC07:14
*** j___ has joined #openstack-meeting-alt07:14
*** criptoverso has quit IRC07:14
*** paul-carlton1 has joined #openstack-meeting-alt07:14
*** balajiiyer has quit IRC07:16
*** scheuran has joined #openstack-meeting-alt07:24
*** korzen has joined #openstack-meeting-alt07:24
*** salv-orlando has joined #openstack-meeting-alt07:25
*** salv-orl_ has joined #openstack-meeting-alt07:26
*** salv-orlando has quit IRC07:26
*** minwang2 has quit IRC07:29
*** _nadya_ has quit IRC07:30
*** egallen has joined #openstack-meeting-alt07:30
*** tfukushima has quit IRC07:31
*** tfukushi_ has joined #openstack-meeting-alt07:32
*** amitgandhinz has joined #openstack-meeting-alt07:34
*** jprovazn has joined #openstack-meeting-alt07:37
*** zeih has quit IRC07:42
*** jtomasek has joined #openstack-meeting-alt07:46
*** amitgandhinz has quit IRC07:48
*** rvyalov_ has joined #openstack-meeting-alt07:49
*** vgridnev has joined #openstack-meeting-alt07:50
*** Poornima has quit IRC07:51
*** belmoreira has joined #openstack-meeting-alt07:51
*** fawadkhaliq has quit IRC07:51
*** Poornima has joined #openstack-meeting-alt07:52
*** belmoreira has quit IRC07:58
*** zeih has joined #openstack-meeting-alt07:58
*** belmoreira has joined #openstack-meeting-alt08:00
*** kevo has joined #openstack-meeting-alt08:03
*** zeih has quit IRC08:03
*** fgimenez has joined #openstack-meeting-alt08:06
*** fgimenez has quit IRC08:06
*** fgimenez has joined #openstack-meeting-alt08:06
*** belmoreira has quit IRC08:06
*** matrohon has joined #openstack-meeting-alt08:08
*** evgenyf has joined #openstack-meeting-alt08:14
*** mikelk has joined #openstack-meeting-alt08:23
*** criptoverso has joined #openstack-meeting-alt08:29
*** HeOS has joined #openstack-meeting-alt08:29
*** egallen has left #openstack-meeting-alt08:32
*** watanabe_isao has quit IRC08:37
*** kevo has quit IRC08:37
*** amitgandhinz has joined #openstack-meeting-alt08:44
*** zhurong has quit IRC08:44
*** zhurong has joined #openstack-meeting-alt08:45
*** rossella_s has joined #openstack-meeting-alt08:45
*** prithiv has joined #openstack-meeting-alt08:47
*** ihrachys has joined #openstack-meeting-alt08:51
*** tfukushi_ has quit IRC08:51
*** prithiv1 has joined #openstack-meeting-alt08:51
*** prithiv has quit IRC08:51
*** boris-42 has joined #openstack-meeting-alt08:51
*** jschwarz has joined #openstack-meeting-alt08:52
*** prithiv1 has quit IRC08:52
*** amotoki has quit IRC08:53
*** mrmartin has quit IRC08:55
*** kertis has joined #openstack-meeting-alt08:56
*** lijie has joined #openstack-meeting-alt08:57
*** amitgandhinz has quit IRC08:58
*** hoangcx_ has quit IRC08:59
*** zeih has joined #openstack-meeting-alt08:59
*** hoangcx has joined #openstack-meeting-alt09:00
*** achanda_ has quit IRC09:00
*** achanda has joined #openstack-meeting-alt09:04
*** lijie has quit IRC09:04
*** tfukushima has joined #openstack-meeting-alt09:04
*** zeih has quit IRC09:04
*** Jerry has joined #openstack-meeting-alt09:05
*** Jerry has quit IRC09:05
*** JerryLi has joined #openstack-meeting-alt09:06
*** paul-carlton1 has quit IRC09:07
*** _nadya_ has joined #openstack-meeting-alt09:08
*** tfukushima has quit IRC09:09
*** JerryLi has quit IRC09:09
*** JerryLi has joined #openstack-meeting-alt09:10
*** amotoki has joined #openstack-meeting-alt09:10
*** tkelsey has joined #openstack-meeting-alt09:10
*** tfukushima has joined #openstack-meeting-alt09:11
*** zhurong has quit IRC09:12
*** tkelsey has quit IRC09:15
*** fawadkhaliq has joined #openstack-meeting-alt09:17
*** [1]evgenyf has joined #openstack-meeting-alt09:19
*** achanda has quit IRC09:19
*** evgenyf has quit IRC09:21
*** [1]evgenyf is now known as evgenyf09:21
*** ndipanov has joined #openstack-meeting-alt09:21
*** achanda has joined #openstack-meeting-alt09:24
*** paul-carlton1 has joined #openstack-meeting-alt09:26
*** salv-orlando has joined #openstack-meeting-alt09:27
*** mickeys has joined #openstack-meeting-alt09:29
*** fawadkhaliq has quit IRC09:29
*** achanda has quit IRC09:29
*** neiljerram has joined #openstack-meeting-alt09:30
*** salv-orl_ has quit IRC09:30
*** shashank_hegde has quit IRC09:36
*** pnavarro has joined #openstack-meeting-alt09:36
*** prithiv has joined #openstack-meeting-alt09:39
*** JerryLi has quit IRC09:41
*** salv-orlando has quit IRC09:43
*** mrmartin has joined #openstack-meeting-alt09:44
*** Prem_ has quit IRC09:45
*** mickeys has quit IRC09:49
*** amitgandhinz has joined #openstack-meeting-alt09:54
*** criptoverso has quit IRC09:55
*** derekh has joined #openstack-meeting-alt10:00
*** zeih has joined #openstack-meeting-alt10:01
*** zotoff has joined #openstack-meeting-alt10:04
*** zeih has quit IRC10:06
*** hoangcx has quit IRC10:06
*** amitgandhinz has quit IRC10:08
*** jjmb1 has joined #openstack-meeting-alt10:09
*** jjmb has quit IRC10:09
*** egallen has joined #openstack-meeting-alt10:11
*** kzaitsev_mb has joined #openstack-meeting-alt10:14
*** tfukushima has quit IRC10:17
*** zotoff has quit IRC10:18
*** zhhuabj has quit IRC10:19
*** zotoff has joined #openstack-meeting-alt10:20
*** achanda has joined #openstack-meeting-alt10:29
*** balajiiyer has joined #openstack-meeting-alt10:30
*** _degorenko|afk is now known as degorenko10:30
*** zhhuabj has joined #openstack-meeting-alt10:32
*** sambetts|afk is now known as sambetts10:32
*** mrmartin has quit IRC10:34
*** achanda has quit IRC10:35
*** mrmartin has joined #openstack-meeting-alt10:35
*** mrmartin has quit IRC10:35
*** zhurong has joined #openstack-meeting-alt10:43
*** kzaitsev_mb has quit IRC10:47
*** mrmartin has joined #openstack-meeting-alt10:47
*** belmoreira has joined #openstack-meeting-alt10:49
*** criptoverso has joined #openstack-meeting-alt10:51
*** kzaitsev_mb has joined #openstack-meeting-alt10:54
*** apetrich has quit IRC10:55
*** kei_yama has quit IRC10:56
*** sdake has joined #openstack-meeting-alt10:58
*** salv-orlando has joined #openstack-meeting-alt10:59
*** salv-orlando has quit IRC10:59
*** macsz has joined #openstack-meeting-alt10:59
*** salv-orlando has joined #openstack-meeting-alt10:59
*** egallen has quit IRC11:00
*** amitgandhinz has joined #openstack-meeting-alt11:04
*** sdague has joined #openstack-meeting-alt11:06
*** macsz has quit IRC11:07
*** ganso has joined #openstack-meeting-alt11:08
*** apetrich has joined #openstack-meeting-alt11:09
*** mrmartin has quit IRC11:12
*** derekh has quit IRC11:16
*** zotoff has quit IRC11:17
*** amitgandhinz has quit IRC11:17
*** dizquierdo has joined #openstack-meeting-alt11:21
*** fawadkhaliq has joined #openstack-meeting-alt11:27
*** gongysh has quit IRC11:28
*** sdake_ has joined #openstack-meeting-alt11:29
*** sdake has quit IRC11:30
*** dshakhray has joined #openstack-meeting-alt11:30
*** houming has quit IRC11:31
*** zeih has joined #openstack-meeting-alt11:32
*** zeih has quit IRC11:37
*** sdake_ has quit IRC11:37
*** KGRVamsi has joined #openstack-meeting-alt11:40
*** gcb has quit IRC11:42
*** clopez has quit IRC11:42
*** zotoff has joined #openstack-meeting-alt11:43
*** sridharg has joined #openstack-meeting-alt11:43
*** gcb has joined #openstack-meeting-alt11:43
*** KGRVamsi has quit IRC11:45
*** clopez has joined #openstack-meeting-alt11:47
*** apetrich has quit IRC11:52
*** balajiiyer has quit IRC11:55
*** tpsilva has joined #openstack-meeting-alt11:58
*** dirk has joined #openstack-meeting-alt12:00
*** Liuqing has joined #openstack-meeting-alt12:03
*** prithiv has quit IRC12:06
*** akuznetsov has joined #openstack-meeting-alt12:07
*** yamamoto_ has quit IRC12:07
*** mrmartin has joined #openstack-meeting-alt12:11
*** apetrich has joined #openstack-meeting-alt12:12
*** zotoff has quit IRC12:13
*** jprovazn has quit IRC12:13
*** amitgandhinz has joined #openstack-meeting-alt12:14
*** fgimenez has quit IRC12:16
*** Liuqing has quit IRC12:16
*** fzdarsky is now known as fzdarsky|afk12:18
*** fgimenez has joined #openstack-meeting-alt12:20
*** fgimenez has quit IRC12:20
*** fgimenez has joined #openstack-meeting-alt12:20
*** jjmb1 has quit IRC12:21
*** amitgandhinz has quit IRC12:27
*** achanda has joined #openstack-meeting-alt12:33
*** jprovazn has joined #openstack-meeting-alt12:35
*** achanda has quit IRC12:40
*** fawadkhaliq has quit IRC12:42
*** fawadkhaliq has joined #openstack-meeting-alt12:43
*** mrmartin has quit IRC12:43
*** prithiv has joined #openstack-meeting-alt12:46
*** jtomasek_ has joined #openstack-meeting-alt12:47
*** fawadkhaliq has quit IRC12:47
*** mivanov has joined #openstack-meeting-alt12:49
*** prithiv has quit IRC12:51
*** woodster_ has joined #openstack-meeting-alt12:52
*** prithiv has joined #openstack-meeting-alt12:53
*** aplanas has joined #openstack-meeting-alt12:54
*** ninag has joined #openstack-meeting-alt12:54
*** baoli has joined #openstack-meeting-alt12:55
*** criptoverso has quit IRC12:55
*** yamamoto has joined #openstack-meeting-alt12:55
*** dizquierdo has quit IRC12:56
*** salv-orlando has quit IRC12:56
*** dave-mccowan has joined #openstack-meeting-alt12:56
*** akuznetsov has quit IRC12:56
*** prithiv has quit IRC12:57
*** apetrich has quit IRC12:58
*** iyamahat_ has joined #openstack-meeting-alt12:59
*** prithiv has joined #openstack-meeting-alt12:59
dirktoabctl, dirk, aplanas: ping13:00
aplanashere13:00
toabctlhey13:01
*** yamamoto_ has joined #openstack-meeting-alt13:01
dirk#startmeeting rpm_packaging13:01
openstackMeeting started Thu Feb 25 13:01:47 2016 UTC and is due to finish in 60 minutes.  The chair is dirk. Information about MeetBot at http://wiki.debian.org/MeetBot.13:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:01
*** openstack changes topic to " (Meeting topic: rpm_packaging)"13:01
openstackThe meeting name has been set to 'rpm_packaging'13:01
*** yamamoto has quit IRC13:01
IgorYozhikovhi13:02
dirkeveryone, please add your agenda items to https://etherpad.openstack.org/p/openstack-rpm-packaging13:02
mivanovhi13:02
*** iyamahat has quit IRC13:02
*** egallen has joined #openstack-meeting-alt13:02
dirkdone with topics? can we start?13:05
dirk#topic Mitaka Bugsquash event13:07
*** openstack changes topic to "Mitaka Bugsquash event (Meeting topic: rpm_packaging)"13:07
dirkThere is an OpenStack Foundation managed Bug Squash event world wide happening in various locations March 7th-9th13:07
dirkhttps://etherpad.openstack.org/p/OpenStack-Bug-Smash-Mitaka13:07
*** vgridnev has quit IRC13:07
dirkin one of the previous meetings we've been pondering about doing a rpm packaging hackathon during that time13:08
dirkjust wanted to remind you again, feel free to join our irc channel (#openstack-rpm-packaging) during that time and/or meet us in person13:08
dirkthere is one meetup in Nuernberg Germany at the SUSE headquarters hosted where some of us will participate13:09
dirkbut in any case lets meet on irc and get more spec files / reviews done13:09
*** dprince has joined #openstack-meeting-alt13:09
dirk#link https://etherpad.openstack.org/p/OpenStack-Bug-Smash-Mitaka13:09
dirk#link etherpad.openstack.org/p/openstack-rpm-packaging13:10
IgorYozhikovdirk: according to doc any interested people in Moscow could join us too in Mirantis office13:10
dirkIgorYozhikov: nice!13:10
dirkwell, it is hard to beat moscow of course :-)13:10
*** neelashah has joined #openstack-meeting-alt13:10
*** vgridnev has joined #openstack-meeting-alt13:12
dirkIgorYozhikov: will you set aside some time for rpm-packaging during that time?13:12
IgorYozhikovshould we try to review | merge as much as possible and with good quality during this event?13:12
IgorYozhikovYes, I could be on irc and participate in public activities13:12
toabctl+1 (but I also need some time for manila so I can participate the whole time)13:12
*** derekh has joined #openstack-meeting-alt13:13
IgorYozhikovlooks like we need some kind of to-do :)13:13
dirkisn't http://www.toabctl.de/openstack/rpm-packaging-status.html the todo? :)13:14
dirkor your spreadsheet13:14
IgorYozhikovor just will keep going through the list ^^^13:14
*** jtomasek_ has quit IRC13:14
IgorYozhikovyes :)13:14
dirk#topic specify versions for BuildRequires ?13:14
*** openstack changes topic to "specify versions for BuildRequires ? (Meeting topic: rpm_packaging)"13:15
dirktoabctl?13:15
*** apetrich has joined #openstack-meeting-alt13:15
toabctlI was wondering if we want to specify the versions for BuildRequires . afaik some of our specs do, others don't13:15
toabctlso what's our prefered way to handle this?13:15
IgorYozhikovto be frank, I prefer to use lower bounds13:15
dirkI personally don't really care, I'd be fine without versioned requires on buildrequires13:16
*** zz_dimtruck is now known as dimtruck13:16
IgorYozhikovjust to be closer to versions used as for testing as for build and mentioned in corresponding requirements.txt13:16
IgorYozhikovdirk: I'm agree here only with one exception, we have already pre-built dependencies with required versions13:18
dirkmain downside of that is that it serializes the order in which we can merge spec files quite drastically13:18
dirksince upstream is doing version bumps everywhere, and then very quickly packages become unbuildable if not updated in the right order13:18
dirkmaybe that is not a big concern though, but in some cases while the version was bumped you can still build against older versions, so that allows some flexibility13:19
IgorYozhikovyes - it is easier, but how to be with same projects which are present in both sections as in BuildRequires as in Requires + version?13:20
dirkhmm, okay13:21
IgorYozhikovfor example - in Mirantis we can't merge spec without successful installation test13:21
toabctlwe still need such a test for reviews and gating ...13:21
dirkyeah, but thats just a few lines of code with the OBS CI job13:22
IgorYozhikovtoabctl: I'm working on similar stuff13:22
dirk(once the bottlenecks with it are solved)13:22
toabctlIgorYozhikov: working on CI?13:22
IgorYozhikovalready made proposal to our infra team, will clarify ETA13:22
dirkok, so we agree to list versions both on buildrequires and requires?13:22
toabctlfine for me.13:23
dirk#agreed also list versioned dependencies for BuildRequires13:24
dirkI think we need to document that on the wiki for some reviewing guidelines13:24
*** amitgandhinz has joined #openstack-meeting-alt13:24
IgorYozhikovdirk: yes13:24
toabctl+1 for documenting it13:24
dirktechnically I was thinking about a pep8 tool for our spec files but that is maybe a bit too much work right now13:24
dirkany volunteer for startign such a wiki page? it doesn't have to be perfect, but it would be good to document our best practices for new contributors and reviewers13:24
IgorYozhikovdirk, toabctl - also need to add about calls for test & docs13:25
IgorYozhikovdirk: I will do13:25
dirkwhats the wiki url? wiki.openstack.org/rpm-packaging/ReviewGuidelines ?13:26
dirkperhaps ?13:26
*** baoli_ has joined #openstack-meeting-alt13:26
*** shadower54 has joined #openstack-meeting-alt13:27
toabctlI can create the wiki page13:27
dirk#action IgorYozhikov  document existing review guidelines under  wiki.openstack.org/rpm-packaging/ReviewGuidelines13:27
toabctloh. sorry. forgot to scroll down13:27
toabctlIgorYozhikov: please go ahead.13:27
dirkthanks Igor!13:27
toabctldidn't read the answer :)13:27
dirkto everyone else, please help/review the changes13:27
IgorYozhikovtoabctl: ok13:28
dirk#topic what files in %doc: AUTHORS ChangeLog CONTRIBUTING.rst HACKING.rst LICENSE README.rst ?13:28
*** openstack changes topic to "what files in %doc: AUTHORS ChangeLog CONTRIBUTING.rst HACKING.rst LICENSE README.rst ? (Meeting topic: rpm_packaging)"13:28
dirkagain a topic from toabctl :)13:28
toabctlalso something to document I guess. What files do we want to have there?13:28
*** zhhuabj_ has joined #openstack-meeting-alt13:28
*** baoli has quit IRC13:28
toabctlimo no LICENSE (because that's under %license) but I'm for AUTHORS, ChangeLog and README13:29
toabctlI think CONTRIBUTING.rst and HACKING isn't really needed13:29
dirkyeah, I would leave out HACKING* at least13:29
dirkI"m undecided about AUTHORS13:29
dirkworks foe me.13:29
toabctlwell - AUTHORS is not really documentation. so we can leave that out, too13:30
dirkany concerns, thoughts, objections?13:30
IgorYozhikov-HACKING, yes13:31
*** shadower54 has quit IRC13:32
*** zeih has joined #openstack-meeting-alt13:33
dirk#agreed do not add HACKING* and CONTRIBUTING* to %doc13:34
dirk#agreed do not add HACKING* and CONTRIBUTING* and AUTHORS to %doc13:34
dirkI think we agreed to the 2nd one :)13:34
toabctl:)13:34
dirk#topic renderspec epoch handling  - comments? (see https://review.openstack.org/#/c/283744/ )13:36
*** openstack changes topic to "renderspec epoch handling - comments? (see https://review.openstack.org/#/c/283744/ ) (Meeting topic: rpm_packaging)"13:36
toabctlI added support for epochs to renderspec . are there any comments? should something change there?13:37
dirkfirst of all, thanks to toabctl  for writing tons of tests and working out a proposal13:37
*** achanda has joined #openstack-meeting-alt13:37
*** zeih has quit IRC13:37
*** jruzicka has joined #openstack-meeting-alt13:37
toabctlI would like to get this merged soon (or chanage it) so we can use the new style template mechanism to support epochs13:37
*** amitgandhinz has quit IRC13:37
dirkI haven't checked it out in detail, where/how would we add the epoch yaml files?13:37
dirkwould they be a separate file, e.g. %distro-epochs.yaml alongside the spec.j2 ?13:38
dirkhow does it hande the case that the file doesn't exist?13:38
IgorYozhikovAs I already said - 2nd variant looks easier13:38
toabctldirk: that's a good question. I asked number80 about it but got no response13:38
*** criptoverso has joined #openstack-meeting-alt13:38
IgorYozhikovand yes - yamls - where they will resides?13:38
toabctlif the file doesn't exist, epochs are currently just ignored13:38
*** haleyb has joined #openstack-meeting-alt13:39
*** amitgandhinz has joined #openstack-meeting-alt13:39
*** amitgandhinz has quit IRC13:39
toabctlmy current feeling is that we should store the $distro-epochs.yaml in the rpm-packaging repo13:39
*** jdob has joined #openstack-meeting-alt13:40
toabctlIgorYozhikov: why easier?13:40
*** amitgandhinz has joined #openstack-meeting-alt13:40
IgorYozhikovone function with params13:40
toabctlIgorYozhikov: 2nd variant == {{ py2pkg('oslo.config', ('>=', '3.0.0')) }}  ?13:41
IgorYozhikovfilter -> function 1,2,313:41
IgorYozhikovyes13:41
*** achanda has quit IRC13:41
toabctlok. I guess then we all agree about that.13:41
dirk+113:41
IgorYozhikov++13:41
dirkI also think the yamls should be just submitted into the git repo alongside the spec.j2 files13:42
*** JerryLi has joined #openstack-meeting-alt13:42
dirke.g. the renderspec tool should search for them in the given directory where the spec.j2 resides by default13:42
toabctldirk: so you want to have a epoch db per spec.j2  ?13:42
IgorYozhikovJust to be clear, it will handle the old format normally, right?13:42
toabctlIgorYozhikov: yes. we can slowly migrate to the new format13:43
dirkIgorYozhikov: old sformat is still supposed13:43
dirktoabctl: ah, you mean it should be in a common directory?13:43
IgorYozhikovdirk, toabctl - thanx13:43
toabctldirk: yes. a single db per distro.13:43
toabctldirk: I don't see a reason why we need to duplicate that information13:44
IgorYozhikovI've got feeling that yaml will resides near spec.j213:44
dirkso storing in the parent directory?13:44
IgorYozhikovbut this is not good13:44
toabctldirk: maybe just in rpm-packaging/epochs/fedora-epochs.yaml13:44
dirkworks for me as well13:45
IgorYozhikovcommon storage, yes. And it should target current OS release13:45
dirkI guess we need to discuss this when number80 is back from PTO13:45
toabctlm. yes13:45
dirkI was anyway thinking that we should add some magic to fetch the proper version numbers from the glocal requirements repo13:46
dirkand stop listing them explitely in the spec.j2 template. it would be substituted automatically13:46
dirkso the epoch would be similar in that regard13:46
toabctldirk: we can add that later I guess13:46
dirkok, so in generall we agree that this is looking good, we need to finalize the epoch stuff with number80 ?13:46
dirkcan we agree to that?13:46
toabctl+113:47
IgorYozhikovdirk: we already have tool for GR parsing against specs13:47
*** armax has joined #openstack-meeting-alt13:47
IgorYozhikovmivanov: could you post link?13:47
*** dims has joined #openstack-meeting-alt13:47
dirk#agreed proposal for py2pkg change in renderspec (see https://review.openstack.org/#/c/283744/ ) looks good, we need to finalize epoch discussion with Red Hat13:48
dirkIgorYozhikov: cool.. can we integrate it somehow?13:48
IgorYozhikovmaybe, mivanov - is one of the authors13:48
dirkwe should take a look at that13:51
dirkmivanov: around?13:51
*** jaypipes has joined #openstack-meeting-alt13:51
mivanovyes, i'm here13:51
*** xyang1 has joined #openstack-meeting-alt13:52
mivanovi'm just searching in my repos :)13:52
IgorYozhikovmivanov: can you record a small demo and post the link here13:53
dirkok, cool, I'd suggest to continue the discussion in #openstack-rpm-packaging since we have a hard stop here for the next meeting13:53
dirkany last topic ?13:53
toabctljust the usual "please do reviews" :)13:53
*** fawadkhaliq has joined #openstack-meeting-alt13:53
toabctlafaics we need next oslo.serialization which is https://review.openstack.org/#/c/284700/13:53
dirkyes, good point13:54
toabctlthis hopefully unblocks oslo.concurrency13:54
dirkI realized as well that oslo.serialization blocks everything13:54
dirkso please review https://review.openstack.org/#/c/284700/13:54
*** weiting has joined #openstack-meeting-alt13:55
*** Poornima has quit IRC13:55
dirkok, meet everyone in  #openstack-rpm-packaging13:57
IgorYozhikovI'm fine with CR, reqs are up to date13:57
dirkthanks! next meeting next week same place same time :)13:57
dirk#endmeeting13:57
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"13:57
openstackMeeting ended Thu Feb 25 13:57:22 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)13:57
openstackMinutes:        http://eavesdrop.openstack.org/meetings/rpm_packaging/2016/rpm_packaging.2016-02-25-13.01.html13:57
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/rpm_packaging/2016/rpm_packaging.2016-02-25-13.01.txt13:57
openstackLog:            http://eavesdrop.openstack.org/meetings/rpm_packaging/2016/rpm_packaging.2016-02-25-13.01.log.html13:57
*** myoung has joined #openstack-meeting-alt13:57
*** salv-orlando has joined #openstack-meeting-alt13:58
m3m0#startmetting freezer 25 02 1613:58
m3m0#startmeeting freezer_25_02_1613:59
openstackMeeting started Thu Feb 25 13:59:19 2016 UTC and is due to finish in 60 minutes.  The chair is m3m0. Information about MeetBot at http://wiki.debian.org/MeetBot.13:59
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:59
*** openstack changes topic to " (Meeting topic: freezer_25_02_16)"13:59
openstackThe meeting name has been set to 'freezer_25_02_16'13:59
m3m0as always all the notes for the meetings at https://etherpad.openstack.org/p/freezer_meetings13:59
m3m0we are having a code walkthrough at https://plus.google.com/hangouts/_/hoaevent/AP36tYeCYbeLPLRFolLHC3JwalYKv2jWaA-if17K-P8lUdvzbxdPuw?hl=en&authuser=014:00
m3m0we are disucssing parallel backups14:00
*** EinstCrazy has joined #openstack-meeting-alt14:00
*** huichun has joined #openstack-meeting-alt14:02
*** edtubill has joined #openstack-meeting-alt14:03
*** salv-orlando has quit IRC14:03
*** haleyb has quit IRC14:03
*** edtubill has quit IRC14:04
*** edtubill has joined #openstack-meeting-alt14:04
*** vgridnev has quit IRC14:04
*** vgridnev has joined #openstack-meeting-alt14:04
m3m0so guys who is here? o/14:05
*** reldan has joined #openstack-meeting-alt14:06
*** daemontool_ has joined #openstack-meeting-alt14:06
*** criptoverso has quit IRC14:06
*** yangyape_ has joined #openstack-meeting-alt14:06
daemontool_hi all14:06
daemontool_m3m0,  you run the meeting?14:06
daemontool_sorry for the delay there was until now the freezer source code walk thru session until now14:07
m3m0ddieterly will run the first part14:07
yangyape_ping EinstCrazy14:07
EinstCrazyI'm here14:07
daemontool_recording available here  https://www.youtube.com/watch?v=G8nG5l8u5Yg&feature=youtu.be14:07
*** fgimenez has quit IRC14:07
*** criptoverso has joined #openstack-meeting-alt14:07
zhangjnthanks14:07
m3m0#topic mid-cycle meeting14:07
*** openstack changes topic to "mid-cycle meeting (Meeting topic: freezer_25_02_16)"14:07
daemontool_meetings notes available hre https://etherpad.openstack.org/p/freezer_meetings14:08
m3m0ok guys what do you think about the 16th of march14:08
m3m0the day after is st patricks day here in ireland so you can enjoy the party after14:08
daemontool_so first topic is freezer meet up?14:08
*** evgenyf has quit IRC14:08
daemontool_I think we need at least 2 days14:08
m3m0yes, we need to agree on a date14:08
*** andymaier has joined #openstack-meeting-alt14:08
m3m015-16?14:08
*** fgimenez has joined #openstack-meeting-alt14:09
daemontool_sounds good to me14:09
m3m0tuesday and wendsday14:09
zhangjnwhat's time 15~16?14:09
daemontool_zhangjn,  is a freezer meet up14:09
*** zhurong has quit IRC14:10
daemontool_mid cycle in Ireland14:10
daemontool_Galway14:10
daemontool_but we need to agree on the date14:10
daemontool_zhangjn, if you can't make it14:10
daemontool_we can work at the Summit14:10
m3m0I think I cannot make to the summit14:10
*** ddieterly has joined #openstack-meeting-alt14:10
szaherGuys Freezer code walk through video is available here https://www.youtube.com/watch?v=G8nG5l8u5Yg14:11
m3m0at least until we know the results of the speech voting14:11
daemontool_m3m0,  ty14:11
daemontool_ok14:11
daemontool_np14:11
daemontool_so 15-16 of march sounds good to me14:11
daemontool_zhangjn,  if anyone from you guys could god14:11
daemontool_s/go/god/14:11
daemontool_would be good14:11
m3m0does anyone disagree on this date?14:11
daemontool_it will be 2 days full14:11
daemontool_I'm ok14:12
daemontool_I'm even14:12
daemontool_available to do 3 days14:12
daemontool_is possible14:12
daemontool_Mon, Tue, Wed14:12
daemontool_so we can discuss many things taht can be furtherly worked out during the summit14:12
*** vponomaryov has joined #openstack-meeting-alt14:12
daemontool_ddieterly, sounds good to you?14:12
m3m0we definetly need to speak with our manager and frescof on this14:12
ddieterlywhich days, exactly?14:12
daemontool_14,15,16 March14:12
m3m015 and 16 of march14:13
ddieterly3 days or 2 days?14:13
*** leecalcote has joined #openstack-meeting-alt14:13
daemontool_I'm available 3 days14:13
zhangjnno budget to Galway, (:14:14
daemontool_zhangjn,  ok np14:14
ddieterlyso, should i go for 3 or 2?14:14
daemontool_go for 314:14
daemontool_so you can stay also with the other guys14:14
*** yamamoto_ has quit IRC14:14
*** balajiiyer has joined #openstack-meeting-alt14:14
*** dslevin has left #openstack-meeting-alt14:14
daemontool_I think I'll go for 314:14
daemontool_ok14:15
ddieterlyare we sure about 14,15,16? is it a go?14:15
daemontool_yes14:15
ddieterlythat is only 3 weeks away14:15
daemontool_ddieterly, I advice you to stay until Friday14:15
ddieterlythe ides of march then14:15
daemontool_as the 17th is St PAtrick day14:15
*** egallen has quit IRC14:15
daemontool_we are going to have great time14:15
daemontool_there14:15
ddieterlyok, we'll see about that14:16
daemontool_so agreed?14:16
ddieterly15,15,16 for sure14:16
ddieterlys/15/1414:16
m3m0frescof are you here?14:16
daemontool_ok14:17
daemontool_so next topic?14:17
*** frescof has joined #openstack-meeting-alt14:17
*** mivanov has quit IRC14:18
daemontool_Disaster Recovery bp14:18
*** irenab has quit IRC14:18
m3m0#topic disaster recovery bp14:18
*** openstack changes topic to "disaster recovery bp (Meeting topic: freezer_25_02_16)"14:18
daemontool_we need to add the outcomes from past conversations14:18
daemontool_to the review14:18
daemontool_and send an email to the openstack ml to ask for feedback14:19
frescofyes, and some more architectural details14:19
m3m0https://review.openstack.org/#/c/278242/14:19
daemontool_frescof,  can you add that?14:19
daemontool_also szaher ?14:19
m3m0frescof regarding to the midcycle meeting, can we book a room for 3 days?14:19
frescofon how the implementation in freezer would look like14:19
frescofm3m0, yes sure14:19
daemontool_frescof, yes please14:20
daemontool_I'm going to galway for this and would be good to have 3 days14:20
*** merooney has joined #openstack-meeting-alt14:20
frescofno problem I will reserve a room14:20
*** fawadkhaliq has quit IRC14:20
daemontool_ok14:20
daemontool_next14:20
frescofthe date has already been agreed ?14:20
daemontool_ssh restore bug ?14:20
m3m014 - 16 march14:20
daemontool_ddieterly, ?14:20
frescofok14:20
daemontool_did anyone took a look at the bug you  filled?14:21
ddieterlyyes14:21
ddieterlynot sure if anyone looked at it14:21
daemontool_ok we need to work on it14:21
reldanI was trying to reproduce ssh bug14:21
m3m0ddieterly: back me up for 15 min14:21
reldanAnd wasn’t able14:21
reldanIt creates ssh directory for me14:21
reldanProbably I’m doing something wrong14:22
*** spzala has joined #openstack-meeting-alt14:22
daemontool_reldan,  can you work out this with ddieterly  after the meeting?14:22
daemontool_offline?14:22
reldanyes, sure14:22
daemontool_thanks a lot14:22
daemontool_next14:22
daemontool_#topic testing dsvm14:23
*** JerryLi has quit IRC14:23
daemontool_we need to have the basic integration tests we have14:24
daemontool_execute automatically by the dsvm14:24
daemontool_ddieterly, are you familiar with dsvm?14:24
ddieterlym3m0: i'm not sure what 'back me up for 15 min' means14:24
ddieterlyyes14:24
daemontool_ddieterly,  it is to run this meeting14:24
ddieterlyunfortunately14:24
daemontool_but it's not a problem14:24
daemontool_ddieterly,  do you want to fix that?14:24
daemontool_otherwise I'll do it after14:24
daemontool_the testr swift on freezer-api (including py34 porting)14:25
ddieterlyfix what exactly?14:25
daemontool_we need to execute automatically the integration tests we have14:25
*** jjmb has joined #openstack-meeting-alt14:25
ddieterlyah, yes14:25
daemontool_from the dsvm gate job14:25
*** jjmb has quit IRC14:25
*** dimtruck is now known as zz_dimtruck14:25
*** mikelk has quit IRC14:25
ddieterlysure14:25
ddieterlyi can start to look into that14:25
daemontool_ok ty, brilliant14:25
daemontool_next14:25
ddieterlyhow do you run the integration tests manually?14:25
*** jjmb has joined #openstack-meeting-alt14:25
daemontool_we should have a guide there14:25
daemontool_I'll send you the link after the  meeting14:26
zhangjndevstack install freezer is start14:26
ddieterlygreat, thanks14:26
zhangjnbut devstack is not work now.14:26
daemontool_yes14:26
daemontool_I'm working on it14:26
*** egallen has joined #openstack-meeting-alt14:26
daemontool_it's related to the testr and py34 patch14:26
daemontool_I'm fixing here14:26
zhangjnWe can fixed some devstack problem.14:26
daemontool_https://review.openstack.org/#/c/260950/14:26
daemontool_zhangjn,  if you could look there14:26
daemontool_what the problem is14:26
daemontool_that'd be grat14:27
daemontool_great14:27
daemontool_only the dsvm gate job is failing14:27
daemontool_sounds?14:27
daemontool_ok, zhangjn  let me know if you are availe14:28
daemontool_next14:28
daemontool_#topic tenant based backups14:28
*** leecalcote has quit IRC14:28
daemontool_I have requirements from the company I work on14:28
daemontool_ddieterly,  did you per chance added the requirements you have to the freezer wiki?14:28
ddieterlyyes14:28
daemontool_brilliant14:28
daemontool_do you have the link?14:28
daemontool_ok let me know14:29
daemontool_reldan, I think we need to move forward with that14:29
ddieterlyhttps://blueprints.launchpad.net/freezer/+spec/hpe-requirements14:29
daemontool_ddieterly,  ok14:29
*** balajiiyer has quit IRC14:29
reldanif we have requirements and you can say, that what we are going to do is exactly what we need - great14:30
reldanlet’s start14:30
daemontool_ok14:30
daemontool_I have to add mines there14:30
reldanif you can show me requirements it should be great14:30
daemontool_but the requirements are general14:30
daemontool_sure14:30
reldanddieterly: It doesn’t look for me like requirements14:31
daemontool_ddieterly,  do you mind adding the notes here? https://etherpad.openstack.org/p/freezer_meetings14:31
reldanlike - Vertica DB - it is topic probably, but not requirement from my point of view14:31
*** leecalcote has joined #openstack-meeting-alt14:31
*** rsyed_away is now known as rsyed14:31
*** gongysh_ has joined #openstack-meeting-alt14:31
daemontool_reldan,  yes, unfortunately the product owner in my company sent me something similar14:32
daemontool_I think we have to deal with that14:32
daemontool_in soem way14:32
reldanI just suppose that product owners just don’t know what they wants14:32
daemontool_lol14:32
daemontool_++14:32
reldanand it is very easy that they will say - it is not what we had in mind14:32
daemontool_so, let's see how we can work that out14:32
reldanit is completelly different14:32
daemontool_I agree14:33
daemontool_also we should focus on tenant based backups14:33
ddieterlywhat's different from 'topic' and 'requirement'?14:33
*** sridharg has quit IRC14:33
daemontool_so requirements for instances, volumes and tenant related info14:33
daemontool_verticadb is like a topic14:33
daemontool_the requirements would be, have incremental backups of verticadb without downtime14:34
ddieterlyok14:34
reldanddieterly: For me requirement is something like this: We have application x, that uses such database, such volumes and virtualmachines. We would like to make backups of vm (but we don’t need floating ip backup) and database. They should be / shouldn’t be syncronized14:34
*** mikelk has joined #openstack-meeting-alt14:35
daemontool_ok reldan ddieterly  we can see this in the freezer chan after the meeting14:35
ddieterlyok, looks like level of detail is the difference14:35
daemontool_is that ok?14:35
daemontool_ddieterly, well yes14:35
reldanyes, sure14:35
*** sputnik13 has joined #openstack-meeting-alt14:35
ddieterlysure14:35
daemontool_#topic rsync block based incremental backups14:36
*** korzen has quit IRC14:36
daemontool_we need to revive that :)14:36
daemontool_it's really important14:36
daemontool_and also we need to abstract that part14:36
daemontool_so we can have14:36
daemontool_something like14:36
daemontool_incremental_types14:36
daemontool_or incremental_modes14:36
*** amotoki has quit IRC14:37
daemontool_like rsync, tar, btrfs, zfs14:37
daemontool_and so on14:37
*** jschwarz_ has joined #openstack-meeting-alt14:37
daemontool_kvm native feature14:37
daemontool_qemu native features etc14:37
daemontool_but we need to abstract that and make it pluggable14:37
yangyape_what is the  backend of  the volume for  incremental backups14:37
daemontool_yangyape_,  that a good qeustion14:38
daemontool_I think it should be14:38
yangyape_gluster? or ?14:38
daemontool_one of the current back end we support such as, swift, ssh, local fs14:38
daemontool_ah ok14:38
daemontool_you mean the backend of cinder14:38
daemontool_yes14:38
yangyape_yes14:38
daemontool_that's what we need14:38
daemontool_bluster, btrfs, zfs14:38
zhangjnwe can use cinder-backup to backup volume.14:38
daemontool_gluster14:38
*** jschwarz has quit IRC14:38
daemontool_zhangjn,  yes, I think we need to provide flexibility14:39
daemontool_so if a user wants to use the cinder-backup api, with the current incremental mechanism14:39
*** yamamoto has joined #openstack-meeting-alt14:39
*** cknight has joined #openstack-meeting-alt14:39
daemontool_he/she can14:39
daemontool_but if the user14:39
daemontool_want to use a different mechanism14:39
daemontool_like glusterfs or btrfs14:39
*** apetrich has quit IRC14:40
*** zz_dimtruck is now known as dimtruck14:40
daemontool_to backup the volumes located on the brik or btrfs vol and zfs14:40
daemontool_we should provide that too14:40
zhangjncinder-backup can cofigure backup driver14:40
daemontool_zhangjn, that's a good options14:40
daemontool_szaher,  yangyape_ do you like to write a bp for that?14:41
daemontool_I feel you have a strong background on that14:41
daemontool_then we can discuss it together14:41
daemontool_and after that14:41
*** jjmb has quit IRC14:41
daemontool_request feedback on the openstack ml14:41
daemontool_sound?14:41
*** leecalcote has quit IRC14:41
daemontool_we have to define also what we want to do from the cinder api and what from the freezer api14:42
daemontool_of volumes backup14:42
*** apetrich has joined #openstack-meeting-alt14:42
daemontool_s/of/for/14:42
daemontool_zhangjn, yangyape_ ok let me know if you are interested14:42
daemontool_reldan, of course ^^14:42
daemontool_reldan,  any thought?14:43
*** tbarron has joined #openstack-meeting-alt14:43
zhangjnwe have interested, but we have starter with freezer.14:43
EinstCrazythis bp is about the incremental backup for block ?14:43
daemontool_yes14:43
zhangjnuse cinder-backup api14:44
daemontool_it's part the tenant resources backups14:44
reldanIncremental with —incremental and --force?14:44
daemontool_so volumes, instances, user metadata14:44
daemontool_etc14:44
yangyape_We can temporarily use cinder - API to do an incremental backup,14:44
yangyape_--force14:44
daemontool_yangyape_, I think reldan  did something about that?14:44
daemontool_reldan,  we needed to add the metadata right?14:44
daemontool_do I remember well?14:44
reldanhttps://review.openstack.org/#/c/276685/14:44
*** armax has quit IRC14:44
reldanWe can do it14:45
daemontool_brilliant :)14:45
reldanBut actually for the first implementation it should be enough14:45
daemontool_++14:45
reldanThe actual question for me is how to unify our architecture14:45
daemontool_reldan, add on the README14:45
daemontool_some information about that14:45
reldandaemontool_: Ok14:45
daemontool_reldan, please extend14:46
daemontool_like pluggable?14:46
reldandaemontool_: I know that saad amd pier have a blueprint14:46
reldanyes14:46
reldanpierre14:46
daemontool_szaher, ^^ ?14:46
reldandaeontool_: I even have some attempt in this direction https://review.openstack.org/#/c/280602/14:47
reldanBut what I am afraid - is to have multiple unrelated backup mechanism14:47
daemontool_ah ok14:47
daemontool_I see it now14:47
reldanwith different workflows14:47
daemontool_this is one of the thigns we need to talk at the summit14:48
daemontool_and mid cycle14:48
*** sputnik13 has quit IRC14:48
reldanand the really hard question is how to intergrate cinder/nova backups to this architecture14:48
reldanand how to integrate tenant backup14:48
*** vsakharov has joined #openstack-meeting-alt14:48
*** KGRVamsi has joined #openstack-meeting-alt14:48
reldanbecause now it is somethign absolutly different from local tar backup14:48
daemontool_reldan,  yes14:49
reldanSo I would like to force acceptance this document as our roadmap14:49
daemontool_for cinder I think yangyape_  and zhangjn  can provide some inputs?14:49
daemontool_reldan,  ++14:49
reldanand have all our new features have alligment with this architecture14:49
daemontool_frescof, ^^14:49
daemontool_#agreed14:50
daemontool_ok14:50
daemontool_so 10 minutes left14:50
frescofyes, I agree, we need to do few things14:50
frescofcode refactoring/cleanup14:50
frescofpreparation to a more pluggable architecture14:50
*** dimtruck is now known as zz_dimtruck14:51
*** jjmb has joined #openstack-meeting-alt14:51
*** jjmb has quit IRC14:51
frescofthat will allow us to have the dr and the other backup mechanism14:51
daemontool_ok, but that's not a blocker to write bp for block based backups for cinder, nova, rsync etc14:52
daemontool_it's more an architecture related task14:52
daemontool_vs features14:52
frescofyou are right14:52
daemontool_we also need that14:52
daemontool_we need to think mainly if we want to use only the cinder api14:52
*** KGRVamsi has quit IRC14:53
daemontool_or also have the agent installed directly on the storage nodes14:53
daemontool_and compute nodes to execute actions14:53
ddieterlyhow does this intersect with what ekko is doing?14:53
frescofI think that those are kind of 2 different things14:53
ddieterly...block based backup, that is14:53
*** rraja has joined #openstack-meeting-alt14:53
daemontool_ddieterly,  I don't know there's still very little there14:53
daemontool_so, no interstection now14:53
ddieterlyok14:54
frescofleverage cinder backups is very important14:54
daemontool_ok, and we do that now14:54
daemontool_at least partly14:54
frescofand pretty easy to implement in liberty+14:54
daemontool_ok14:54
*** markstur_ has joined #openstack-meeting-alt14:54
daemontool_we have that14:55
daemontool_what we do not have14:55
frescofmore advanced kind of backups14:55
daemontool_is incremental nova instances backups14:55
zhangjnnow cinder-backup can support incremental backup.14:55
daemontool_yes14:55
*** dustins has joined #openstack-meeting-alt14:55
EinstCrazybut cinder incremental backup may be somehow inefficiency14:56
zhangjnyes14:56
frescofleveraging the storages, for example, 3par is kind of a different matter14:56
*** csaba has joined #openstack-meeting-alt14:56
*** merooney has quit IRC14:56
*** woodster_ has quit IRC14:56
yangyape_yes14:56
daemontool_yes14:57
daemontool_so we need to write bps for that14:57
daemontool_deep thinking on it14:57
frescofvery interesting, but more complex and lot of work14:57
daemontool_and get feedback14:57
daemontool_frescof, this cinder incremental api par tis here https://review.openstack.org/#/c/276685/14:57
daemontool_that is probably ready to merged after this meeting14:57
*** gouthamr has joined #openstack-meeting-alt14:57
*** aplanas has left #openstack-meeting-alt14:57
daemontool_the only thing woud be to add also the metadata14:57
daemontool_as next commit14:57
daemontool_ok14:57
zhangjnLOL14:58
*** rossella_s has quit IRC14:58
daemontool_zhangjn, I mean14:58
daemontool_the volumes metadata14:58
daemontool_it needs to be included in the backup14:58
*** rossella_s has joined #openstack-meeting-alt14:58
m3m0sorry guys for the delay14:58
m3m0just remember we are short in time14:58
daemontool_otherwise the restore can be done only on limited circumstances14:58
daemontool_ok14:58
daemontool_so anything else to add?14:58
*** dizquierdo has joined #openstack-meeting-alt14:58
daemontool_I'd like to do14:59
daemontool_2 weekly meeting is possible14:59
daemontool_for the next 8 weeks14:59
*** aovchinnikov has joined #openstack-meeting-alt14:59
daemontool_s/is/if/14:59
daemontool_there are many things we need to figure out14:59
daemontool_let's think about it14:59
daemontool_so anyone has anything to say?14:59
m3m0and let's move to #openstack-freezer channel14:59
daemontool_anyone wanted to say anything and didn't have the chance?14:59
m3m0we can finish the disussion there14:59
daemontool_m3m0,  you can close the meeting then15:00
daemontool_thanks all15:00
m3m0thanks all :)15:00
m3m0#endmeeting15:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"15:00
frescofthanks all15:00
openstackMeeting ended Thu Feb 25 15:00:08 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/freezer_25_02_16/2016/freezer_25_02_16.2016-02-25-13.59.html15:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/freezer_25_02_16/2016/freezer_25_02_16.2016-02-25-13.59.txt15:00
openstackLog:            http://eavesdrop.openstack.org/meetings/freezer_25_02_16/2016/freezer_25_02_16.2016-02-25-13.59.log.html15:00
bswartz#startmeeting manila15:00
openstackMeeting started Thu Feb 25 15:00:37 2016 UTC and is due to finish in 60 minutes.  The chair is bswartz. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
*** openstack changes topic to " (Meeting topic: manila)"15:00
openstackThe meeting name has been set to 'manila'15:00
toabctlhi15:00
cknightHi15:00
bswartzhello all15:00
gouthamrhello o/15:00
aovchinnikovhi15:00
gansohello15:00
tpsilvahello15:00
tbarronhi15:00
*** EinstCrazy has left #openstack-meeting-alt15:00
*** Yogi1 has joined #openstack-meeting-alt15:01
*** yangyape_ has left #openstack-meeting-alt15:01
markstur_hi15:01
dustins\o15:01
Yogi1hi15:01
*** shwetaap has joined #openstack-meeting-alt15:01
bswartzsomeone added an agenda item without putting their name on it15:01
*** merooney has joined #openstack-meeting-alt15:01
vponomaryovhi15:01
* bswartz uses wiki history....15:01
csabahi15:01
rrajahi15:01
bswartzah it was cknight15:01
*** jcsp has joined #openstack-meeting-alt15:01
mkodererhi15:01
cknightbswartz: I knew I couldn't hide.15:02
*** jjmb has joined #openstack-meeting-alt15:02
markstur_bswartz, You didn't recognize his attention to detail?15:02
cknightbswartz: Just sounding the alarm.15:02
*** jjmb has quit IRC15:02
cknightmarkstur_: :-)15:02
* bswartz had his suspicions15:02
bswartzokay it's a short agenda today15:03
*** haleyb has joined #openstack-meeting-alt15:03
bswartzlast week of M-3 so we all know what we need to be doing15:03
bswartz#topic OpenStack bug smash event15:03
*** openstack changes topic to "OpenStack bug smash event (Meeting topic: manila)"15:03
mkodererok15:03
mkoderertoabctl and I just wanted to highlight that there will be a bug smash event15:03
toabctl#link https://etherpad.openstack.org/p/OpenStack-Bug-Smash-Mitaka15:04
bswartzoh this is the cross-project event?15:04
*** dane_leblanc has joined #openstack-meeting-alt15:04
*** yamamoto has quit IRC15:04
*** jjmb has joined #openstack-meeting-alt15:04
mkodererfor germany it will be at the suse office15:04
toabctlbswartz: yes. cross project cross country15:04
bswartzI do remember reading about this15:04
bswartzwhat do we need to do to get attention on manila?15:05
mkoderertoabctl: we need to got trough the bug list and marking the ones we want to work on15:05
*** reldan has left #openstack-meeting-alt15:05
mkodererbswartz: toabctl and I will work on manila bug15:05
toabctlyes. and add the bug links to15:05
mkodererand hopefully some more15:05
toabctl#link https://etherpad.openstack.org/p/OpenStack-Bug-Smash-Mitaka-Bugs15:05
*** Swami has joined #openstack-meeting-alt15:05
bswartzwe will be using LP to target and prioritize bugs15:06
mkodererbswartz: ok that's fine15:06
bswartzsince that event happens between FF and RC1, we can use the mitaka-rc1 target15:06
mkodererbswartz: ok cool15:06
toabctlbswartz: fine for me. I may just copy the link to mitaka-rc1 to the etherpad then15:06
*** spotz_zzz is now known as spotz15:06
*** yamamoto has joined #openstack-meeting-alt15:06
bswartzokay15:06
mkodererand everyone is invited to join us :)15:07
cfouts hi15:07
bswartzI doubt there is anything targeted yet -- it should all be targeted at M-3 right now15:07
*** yamamoto has quit IRC15:07
mkodererbswartz: ok we will see15:07
bswartzalthough we will probably retarget nearly all of them because people are too busy to fix bugs this week15:07
bswartzthanks mkoderer, toabctl15:08
bswartzcan people participate remotely?15:08
*** salv-orlando has joined #openstack-meeting-alt15:08
toabctlbswartz: I'll be remote, too (for private reasons)15:08
bswartzlike those of us in RTP -- is there a way we could join in on those days?15:08
mkodererbswartz: toabctl will be remote for instance:)15:08
*** KGRVamsi has joined #openstack-meeting-alt15:08
*** weiting has quit IRC15:08
mkodererso if we see that many ppl want to join we can setup telco bridges or coodinating with irc15:09
toabctllet's just use the usual #openstack-manila channel for communication. and if needed we can setup a hangout. I don't expect to many participants outside of the usual group...15:09
mkoderertoabctl: +115:09
bswartzokay15:09
*** vgridnev has quit IRC15:09
bswartzanyone interested check out that etherpad and use the IRC channel on those days to get linked in15:09
bswartz#topic  Status of new drivers15:10
*** openstack changes topic to "Status of new drivers (Meeting topic: manila)"15:10
cknightmkoderer: Thanks for setting that up.  Sounds interesting.15:10
cknightbswartz: You wanna lead this one? I think I said it all in the agenda.15:10
cknightThe short version is that merge rates are low due to the rechecks.15:10
*** daemontool__ has joined #openstack-meeting-alt15:10
cknightSo we switch to the new drivers as the voting jobs now, or we accept that many of our Mitaka priorities won't make the deadline.15:10
bswartzwell I'm a bit confused15:10
bswartzthe new drivers -- specifically LXD -- isn't ready to be voting15:11
bswartzwe could make LVM voting and take generic out of no-share-servers jobs15:11
vponomaryovno-share-servers is non-voting for ages15:11
bswartzbut it seems to have concurrency issues at the moment15:11
bswartzerrr15:11
bswartzokay that's a problem for different reasons15:12
cknightAnything that can increase the probability of successful test runs helps.15:12
bswartzwe have 2 voting jobs currently15:12
bswartzgate-manila-tempest-dsvm-neutron and gate-manila-tempest-dsvm-neutron-multibackend15:12
bswartzI agree they're flaky and need replacement15:12
cknightBoth of those use generic driver with DHSS = True?15:13
*** numans has quit IRC15:13
gansowhy do we require gate-manila-tempest-dsvm-neutron to be voting if gate-manila-tempest-dsvm-neutron-multibackend runs more tests?15:13
vponomaryovZFS, vote for stability!15:13
*** jschwarz__ has joined #openstack-meeting-alt15:13
bswartzbut nothing we have gives us the same coverage at higher reliability15:13
*** ddieterly has quit IRC15:13
vponomaryovcknight: yes15:13
cknightganso: +1  Let's use one or the other.15:13
*** fzdarsky|afk is now known as fzdarsky15:13
cknightvponomaryov: +1 for ZFS as well, if it's ready.15:13
*** e0ne has joined #openstack-meeting-alt15:14
*** daemontool_ has quit IRC15:14
vponomaryovcknight: unit tests TBD15:14
bswartzwe could make the single backend one nonvoting and add the LVM no-share-servers job as voting15:14
ganso1/3 of my rechecks are because multibackend passes, but non-multibackend fails, then on recheck it's the opposite15:14
gouthamrbswartz: +115:14
bswartzso I'm in favor of making the new drivers voting, but only after they've been merged and have a track record of consistent results15:14
*** KGRVamsi has quit IRC15:14
cknightbswartz: Sounds good.  That actually improves our coverage.15:14
bswartzthere simply no time for ZFS and LXD to do that in Mitaka15:15
*** sigmavirus24_awa is now known as sigmavirus2415:15
*** salv-orlando has quit IRC15:15
gansobswartz: from what I've seen, the generic-no-share-servers job has been more reliable than LVM15:15
cknightbswartz: Maybe not in M.3, but we could lessen the pain by using them during M.4.15:15
bswartzganso: that's my intuition too15:15
vponomaryovganso: generic driver more reliable?15:15
gansovponomaryov: generic driver DHSS=False15:15
vponomaryovganso; LVm just has one bug15:15
toabctltbh I don't feel very comfortabl with having zfs and lxd for gating because both is ubuntu-only technology afaics. but I guess that's another discussion ...15:16
bswartzLVM definitely has at least one bug that triggers randomly with high concurrency15:16
*** nkrinner has quit IRC15:16
gouthamrwishlist: ZFS driver be tested on multi-AZ, multi-backend environment in the gate15:16
gansoI think creating a scenario job with generic-no-share-servers is a good idea, I don't think we will be able to achieve a stable scenario using generic in DHSS=True15:16
vponomaryovtoabctl: devstack part is ubuntu-based15:16
tbarrontoabctl: +1, and yes another discussion15:16
bswartztoabctl: ZFS is not tied to ubuntu15:16
*** jschwarz_ has quit IRC15:16
vponomaryovtoabctl: you are free to add some other distro support15:16
mkodererit's just a support question IMHO15:17
bswartzI'm less sure about LXD --- I know it's a canonical created project, but I assumed it had cross-distro support15:17
tbarronunblocking gate with these is fine but we ought to have truly generic solutions working by the time of release15:18
jcspre. zfs, whether it's possible for some other distro to support it doesn't change the fact that today there is only one distro that does.15:18
*** zz_dimtruck is now known as dimtruck15:18
dustinstbarron: +115:18
tbarronlxd isn't supported in rhel, suse, helion15:18
gansoZFS is DHSS=False, we may need at least one DHSS=True voting job15:18
*** merooney has quit IRC15:18
tbarronlxc yes15:18
mkodererI think gating is fine but changing one of these to reference driver implementation would be problematic15:18
vponomaryovjcsp:actually, two15:18
*** vgridnev has joined #openstack-meeting-alt15:18
vponomaryovjcsp: debian and ubuntu15:19
toabctleven debian doesn't have lxd. and zfs - still the license issue afaik. anyway. another discussion.15:19
tbarronvponomaryov: helion guy told me yesterday debian doesn't have kernel support for zfs15:19
vponomaryovtbarron: driver supports fuse too15:19
tbarronand that they wouldn't ship it15:19
*** kfarr has joined #openstack-meeting-alt15:19
bswartzalso we should note that the ZFS driver itself is pure python and will run on any distro -- it just needs SSH access to something with ZFS15:20
*** ikutukov has joined #openstack-meeting-alt15:20
*** ajmiller has joined #openstack-meeting-alt15:20
tbarronthe question is what would be shipped as a complete solution15:20
tbarronnot whether the driver could connect to something external15:20
bswartzyeah I agree15:20
bswartzwe're mixing together multiple issues now though15:21
tbarronbut this is a different topic than unblocking gate now15:21
tbarronbswartz: +115:21
bswartzcknight is concerned about the emergency we have in the next week15:21
bswartzZFS is NOT the answer to that problem15:21
bswartzneither is LXD15:21
vponomaryovneither is generic drv15:21
bswartzthose we will look at using for newton15:21
bswartzso vponomaryov what do you propose?15:22
*** gongysh_ has quit IRC15:22
gansowith this instability I am very concerned about every patch that we keep rechecking, if they end up adding more instability, we never know because we are always rechecking and merging when jenkins finally +115:22
vponomaryovbswartz: fix LVM drv instability bug15:22
bswartzgeneric has been good enough for the last 2 years -- it gives good coverage15:22
bswartzI agree the flakiness is unacceptable15:22
bswartzbut I worry about lowering test coverage15:22
dustinsIs "good enough" what we want for the future of Manila?15:23
bswartzhow to we ensure regressions don't slip in?15:23
bswartzdustins: absolutely not15:23
cknightdustins: no, but the current situation isn't good enough15:23
bswartzwe spent most of Mitaka trying to fix this problem and we will continue until it's really fixed15:23
*** merooney has joined #openstack-meeting-alt15:23
dustinsIndeed, between a rock and a hard place :/15:23
bswartzI mean one option is to turn off the gate entirely and merge whatever we feel like -- I  don't think that's a reasonable approach15:24
cknightI think there are concurrency issues with our tests, but it's entirely possible the they are in Manila itself, in which case merging stuff by doing rechecks doesn't help anyone.15:24
*** Tango|2 has joined #openstack-meeting-alt15:24
bswartzso where is the middle ground that gives us test coverage we're comfortable with, and reliability that's tolerable15:24
*** myoung|mobile has joined #openstack-meeting-alt15:24
cknightbswartz: We have two generic jobs that have a lot of overlap.  Why not make just one voting?15:25
*** woodster_ has joined #openstack-meeting-alt15:25
*** dane_leblanc has quit IRC15:25
bswartzcknight: that's a good starting point15:25
*** jvrbanac_ has joined #openstack-meeting-alt15:25
*** vgridnev has quit IRC15:25
bswartzjust on generic driver job is more likely to pass than 215:25
bswartzone*15:25
bswartzhowever only 1 voting tempest job seems light to me15:25
cknightbswartz: Exactly.  At the same time, we can fix the LVM issue and make it voting ASAP.  That would give us DHSS=False coverage.15:26
bswartzin past releases we had 4 voting tempest jobs15:26
bswartzcknight: which order do you propose?15:26
*** spotz is now known as spotz_zzz15:26
bswartzmake LVM voting immediately and fix the bug after?15:26
cknightbswartz:  good question15:26
cknightvponomaryov: how long to get LVM solid?15:26
*** vgridnev has joined #openstack-meeting-alt15:26
*** myoung has quit IRC15:26
*** jvrbanac has quit IRC15:26
vponomaryovwe have 3 jobs with generic driver in DHSS=True mode and can make all of them non-voting and merge stuff only when some of them passed15:26
vponomaryovso, one voting LVM as DHSS=False15:26
vponomaryovand one of three passed in check queue DHSS=True15:26
vponomaryovmake as requirement15:26
vponomaryovbut first -fix instability of LVM15:26
*** amitgandhinz has quit IRC15:26
* vponomaryov where are all? too quiet15:26
gansobesides that instability, I am facing access rules concurrency only on LVM. The same code runs on generic-no-share-servers and does not have the problem15:26
*** Tango has quit IRC15:27
bswartzit's more likely to get fixed if it's a voting job15:27
gansoso there are 2 bugs15:27
gansoirc lag15:27
gansowhoa lots of irc lags15:27
bswartzyeah IRC lag15:27
cknightvponomaryov: interesting.  I didn't know voting could be an OR operation among multiple jobs.15:27
bswartzI don't think vponomaryov has to be the one to fix the LVM bug15:27
bswartzanyone can fix it15:28
cknightAny volunteers?15:28
*** a_ta__ has joined #openstack-meeting-alt15:28
*** amitgandhinz has joined #openstack-meeting-alt15:28
bswartzis the bug captured in LP yet?15:28
bswartzpeople don't know what they're signing up for15:28
bswartzit's a tricky concurrency bug15:29
vponomaryovcknight: I didn't mean technical side, I meant exactly us - people15:29
cknightvponomaryov: got it15:29
vponomaryovcknight: 3 non-voting and press "workflow" only when we know it works15:29
gansoI am working on fixing one of the bugs, I don't know the other yet15:29
*** jjmb has quit IRC15:29
gansoI see plenty of lvm-group errors when shares are being creates, don't know if that is expected or not15:29
gansoeven on tests that pass15:29
cknightvponomaryov: Does the LVM bug still happen at concurrency = 1?15:30
bswartzit's hard to tell currecntly because LVM jobs also fail due to neutron+postgres bug15:30
*** hichihara has quit IRC15:30
bswartzperhaps before it's made voting, also remove either neutron or postgres from that job15:31
vponomaryovcknight: didn't dig up in concurrency case,but I know that it just fails to delete share that refers to absent volume15:31
gansothe bug I am working on does not happen at concurrency = 1, but it is a major bug, access rules get overwritten by other access rules calls15:31
cknightganso: yep that's bad.  I had to use locking around my new access rule code.15:31
*** dane_leblanc has joined #openstack-meeting-alt15:31
gansocknight: I already added locking, but it still is not solving the problem, is is worrying me15:31
gansos/is is/this is15:32
vponomaryovganso: external locking?15:32
*** sdague has quit IRC15:32
bswartzalright let's save the LVM bug for another topic15:32
bswartzI want to wrap up this topic15:32
gansovponomaryov: that's the next thing I am going to try15:32
*** ikutukov has quit IRC15:32
bswartzif anyone opposed to simply decreasing our 2 voting tempest jobs to 1?15:32
bswartzerr15:32
*** spotz_zzz is now known as spotz15:32
bswartzis anyone opposed to simply decreasing our 2 voting tempest jobs to 1?15:32
vponomaryovI am ok making only one voting job15:33
vponomaryovfor the moment15:33
gansook too15:33
toabctlso removing gate-manila-tempest-dsvm-neutron ?15:33
vponomaryovyes15:33
gansoyes15:33
cknightDon't like it, but it's temporary.  +115:33
bswartzthat will make forward progress, and we can sort out the mess related to other new drivers in the mean time15:33
vponomaryovwith less coverage one15:33
toabctltemp. +115:33
*** armax has joined #openstack-meeting-alt15:33
markstur_+115:33
markstur_+115:33
dustinsFor now, +115:33
cknightThere has to be a large focus on these test failures during M.4.15:33
xyang1+115:33
dustinscknight: +115:33
mkoderer+115:33
bswartzso for remainder of M-3 only voting tempest job will be gate-manila-tempest-dsvm-neutron-multibackend15:34
gouthamr+115:34
vponomaryovin bes case we should have "scenario" job voting ))15:34
*** zeih has joined #openstack-meeting-alt15:34
vponomaryovs/bes/best/15:34
mkoderervponomaryov: +1 :)15:34
toabctlvponomaryov: yeah15:34
bswartzand we will spend M4 making everything bulletproof that we can15:34
*** Yogi1 has quit IRC15:34
cknightThanks, Ben.  And I would propose that no Newton features are merged at all until this is 100% behind us.15:34
*** prithiv has quit IRC15:34
gansocknight: +1000000000000000000000015:35
cknightWe should have the new drivers solid by then.  And the test bugs fixed.15:35
toabctlcknight: +115:35
vponomaryovcknight: wow, it could not happen at all ))15:35
toabctlvponomaryov: so feeature freeze forever15:35
vponomaryov))15:35
bswartzit sounds like we have non-technical issues to address with LXD and ZFS15:35
gansotoabctl: feature winter15:35
*** KGRVamsi has joined #openstack-meeting-alt15:35
bswartzI'm confident we can find a set of drivers that give us good coverage and are reliable15:36
*** tonytan4ever has joined #openstack-meeting-alt15:36
bswartzwe may need to spend significant time retooling our testing workflow, but the alternative is too horrible to contemplate15:36
*** sdake has joined #openstack-meeting-alt15:37
gansobtw, don't know if any of you have noticed, but all current jobs in Zuul (manila ones at least) are stuck15:37
cknightganso: yep15:37
cknightAnyone know why?15:37
vponomaryovis anyone surprised? ))15:37
dustinsvponomaryov: lol15:37
bswartzI don't actually agree with full feature freeze in the mean time15:37
gansobswartz: what do you mean?15:38
bswartzbut I would propose a moratorium on significant features15:38
*** zeih has quit IRC15:38
gansoanother concern is: should we prioritize our current features?15:38
bswartzganso: solving this problem completely could easily take another 6 months15:38
*** myoung|mobile has quit IRC15:38
gansobswartz: yes15:38
cknightganso: they are already prioritized on launchpad15:38
cknightganso: that should dictate priority of reviews15:39
bswartzwe can't ALL be working on this problem, so other in the community should be able to make progress on smaller things15:39
*** achanda has joined #openstack-meeting-alt15:39
*** KGRVamsi has quit IRC15:39
bswartzI really hope it doesn't take that long15:40
cknightbswartz: These are tricky bugs, and there are likely more than one.  The more people working on them, the better.15:40
bswartzbut we were in this spot 6 months ago and I was optimistic we'd have it fixed before christmas15:40
bswartzand here we are15:40
cknightbswartz: If we all focus on them in M.4, we have a chance to make things much better.15:40
*** e0ne has quit IRC15:40
*** e0ne_ has joined #openstack-meeting-alt15:41
*** bana_k has joined #openstack-meeting-alt15:41
gansocknight: are you suggesting that we ignore the bugs now and just focus on features merging?15:41
bswartzokay we have a plan for the next week at least15:41
*** sdake_ has joined #openstack-meeting-alt15:41
bswartzlet's move on to the other topic that came up15:41
cknightganso: no, features before the deadline.  then big focus on test bugs.15:41
bswartz#topic LVM concurrency bug15:41
*** openstack changes topic to "LVM concurrency bug (Meeting topic: manila)"15:41
gansocknight: exactly15:41
bswartzso we started discussing this15:42
bswartzI agree it would be nice to make LVM voting asap15:42
*** dshulyak has joined #openstack-meeting-alt15:42
*** sdake has quit IRC15:42
*** [ophely]Manowar has joined #openstack-meeting-alt15:42
bswartzsince it has a reasonably good record, except for at least one currency problem15:42
toabctlmissed that - do we have a bug report for "the lvm bug"  ?15:42
bswartztoabctl: that was my next question15:42
bswartzis this problem reported on LP or is it just in our heads15:43
*** mtanino has joined #openstack-meeting-alt15:43
bswartzpersonally I've observed it and spent a few hours poking around15:43
mkodererok we should really track the issues in LP15:43
cknightbswartz: So it doesn't occur at concurrency = 1?15:43
mkodererotherwise every dev will start from beginning15:43
bswartzinitially I was under the assumption the logic flaw was in our tempest plugin but I'm less sure of that now15:43
*** jecarey has joined #openstack-meeting-alt15:44
*** ysm has joined #openstack-meeting-alt15:44
bswartzcknight: personally I haven't observed it at concurrency=115:44
toabctlmkoderer: +10015:44
bswartzbut I agree with vponomaryov: that testing with concurrency=1 is cheating15:44
cknightbswartz: OK, I'm just wondering how hard it is to repro.15:44
bswartzbecause real users don't single thread their usage of manila15:45
*** kaisers_ has joined #openstack-meeting-alt15:45
vponomaryov cknight: use rally for LVM15:45
gansobswartz: production environments are not concurrency=115:45
vponomaryov cknight: to perform load, that's all15:45
*** achanda has quit IRC15:45
*** apetrich has quit IRC15:45
mkoderervponomaryov: is it reproducible in rally?15:45
vponomaryov cknight: OpenStack Rally has scenarios for DHSS=False Manila drive rmode15:45
vponomaryovmkoderer: I suspect it, and sure for 99,9%15:46
bswartzokay so I think we need to assume the bug isn't reported in LP yet15:46
bswartzI need a volunteer to reproduce the bug and file a bug report15:46
vponomaryovthe one to fix it?15:46
bswartzthen we can make progress on fixing it with multiple eyes15:46
bswartzvponomaryov: no just to file the bug report with enough interesting details that someone can investigate15:47
dustinsThis is for the concurrency bug for the LVM driver, yeah?15:47
vponomaryovdustins: in our case yes15:47
bswartzI would volunteer myself but I've managed to overcommit myself in the short term15:47
dustinsbswartz: If you can give me a quick overview of how to set it up, I'll volunteer15:48
bswartzthanks dustins15:48
*** MarkAtwood has joined #openstack-meeting-alt15:48
vponomaryovdustins: you can look at what LVM CI job does15:48
bswartz#action dustins will file the bug and bswartz will triage with highest possible priority15:48
dustinsvponomaryov: I'll do that, thanks for the suggestion!15:49
bswartzyeah I'll get with dustins and show him where it occurs15:49
bswartzin CI15:49
dustinsSounds like a plan15:49
bswartzthe trick is how to separate those failures from postgres+neutron failures15:49
bswartzokay15:49
bswartz#topic open discussion15:49
*** openstack changes topic to "open discussion (Meeting topic: manila)"15:49
bswartzanything else for today15:49
gansoweren't we going to disable neutron for LVM job?15:49
cknightbswartz: can't we switch to mysql for that job?15:49
vponomaryovganso: +1, bswartz?15:50
*** ikutukov_ has joined #openstack-meeting-alt15:50
gansocknight: or maybe create another job without neutron and use mysql15:50
*** dguryanov2 has joined #openstack-meeting-alt15:50
gansoand make that one voting15:50
vponomaryovwithout everything that is not used15:50
bswartzcknight: switching to mysql is absolutely an option, but after neutron fixes their bug I'd like to have gate coverage for postgres15:50
*** KGRVamsi has joined #openstack-meeting-alt15:50
*** salmon_ has joined #openstack-meeting-alt15:51
bswartzganso: I want to but I suspect tempest depends on neutron currently15:51
gansobswartz: good point15:51
vponomaryovLVM job requires only Keystone from OpenStack projects15:51
mkoderer-1 to only vote on mysql15:51
bswartzhas anyone attempted to run tempest without neutron?15:51
bswartzit's on my todo list for this afternoon15:51
vponomaryovbswartz: it should be disabled on infra side15:51
toabctlhow can there be neutron failures if the lvm job just needs keystone?15:51
vponomaryovbswartz: in job config15:51
*** e0ne_ has quit IRC15:52
mkodererbswartz: no but I can do that tomorrow15:52
gansobswartz: it used to work with nova-network15:52
vponomaryovtoabctl: it is installed by devstack by default15:52
bswartzvponomaryov: I know how to make jenkins do it -- I'm not sure it will work though15:52
vponomaryovtoabctl: and installation of DB for it fails15:52
bswartzI'd like to test it on my system first15:52
*** mtanino has quit IRC15:52
bswartzdoes nobody run tempest on their own dev systems?15:52
mkodererbswartz: sure I do15:52
vponomaryovbswartz: flies with ZFS ))15:52
gansobswartz: I do15:53
bswartzokay good15:53
bswartzdo you all use neutron or not?15:53
vponomaryovbswartz: my tea is still hot while tempest ends run15:53
gansobswartz: I always do :\15:53
mkodererbswartz: yes with neutron15:53
*** pigmej has joined #openstack-meeting-alt15:53
mkodererbswartz: just give me the action item. I will have a look tomorrow15:53
gansobswartz: I have never tried running without neutron15:53
bswartzokay so I'm still unconvinced that it's possible to run tempest without either neutron or n-net15:53
bswartzand n-net is NOT an option15:54
vponomaryovbswartz: if we disable dynamic creation of tenants - should be ok15:54
*** aspiers has joined #openstack-meeting-alt15:54
vponomaryovbswartz: it is quota tests in our case15:54
*** tonytan_brb has joined #openstack-meeting-alt15:54
bswartzvponomaryov: okay so how do you skip the quota tests15:54
*** reldan has joined #openstack-meeting-alt15:54
*** vgridnev has quit IRC15:55
bswartzand can those tests be modified to work without neutron?15:55
vponomaryovbswartz: https://review.openstack.org/#/c/281477/15:55
*** sc68cal has joined #openstack-meeting-alt15:55
bswartzawesome15:55
*** xarses has joined #openstack-meeting-alt15:55
vponomaryov^ adds possiblity to just disable them15:55
bswartzmkoderer: so you can try this out and let me know?15:55
markstur_it has jenkins -215:55
mkodererbswartz: yep15:55
bswartzokay15:55
vponomaryovmarkstur_: it is because CI was broken15:56
mkodererbswartz: you'll get me feedback tomorrow EOB15:56
bswartzalright15:56
bswartzanything else for today?15:56
cknightbswartz: One more topic on agenda.15:56
markstur_vponomaryov, so we can't fix the gate until we fix the gate?15:56
cknightbswartz: Mid-cycle location.15:56
bswartzoh it was added late15:56
gansomarkstur_: gate is partially fixed15:56
cknightmarkstur_: Exactly :-(15:56
bswartz#topic Next Manila mid-cycle location15:56
*** openstack changes topic to "Next Manila mid-cycle location (Meeting topic: manila)"15:56
gansomarkstur_: only postgres patches are failing15:57
gansomarkstur_: but at this moment gate is stuck15:57
*** balajiiyer has joined #openstack-meeting-alt15:57
gansomarkstur_: not exactly broken15:57
bswartzyes I asked everyone to find out if they could attend a european midcycle this summer15:57
*** sdake has joined #openstack-meeting-alt15:57
*** tonytan4ever has quit IRC15:57
*** kaisers_ has quit IRC15:57
bswartzcknight and I can15:58
*** balajiiyer has quit IRC15:58
*** sdake_ has quit IRC15:58
bswartzanyone else have a definite yes or no?15:58
dustinsLooking pretty unlikely on my end15:58
*** angdraug has joined #openstack-meeting-alt15:58
gansodefinite no =(15:58
markstur_unlikely15:58
*** fzhadaev has joined #openstack-meeting-alt15:58
bswartzganso: could you attend a US-based one?15:58
gansobswartz: no as well15:58
*** kaisers_ has joined #openstack-meeting-alt15:58
dustinsFortunately there's always Hangouts, etc15:59
bswartzif you're going to be remote no matter what then the location should matter less -- it's just a question of time zones then15:59
*** kaisers_ has quit IRC15:59
mkodererbswartz: f2f mid-cycles are usually much more produtive15:59
mkodererbut sure if nobody can make it ... makes no sense15:59
*** dnikishov has joined #openstack-meeting-alt15:59
*** IvanBerezovskiy has joined #openstack-meeting-alt15:59
*** mwhahaha has joined #openstack-meeting-alt15:59
bswartzmkoderer: I agree15:59
*** merooney has quit IRC15:59
dustinsmkoderer: absolutely16:00
*** balajiiyer has joined #openstack-meeting-alt16:00
bswartzbut some employers are stingy about travel16:00
*** reldan has left #openstack-meeting-alt16:00
mkodererbswartz: I know16:00
*** bookwar has joined #openstack-meeting-alt16:00
bswartztherefore we have to find a way to work without face to face time16:00
*** zotoff has joined #openstack-meeting-alt16:00
bswartzokay we've over our time16:00
vponomaryovbswartz: some? most!16:00
*** a_ta__ has quit IRC16:00
*** KGRVamsi_ has joined #openstack-meeting-alt16:00
bswartzlooks like you have a bit more information mkoderer -- you should still ask other cores directly for answers16:01
*** akislitsky_ has joined #openstack-meeting-alt16:01
*** mihgen has joined #openstack-meeting-alt16:01
bswartz#endmeeting16:01
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"16:01
openstackMeeting ended Thu Feb 25 16:01:16 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/manila/2016/manila.2016-02-25-15.00.html16:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/manila/2016/manila.2016-02-25-15.00.txt16:01
openstackLog:            http://eavesdrop.openstack.org/meetings/manila/2016/manila.2016-02-25-15.00.log.html16:01
*** gouthamr has left #openstack-meeting-alt16:01
*** markstur_ has left #openstack-meeting-alt16:01
bswartzsorry fuel team for running late16:01
xarsesnp16:01
*** ikutukov_ has quit IRC16:01
*** sslypushenko has joined #openstack-meeting-alt16:01
xarses#startmeeting fuel16:01
xarses#chair xarses16:01
xarsesTodays Agenda:16:01
xarses#link https://etherpad.openstack.org/p/fuel-weekly-meeting-agenda16:01
xarsesWho's here?16:01
openstackMeeting started Thu Feb 25 16:01:34 2016 UTC and is due to finish in 60 minutes.  The chair is xarses. Information about MeetBot at http://wiki.debian.org/MeetBot.16:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:01
*** openstack changes topic to " (Meeting topic: fuel)"16:01
openstackThe meeting name has been set to 'fuel'16:01
openstackCurrent chairs: xarses16:01
*** dustins has left #openstack-meeting-alt16:01
maximov_hi16:01
mwhahahahi16:01
IvanBerezovskiyhi16:01
warpchi16:01
monesterhi16:01
akislitsky_hi16:01
mihgenhi16:01
kszukielojchi16:01
vsakharovhi16:01
degorenkohi16:01
dpyzhovhi16:02
aspiershi16:02
*** ikalnitsky has joined #openstack-meeting-alt16:02
ashtokolovhi16:02
*** aovchinnikov has left #openstack-meeting-alt16:02
*** tbarron has left #openstack-meeting-alt16:02
pigmejhi16:02
angdraugo/16:02
xarses#topic action items from last week16:02
*** openstack changes topic to "action items from last week (Meeting topic: fuel)"16:02
*** jcsp has left #openstack-meeting-alt16:02
*** KGRVamsi has quit IRC16:02
*** yottatsa has joined #openstack-meeting-alt16:02
xarsesashtokolov will look into increased deployment time in smoke tests16:02
aglarendil\o/\o/16:02
*** jmckind has joined #openstack-meeting-alt16:02
yottatsao\16:02
salmon_hi16:02
*** igorbelikov has joined #openstack-meeting-alt16:02
ikalnitskyo/16:03
igorbelikovo/16:03
aglarendilashtokolov: is typing16:03
fzhadaevhi16:03
aglarendilplease be patient16:03
xarses=)16:03
aglarendil....16:03
ashtokolovwe discovered one issue with apache task https://review.openstack.org/28245516:03
*** mtanino has joined #openstack-meeting-alt16:03
*** merooney has joined #openstack-meeting-alt16:03
*** agrebennikov has joined #openstack-meeting-alt16:03
kozhukalovhi16:03
agrebennikovhi there16:04
*** jschwarz__ is now known as jschwarz16:04
ashtokolovit was a floating issue, fix was merged16:04
xarsesso did deployment time decrease?16:04
xarsesor are we still facing issues there?16:05
*** shayneburgess has joined #openstack-meeting-alt16:05
*** prithiv has joined #openstack-meeting-alt16:05
aglarendil....16:05
aglarendilashotokolov is typinh16:05
aglarendil....16:05
*** Yogi1 has joined #openstack-meeting-alt16:05
*** shayneburgess has quit IRC16:06
*** Yogi1 has left #openstack-meeting-alt16:06
mihgen.. by letf foot :P16:06
ashtokolovxarses, deployment time decreased by 5-10%16:06
aglarendilas we expected with 4-core cpus of CI nodes16:06
ashtokolovsorry folks, slow wi-fi in the office16:06
*** dims has quit IRC16:06
*** shayneburgess has joined #openstack-meeting-alt16:06
angdraugslower than you typing? :P16:06
aglarendil....16:07
aglarendilashtokolov is typing16:07
aglarendil....16:07
xarsesok, moving16:07
xarsesikalnitsky holser to follow up with dnikishov on the spec for non-root https://review.openstack.org/#/c/243340/16:07
ikalnitskywe have reviewed the spec16:07
*** j___ has quit IRC16:07
ikalnitskyi think the main approach is established16:07
*** yamamoto has joined #openstack-meeting-alt16:08
ikalnitskyso i start merging patches to fuel-web16:08
xarsesthanks16:08
*** bana_k has quit IRC16:08
xarsesfzhadaev yottatsa to sync on NFV status and provide combined update16:08
fzhadaevDone. And vsakharov will provide our combined update16:08
fzhadaev:)16:08
*** rraja has quit IRC16:09
*** jmckind has quit IRC16:09
xarsesthanks16:09
fzhadaevit's in agenda16:09
xarses#topic code review backlog status: http://bit.ly/1Kp8BzM (mihgen)16:09
*** openstack changes topic to "code review backlog status: http://bit.ly/1Kp8BzM (mihgen) (Meeting topic: fuel)"16:09
*** jmckind has joined #openstack-meeting-alt16:09
mihgenfolks we lag behind16:09
mihgenI won't be giving actions items, but please check the link and help to move this forward16:10
xarsesYes, we want to keep up on our code review throughput16:11
xarsesthanks mihgen16:11
*** sdake_ has joined #openstack-meeting-alt16:11
*** sdake_ has quit IRC16:11
xarses#topic Using multiple OpenStack versions https://review.openstack.org/#/c/281557/ (xarses)16:11
*** openstack changes topic to "Using multiple OpenStack versions https://review.openstack.org/#/c/281557/ (xarses) (Meeting topic: fuel)"16:11
*** sdake has quit IRC16:11
*** sdake_ has joined #openstack-meeting-alt16:12
xarsesoh, we've scoped it down a bit since I wrote that =)16:12
xarsesI've been working to socialize https://review.openstack.org/#/c/281557/ so we can start versioning openstack tasks seperate of others. This led to needing to open https://review.openstack.org/#/c/284294/ (remove some of the ::openstack manifests) this also relates to the prior because some of the calls are inderected in ::openstack before making it to the puppet-openstack modules.16:12
*** merooney has quit IRC16:12
*** esheffield has quit IRC16:13
*** yamamoto has quit IRC16:13
xarsesquestions?16:13
*** romcheg has joined #openstack-meeting-alt16:13
xarses#topic feasibility of converging with upstream https://launchpad.net/openstack-resource-agents (aspiers)16:14
*** openstack changes topic to "feasibility of converging with upstream https://launchpad.net/openstack-resource-agents (aspiers) (Meeting topic: fuel)"16:14
aspiershi16:14
*** sdague has joined #openstack-meeting-alt16:14
aspiersthanks for tolerating an outsider crash your meeting :)16:14
*** ikutukov has joined #openstack-meeting-alt16:14
aspiersI am the maintainer of this upstream projecct16:14
xarseswelcome16:14
aspiersand I recently noticed that fuel has forked some of the OCF RAs16:14
aglarendilholy guacamole, Adam! welcome!16:14
aspiersI talked to bogdando and he suggested I raise the idea of reconvergence here16:15
aspiers:)16:15
*** pnavarro has quit IRC16:15
bogdandohi16:15
aspiersI think it could be a win-win situation for all16:15
aspiersby combining efforts16:15
xarsesI'm for it, we have a bunch of stuff in here16:15
xarsesthat is diverged16:15
aspiersI am guessing the fork happened whilst the project was unmaintained and living in github.com/madkiss16:15
bogdandoand bunch of improvements :)16:15
bogdandoyes, few years ago16:16
aspiersbut since then I brought it into the openstack ecosystem and we have various vendors contributing now16:16
xarsesforgive me now knowing, what do you have for CI coverage?16:16
*** daemontool__ has quit IRC16:16
xarseswe already have the OCF installed as a RPM, so we could swap them16:16
*** fnaval has quit IRC16:16
aspiersxarses: nothing right now but we have just started preliminary work on fixing that16:16
aspierse.g. https://launchpad.net/bugs/150855916:16
openstackLaunchpad bug 1508559 in openstack-resource-agents "Needs bashate CI" [Wishlist,Confirmed]16:16
yottatsaaglarendil is typing16:16
xarsesevntually, we'd want to vote, at least in regards to what we consume16:16
angdraugaspiers: have you seen https://ci.fuel-infra.org/view/puppet-openstack/ ?16:17
xarseswe have a bunch of CI around beating the cluster16:17
aglarendiloh, common, is there anyone using non-bash shell?16:17
bogdandonote, I have a PoC Travis CI for docker containers running a pacemaker cluster16:17
aspiersangdraug: no I haven't16:17
angdraugaglarendil: only all of Debian users :)16:17
bogdandothis may be used as the base for OCF under tests16:17
aspiersbogdando: cool!16:17
bogdandoor suchlike16:17
aspiersI think we definitely want unit tests too16:17
aglarendilangdraug: the first thing you do 'dpkg-reconfigure dash'16:18
aspiersalthough that would require mocking dependencies, and it's a pain with shell code16:18
*** myoung|mobile has joined #openstack-meeting-alt16:18
aspiersbut anyway I don't mean to hijack your meeting with our future plans16:18
bogdandoexample OCF testing job https://travis-ci.org/bogdando/rabbitmq-server/builds/10935370816:18
*** esheffield has joined #openstack-meeting-alt16:18
aspiersjust wanted to raise it and see if convergence potentially appeals to you guys16:18
bogdandoJFYI16:18
xarsesaspiers: lets prepare a ML or such, and find out who can work on this, and then we should maybe setup a meeting time to talk just about this16:19
bogdandomy vote is +1. Although we need specs submitted, both sides16:19
aspierssince I think these RAs definitely have potential to be shared across many vendors16:19
angdrauglooks like everyone is excited about the prospect of reconvergence16:19
aspiersxarses: makes sense16:19
xarsesaspiers: can I put an action on you to follow up on this?16:19
angdraugbogdando: would you be our project's liaison with openstack-resource-agents?16:19
aspiersxarses: sure16:19
aglarendilI am +1 for convergence16:19
bogdandoangdraug, ok16:20
xarses#action aspiers will create ML to find out who is interested in RA convergance and probably set up dedicated meeting for such16:20
xarsesok moving?16:20
angdraugyup16:20
aspiersthanks!16:20
xarsesthanks for raising this aspiers16:20
xarses#topic topics for design summit in Austin https://etherpad.openstack.org/p/fuel-austin-agenda (angdraug)16:21
*** openstack changes topic to "topics for design summit in Austin https://etherpad.openstack.org/p/fuel-austin-agenda (angdraug) (Meeting topic: fuel)"16:21
angdraug#link https://etherpad.openstack.org/p/fuel-austin-agenda16:21
angdraugme and mihgen has added session leads and required participants to the proposed topics for Austin16:21
angdraugplease review and if you find your name on the list confirm that you can lead discussion of the topic16:21
angdraugif you add another topic, please leave your name in brackets so that we don't have to guess who added it16:21
angdraugif you see topics that are better served by online discussion or spec review, feel free to flag them16:21
angdraugwe will finalize the high-level agenda next week, so don't wait until the week before the summit to review this16:21
angdraugthanks16:21
*** criptoverso has quit IRC16:21
angdraugmoving?16:22
aglarendilangdraug: do we have right to propose some changes?16:22
angdraugof course16:22
vkramskikhhow to > confirm that you can lead discussion of the topic ?16:22
angdraugvkramskikh: I think silent consent is enough16:23
angdraugobject if you see your name against something you don't know enough about16:23
angdraugor if you think someone else should be there16:23
angdraugaglarendil: what kind of changes do you have in mind?16:24
aglarendilangdraug: finalizing HA reference architecture with power management and proper event-based control16:24
xarsesaglarendil: add a ~victim~ owner16:25
aglarendilme!16:25
*** esheffield has quit IRC16:25
aglarendilmi-mi-mi16:25
xarsesok moving16:26
xarses#topic Plugins v5 status (ikutukov)16:26
*** openstack changes topic to "Plugins v5 status (ikutukov) (Meeting topic: fuel)"16:26
ikutukovPlugins v5 features:16:26
ikutukov- deployment tasks v2.0.0 is used as only task version16:26
ikutukovikalnitsky asked us to implement:16:26
ikutukov- per-release configuration including deployment graph16:26
ikutukovAnd request from our services:16:26
ikutukov- configuration folders and custom paths support16:26
ikutukovSpec review:16:26
ikutukovhttps://review.openstack.org/#/c/271417/16:27
xarsesThis came up form a conversation that I had with some one working on a plugin. The wanted to know when the v5 version and tags would be ready so that they can finalize the metadata for their 9.0 plugins16:27
*** belmoreira has quit IRC16:27
*** kzaitsev_mb has quit IRC16:28
mihgenwill we be able to make it before FF.. ?16:28
ikalnitskyxarses: tags? you meant repo tag?16:28
xarseswell as of yesterday, 5.0 wasn't merged16:28
*** iyamahat_ has quit IRC16:28
ikalnitskymihgen: i think only nailgun part must be ready before ff. fuel-plugin-builder has untied release cycle16:28
*** fnaval has joined #openstack-meeting-alt16:28
xarsesin fuel-plugins or rpm for fuel-plugin-builder16:28
ikalnitskyxarses: yeah. i want to release current master on pypi16:29
ikalnitskyi'm waiting for merging my patch to openstack-infra16:29
ikalnitskythat pushes new rlease to pypi once tag is pushed16:29
xarsesikalnitsky: also, I noticed we don't have recent tags or branches for 7.0 or 8.016:29
ikalnitskyxarses: that's because we have untied from Fuel release cycle16:30
xarsesbut there are no tags for 4.0 then16:30
*** jjmb has joined #openstack-meeting-alt16:30
*** jjmb has quit IRC16:30
ikalnitskyyes16:30
ikutukov#ikalnitskiy its hard, but there are some chances to make nailgun support before SCF, some part of the FPB is on review but it's not possible to finish work on FPB before SCF16:30
ikalnitskyi will push it once this patch is merged16:30
ikalnitsky#link https://review.openstack.org/#/c/283683/16:30
xarseswait, 4.0 version on fuel-plugins == v5 plugin support?16:31
ikalnitskynope16:31
ikalnitsky4.0 = v4 plugins16:32
ikalnitskymake a release on pypi16:32
ikalnitskymerge v5 to master16:32
xarsesok, this is all confusing16:33
*** jjmb has joined #openstack-meeting-alt16:33
xarsesI will follow up after the meeting16:33
ikalnitskyok16:33
xarses#topic move ceph/public to Fuel Storage by default https://review.openstack.org/#/c/284467/ (agrebennikov)16:33
*** openstack changes topic to "move ceph/public to Fuel Storage by default https://review.openstack.org/#/c/284467/ (agrebennikov) (Meeting topic: fuel)"16:33
*** kencjohnston has joined #openstack-meeting-alt16:33
agrebennikovIt happened on the number of customers where we had to do dirty hack and replace ceph/public and ceph/replication net assignments to fuel networks16:33
agrebennikovогые нуыеуквфн ыфьу куйгуые16:34
agrebennikovooops))16:34
agrebennikovjust yesterday - same request one more time16:34
agrebennikovis possible to do it with templates, but there is no reason to ever mix item with openstack management16:34
agrebennikovusually customers have slow interfaces for public/mgmt and fast interfaces for storage. so lets place entire ceph traffic to storage and let the user to split ceph traffic with net templates when necessary16:34
angdraugobjections anyone?16:34
xarses+1 from me16:35
agrebennikovbasically ceph doesn't even Require cluster network16:35
mihgendo we have a bug for it.. ?16:35
agrebennikovbut xarses said it is impossible to test cases "have cluster"/"no cluster net"16:35
agrebennikovwe do16:35
angdraugmihgen: linked from the commit16:35
mihgenI'd get ceph folks to review..16:36
*** sdake_ is now known as sdake16:36
agrebennikovok16:36
angdraugmihgen: please invite the right people to +116:36
*** shadower39 has joined #openstack-meeting-alt16:36
mihgenI'll follow up with them16:36
xarsesthanks for raising this agrebennikov16:36
*** merooney has joined #openstack-meeting-alt16:36
agrebennikovnp16:37
agrebennikovthanks guys, leaving16:37
xarses#topic UI Team status (vkramskikh)16:37
*** openstack changes topic to "UI Team status (vkramskikh) (Meeting topic: fuel)"16:37
vkramskikhHi! Here is our status for 9.0 features:16:37
vkramskikh1) https://blueprints.launchpad.net/fuel/+spec/remove-vendor-code - the removal request has been merged; request to restore them in the downstream is still in progress - expected to be merged soon after restructuring the code.16:37
vkramskikh2) https://blueprints.launchpad.net/fuel/+spec/allow-choosing-nodes-for-provisioning-and-deployment - the first part (separate provisioning) was merged, separate deployment and choosing nodes are going to land soon.16:37
vkramskikh3) https://blueprints.launchpad.net/fuel/+spec/separate-fuel-ui-repo - separate test runner was merged, but still doesn't work in case of separate repo; still unsure if we could make it before FF.16:37
vkramskikh4) NFV stuff - implementation for node attributes (for Nova and DPDK CPU pinning) is close to be implemented and merged; other changes (topology representation and interface screen changes) still require working API before we can merge UI changes.16:37
vkramskikhQuestions?16:37
*** merooney has quit IRC16:38
*** ashleighfarnham has joined #openstack-meeting-alt16:38
*** salv-orlando has joined #openstack-meeting-alt16:38
*** sgotliv has quit IRC16:39
xarsesseems no, thanks for the update16:39
kozhukalov>>> but still doesn't work in case of separate repo16:39
kozhukalovi 'll check it later today16:39
kozhukalovi believe nothing serious16:39
angdraugthanks kozhukalov16:39
angdraugmoving on?16:40
xarses#topic Bugfix team status (dpyzhov)16:40
*** openstack changes topic to "Bugfix team status (dpyzhov) (Meeting topic: fuel)"16:40
dpyzhovhi guys16:40
dpyzhovwe all good with 8.0 release, as you know16:40
dpyzhovfor high priority bugs we have constant number of bugs in python16:40
mihgenangdraug: releasing?..16:41
*** edwardb has joined #openstack-meeting-alt16:41
*** salv-orlando has quit IRC16:41
*** ysm has left #openstack-meeting-alt16:41
dpyzhovand we solving library bugs as they appear16:41
*** shadower39 has quit IRC16:41
*** paul-carlton1 has quit IRC16:41
*** rellerreller has joined #openstack-meeting-alt16:41
*** vgridnev has joined #openstack-meeting-alt16:41
*** salv-orlando has joined #openstack-meeting-alt16:41
*** gyee has joined #openstack-meeting-alt16:41
dpyzhovbut we have lack of python guys right now16:41
dpyzhovand we have 100 medium priority bugs in python16:42
dpyzhovand 3 weeks before SCF16:42
mihgen:(16:42
dpyzhovlibrary guys are helping with python16:42
*** admiralqi has joined #openstack-meeting-alt16:42
dpyzhovbut they have limited expertise and also they have their tasks16:43
*** Leom has joined #openstack-meeting-alt16:43
*** absubram has joined #openstack-meeting-alt16:43
angdraugmihgen: yes on releasing 8.016:43
angdraugbookwar: ^16:43
dpyzhovit doesn't look like we'll be able to get good progress with medium priority bugs in 9.0 and most of them will be moved to 10.016:43
angdraugwe don't have much time to introduce new medium bugs, either...16:44
xarsesdpyzhov: it sounds like we need to prioritize them over an iteration in 10, since we will have a longer cycle16:44
dpyzhov2/3 of medium priority bugs were moved from 8.0 release16:44
angdraugdpyzhov: do you mean 1/3 of medium bugs were fixed in 8.0, or that 1/3 of currently open medium bugs were introduced in 9.0?16:45
mihgenfolks there many other topics in agenda, time..16:45
xarseslets try to work out how we can knock them down in 10, we don't have time for 9.0 either16:46
dpyzhov 1/3 of currently open medium bugs were submitted after 8.0 SCF16:46
dpyzhovthat's all that I wanted to highlight16:46
xarses#topic Fuel + Solar integration (pigmej)16:46
*** openstack changes topic to "Fuel + Solar integration (pigmej) (Meeting topic: fuel)"16:46
*** sicarie has joined #openstack-meeting-alt16:47
pigmejHey16:47
pigmejAs you may now we should integrate solar with fuel in 9.0. Integration in 9.0 will be very experimental and it will not affect fuel except: https://review.openstack.org/283600.16:47
pigmejWe will introduce 2 new packages (and some dependencies) in Centos7, these dependencies are already packaged and available in mos-master.16:47
pigmejPredicted UX:16:47
pigmej- user will need to install 2 rpm packages: solar and fuel2solar16:47
pigmej- user will configure everything in fuel-web and then switch to solar CLI before clicking "deploy" button16:47
pigmej16:47
pigmejCurrent plan is to:16:47
pigmej1. create fuel-spec about introducing these 2 additional packages (and requirements), this spec will not requre any QA activities,16:47
pigmej2. then should we describe everything again in openstack-dev ML16:47
pigmej3. describe this everything in fuel docs16:47
pigmej16:47
pigmej16:47
pigmejOr maybe instead fuel-spec in 1 could we just create blueprint with pretty much the same content ?16:47
ashtokolovpigmej do we need to land any patches to nailgun before FF to make it work?16:49
xarsesdo we even need to introduce the packages onto the ISO? can we just leave them in the fuel mirror?16:49
kozhukalovanother q is should we put these two packages on the iso (i think we should)16:49
pigmejashtokolov: https://review.openstack.org/283600 this is only one required16:49
mihgenif it's just about adding a couple of packages to the mirror, then I don't think we need a spec for it16:49
dshulyakashtokolov: one patch, that extends nailgun api16:49
dshulyakashtokolov: i believe same thing you was describing 2 months ago16:49
pigmejsolar package is already in mos-master, requirements are there also16:49
kozhukalovxarses: by default we use local mirror (unfortunately)16:50
kozhukalovso we'd better place these packages on iso16:50
xarseskozhukalov: we have fuel centos mirror on the fuel-master16:50
ashtokolovdshulyak you mean serialised graph and deployment info?16:50
*** diazjf has joined #openstack-meeting-alt16:51
xarseseven with deb, we still have the fuel-mirror in the repo list16:51
*** jjmb has quit IRC16:51
pigmejfor now we have just rpms16:51
xarsesanyway, we need to move16:51
xarsesthank pigmej16:51
xarses#topic Telco Team Status + NFV (vsakharov)16:51
*** openstack changes topic to "Telco Team Status + NFV (vsakharov) (Meeting topic: fuel)"16:51
*** minwang2 has joined #openstack-meeting-alt16:52
vsakharovHi all.16:52
vsakharovFor now, Telco team has three main activities for 9.0:16:52
vsakharov1) Support NFV features:16:52
vsakharov1.1) Huge pages [1]16:52
vsakharov1.2) NUMA/CPU pinning [2]16:52
kozhukalovxarses: you mean let's leave this to a user to download these packages using fuel-mirror?16:52
vsakharov1.3) SR-IOV [3]16:52
dshulyakashtokolov: yes, but deployent info is already available using existing handlers, that patch adds is only for serialized graph16:52
vsakharov1.4) DPDK [4]16:52
vsakharovAll specs were merged. 10 patches merged, 17 - on review16:52
vsakharov2) Daemon Resource Allocation Control [5]16:52
dshulyaksorry16:52
vsakharovSpec is merged. 4 patches are on review.16:52
vsakharov3) Removing Mirantis-specific code from fuel code16:52
vsakharov3 patches are merged.16:52
vsakharov[1] https://blueprints.launchpad.net/fuel/+spec/support-hugepages16:52
vsakharov[2] https://blueprints.launchpad.net/fuel/+spec/support-numa-cpu-pinning16:52
vsakharov[3] https://blueprints.launchpad.net/fuel/+spec/support-sriov16:52
vsakharov[4] https://blueprints.launchpad.net/fuel/+spec/support-dpdk16:52
vsakharov[5] https://blueprints.launchpad.net/fuel/+spec/cgroups16:52
vsakharovAny questions?16:52
*** kzaitsev_mb has joined #openstack-meeting-alt16:52
xarseskozhukalov: yes, we don't need to include it in the release that way, its just packages sitting on the internet16:52
*** markvan has quit IRC16:53
mihgenpigmej: I think you'd at least need to raise this in ML, and then see if spec/whatever is needed..16:53
xarsesvsakharov: whats at risk for feature freeze?16:53
dklenovDPDK with high risk16:54
pigmejmihgen: I will post the same on ML then, and we will see what will happen.16:54
dklenovall other fuel related - with medium16:54
dklenovmerging is going a bit slow :(16:54
*** dims has joined #openstack-meeting-alt16:54
yottatsaxarses we're expecting to merge library and agent #link http://bit.ly/1oCR2Jt before FF16:54
*** mikelk has quit IRC16:54
*** markvan has joined #openstack-meeting-alt16:54
xarses#action pigmej will post on the ML with regards to solar packages merge16:54
*** amotoki has joined #openstack-meeting-alt16:54
mihgenany creative ideas to metigate it / speed up review/merge?16:54
xarsesvsakharov: dkalleg yottatsa thanks16:55
*** minwang2 has quit IRC16:55
xarses#topic Network team status (alex_didenko)16:55
*** openstack changes topic to "Network team status (alex_didenko) (Meeting topic: fuel)"16:55
alex_didenko1Our team is working on the following features.16:56
alex_didenko1https://blueprints.launchpad.net/fuel/+spec/allow-any-vip - requires some changes in spec and design, working on them, patches are on review. Spec change and email to ML are in TODO. This feature looks good so far.16:56
alex_didenko1https://blueprints.launchpad.net/fuel/+spec/support-sriov - Only library patches are in good shape, no patches merged in other projects. So this feature is in red state (risk of not landing till FF is above average)16:56
alex_didenko1https://blueprints.launchpad.net/fuel/+spec/support-dpdk - Even library patches are not yet ready to be merged (but they are on review though). This one is red also (risk of not landing till FF is very hight).16:56
alex_didenko1some more details on NFV :)16:56
*** shwetaap has quit IRC16:56
*** jjmb has joined #openstack-meeting-alt16:56
*** jjmb has quit IRC16:56
alex_didenko1Done16:57
*** iyamahat_ has joined #openstack-meeting-alt16:57
yottatsayep, we're stuck with nailgun16:57
*** wayward710 has joined #openstack-meeting-alt16:57
ikalnitskyyottatsa: what's that?16:57
*** salmon_ has quit IRC16:58
*** yamahata has joined #openstack-meeting-alt16:58
mihgenthere are 5 topics left. Should those be followed up over email, since we won't be able to discuss all of them now.. ?16:58
xarses#topic Nonroot feature status (dnikishov16:58
*** openstack changes topic to "Nonroot feature status (dnikishov (Meeting topic: fuel)"16:58
*** agrebennikov has quit IRC16:58
dnikishovhi16:58
wayward710_ hi16:58
dnikishovas ikalnitsky mentioned, there are few merged patches for fuel-web16:59
xarsesmihgen: probably16:59
dnikishovthe plan is to get non-vital commits merged first and coordinate the rest with infra16:59
*** kevo has joined #openstack-meeting-alt16:59
mihgenare you getting help for library patches?16:59
*** cjschaef has joined #openstack-meeting-alt17:00
*** tmcpeak has joined #openstack-meeting-alt17:00
xarseswe are out of time guys17:00
dnikishovyes, I've got some reviews17:00
*** KGRVamsi_ has quit IRC17:00
*** mickeys has joined #openstack-meeting-alt17:00
xarsesplease follow up on the remaining items on the ML17:00
ikalnitskyhere's the list of patches to be merged in first order and in second17:00
ikalnitsky#link https://etherpad.openstack.org/p/nonroot-safe-merging17:00
*** LHinds has joined #openstack-meeting-alt17:00
tmcpeako/17:00
LHindshi *17:00
*** jjmb has joined #openstack-meeting-alt17:00
xarses#endmeeting17:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"17:00
openstackMeeting ended Thu Feb 25 17:00:56 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/fuel/2016/fuel.2016-02-25-16.01.html17:00
michaelxinhi17:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/fuel/2016/fuel.2016-02-25-16.01.txt17:01
openstackLog:            http://eavesdrop.openstack.org/meetings/fuel/2016/fuel.2016-02-25-16.01.log.html17:01
*** ikalnitsky has left #openstack-meeting-alt17:01
tmcpeak#startmeeting security17:01
openstackMeeting started Thu Feb 25 17:01:04 2016 UTC and is due to finish in 60 minutes.  The chair is tmcpeak. Information about MeetBot at http://wiki.debian.org/MeetBot.17:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:01
*** openstack changes topic to " (Meeting topic: security)"17:01
wayward710Hi17:01
openstackThe meeting name has been set to 'security'17:01
elmikoheyo/17:01
cjschaefhi17:01
*** mwhahaha has left #openstack-meeting-alt17:01
tmcpeak#chair hyakuhei17:01
openstackWarning: Nick not in channel: hyakuhei17:01
openstackCurrent chairs: hyakuhei tmcpeak17:01
bknudsonhi17:01
*** dnikishov has quit IRC17:01
*** akislitsky_ has left #openstack-meeting-alt17:01
*** esker has quit IRC17:01
michaelxinhi,all17:01
*** jjmb1 has joined #openstack-meeting-alt17:01
*** minwang2 has joined #openstack-meeting-alt17:01
*** balajiiyer has quit IRC17:01
*** hyakuhei has joined #openstack-meeting-alt17:01
*** hyakuhei has quit IRC17:01
*** hyakuhei has joined #openstack-meeting-alt17:01
*** jjmb1 has quit IRC17:01
*** Tango|2 has quit IRC17:01
*** xarses has left #openstack-meeting-alt17:01
tmcpeako/17:02
tmcpeakyo, what's up everybody17:02
tmcpeakwe'll give a couple minutes to get people in17:02
* hyakuhei is here but still in previous meeting - you see the agenda?17:02
tmcpeakno, where's that?17:02
*** pigmej has left #openstack-meeting-alt17:02
elmikotmcpeak, hyakuhei, approve my pull request! =D17:02
tmcpeak#link https://etherpad.openstack.org/p/security-20160225-agenda17:02
tmcpeakok I'll run this until hyakuhei finishes other meeting17:03
*** fgimenez has quit IRC17:03
tmcpeakso I think we had BYOK follow up17:03
tmcpeakwe'll defer17:03
tmcpeakall the way to… Anchor17:03
tmcpeakalthough we have none of the Anchor's around either17:03
elmikoadded blog XD17:03
*** singlethink has joined #openstack-meeting-alt17:03
*** jjmb2 has joined #openstack-meeting-alt17:03
tmcpeak#topic Bandit17:03
*** openstack changes topic to "Bandit (Meeting topic: security)"17:03
*** fgimenez has joined #openstack-meeting-alt17:03
tmcpeakok we've got a lot of good changes coming17:04
tmcpeakstill working toward 1.017:04
tmcpeakbrowne, cjschaef, myself, tkelsey and others have been pushing some good work17:04
elmiko+117:04
tmcpeakwe're still on track there17:04
bknudson+117:04
tmcpeakone thing we could use is some testing17:04
*** huichun has quit IRC17:04
*** shelleea007 has joined #openstack-meeting-alt17:05
tmcpeakso if anybody has some time to play with Bandit and find (and report) bugs, that would be awesome17:05
LHindsI can do that17:05
tmcpeakLHinds: awesome, thank you!17:05
tmcpeakok cool17:05
*** jjmb has quit IRC17:05
cjschaefI will play with it some too, now that my test coverage work is winding down17:05
LHindsI ran it against some of my own code, and it found a lot, so owe it back ;-]17:05
michaelxin+117:06
*** ysm has joined #openstack-meeting-alt17:06
tmcpeakcjschaef: great, thank you!17:06
tmcpeakok cool, probably not much else to say on Bandit this week17:06
tmcpeak#topic Sec Guide17:06
*** openstack changes topic to "Sec Guide (Meeting topic: security)"17:06
tmcpeakelmiko: sicarie17:06
tmcpeaktake it away17:06
elmikoi don't think there is much to report here17:06
*** fzhadaev has left #openstack-meeting-alt17:06
sicarie+117:06
michaelxin-117:06
sicarieNot much progress this week17:07
michaelxin:-)17:07
elmikowe are still working towards the pdf re-release, and closing some bug17:07
tmcpeakallright, might have a quicker meeting then ;)17:07
tmcpeak#topic Syntribos17:07
*** openstack changes topic to "Syntribos (Meeting topic: security)"17:07
*** browne has joined #openstack-meeting-alt17:07
tmcpeakmichaelxin and co17:07
michaelxinWe added some blueprints about what we want to do17:07
tmcpeakhow's this coming?17:07
michaelxinMichael Dong has been working on some features.17:07
*** jwarendt has quit IRC17:07
michaelxinWe are also updating the docs17:08
tmcpeaksweet, summary?17:08
*** zotoff has quit IRC17:08
michaelxinWe will use it testing Solum next week17:08
*** Leom has quit IRC17:08
elmikonice17:08
michaelxinsummary: We are working on it.17:08
*** rvyalov_ has quit IRC17:08
tmcpeakfair enough17:08
*** Leom has joined #openstack-meeting-alt17:09
*** jjmb2 has quit IRC17:09
*** yamamoto has joined #openstack-meeting-alt17:09
tmcpeakok then..17:09
tmcpeakhmm, trying to think what we should talk about without Rob17:09
michaelxinsummit?17:09
elmikoblog?17:09
tmcpeakhe'll probably want to discuss that too ;)17:09
tmcpeaksure blog17:09
tmcpeak#topic Blog17:09
*** openstack changes topic to "Blog (Meeting topic: security)"17:09
*** _nadya_ has quit IRC17:10
michaelxinWhen will they announce talks accepted for the summit?17:10
tmcpeakok anybody have any cool stuff they want to write about?17:10
elmikoi put a post up for the blog, please accept it =D17:10
michaelxinelmiko: +117:10
elmiko(i refrained from just pushing it myself)17:10
tmcpeakoh yeah?17:10
tmcpeakyou don't have mergy juice elmiko?17:10
elmikooh, i do. just wanted to be more democratic about it17:10
brownelink?17:11
elmiko#link https://github.com/openstack-security/openstack-security.github.io/pull/1317:11
ysmylinux0117:11
*** numans has joined #openstack-meeting-alt17:11
tmcpeakelmiko: just push when you think it's ready17:11
elmikotmcpeak: i wanted to make sure that you and hyakuhei were good with it first17:11
* tmcpeak reads17:11
elmikook, i'll give folks sometime to check it out and merge later if there are no comments17:12
*** shayneburgess has quit IRC17:12
michaelxingood job17:12
elmiko\o/17:12
*** scheuran has quit IRC17:12
tmcpeakelmiko: this is awesome!17:13
elmiko=D17:13
tmcpeakmergies!17:13
LHinds+117:13
LHindslooks good17:13
elmikook, i'll just merge now then17:13
tmcpeakthis is awesome elmiko17:13
elmikothanks tmcpeak17:14
tmcpeakok cool, up next…17:14
tmcpeakoh let's do CORS17:14
tmcpeak#topic CORS17:14
*** openstack changes topic to "CORS (Meeting topic: security)"17:14
*** yamamoto has quit IRC17:14
tmcpeakdid anybody get a chance to look at this?17:14
tmcpeakI did17:14
singlethinkI did17:15
singlethink(spec, docs, not code)17:15
tmcpeakok cool, what's your thoughts singlethink17:15
tmcpeakI only looked at the spec17:15
singlethinkFirst blush: it sounds like a reasonable solution17:15
michaelxinlink?17:15
singlethinkbasically... centralizing access to APIs from web browser17:15
elmikoi looked as well17:15
*** vponomaryov has left #openstack-meeting-alt17:15
singlethink#link http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html17:15
tmcpeakI understand the use however it really seems like the kind of thing that needs to be well thought out17:15
michaelxinThanks.17:15
singlethinkinstead of each project maintaining their own api proxy17:15
tmcpeakthis would probably be a good use of a OSSP threat model17:16
singlethinkalso #link http://docs.openstack.org/developer/oslo.middleware/cors.html17:16
*** prithiv has quit IRC17:16
singlethinkYes... I agree it's security critical17:16
tmcpeakyeah and they keep mentioning that it has to be done carefully and projects need to be aware of security implications17:16
elmikoi think a common location for cors middleware would be great, it would also save krotscheck the time of updating all the paste deploy scripts ;)17:16
tmcpeakthat's the kind of thing we can help with17:16
singlethinkI also think that it deserves some coverage in the security guide (and maybe Bandit)17:16
*** paul-carlton1 has joined #openstack-meeting-alt17:16
tmcpeakyeah we should definitely produce some guidance about this17:17
krotscheckEh?17:17
singlethinkdiscussing CORS middleware17:17
elmikokrotscheck: we're talking about http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html17:17
tmcpeakI'm wondering if this should be a design session at the summit17:17
hyakuheiSup, sorry - ran a little long17:17
hyakuheiPlease continue :)17:17
krotscheckRighto17:17
tmcpeakhey hyakuhei, saved the parts I thought you'd want to be on for you17:17
michaelxina threat model is cool idea17:18
hyakuheiCheers17:18
*** amrith is now known as _amrith_17:18
tmcpeakhyakuhei: did you read the CORS thing?17:18
tmcpeakyou'll want to check this out: http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html17:18
tmcpeakcurious for your take17:18
*** KGRVamsi has joined #openstack-meeting-alt17:18
hyakuheiJust reading up on it now17:18
tmcpeakgmurphy also agrees this should be one with care17:18
*** _amrith_ is now known as amrith17:19
tmcpeak(pasted link in my team channel last week)17:19
hyakuheiwell, that’s scary.17:19
*** _sarob has joined #openstack-meeting-alt17:19
tmcpeakheh yeah17:19
tmcpeakthat was my gut thought too17:19
hyakuheiI don’t fully understand how it applies to middleware as opposed to the more typical browser example.17:19
* krotscheck would like to note that he doesn't have the context-relevant vocabulary, so as he says things that sound weird, please ask for him to define what his brain things those words mean.17:19
tmcpeakhyakuhei: I'd like to do a threat model for this in a design session17:20
hyakuheiSeems fair17:20
tmcpeaktwo birds with one stone, etc17:20
hyakuheisure17:20
tmcpeakok cool17:20
tmcpeak#topic Summit room request17:20
*** openstack changes topic to "Summit room request (Meeting topic: security)"17:21
tmcpeakhyakuhei:17:21
elmikoit would be a good example to illustrate how the flow of traffic works, imo (re:CORS)17:21
*** shwetaap has joined #openstack-meeting-alt17:21
krotscheckI'd be happy to act as SME for that and explain it.17:21
tmcpeakelmiko: yeah, one of the things I'd like to put together in TA17:21
tmcpeakgood diagrams, data flows, etc17:21
hyakuheiSounds good to me, fishbowl or working room?17:21
elmiko+1, krotscheck, tmcpeak ;)17:21
tmcpeakkrotscheck: ahh cool17:21
elmikoi'd vote working room17:22
tmcpeakare you involved with this?17:22
elmikotmcpeak: he wrote that spec17:22
tmcpeakoooh17:22
tmcpeakperfect17:22
elmikohehe17:22
hyakuheiexciting times.17:22
krotschecktmcpeak: I wrote the spec. And all the patches. That are currently already in Mitaka17:22
tmcpeakok perfect17:22
tmcpeakyeah we'll need you then17:22
krotschecktmcpeak: That are under discussion AGAIN.17:22
elmikohe's also been updating all the api-paste.ini files for projects that use them to include the necessary options for CORS support17:22
* krotscheck didn't realize the horse was still alive.17:22
*** adamheczko has joined #openstack-meeting-alt17:23
krotscheckelmiko: And it looks like I get to revert all those.17:23
*** shwetaap has quit IRC17:23
elmiko /sadpanda17:23
krotscheckelmiko: No biggie. The application default options really should be pregenerated in the config file,.17:23
elmikothat makes sense17:24
*** _sarob has quit IRC17:24
krotscheckAnyway: Yes, assuming I'm going to the summit (95% likely, unless daycare falls through) I'll be more than happy to describe CORS to you.17:24
*** vgnbkr_ has joined #openstack-meeting-alt17:24
tmcpeakok cool17:24
elmikobut the real issue here is not horizon talking to the services, but new browser based apps that will need to make requests directly against api servers, right?17:24
elmikoor, indirectly, i suppose17:25
hyakuheiA lot of what horizon does actually falls away with CORS in favor of browser-side operation17:25
hyakuheiwhich is kinda interesting17:25
elmikoyea17:25
*** s3wong has joined #openstack-meeting-alt17:25
*** Swami has quit IRC17:25
krotscheckYep17:26
elmikoit seems to me we are enabling more growth of applications that can talk to the api servers with improved CORS support17:26
elmikojust a good thing to do17:26
*** minwang2 has quit IRC17:26
elmikoanyways, sorry for the derail17:27
*** nsun has joined #openstack-meeting-alt17:27
tmcpeakit's a good discussion, but we should also have it face to face to be effective I think17:27
elmiko+117:27
nsun+117:27
tmcpeakok cool17:27
*** admiralqa has joined #openstack-meeting-alt17:27
tmcpeakso summit rooms for real17:28
tmcpeakhyakuhei: what'd you have in mind?17:28
*** admiralqi has quit IRC17:28
hyakuheiOk, so we get to request rooms17:28
hyakuheiLast summit we had 2 fishbowl, 2 working17:28
hyakuheiand used all of them17:28
*** julim has quit IRC17:28
*** markvan has quit IRC17:28
tmcpeakwhat do we have in mind?17:28
tmcpeakBandit again?17:29
hyakuheiTA17:29
elmikoimo, TA should be a fishbowl17:29
hyakuhei+117:29
elmikomaybe bandit too, we had a full house last time17:29
elmikoi dunno17:29
hyakuheiThough we could also have a working room for TA:Cors17:29
hyakuheiI’d be happy to do both17:29
elmiko+117:29
tmcpeakok so those two, what else?17:29
elmikoa working room for CORS.* seems appropriate17:30
hyakuheiSo yeah, if you want a fishbowl or a working room for your pet project put it on the etherpad17:30
*** merooney has joined #openstack-meeting-alt17:30
*** beslemon has joined #openstack-meeting-alt17:30
tmcpeakhyakuhei: did Doug do any talks, and/or do you think he'll be at summit?17:30
*** markvan has joined #openstack-meeting-alt17:30
* elmiko adding distributed scale attacks to list....17:30
tmcpeakif we're doing Killick things could be worth one17:30
elmikoj/k17:30
hyakuheitmcpeak: Doug did, no idea if it’ll be included17:30
hyakuhei(I actually have an idea as a track chair, but my lips are sealed, muwhahaha)17:30
tmcpeakok, maybe we'll need to circle back on this a couple of times17:30
tmcpeakhyakuhei: when do you need to know by?17:31
elmikohyakuhei: oooh, nice17:31
hyakuheiI’ve put in a provisional request for 3x317:31
elmikoi wonder if we could expand the Anchor, Killick stuff to a more broad topic on PKI in general?17:31
tmcpeakcool17:31
tmcpeakelmiko: yeah, that's probably a good way to slice it17:31
hyakuheiYeah that would be interesting17:32
*** kertis has quit IRC17:32
michaelxinwhich etherpad?17:32
elmikoi know Anchor is an OSSP baby, but i would be lax on my duties if i didn't at least advocate for a discussion of all options *cough*dogtag/ipa*cough*17:32
tmcpeak:D17:32
elmiko;)17:32
tmcpeakholy war, holy war17:32
*** jjmb has joined #openstack-meeting-alt17:32
elmikohaha17:32
hyakuheiGood point17:33
tmcpeakmaybe we can just have bare knuckle boxing and sort this out for once17:33
michaelxin+117:33
hyakuheiThough I have thoughts on pushing Anchor up as a general service ala AWS ACM17:33
elmiko+1, imo Anchor is cool17:33
hyakuheiwhich would be very different (and require more adherence to OpenStack idiomatic API etc)17:33
elmikoi just think we should avoid becoming a one-solution-fits-all organ17:33
*** reldan has joined #openstack-meeting-alt17:34
elmikohyakuhei: yea... about that ;)17:34
*** reldan has left #openstack-meeting-alt17:34
hyakuheielmiko: I agree17:34
*** sdake_ has joined #openstack-meeting-alt17:34
*** zeih has joined #openstack-meeting-alt17:34
tmcpeakok cool17:35
tmcpeakonward?17:35
hyakuheiplease17:35
*** shwetaap has joined #openstack-meeting-alt17:35
elmikowas there a different link for the summit etherpad?17:35
michaelxina link?17:35
*** achanda has joined #openstack-meeting-alt17:36
tmcpeak#topic PTL Elections17:36
*** openstack changes topic to "PTL Elections (Meeting topic: security)"17:36
tmcpeakhyakuhei: what'd you want to do here?17:36
tmcpeakI'm happy with "Rob 4 prez" as we've done in the past17:36
hyakuheiMake sure people know there’s an election cycle coming up in about a month17:36
elmikomichaelxin: re: "[12:30] < hyakuhei> So yeah, if you want a fishbowl or a working room for your pet project put it on the etherpad"17:36
hyakuheiWork out who I need to kneecap/pay off etc.17:36
tmcpeakbut they probably want us to do the whole process17:36
elmikohaha17:36
hyakuheielmiko: michaelxin: Just the agenda one for now17:36
*** sdake has quit IRC17:36
* tmcpeak <— pay17:36
elmikohyakuhei: ack, tahnks17:36
*** tellesnobrega_af is now known as tellesnobrega17:36
michaelxinThanks.17:37
* elmiko <- no kneecap, please17:37
hyakuheiIt’s not a big discussion, helps me with numbers, I’ll petition Theirry and we’ll see what we get17:37
hyakuheiRemove both kneecaps, roger that!17:37
hyakuheiAnyway yeah, last time around the PTL elections slipped us by. I wanted to make sure everyone knows this time17:37
tmcpeakok, anything we have to do?17:38
tmcpeakor just hyakuhei actions?17:38
michaelxinDo we need to vote?17:38
elmikoi think just hyakuhei, and any rivals, need to make posts to the ML right?17:38
hyakuheiWe need to add ourselves to a yml file these days I think17:38
elmikoalso, added room requests to the agenda17:39
hyakuheiProcess doesn’t open for a while.17:39
hyakuheielmiko: TY17:39
tmcpeakdoes anybody want to run?17:39
*** zeih has quit IRC17:39
elmikoi'm happy to continue with our BDFL17:40
brownenot really, but are there multiple PTLs for the OSSP projects?17:40
*** KGRVamsi has quit IRC17:40
brownelike bandit vs achor?17:40
elmikobrowne: good point17:40
browneanchor17:40
hyakuheiNot really just code leads / cores17:40
tmcpeakI think subprojects don't get cores generally in OS17:40
tmcpeakis that right?17:40
hyakuheiWe can spin projects out into full blown “openstack things” if required17:40
tmcpeaksorry PTL's17:41
hyakuheitmcpeak: correct17:41
browneoh, but i think of bandit as a project (at least that way in Gerrit).17:41
tmcpeakyeah Bandit potentially should be separate17:41
elmikoyea, bandit is really growing to the point it should have full project status, imo17:41
*** yottatsa has quit IRC17:42
hyakuheiPTL is mainly here to do things like arrange the summit, make sure meetings happen, push agenda upstream etc. Maybe a discussion we should have at the summit is spinning out Bandit17:42
*** Swami has joined #openstack-meeting-alt17:42
michaelxinlots of work :)17:42
brownei was more curious of the organization.  not suggesting anything.  its been working as is17:42
elmikohmm, to that extent, then the other projects may not make sense to spin off17:42
hyakuhei“Status” is a relative term now that we have a big tent model, it’s not the rubber stamp that it used to be but it’s certainly I’d be open to17:42
brownebut if someone wanted to be a PTL of Bandit or whatever17:42
*** wayward710 has quit IRC17:42
hyakuheiIn the words of my former boss17:42
hyakuhei“You can call yourself whatever the hell you want so long as you don’t want any more money"17:43
elmikohyakuhei: yea, and bandit as an openstack project i don't means as much. but in the wider F/OSS community i think bandit definitely has legs.17:43
michaelxinhaha17:43
elmikos/don't means/don't think means/17:43
michaelxinelmiko: +117:43
*** s3wong has quit IRC17:43
hyakuheiSounds like a good discussion to have f2f17:43
elmiko+117:44
hyakuheipossibly including beer17:44
elmiko+217:44
LHindsdoes bandit have its own channel?  (sorry if off-topic)17:44
*** s3wong has joined #openstack-meeting-alt17:44
elmikono17:44
*** spotz is now known as spotz_zzz17:44
tmcpeak++17:44
elmikomaybe it's time is coming though ;)17:44
tmcpeakLHinds: #openstack-security works I think17:44
tmcpeaknot too crowded in there17:44
LHindsk, thanks tmcpeak17:44
elmikoaside from the random bot ;)17:45
tmcpeakthe bot adds character17:45
elmikotrue17:45
tmcpeakok, let's see17:45
tmcpeakanything else we want to cover?17:45
tmcpeakmaybe AOB now?17:45
tmcpeak#topic AOB17:45
*** openstack changes topic to "AOB (Meeting topic: security)"17:45
*** Leom has quit IRC17:46
michaelxinwhen will they announce talk schedule?17:46
tmcpeakhyakuhei: you know?17:46
*** beslemon has quit IRC17:46
hyakuheiOh not for a few weeks at least17:46
*** sdake_ is now known as sdake17:46
hyakuheiDon’t have to close out our chair discussions until next week17:46
hyakuheiThere’s normally a 2 week tail on that before they’re announced17:47
hyakuheibut I don’t know the details17:47
michaelxinthanks.17:47
hyakuhei#action hyakuhei to check when the sched is announced17:47
*** Leom has joined #openstack-meeting-alt17:47
*** MarkBaker has joined #openstack-meeting-alt17:48
tmcpeakallright, anything else?17:48
tmcpeakmight wrap early today17:48
michaelxincool. Thanks.17:49
hyakuheihttps://review.openstack.org/#/c/271517/17:49
tmcpeakoh yeah17:49
tmcpeakRob had a follow up from last time17:49
hyakuhei^ thats all17:49
*** kevo has quit IRC17:50
tmcpeakcool17:50
*** vgridnev has quit IRC17:50
tmcpeakallright, time to wrap?17:50
tmcpeak#endmeeting17:50
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"17:50
openstackMeeting ended Thu Feb 25 17:50:46 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:50
openstackMinutes:        http://eavesdrop.openstack.org/meetings/security/2016/security.2016-02-25-17.01.html17:50
tmcpeakthanks everybody!17:50
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/security/2016/security.2016-02-25-17.01.txt17:50
openstackLog:            http://eavesdrop.openstack.org/meetings/security/2016/security.2016-02-25-17.01.log.html17:50
tmcpeakhave a good week :)17:50
elmikothanks tmcpeak17:50
*** browne has left #openstack-meeting-alt17:51
*** tmcpeak has left #openstack-meeting-alt17:51
LHindsthanks all17:51
*** ysm has left #openstack-meeting-alt17:51
michaelxinthanks17:51
*** cjschaef has left #openstack-meeting-alt17:52
*** MarkBaker has quit IRC17:52
*** fgimenez has quit IRC17:52
*** minwang2 has joined #openstack-meeting-alt17:53
*** MarkBaker has joined #openstack-meeting-alt17:53
*** MarkBaker has quit IRC17:53
*** paul-carlton1 has quit IRC17:53
*** sc68cal has quit IRC17:53
*** admiralqa has left #openstack-meeting-alt17:53
*** SumitNaiksatam has joined #openstack-meeting-alt17:53
*** MarkBaker has joined #openstack-meeting-alt17:54
*** matrohon has quit IRC17:54
*** abitha has joined #openstack-meeting-alt17:55
*** harshs has joined #openstack-meeting-alt17:55
*** amotoki has quit IRC17:56
*** ikutukov_ has joined #openstack-meeting-alt17:56
*** paul-carlton1 has joined #openstack-meeting-alt17:58
*** Tango|2 has joined #openstack-meeting-alt17:58
*** sputnik13 has joined #openstack-meeting-alt17:59
*** madhu_ak has quit IRC17:59
*** rellerreller has left #openstack-meeting-alt17:59
*** Leom has quit IRC18:00
*** sdake_ has joined #openstack-meeting-alt18:01
*** adamheczko has quit IRC18:01
*** adamheczko has joined #openstack-meeting-alt18:01
*** apetrich has joined #openstack-meeting-alt18:01
*** adamheczko has quit IRC18:02
*** dizquierdo has quit IRC18:02
*** derekh has quit IRC18:03
*** sdake has quit IRC18:03
*** degorenko is now known as _degorenko|afk18:04
*** dlenrow has joined #openstack-meeting-alt18:05
*** spzala has quit IRC18:05
*** s3wong has quit IRC18:06
*** spzala has joined #openstack-meeting-alt18:06
*** neelashah has quit IRC18:06
*** Leom has joined #openstack-meeting-alt18:06
*** shelleea007 has quit IRC18:06
*** harshs has quit IRC18:07
*** vgridnev has joined #openstack-meeting-alt18:07
*** ndipanov has quit IRC18:07
*** harshs has joined #openstack-meeting-alt18:07
*** snackewm has joined #openstack-meeting-alt18:07
*** myoung|mobile is now known as myoung18:07
*** julim has joined #openstack-meeting-alt18:10
*** shayneburgess has joined #openstack-meeting-alt18:10
*** yamamoto has joined #openstack-meeting-alt18:10
*** spzala has quit IRC18:11
*** gyee has quit IRC18:11
*** jschwarz has quit IRC18:11
*** Akanksha08_ has joined #openstack-meeting-alt18:11
*** vgridnev has quit IRC18:12
*** Leom has quit IRC18:13
*** jjmb has quit IRC18:14
*** spotz_zzz is now known as spotz18:14
*** spotz is now known as spotz_zzz18:15
*** yamamoto has quit IRC18:15
*** neelashah has joined #openstack-meeting-alt18:18
*** sicarie has left #openstack-meeting-alt18:18
*** neelashah has quit IRC18:19
*** neelashah has joined #openstack-meeting-alt18:20
*** evgenyf has joined #openstack-meeting-alt18:21
*** numans has quit IRC18:22
*** numans has joined #openstack-meeting-alt18:22
*** Aish has joined #openstack-meeting-alt18:22
*** shayneburgess has quit IRC18:22
*** dizquierdo has joined #openstack-meeting-alt18:22
*** shashank_hegde has joined #openstack-meeting-alt18:23
*** dshakhray has quit IRC18:23
*** ihrachys has quit IRC18:24
*** spzala has joined #openstack-meeting-alt18:25
*** beslemon has joined #openstack-meeting-alt18:25
*** dshulyak has quit IRC18:27
*** shayneburgess has joined #openstack-meeting-alt18:29
*** dshulyak has joined #openstack-meeting-alt18:29
*** kzaitsev_mb has quit IRC18:29
*** KGRVamsi has joined #openstack-meeting-alt18:29
*** beslemon has quit IRC18:30
*** salv-orlando has quit IRC18:32
*** gyee has joined #openstack-meeting-alt18:33
*** ikutukov has quit IRC18:33
*** gyee has quit IRC18:37
*** salv-orlando has joined #openstack-meeting-alt18:39
*** vgridnev has joined #openstack-meeting-alt18:39
*** reed_ has joined #openstack-meeting-alt18:41
*** piet has joined #openstack-meeting-alt18:41
*** KGRVamsi has quit IRC18:41
*** paul-carlton1 has quit IRC18:42
*** piet has quit IRC18:46
*** dizquierdo has quit IRC18:46
*** sambetts is now known as sambetts|afk18:47
*** zeih has joined #openstack-meeting-alt18:48
*** jtomasek has quit IRC18:49
*** rsyed is now known as rsyed_away18:49
*** merooney has quit IRC18:51
*** Akanksha08_ has quit IRC18:53
*** IlyaG has quit IRC18:54
*** evgenyf has quit IRC18:56
*** cknight has quit IRC18:57
*** cknight has joined #openstack-meeting-alt18:58
*** rossella_s has quit IRC18:58
*** rossella_s has joined #openstack-meeting-alt18:58
*** piet has joined #openstack-meeting-alt18:58
*** spotz_zzz is now known as spotz18:59
*** merooney has joined #openstack-meeting-alt18:59
*** s3wong has joined #openstack-meeting-alt18:59
*** Leom has joined #openstack-meeting-alt19:01
*** esker has joined #openstack-meeting-alt19:01
*** piet has quit IRC19:02
*** _sarob has joined #openstack-meeting-alt19:02
*** egallen has quit IRC19:03
*** adamheczko has joined #openstack-meeting-alt19:03
*** Leom_ has joined #openstack-meeting-alt19:03
*** piet has joined #openstack-meeting-alt19:03
*** bana_k has joined #openstack-meeting-alt19:04
*** jmckind has quit IRC19:05
*** hyakuhei has quit IRC19:05
*** jmckind has joined #openstack-meeting-alt19:06
*** vilobhmm11 has joined #openstack-meeting-alt19:06
*** Leom has quit IRC19:06
*** cathR has joined #openstack-meeting-alt19:07
*** adamheczko has quit IRC19:07
*** kevo has joined #openstack-meeting-alt19:08
*** pvaneck has joined #openstack-meeting-alt19:09
*** hyakuhei has joined #openstack-meeting-alt19:09
*** cathR has quit IRC19:10
*** egallen has joined #openstack-meeting-alt19:10
*** numans has quit IRC19:10
*** rsyed_away is now known as rsyed19:11
*** yamamoto has joined #openstack-meeting-alt19:11
*** baoli_ has quit IRC19:11
*** beslemon has joined #openstack-meeting-alt19:11
*** angdraug has quit IRC19:12
*** balajiiyer has joined #openstack-meeting-alt19:13
*** haleyb has quit IRC19:14
*** tkelsey has joined #openstack-meeting-alt19:14
*** bana_k has quit IRC19:14
*** HeOS has quit IRC19:14
*** vgridnev has quit IRC19:15
*** dprince has quit IRC19:16
*** vgridnev has joined #openstack-meeting-alt19:17
*** yamamoto has quit IRC19:17
*** cathR has joined #openstack-meeting-alt19:18
*** tkelsey has quit IRC19:18
*** singlethink has quit IRC19:21
*** zeih has quit IRC19:22
*** fawadkhaliq has joined #openstack-meeting-alt19:22
*** evgenyf has joined #openstack-meeting-alt19:22
*** iyamahat_ has quit IRC19:24
*** markvan has quit IRC19:25
*** markvan has joined #openstack-meeting-alt19:27
*** iyamahat_ has joined #openstack-meeting-alt19:27
*** esheffield has joined #openstack-meeting-alt19:28
*** Sukhdev has joined #openstack-meeting-alt19:29
*** salv-orlando has quit IRC19:29
*** andymaier has quit IRC19:30
*** [ophely]Manowar has quit IRC19:30
*** neelashah has quit IRC19:31
*** Aish has quit IRC19:33
*** shayneburgess has quit IRC19:34
*** Aish has joined #openstack-meeting-alt19:34
*** dprince has joined #openstack-meeting-alt19:35
*** _nadya_ has joined #openstack-meeting-alt19:35
*** ikutukov_ has quit IRC19:36
*** salv-orlando has joined #openstack-meeting-alt19:36
*** zeih has joined #openstack-meeting-alt19:38
*** EricGonczer_ has joined #openstack-meeting-alt19:39
*** vgridnev has quit IRC19:41
*** EricGonc_ has joined #openstack-meeting-alt19:41
*** KGRVamsi has joined #openstack-meeting-alt19:42
*** neiljerram has quit IRC19:42
*** zeih has quit IRC19:42
*** sriram has joined #openstack-meeting-alt19:43
*** esheffield has quit IRC19:44
*** esheffield has joined #openstack-meeting-alt19:44
*** jjmb1 has joined #openstack-meeting-alt19:44
*** EricGonczer_ has quit IRC19:45
*** MarkBaker has quit IRC19:45
*** neelashah has joined #openstack-meeting-alt19:45
*** eddie__ has joined #openstack-meeting-alt19:46
*** KGRVamsi has quit IRC19:47
*** esheffield has quit IRC19:47
*** vgridnev has joined #openstack-meeting-alt19:47
*** haleyb has joined #openstack-meeting-alt19:48
*** baoli has joined #openstack-meeting-alt19:49
*** EricGonc_ has quit IRC19:50
*** krotscheck is now known as krotscheck_dcm19:50
*** EricGonczer_ has joined #openstack-meeting-alt19:51
*** baoli has quit IRC19:51
*** EricGonczer_ has quit IRC19:53
*** jmckind has quit IRC19:54
*** jmckind has joined #openstack-meeting-alt19:54
*** vgridnev has quit IRC19:55
*** haleyb has quit IRC19:58
*** vgridnev has joined #openstack-meeting-alt19:58
*** balajiiyer has quit IRC19:58
*** haleyb has joined #openstack-meeting-alt20:00
*** vgridnev has quit IRC20:00
*** balajiiyer has joined #openstack-meeting-alt20:01
*** zotoff has joined #openstack-meeting-alt20:01
*** evgenyf has quit IRC20:01
*** adamheczko has joined #openstack-meeting-alt20:03
*** hyakuhei has quit IRC20:06
*** vgridnev has joined #openstack-meeting-alt20:07
*** minwang2 has quit IRC20:08
*** mihgen has left #openstack-meeting-alt20:08
*** FallenPegasus has joined #openstack-meeting-alt20:09
*** jprovazn has quit IRC20:10
*** vgridnev has quit IRC20:10
*** piet has quit IRC20:11
*** vgridnev has joined #openstack-meeting-alt20:11
*** Leom_ has quit IRC20:13
*** fawadkhaliq has quit IRC20:13
*** bana_k has joined #openstack-meeting-alt20:13
*** Leom has joined #openstack-meeting-alt20:13
*** yamamoto has joined #openstack-meeting-alt20:13
*** fawadkhaliq has joined #openstack-meeting-alt20:13
*** piet has joined #openstack-meeting-alt20:14
*** egallen has quit IRC20:14
*** piet has quit IRC20:14
*** bana_k has quit IRC20:15
*** egallen has joined #openstack-meeting-alt20:15
*** bana_k has joined #openstack-meeting-alt20:15
*** minwang2 has joined #openstack-meeting-alt20:15
*** yamamoto has quit IRC20:17
*** Leom has quit IRC20:18
*** salv-orlando has quit IRC20:18
*** HeOS has joined #openstack-meeting-alt20:18
*** salv-orlando has joined #openstack-meeting-alt20:20
*** jjmb1 has quit IRC20:21
*** kencjohnston has quit IRC20:21
*** esker has quit IRC20:21
*** kfarr has quit IRC20:23
*** shayneburgess has joined #openstack-meeting-alt20:24
*** kzaitsev_mb has joined #openstack-meeting-alt20:26
*** adamheczko has quit IRC20:29
*** fzdarsky is now known as fzdarsky|afk20:33
*** piet has joined #openstack-meeting-alt20:33
*** cloudtrainme has joined #openstack-meeting-alt20:34
*** bana_k has quit IRC20:34
*** cathR has quit IRC20:37
*** zeih has joined #openstack-meeting-alt20:39
*** angdraug has joined #openstack-meeting-alt20:39
*** IvanBerezovskiy has quit IRC20:41
*** bana_k has joined #openstack-meeting-alt20:41
*** ikutukov has joined #openstack-meeting-alt20:41
*** EricGonczer_ has joined #openstack-meeting-alt20:41
*** _degorenko|afk has quit IRC20:42
*** matrohon has joined #openstack-meeting-alt20:42
*** IvanBerezovskiy has joined #openstack-meeting-alt20:42
*** _degorenko|afk has joined #openstack-meeting-alt20:43
*** jjmb has joined #openstack-meeting-alt20:43
*** snackewm has quit IRC20:44
*** zeih has quit IRC20:47
*** ikutukov has quit IRC20:50
*** cloudtrainme has quit IRC20:51
*** piet has quit IRC20:51
*** _nadya_ has quit IRC20:52
*** sc68cal has joined #openstack-meeting-alt20:53
*** vgridnev has quit IRC20:53
*** EricGonc_ has joined #openstack-meeting-alt20:54
*** EricGonczer_ has quit IRC20:58
*** ikutukov has joined #openstack-meeting-alt20:58
*** balajiiyer has quit IRC20:58
*** cloudtrainme has joined #openstack-meeting-alt21:00
*** gyee has joined #openstack-meeting-alt21:00
*** dshakhray has joined #openstack-meeting-alt21:00
*** dshulyak has quit IRC21:01
*** jmckind has quit IRC21:02
*** jmckind has joined #openstack-meeting-alt21:02
*** vishwanathj has quit IRC21:04
*** bana_k has quit IRC21:05
*** daemontool has joined #openstack-meeting-alt21:05
*** ikutukov has quit IRC21:05
*** markvan has quit IRC21:06
*** tpsilva has quit IRC21:07
*** markvan has joined #openstack-meeting-alt21:08
*** piet has joined #openstack-meeting-alt21:08
*** merooney has quit IRC21:09
*** ikutukov has joined #openstack-meeting-alt21:10
*** _sarob has quit IRC21:10
*** HeOS has quit IRC21:12
*** yamamoto has joined #openstack-meeting-alt21:14
*** yamamoto has quit IRC21:19
*** dprince has quit IRC21:19
*** fawadkhaliq has quit IRC21:20
*** Sukhdev has quit IRC21:21
*** neelashah has quit IRC21:21
*** achanda has quit IRC21:23
*** HeOS has joined #openstack-meeting-alt21:23
*** egallen has quit IRC21:24
*** jjmb has quit IRC21:25
*** matrohon has quit IRC21:25
*** jecarey_ has joined #openstack-meeting-alt21:28
*** ikutukov has quit IRC21:28
*** beslemon has quit IRC21:29
*** matrohon has joined #openstack-meeting-alt21:29
*** beslemon has joined #openstack-meeting-alt21:29
*** achanda has joined #openstack-meeting-alt21:31
*** jecarey has quit IRC21:31
*** piet has quit IRC21:32
*** cloudtrainme has quit IRC21:33
*** ijw has joined #openstack-meeting-alt21:33
*** achanda has quit IRC21:33
*** sdake_ is now known as sdake21:35
*** tonytan_brb has quit IRC21:36
*** esker has joined #openstack-meeting-alt21:36
*** tonytan4ever has joined #openstack-meeting-alt21:36
*** achanda has joined #openstack-meeting-alt21:37
*** KGRVamsi has joined #openstack-meeting-alt21:38
*** banix has joined #openstack-meeting-alt21:39
*** kaisers has quit IRC21:39
*** mickeys has quit IRC21:40
*** cloudtrainme has joined #openstack-meeting-alt21:40
*** sc68cal has quit IRC21:41
*** esker has quit IRC21:41
*** sgotliv has joined #openstack-meeting-alt21:41
*** ijw has quit IRC21:41
*** kaisers has joined #openstack-meeting-alt21:41
*** ijw has joined #openstack-meeting-alt21:42
*** beslemon has quit IRC21:43
*** EricGonc_ has quit IRC21:44
*** yamahata has quit IRC21:44
*** iyamahat_ has quit IRC21:45
*** cloudtrainme has quit IRC21:46
*** esker has joined #openstack-meeting-alt21:46
*** neelashah has joined #openstack-meeting-alt21:47
*** daemontool has quit IRC21:48
*** jmckind has quit IRC21:49
*** jmckind has joined #openstack-meeting-alt21:49
*** esker has quit IRC21:51
*** esker has joined #openstack-meeting-alt21:51
*** shashank_hegde has quit IRC21:51
*** piet has joined #openstack-meeting-alt21:51
*** shashank_hegde has joined #openstack-meeting-alt21:52
*** dkalleg has quit IRC21:54
*** tonytan_brb has joined #openstack-meeting-alt21:57
*** spzala has quit IRC21:59
*** sriram has quit IRC22:00
*** delatte has quit IRC22:00
*** Leom has joined #openstack-meeting-alt22:00
*** tonytan4ever has quit IRC22:00
*** _sarob has joined #openstack-meeting-alt22:01
*** shashank_hegde has quit IRC22:01
*** Leom_ has joined #openstack-meeting-alt22:02
*** julim has quit IRC22:04
*** Leom has quit IRC22:04
*** tellesnobrega is now known as tellesnobrega_af22:05
*** merooney has joined #openstack-meeting-alt22:05
*** _sarob has quit IRC22:06
*** HeOS has quit IRC22:07
*** jjmb has joined #openstack-meeting-alt22:07
*** jjmb has quit IRC22:08
*** jjmb has joined #openstack-meeting-alt22:08
*** tonytan_brb has quit IRC22:08
*** _sarob has joined #openstack-meeting-alt22:08
*** macsz has joined #openstack-meeting-alt22:09
*** achanda has quit IRC22:09
*** _sarob has quit IRC22:13
*** yamamoto has joined #openstack-meeting-alt22:15
*** dkalleg has joined #openstack-meeting-alt22:15
*** Leom_ has quit IRC22:15
*** MarkBaker has joined #openstack-meeting-alt22:17
*** daemontool has joined #openstack-meeting-alt22:17
*** vgnbkr_ has quit IRC22:17
*** vgnbkr__ has joined #openstack-meeting-alt22:17
*** piet has quit IRC22:18
*** fawadkhaliq has joined #openstack-meeting-alt22:19
*** zhhuabj_ has quit IRC22:20
*** yamamoto has quit IRC22:20
*** vgnbkr__ has quit IRC22:22
*** delatte has joined #openstack-meeting-alt22:25
*** tellesnobrega_af is now known as tellesnobrega22:25
*** Sukhdev has joined #openstack-meeting-alt22:28
*** zotoff has quit IRC22:28
*** cloudtrainme has joined #openstack-meeting-alt22:28
*** KGRVamsi has quit IRC22:31
*** macsz has quit IRC22:32
*** mickeys has joined #openstack-meeting-alt22:33
*** delattec has joined #openstack-meeting-alt22:33
*** cloudtra_ has joined #openstack-meeting-alt22:34
*** cloudtrainme has quit IRC22:35
*** delatte has quit IRC22:36
*** IlyaG has joined #openstack-meeting-alt22:36
*** MarkAtwood has quit IRC22:39
*** dane_leblanc has quit IRC22:41
*** zotoff has joined #openstack-meeting-alt22:41
*** beslemon has joined #openstack-meeting-alt22:41
*** FallenPegasus has quit IRC22:42
*** beslemon has quit IRC22:42
*** beslemon has joined #openstack-meeting-alt22:42
*** armax has quit IRC22:43
*** FallenPegasus has joined #openstack-meeting-alt22:43
*** armax has joined #openstack-meeting-alt22:44
*** zeih has joined #openstack-meeting-alt22:44
*** jjmb has quit IRC22:45
*** beslemon_ has joined #openstack-meeting-alt22:46
*** nsun has quit IRC22:46
*** rsyed is now known as rsyed_away22:46
*** FallenPegasus has quit IRC22:48
*** absubram has quit IRC22:48
*** beslemon has quit IRC22:49
*** adamheczko has joined #openstack-meeting-alt22:49
*** MarkBaker has quit IRC22:50
*** KGRVamsi has joined #openstack-meeting-alt22:52
*** esker has quit IRC22:52
*** neelashah has quit IRC22:52
*** zeih has quit IRC22:52
*** KGRVamsi has quit IRC22:56
*** KGRVamsi has joined #openstack-meeting-alt22:56
*** armax has quit IRC22:57
*** rossella_s has quit IRC22:58
*** banix has quit IRC22:58
*** rossella_s has joined #openstack-meeting-alt22:58
*** jmckind has quit IRC23:00
*** jmckind has joined #openstack-meeting-alt23:00
*** delatte has joined #openstack-meeting-alt23:01
*** vilobhmm11 has quit IRC23:01
*** vilobhmm11 has joined #openstack-meeting-alt23:02
*** vilobhmm11 has quit IRC23:03
*** delattec has quit IRC23:03
*** spotz is now known as spotz_zzz23:04
*** achanda has joined #openstack-meeting-alt23:04
*** vilobhmm11 has joined #openstack-meeting-alt23:05
*** jmckind has quit IRC23:07
*** diazjf has quit IRC23:08
*** salv-orl_ has joined #openstack-meeting-alt23:08
*** shashank_hegde has joined #openstack-meeting-alt23:09
*** cknight has quit IRC23:09
*** jecarey_ has quit IRC23:11
*** edtubill has quit IRC23:11
*** salv-orlando has quit IRC23:12
*** xyang1 has quit IRC23:14
*** matrohon has quit IRC23:15
*** shashank_hegde has quit IRC23:16
*** yamamoto_ has joined #openstack-meeting-alt23:16
*** _sarob has joined #openstack-meeting-alt23:17
*** xek_ has joined #openstack-meeting-alt23:18
*** shwetaap has quit IRC23:19
*** shwetaap has joined #openstack-meeting-alt23:19
*** fnaval has quit IRC23:19
*** xek has quit IRC23:19
*** shwetaap has quit IRC23:19
*** _sarob has quit IRC23:21
*** yamamoto_ has quit IRC23:22
*** sigmavirus24 is now known as sigmavirus24_awa23:23
*** jecarey has joined #openstack-meeting-alt23:25
*** shashank_hegde has joined #openstack-meeting-alt23:26
*** dimtruck is now known as zz_dimtruck23:27
*** jecarey has quit IRC23:29
*** Sukhdev has quit IRC23:29
*** adamheczko has quit IRC23:30
*** kei_yama has joined #openstack-meeting-alt23:32
*** adamheczko has joined #openstack-meeting-alt23:32
*** iyamahat_ has joined #openstack-meeting-alt23:34
*** _sarob has joined #openstack-meeting-alt23:36
*** yamahata has joined #openstack-meeting-alt23:36
*** Swami has quit IRC23:38
*** bookwar has left #openstack-meeting-alt23:38
*** achanda has quit IRC23:38
*** salv-orl_ has quit IRC23:39
*** haleyb has quit IRC23:39
*** _sarob has quit IRC23:41
*** banix has joined #openstack-meeting-alt23:41
*** sgotliv has quit IRC23:42
*** angdraug has quit IRC23:43
*** amitgandhinz has quit IRC23:44
*** _sarob has joined #openstack-meeting-alt23:44
*** Aish has quit IRC23:45
*** Aish has joined #openstack-meeting-alt23:45
*** SumitNaiksatam has quit IRC23:46
*** adamheczko has quit IRC23:47
*** fawadkhaliq has quit IRC23:47
*** _sarob has quit IRC23:49
*** achanda has joined #openstack-meeting-alt23:49
*** edtubill has joined #openstack-meeting-alt23:49

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