Thursday, 2018-01-25

EmilienMtonyb: very quick reviews, some questions inline00:00
*** rrutkowski has joined #puppet-openstack00:00
*** rstarmer has joined #puppet-openstack00:02
*** rrutkowski has quit IRC00:05
*** rrutkowski has joined #puppet-openstack00:05
tonybEmilienM: thank you kind sir00:05
EmilienM:) my pleasure00:05
*** chandankumar has joined #puppet-openstack00:07
*** chkumar246 has quit IRC00:09
*** chandankumar has quit IRC00:12
*** chandankumar has joined #puppet-openstack00:26
oyrogergEmilienM: Are you around?00:56
*** rstarmer has quit IRC01:03
*** rrutkowski has quit IRC01:09
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration master: WIP - Use apt mirrors to deploy Puppet from Puppetlabs  https://review.openstack.org/53757201:11
*** rrutkowski has joined #puppet-openstack01:11
*** rrutkowski has left #puppet-openstack01:24
openstackgerritTony Breeds proposed openstack/puppet-ironic master: WiP: support ppc64le  https://review.openstack.org/53562201:25
*** xarses has joined #puppet-openstack01:49
*** xarses has quit IRC01:50
*** rrutkowski has joined #puppet-openstack01:56
*** xarses has joined #puppet-openstack01:57
*** rrutkowski has quit IRC01:58
*** rrutkowski has joined #puppet-openstack01:58
*** rrutkowski has joined #puppet-openstack01:59
*** rrutkowski has quit IRC02:04
*** rrutkowski has joined #puppet-openstack02:04
*** rrutkowski has quit IRC02:05
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration master: WIP - Use apt mirrors to deploy Puppet from Puppetlabs  https://review.openstack.org/53757202:10
mnaserEmilienM: so much for the new years resolution :P02:14
EmilienMyeah02:14
EmilienMmnaser: well it's the last thing we don't mirror02:14
EmilienMotherwise everything else is mirrored02:14
EmilienMit we can avoid stupid rechecks when puppetlabs infra is down02:14
mnaserEmilienM: and github :<02:14
EmilienMyeah..02:15
EmilienMwell we don't mirror our modules deps02:15
EmilienMdon't know how we could02:15
mnasermirror all of github :D02:15
EmilienMwe have retries, right?02:15
EmilienMin r10k02:15
EmilienMlast time I checked02:15
EmilienMmnaser: still in LA?02:15
mnasernope i'm back02:15
mnaseralso i worked on retries but i dont think that ever merged02:16
mnaserhttps://review.openstack.org/#/c/510611/02:16
EmilienMah02:17
oyrogergEmilienM: I'd like to get your opinion on ceph modules...02:25
oyrogergWe switched from https://github.com/openstack/puppet-ceph to https://github.com/spjmurray/puppet-ceph because it was easier to get it to work, plus it worked easily with Luminous and Bluestore.02:27
xarsesoyrogerg: whats problematic about it?02:27
oyrogergspjmurray/puppet-ceph is now dead so we started using my fork, and now I've received patches to it from a third party, so I'm wondering what to do next. I'm not sure whether I'm the right person to maintain a repo.02:29
xarsesaparently spjmurry is archived02:29
oyrogergxarses: Yep, with a note explaining why.02:29
oyrogergAs for p-o-ceph, there's a couple of lines that kept falling over for us. I'll fetch a reference to them...02:30
mnaserwhat issues are you having with puppet-ceph?02:32
EmilienMhttps://github.com/openstack/puppet-ceph support luminous afik02:34
EmilienMwhy people fork instead of contributing... I'll never get it :)02:34
oyrogergosd.pp execs: $ceph_check_udev $ceph_prepare $ceph_activate02:35
oyrogergThe conditions are sometimes not met correctly, and either nothing happens, or it tries to do something and fails.02:36
oyrogergAnd honestly, those execs scare me.02:36
oyrogergWell, forking is a part of contributing unless you can commit your changes directly to the master (which is probably not desirable).02:37
EmilienMthe execs aren't optimal, I understand02:39
EmilienMbut until now, they work fine02:39
EmilienMwe have a bunch of production deployments using it02:39
mnaserand.. contributions to address these are more than welcome as well02:40
EmilienMmaybe you can explain exactly what fails in the exec02:40
EmilienMso we can fix it02:40
mnaserrealistically, even if you turn away from exec to resources, they'll still exce ceph-disk anyways so02:40
EmilienMyeah02:40
EmilienMceph-ansible is doing the same commands02:40
xarsesas is ceph-deploy02:41
xarsesand looking at the ruby provider, this one02:41
xarseswe all know that the exec's in the puppet are an ugly place-holder for some willing party to move it to a ruby provider, its all hold over from when we started the module and the contributors where not in a place to do the ruby02:43
xarses(myself included)02:43
*** ilbot3 has quit IRC02:45
*** ilbot3 has joined #puppet-openstack02:55
openstackgerritMerged openstack/puppet-nova master: Fix until_complete parameter in nova crons  https://review.openstack.org/53731202:57
oyrogergIt was months ago, and I wasn't confident of whether it was my inexperience with Ceph, not knowing how to use the module properly, or the module itself. We tried the other module, it worked, and forgot about it until now.02:58
oyrogergThat said, I will take a closer look, compare how the two modules do it, and get back to you.02:58
openstackgerritMerged openstack/puppet-neutron stable/pike: Latest Nexus Configuration Variables Updates  https://review.openstack.org/53696503:01
xarsesWe're happy to take feedback, the only caveat is that we can't use anything directly from that module as its GPLv3 and we are Apache 2.003:03
oyrogergSo immediately we enter another area where I have no experience. "take feedback" versus "use ... directly" - the difference obviously matters, but I don't know how to navigate that.03:08
openstackgerritMerged openstack/puppet-mistral master: Add cron trigger settings  https://review.openstack.org/53471503:10
xarsesWe'd need to understand more of your environment, and more specifics of what fails in order to best figure out what might be wrong on our side. Usually its something to do with and edge-case that we aren't accounting for in CI so we don't see what your getting hung up on.03:19
EmilienMoyrogerg: no worries about your experience, we can help03:19
EmilienMjust tell us exactly your technical problems03:20
oyrogergI'll give it a crack. It's quite refreshing to have actual interactive conversation with you crazy up-late people - timezone issues in Western Australia!03:20
oyrogergBut it'll have to wait a little, sadly. This week is nuts. I want to keep on top of it though, since we *need* all of these modules, and contributing in some way seems like a good idea.03:22
*** vnogin has joined #puppet-openstack03:26
*** vnogin has quit IRC03:30
oyrogergOnto another module, we've found user_description_attribute missing from keystone::ldap*03:31
EmilienMfeel free to add it03:32
EmilienM:)03:32
EmilienMdocs.openstack.org/infra/manual/developers.html03:33
EmilienMthis is how to contribute ^03:33
oyrogergI'm checking whether it's a current value first. Once I confirm, can you ... ah, that's my next question.03:33
EmilienMI'm out03:33
oyrogergStill requires an ICLA, which I'm not (yet) allowed to sign ):03:33
*** openstackgerrit has quit IRC03:33
oyrogergI've been waiting since about March for permission. I will ask again.03:33
oyrogergSee you next week.03:34
oyrogergThere is hope. Someone higher up the chain is positive about the ICLA.03:53
*** jaganathan has joined #puppet-openstack04:26
*** etingof has quit IRC04:55
*** skramaja has joined #puppet-openstack05:04
*** etingof has joined #puppet-openstack05:09
EmilienMmnaser: I'll taking care of queens m3 btw05:16
EmilienMmnaser: https://review.openstack.org/#/c/537744/05:18
*** openstackgerrit has joined #puppet-openstack05:21
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration master: Use apt mirrors to deploy Puppet from Puppetlabs  https://review.openstack.org/53757205:21
*** jtomasek has joined #puppet-openstack05:23
*** jaosorior has joined #puppet-openstack05:23
openstackgerritMerged openstack/puppet-neutron stable/newton: Latest Nexus Configuration Variables Updates  https://review.openstack.org/53696805:59
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration master: Use mirrors to deploy Puppet from Puppetlabs  https://review.openstack.org/53757206:12
*** rcernin has quit IRC06:14
openstackgerritSulaiman Radwan proposed openstack/puppet-ovn master: Add OVS Hardware Offloading to OVN  https://review.openstack.org/53670206:47
openstackgerritMerged openstack/puppet-neutron master: Add param for controlling which nova endpoint is used  https://review.openstack.org/53694206:47
*** markvoelker has quit IRC06:52
*** markvoelker has joined #puppet-openstack06:53
*** markvoelker has quit IRC06:57
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration master: Use mirrors to deploy Puppet from Puppetlabs  https://review.openstack.org/53757207:01
*** agurenko has joined #puppet-openstack07:04
*** jaganathan has quit IRC07:16
*** etingof has quit IRC07:23
*** jtomasek has quit IRC07:26
*** vnogin has joined #puppet-openstack07:26
*** jaganathan has joined #puppet-openstack07:29
*** vnogin has quit IRC07:30
*** etingof has joined #puppet-openstack07:36
*** alee has quit IRC07:43
*** alee has joined #puppet-openstack07:44
*** yprokule has joined #puppet-openstack07:59
*** duritong has quit IRC08:11
*** duritong has joined #puppet-openstack08:13
*** tesseract has joined #puppet-openstack08:20
*** yprokule has quit IRC08:20
*** xarses has quit IRC08:30
*** xarses has joined #puppet-openstack08:30
*** gfidente has joined #puppet-openstack08:30
*** jpena|off is now known as jpena08:44
*** shardy_afk is now known as shardy08:51
*** shardy has quit IRC08:51
*** markvoelker has joined #puppet-openstack08:54
*** shardy has joined #puppet-openstack08:55
*** yprokule has joined #puppet-openstack09:01
*** oidgar has joined #puppet-openstack09:04
*** shardy has quit IRC09:23
*** vnogin has joined #puppet-openstack09:26
*** shardy has joined #puppet-openstack09:26
*** markvoelker has quit IRC09:27
*** amoralej|off is now known as amoralej09:29
*** derekh has joined #puppet-openstack09:29
*** etingof has quit IRC09:30
*** vnogin has quit IRC09:34
*** vnogin has joined #puppet-openstack09:35
*** alee has quit IRC09:39
*** alee has joined #puppet-openstack09:39
*** etingof has joined #puppet-openstack09:41
*** alee has quit IRC09:47
*** alee has joined #puppet-openstack09:47
*** jtomasek has joined #puppet-openstack09:51
*** jtomasek has quit IRC09:54
*** vnogin has quit IRC09:55
*** jtomasek has joined #puppet-openstack09:55
*** asilenkov has quit IRC10:03
*** asilenkov has joined #puppet-openstack10:03
*** skramaja_ has joined #puppet-openstack10:07
*** skramaja has quit IRC10:09
openstackgerritOliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS  https://review.openstack.org/53569810:10
*** salmankhan has joined #puppet-openstack10:15
*** skramaja_ is now known as skramaja10:16
*** vnogin has joined #puppet-openstack10:17
openstackgerritHarald Jensås proposed openstack/puppet-neutron master: Add networking-baremetal ml2 plug-in  https://review.openstack.org/53782610:18
*** vnogin has quit IRC10:21
*** jtomasek has quit IRC10:21
*** markvoelker has joined #puppet-openstack10:25
openstackgerritCarlos Camacho proposed openstack/puppet-nova stable/ocata: Fix until_complete parameter in nova crons  https://review.openstack.org/53783210:32
*** jpena is now known as jpena|off10:33
*** jpena|off is now known as jpena10:33
openstackgerritCarlos Camacho proposed openstack/puppet-nova stable/ocata: Fix until_complete parameter in nova crons  https://review.openstack.org/53783210:34
*** salmankhan has quit IRC10:35
openstackgerritCarlos Camacho proposed openstack/puppet-nova stable/pike: Fix until_complete parameter in nova crons  https://review.openstack.org/53783510:35
*** salmankhan has joined #puppet-openstack10:39
*** vnogin has joined #puppet-openstack10:40
*** vnogin has quit IRC10:44
*** jistr is now known as jistr|mtg10:49
*** markvoelker has quit IRC10:58
*** vnogin has joined #puppet-openstack10:59
*** vnogin_ has joined #puppet-openstack11:04
*** vnogin has quit IRC11:04
*** rmart04 has joined #puppet-openstack11:16
openstackgerritAlfredo Moralejo proposed openstack/puppet-openstack-integration master: Remove leftovers from mongodb  https://review.openstack.org/53785711:27
openstackgerritMerged openstack/puppet-horizon master: Move NullHandler to logging module  https://review.openstack.org/53729811:29
*** salmankhan has quit IRC11:32
*** salmankhan has joined #puppet-openstack11:34
*** markvoelker has joined #puppet-openstack11:55
*** jpena is now known as jpena|lunch12:03
openstackgerritChandan Kumar proposed openstack/puppet-tempest master: Remove unwanted test packages from puppet-tempest  https://review.openstack.org/53786812:04
chandankumarmnaser: EmilienM ^^ let'see how many things breaks :-)12:04
*** tesseract has quit IRC12:24
*** markvoelker has quit IRC12:29
*** morazi has joined #puppet-openstack12:33
openstackgerritOliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS  https://review.openstack.org/53569812:36
*** jistr|mtg is now known as jistr12:38
openstackgerritOliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS  https://review.openstack.org/53569812:42
*** alee has quit IRC12:42
*** alee has joined #puppet-openstack12:42
openstackgerritOliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS  https://review.openstack.org/53569812:47
*** vnogin_ has quit IRC12:47
*** vnogin has joined #puppet-openstack12:49
*** vnogin has quit IRC12:49
*** vnogin has joined #puppet-openstack12:49
*** jtomasek has joined #puppet-openstack12:53
*** makowals has quit IRC12:54
*** alee has quit IRC12:55
*** makowals has joined #puppet-openstack12:56
*** dprince has joined #puppet-openstack13:05
*** makowals has quit IRC13:19
openstackgerritOliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS  https://review.openstack.org/53569813:25
*** markvoelker has joined #puppet-openstack13:26
*** makowals has joined #puppet-openstack13:26
*** tesseract has joined #puppet-openstack13:27
*** xarses has quit IRC13:37
*** salmankhan has quit IRC13:40
*** tesseract has quit IRC13:42
*** tesseract has joined #puppet-openstack13:42
*** trown|outtypewww is now known as trown|rover13:45
*** skramaja has quit IRC13:46
*** salmankhan has joined #puppet-openstack13:59
*** markvoelker has quit IRC13:59
*** vnogin has quit IRC14:09
*** vnogin has joined #puppet-openstack14:17
*** tesseract has quit IRC14:17
*** tesseract has joined #puppet-openstack14:18
*** salmankhan has quit IRC14:25
-openstackstatus- NOTICE: We're currently experiencing issues with the logs.openstack.org server which will result in POST_FAILURE for jobs, please stand by and don't needlessly recheck jobs while we troubleshoot the problem.14:27
*** markvoelker has joined #puppet-openstack14:34
*** jpena|lunch is now known as jpena14:35
*** xarses has joined #puppet-openstack14:39
*** xarses_ has joined #puppet-openstack14:40
*** andreww has joined #puppet-openstack14:40
openstackgerritSandhya Dasu proposed openstack/puppet-neutron stable/pike: New configuration being added for Cisco UCSM ML2 driver  https://review.openstack.org/53696214:41
*** xarses_ has quit IRC14:44
*** salmankhan has joined #puppet-openstack14:46
*** salmankhan has quit IRC14:58
*** vnogin has quit IRC14:58
*** vnogin has joined #puppet-openstack14:59
*** salmankhan has joined #puppet-openstack15:05
*** tobasco has quit IRC15:05
*** alee has joined #puppet-openstack15:09
*** tobasco has joined #puppet-openstack15:10
*** vnogin has quit IRC15:20
*** hjensas has quit IRC15:30
*** rrutkowski has joined #puppet-openstack15:32
*** oidgar has quit IRC15:48
*** rmart04 has quit IRC15:50
-openstackstatus- NOTICE: logs.openstack.org is stabilized and there should no longer be *new* POST_FAILURE errors. Logs for jobs that ran in the past weeks until earlier today are currently unavailable pending FSCK completion. We're going to temporarily disable *successful* jobs from uploading their logs to reduce strain on our current limited capacity. Thanks for your patience !16:03
*** trown|rover is now known as trown|brb16:06
*** agurenko has quit IRC16:10
*** trown|brb is now known as trown|rover16:13
*** vnogin has joined #puppet-openstack16:14
*** rrutkowski has quit IRC16:22
*** dtantsur|afk is now known as dtantsur16:31
*** hjensas has joined #puppet-openstack16:34
*** hjensas has joined #puppet-openstack16:34
*** openstackstatus has quit IRC16:41
*** linkmark has joined #puppet-openstack16:43
*** openstackstatus has joined #puppet-openstack16:44
*** ChanServ sets mode: +v openstackstatus16:44
*** oidgar has joined #puppet-openstack16:49
*** rpittau has quit IRC16:53
*** yprokule has quit IRC16:54
*** trown|rover is now known as trown|lunch16:56
*** jtomasek has quit IRC16:57
*** tesseract has quit IRC16:58
*** cgfbee has quit IRC17:06
*** hjensas has quit IRC17:07
trozetmnaser: can you please review https://review.openstack.org/#/c/536895/ ?17:08
mnasertrozet: thanks, approved17:09
trozetmnaser: ty!17:09
*** cgfbee has joined #puppet-openstack17:10
*** jistr is now known as jistr|conf17:13
*** dtantsur is now known as dtantsur|afk17:15
*** etingof has quit IRC17:18
*** shardy has quit IRC17:35
*** etingof has joined #puppet-openstack17:41
*** gfidente is now known as gfidente|AFK17:48
*** jaganathan has quit IRC17:49
*** derekh has quit IRC17:54
*** oidgar has quit IRC17:58
*** trown|lunch is now known as trown17:59
*** trown is now known as trown|rover17:59
*** rrutkowski has joined #puppet-openstack18:06
*** jistr|conf is now known as jistr18:14
*** vnogin has quit IRC18:16
openstackgerritMerged openstack/puppet-neutron master: Fixes specifying OVSDB URIs with TLS for ODL OVS  https://review.openstack.org/53689518:34
*** hjensas has joined #puppet-openstack18:40
openstackgerritHarald Jensås proposed openstack/puppet-neutron master: Add networking-baremetal ml2 plug-in  https://review.openstack.org/53782618:42
*** amoralej is now known as amoralej|off18:43
*** jpena is now known as jpena|off18:45
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration master: Use mirrors to deploy Puppet from Puppetlabs  https://review.openstack.org/53757218:52
*** salmankhan has quit IRC18:57
*** rrutkowski has quit IRC18:57
*** gfidente|AFK has quit IRC20:16
*** salmankhan has joined #puppet-openstack20:29
*** dprince has quit IRC20:33
*** salmankhan has quit IRC20:34
*** jtomasek has joined #puppet-openstack20:36
*** jtomasek has quit IRC20:38
openstackgerritOliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS  https://review.openstack.org/53569821:13
*** alee has quit IRC21:52
*** linkmark has quit IRC22:00
*** trown|rover is now known as trown|outtypewww22:09
EmilienMmnaser: puppet openstack queens m3 released22:45
*** morazi has quit IRC23:07
*** rstarmer has joined #puppet-openstack23:12
*** andreww has quit IRC23:14
*** rstarmer has quit IRC23:24
*** rstarmer has joined #puppet-openstack23:25
*** rrutkowski has joined #puppet-openstack23:39
*** rrutkowski has quit IRC23:40
*** rrutkowski has joined #puppet-openstack23:42
*** rrutkowski has quit IRC23:42
*** rrutkowski has joined #puppet-openstack23:42
mnaserEmilienM: ack, thanks for that23:54
*** alee has joined #puppet-openstack23:56

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