EmilienM | tonyb: very quick reviews, some questions inline | 00:00 |
---|---|---|
*** rrutkowski has joined #puppet-openstack | 00:00 | |
*** rstarmer has joined #puppet-openstack | 00:02 | |
*** rrutkowski has quit IRC | 00:05 | |
*** rrutkowski has joined #puppet-openstack | 00:05 | |
tonyb | EmilienM: thank you kind sir | 00:05 |
EmilienM | :) my pleasure | 00:05 |
*** chandankumar has joined #puppet-openstack | 00:07 | |
*** chkumar246 has quit IRC | 00:09 | |
*** chandankumar has quit IRC | 00:12 | |
*** chandankumar has joined #puppet-openstack | 00:26 | |
oyrogerg | EmilienM: Are you around? | 00:56 |
*** rstarmer has quit IRC | 01:03 | |
*** rrutkowski has quit IRC | 01:09 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration master: WIP - Use apt mirrors to deploy Puppet from Puppetlabs https://review.openstack.org/537572 | 01:11 |
*** rrutkowski has joined #puppet-openstack | 01:11 | |
*** rrutkowski has left #puppet-openstack | 01:24 | |
openstackgerrit | Tony Breeds proposed openstack/puppet-ironic master: WiP: support ppc64le https://review.openstack.org/535622 | 01:25 |
*** xarses has joined #puppet-openstack | 01:49 | |
*** xarses has quit IRC | 01:50 | |
*** rrutkowski has joined #puppet-openstack | 01:56 | |
*** xarses has joined #puppet-openstack | 01:57 | |
*** rrutkowski has quit IRC | 01:58 | |
*** rrutkowski has joined #puppet-openstack | 01:58 | |
*** rrutkowski has joined #puppet-openstack | 01:59 | |
*** rrutkowski has quit IRC | 02:04 | |
*** rrutkowski has joined #puppet-openstack | 02:04 | |
*** rrutkowski has quit IRC | 02:05 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration master: WIP - Use apt mirrors to deploy Puppet from Puppetlabs https://review.openstack.org/537572 | 02:10 |
mnaser | EmilienM: so much for the new years resolution :P | 02:14 |
EmilienM | yeah | 02:14 |
EmilienM | mnaser: well it's the last thing we don't mirror | 02:14 |
EmilienM | otherwise everything else is mirrored | 02:14 |
EmilienM | it we can avoid stupid rechecks when puppetlabs infra is down | 02:14 |
mnaser | EmilienM: and github :< | 02:14 |
EmilienM | yeah.. | 02:15 |
EmilienM | well we don't mirror our modules deps | 02:15 |
EmilienM | don't know how we could | 02:15 |
mnaser | mirror all of github :D | 02:15 |
EmilienM | we have retries, right? | 02:15 |
EmilienM | in r10k | 02:15 |
EmilienM | last time I checked | 02:15 |
EmilienM | mnaser: still in LA? | 02:15 |
mnaser | nope i'm back | 02:15 |
mnaser | also i worked on retries but i dont think that ever merged | 02:16 |
mnaser | https://review.openstack.org/#/c/510611/ | 02:16 |
EmilienM | ah | 02:17 |
oyrogerg | EmilienM: I'd like to get your opinion on ceph modules... | 02:25 |
oyrogerg | We 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 |
xarses | oyrogerg: whats problematic about it? | 02:27 |
oyrogerg | spjmurray/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 |
xarses | aparently spjmurry is archived | 02:29 |
oyrogerg | xarses: Yep, with a note explaining why. | 02:29 |
oyrogerg | As 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 |
mnaser | what issues are you having with puppet-ceph? | 02:32 |
EmilienM | https://github.com/openstack/puppet-ceph support luminous afik | 02:34 |
EmilienM | why people fork instead of contributing... I'll never get it :) | 02:34 |
oyrogerg | osd.pp execs: $ceph_check_udev $ceph_prepare $ceph_activate | 02:35 |
oyrogerg | The conditions are sometimes not met correctly, and either nothing happens, or it tries to do something and fails. | 02:36 |
oyrogerg | And honestly, those execs scare me. | 02:36 |
oyrogerg | Well, forking is a part of contributing unless you can commit your changes directly to the master (which is probably not desirable). | 02:37 |
EmilienM | the execs aren't optimal, I understand | 02:39 |
EmilienM | but until now, they work fine | 02:39 |
EmilienM | we have a bunch of production deployments using it | 02:39 |
mnaser | and.. contributions to address these are more than welcome as well | 02:40 |
EmilienM | maybe you can explain exactly what fails in the exec | 02:40 |
EmilienM | so we can fix it | 02:40 |
mnaser | realistically, even if you turn away from exec to resources, they'll still exce ceph-disk anyways so | 02:40 |
EmilienM | yeah | 02:40 |
EmilienM | ceph-ansible is doing the same commands | 02:40 |
xarses | as is ceph-deploy | 02:41 |
xarses | and looking at the ruby provider, this one | 02:41 |
xarses | we 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 ruby | 02:43 |
xarses | (myself included) | 02:43 |
*** ilbot3 has quit IRC | 02:45 | |
*** ilbot3 has joined #puppet-openstack | 02:55 | |
openstackgerrit | Merged openstack/puppet-nova master: Fix until_complete parameter in nova crons https://review.openstack.org/537312 | 02:57 |
oyrogerg | It 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 |
oyrogerg | That said, I will take a closer look, compare how the two modules do it, and get back to you. | 02:58 |
openstackgerrit | Merged openstack/puppet-neutron stable/pike: Latest Nexus Configuration Variables Updates https://review.openstack.org/536965 | 03:01 |
xarses | We'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.0 | 03:03 |
oyrogerg | So 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 |
openstackgerrit | Merged openstack/puppet-mistral master: Add cron trigger settings https://review.openstack.org/534715 | 03:10 |
xarses | We'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 |
EmilienM | oyrogerg: no worries about your experience, we can help | 03:19 |
EmilienM | just tell us exactly your technical problems | 03:20 |
oyrogerg | I'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 |
oyrogerg | But 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-openstack | 03:26 | |
*** vnogin has quit IRC | 03:30 | |
oyrogerg | Onto another module, we've found user_description_attribute missing from keystone::ldap* | 03:31 |
EmilienM | feel free to add it | 03:32 |
EmilienM | :) | 03:32 |
EmilienM | docs.openstack.org/infra/manual/developers.html | 03:33 |
EmilienM | this is how to contribute ^ | 03:33 |
oyrogerg | I'm checking whether it's a current value first. Once I confirm, can you ... ah, that's my next question. | 03:33 |
EmilienM | I'm out | 03:33 |
oyrogerg | Still requires an ICLA, which I'm not (yet) allowed to sign ): | 03:33 |
*** openstackgerrit has quit IRC | 03:33 | |
oyrogerg | I've been waiting since about March for permission. I will ask again. | 03:33 |
oyrogerg | See you next week. | 03:34 |
oyrogerg | There is hope. Someone higher up the chain is positive about the ICLA. | 03:53 |
*** jaganathan has joined #puppet-openstack | 04:26 | |
*** etingof has quit IRC | 04:55 | |
*** skramaja has joined #puppet-openstack | 05:04 | |
*** etingof has joined #puppet-openstack | 05:09 | |
EmilienM | mnaser: I'll taking care of queens m3 btw | 05:16 |
EmilienM | mnaser: https://review.openstack.org/#/c/537744/ | 05:18 |
*** openstackgerrit has joined #puppet-openstack | 05:21 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration master: Use apt mirrors to deploy Puppet from Puppetlabs https://review.openstack.org/537572 | 05:21 |
*** jtomasek has joined #puppet-openstack | 05:23 | |
*** jaosorior has joined #puppet-openstack | 05:23 | |
openstackgerrit | Merged openstack/puppet-neutron stable/newton: Latest Nexus Configuration Variables Updates https://review.openstack.org/536968 | 05:59 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration master: Use mirrors to deploy Puppet from Puppetlabs https://review.openstack.org/537572 | 06:12 |
*** rcernin has quit IRC | 06:14 | |
openstackgerrit | Sulaiman Radwan proposed openstack/puppet-ovn master: Add OVS Hardware Offloading to OVN https://review.openstack.org/536702 | 06:47 |
openstackgerrit | Merged openstack/puppet-neutron master: Add param for controlling which nova endpoint is used https://review.openstack.org/536942 | 06:47 |
*** markvoelker has quit IRC | 06:52 | |
*** markvoelker has joined #puppet-openstack | 06:53 | |
*** markvoelker has quit IRC | 06:57 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration master: Use mirrors to deploy Puppet from Puppetlabs https://review.openstack.org/537572 | 07:01 |
*** agurenko has joined #puppet-openstack | 07:04 | |
*** jaganathan has quit IRC | 07:16 | |
*** etingof has quit IRC | 07:23 | |
*** jtomasek has quit IRC | 07:26 | |
*** vnogin has joined #puppet-openstack | 07:26 | |
*** jaganathan has joined #puppet-openstack | 07:29 | |
*** vnogin has quit IRC | 07:30 | |
*** etingof has joined #puppet-openstack | 07:36 | |
*** alee has quit IRC | 07:43 | |
*** alee has joined #puppet-openstack | 07:44 | |
*** yprokule has joined #puppet-openstack | 07:59 | |
*** duritong has quit IRC | 08:11 | |
*** duritong has joined #puppet-openstack | 08:13 | |
*** tesseract has joined #puppet-openstack | 08:20 | |
*** yprokule has quit IRC | 08:20 | |
*** xarses has quit IRC | 08:30 | |
*** xarses has joined #puppet-openstack | 08:30 | |
*** gfidente has joined #puppet-openstack | 08:30 | |
*** jpena|off is now known as jpena | 08:44 | |
*** shardy_afk is now known as shardy | 08:51 | |
*** shardy has quit IRC | 08:51 | |
*** markvoelker has joined #puppet-openstack | 08:54 | |
*** shardy has joined #puppet-openstack | 08:55 | |
*** yprokule has joined #puppet-openstack | 09:01 | |
*** oidgar has joined #puppet-openstack | 09:04 | |
*** shardy has quit IRC | 09:23 | |
*** vnogin has joined #puppet-openstack | 09:26 | |
*** shardy has joined #puppet-openstack | 09:26 | |
*** markvoelker has quit IRC | 09:27 | |
*** amoralej|off is now known as amoralej | 09:29 | |
*** derekh has joined #puppet-openstack | 09:29 | |
*** etingof has quit IRC | 09:30 | |
*** vnogin has quit IRC | 09:34 | |
*** vnogin has joined #puppet-openstack | 09:35 | |
*** alee has quit IRC | 09:39 | |
*** alee has joined #puppet-openstack | 09:39 | |
*** etingof has joined #puppet-openstack | 09:41 | |
*** alee has quit IRC | 09:47 | |
*** alee has joined #puppet-openstack | 09:47 | |
*** jtomasek has joined #puppet-openstack | 09:51 | |
*** jtomasek has quit IRC | 09:54 | |
*** vnogin has quit IRC | 09:55 | |
*** jtomasek has joined #puppet-openstack | 09:55 | |
*** asilenkov has quit IRC | 10:03 | |
*** asilenkov has joined #puppet-openstack | 10:03 | |
*** skramaja_ has joined #puppet-openstack | 10:07 | |
*** skramaja has quit IRC | 10:09 | |
openstackgerrit | Oliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS https://review.openstack.org/535698 | 10:10 |
*** salmankhan has joined #puppet-openstack | 10:15 | |
*** skramaja_ is now known as skramaja | 10:16 | |
*** vnogin has joined #puppet-openstack | 10:17 | |
openstackgerrit | Harald Jensås proposed openstack/puppet-neutron master: Add networking-baremetal ml2 plug-in https://review.openstack.org/537826 | 10:18 |
*** vnogin has quit IRC | 10:21 | |
*** jtomasek has quit IRC | 10:21 | |
*** markvoelker has joined #puppet-openstack | 10:25 | |
openstackgerrit | Carlos Camacho proposed openstack/puppet-nova stable/ocata: Fix until_complete parameter in nova crons https://review.openstack.org/537832 | 10:32 |
*** jpena is now known as jpena|off | 10:33 | |
*** jpena|off is now known as jpena | 10:33 | |
openstackgerrit | Carlos Camacho proposed openstack/puppet-nova stable/ocata: Fix until_complete parameter in nova crons https://review.openstack.org/537832 | 10:34 |
*** salmankhan has quit IRC | 10:35 | |
openstackgerrit | Carlos Camacho proposed openstack/puppet-nova stable/pike: Fix until_complete parameter in nova crons https://review.openstack.org/537835 | 10:35 |
*** salmankhan has joined #puppet-openstack | 10:39 | |
*** vnogin has joined #puppet-openstack | 10:40 | |
*** vnogin has quit IRC | 10:44 | |
*** jistr is now known as jistr|mtg | 10:49 | |
*** markvoelker has quit IRC | 10:58 | |
*** vnogin has joined #puppet-openstack | 10:59 | |
*** vnogin_ has joined #puppet-openstack | 11:04 | |
*** vnogin has quit IRC | 11:04 | |
*** rmart04 has joined #puppet-openstack | 11:16 | |
openstackgerrit | Alfredo Moralejo proposed openstack/puppet-openstack-integration master: Remove leftovers from mongodb https://review.openstack.org/537857 | 11:27 |
openstackgerrit | Merged openstack/puppet-horizon master: Move NullHandler to logging module https://review.openstack.org/537298 | 11:29 |
*** salmankhan has quit IRC | 11:32 | |
*** salmankhan has joined #puppet-openstack | 11:34 | |
*** markvoelker has joined #puppet-openstack | 11:55 | |
*** jpena is now known as jpena|lunch | 12:03 | |
openstackgerrit | Chandan Kumar proposed openstack/puppet-tempest master: Remove unwanted test packages from puppet-tempest https://review.openstack.org/537868 | 12:04 |
chandankumar | mnaser: EmilienM ^^ let'see how many things breaks :-) | 12:04 |
*** tesseract has quit IRC | 12:24 | |
*** markvoelker has quit IRC | 12:29 | |
*** morazi has joined #puppet-openstack | 12:33 | |
openstackgerrit | Oliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS https://review.openstack.org/535698 | 12:36 |
*** jistr|mtg is now known as jistr | 12:38 | |
openstackgerrit | Oliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS https://review.openstack.org/535698 | 12:42 |
*** alee has quit IRC | 12:42 | |
*** alee has joined #puppet-openstack | 12:42 | |
openstackgerrit | Oliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS https://review.openstack.org/535698 | 12:47 |
*** vnogin_ has quit IRC | 12:47 | |
*** vnogin has joined #puppet-openstack | 12:49 | |
*** vnogin has quit IRC | 12:49 | |
*** vnogin has joined #puppet-openstack | 12:49 | |
*** jtomasek has joined #puppet-openstack | 12:53 | |
*** makowals has quit IRC | 12:54 | |
*** alee has quit IRC | 12:55 | |
*** makowals has joined #puppet-openstack | 12:56 | |
*** dprince has joined #puppet-openstack | 13:05 | |
*** makowals has quit IRC | 13:19 | |
openstackgerrit | Oliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS https://review.openstack.org/535698 | 13:25 |
*** markvoelker has joined #puppet-openstack | 13:26 | |
*** makowals has joined #puppet-openstack | 13:26 | |
*** tesseract has joined #puppet-openstack | 13:27 | |
*** xarses has quit IRC | 13:37 | |
*** salmankhan has quit IRC | 13:40 | |
*** tesseract has quit IRC | 13:42 | |
*** tesseract has joined #puppet-openstack | 13:42 | |
*** trown|outtypewww is now known as trown|rover | 13:45 | |
*** skramaja has quit IRC | 13:46 | |
*** salmankhan has joined #puppet-openstack | 13:59 | |
*** markvoelker has quit IRC | 13:59 | |
*** vnogin has quit IRC | 14:09 | |
*** vnogin has joined #puppet-openstack | 14:17 | |
*** tesseract has quit IRC | 14:17 | |
*** tesseract has joined #puppet-openstack | 14:18 | |
*** salmankhan has quit IRC | 14: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-openstack | 14:34 | |
*** jpena|lunch is now known as jpena | 14:35 | |
*** xarses has joined #puppet-openstack | 14:39 | |
*** xarses_ has joined #puppet-openstack | 14:40 | |
*** andreww has joined #puppet-openstack | 14:40 | |
openstackgerrit | Sandhya Dasu proposed openstack/puppet-neutron stable/pike: New configuration being added for Cisco UCSM ML2 driver https://review.openstack.org/536962 | 14:41 |
*** xarses_ has quit IRC | 14:44 | |
*** salmankhan has joined #puppet-openstack | 14:46 | |
*** salmankhan has quit IRC | 14:58 | |
*** vnogin has quit IRC | 14:58 | |
*** vnogin has joined #puppet-openstack | 14:59 | |
*** salmankhan has joined #puppet-openstack | 15:05 | |
*** tobasco has quit IRC | 15:05 | |
*** alee has joined #puppet-openstack | 15:09 | |
*** tobasco has joined #puppet-openstack | 15:10 | |
*** vnogin has quit IRC | 15:20 | |
*** hjensas has quit IRC | 15:30 | |
*** rrutkowski has joined #puppet-openstack | 15:32 | |
*** oidgar has quit IRC | 15:48 | |
*** rmart04 has quit IRC | 15: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|brb | 16:06 | |
*** agurenko has quit IRC | 16:10 | |
*** trown|brb is now known as trown|rover | 16:13 | |
*** vnogin has joined #puppet-openstack | 16:14 | |
*** rrutkowski has quit IRC | 16:22 | |
*** dtantsur|afk is now known as dtantsur | 16:31 | |
*** hjensas has joined #puppet-openstack | 16:34 | |
*** hjensas has joined #puppet-openstack | 16:34 | |
*** openstackstatus has quit IRC | 16:41 | |
*** linkmark has joined #puppet-openstack | 16:43 | |
*** openstackstatus has joined #puppet-openstack | 16:44 | |
*** ChanServ sets mode: +v openstackstatus | 16:44 | |
*** oidgar has joined #puppet-openstack | 16:49 | |
*** rpittau has quit IRC | 16:53 | |
*** yprokule has quit IRC | 16:54 | |
*** trown|rover is now known as trown|lunch | 16:56 | |
*** jtomasek has quit IRC | 16:57 | |
*** tesseract has quit IRC | 16:58 | |
*** cgfbee has quit IRC | 17:06 | |
*** hjensas has quit IRC | 17:07 | |
trozet | mnaser: can you please review https://review.openstack.org/#/c/536895/ ? | 17:08 |
mnaser | trozet: thanks, approved | 17:09 |
trozet | mnaser: ty! | 17:09 |
*** cgfbee has joined #puppet-openstack | 17:10 | |
*** jistr is now known as jistr|conf | 17:13 | |
*** dtantsur is now known as dtantsur|afk | 17:15 | |
*** etingof has quit IRC | 17:18 | |
*** shardy has quit IRC | 17:35 | |
*** etingof has joined #puppet-openstack | 17:41 | |
*** gfidente is now known as gfidente|AFK | 17:48 | |
*** jaganathan has quit IRC | 17:49 | |
*** derekh has quit IRC | 17:54 | |
*** oidgar has quit IRC | 17:58 | |
*** trown|lunch is now known as trown | 17:59 | |
*** trown is now known as trown|rover | 17:59 | |
*** rrutkowski has joined #puppet-openstack | 18:06 | |
*** jistr|conf is now known as jistr | 18:14 | |
*** vnogin has quit IRC | 18:16 | |
openstackgerrit | Merged openstack/puppet-neutron master: Fixes specifying OVSDB URIs with TLS for ODL OVS https://review.openstack.org/536895 | 18:34 |
*** hjensas has joined #puppet-openstack | 18:40 | |
openstackgerrit | Harald Jensås proposed openstack/puppet-neutron master: Add networking-baremetal ml2 plug-in https://review.openstack.org/537826 | 18:42 |
*** amoralej is now known as amoralej|off | 18:43 | |
*** jpena is now known as jpena|off | 18:45 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration master: Use mirrors to deploy Puppet from Puppetlabs https://review.openstack.org/537572 | 18:52 |
*** salmankhan has quit IRC | 18:57 | |
*** rrutkowski has quit IRC | 18:57 | |
*** gfidente|AFK has quit IRC | 20:16 | |
*** salmankhan has joined #puppet-openstack | 20:29 | |
*** dprince has quit IRC | 20:33 | |
*** salmankhan has quit IRC | 20:34 | |
*** jtomasek has joined #puppet-openstack | 20:36 | |
*** jtomasek has quit IRC | 20:38 | |
openstackgerrit | Oliver Walsh proposed openstack/puppet-nova master: Add support for VNC TLS https://review.openstack.org/535698 | 21:13 |
*** alee has quit IRC | 21:52 | |
*** linkmark has quit IRC | 22:00 | |
*** trown|rover is now known as trown|outtypewww | 22:09 | |
EmilienM | mnaser: puppet openstack queens m3 released | 22:45 |
*** morazi has quit IRC | 23:07 | |
*** rstarmer has joined #puppet-openstack | 23:12 | |
*** andreww has quit IRC | 23:14 | |
*** rstarmer has quit IRC | 23:24 | |
*** rstarmer has joined #puppet-openstack | 23:25 | |
*** rrutkowski has joined #puppet-openstack | 23:39 | |
*** rrutkowski has quit IRC | 23:40 | |
*** rrutkowski has joined #puppet-openstack | 23:42 | |
*** rrutkowski has quit IRC | 23:42 | |
*** rrutkowski has joined #puppet-openstack | 23:42 | |
mnaser | EmilienM: ack, thanks for that | 23:54 |
*** alee has joined #puppet-openstack | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!