Wednesday, 2019-02-27

hogepodgeEssentially dropping the patches now would just turn into a copy-paste job for them, but there are other modules that we want to swap out also.00:00
mwhahahak00:00
mwhahahacan we have the list prior to them starting work to make sure it is actually something that would be good for them to work on?00:01
mwhahahabecause its not beneficial for them to try and swap core modules that we won't be able to merge so late in the cycle00:01
mwhahahaswapping any modules has packaging related issues as well which would need to be addressed00:01
mwhahahawhich i hadn't done since i was only seeing if it actually feasable00:02
*** ade_lee has quit IRC00:02
*** tosky has quit IRC00:02
*** ade_lee has joined #puppet-openstack00:02
*** ekultails has quit IRC00:02
hogepodgeModules to look at replacing: (antonlindstrom/puppet-powerdns -> sensson/powerdns), (duritong/puppet-sysctl -> thias/puppet-sysctl), (puppetlabs/puppetlabs-vcsrepo -> voxpupuli/puppet-git_resource)00:06
mwhahahathe sysctl one is incompatible00:06
*** markvoelker has joined #puppet-openstack00:06
mwhahahaso we'll see on that one00:06
mwhahahathat one is also used by other dependencies i believe00:06
mwhahahawe'll need to get those packaged  in RDO as well00:07
mwhahahaso yea send a note to the ML to raise the idea and we can help point out the places that will need to be addressed00:07
* mwhahaha wanders off00:09
*** diablo_rojo has joined #puppet-openstack00:25
*** markvoelker has quit IRC00:40
*** rascasoft has joined #puppet-openstack00:51
*** rascasoft has quit IRC01:03
*** markvoelker has joined #puppet-openstack01:37
*** markvoelker has quit IRC02:10
*** mschuppert has quit IRC02:14
*** skramaja has joined #puppet-openstack02:27
*** rcernin has quit IRC02:32
*** rascasoft has joined #puppet-openstack02:53
*** rascasoft has quit IRC03:01
*** markvoelker has joined #puppet-openstack03:04
openstackgerritMerged openstack/puppet-ceph master: Deprecate keystone v2.0 functionality  https://review.openstack.org/63892203:40
openstackgerritMerged openstack/puppet-ceph master: Deprecated Keystone v2.0 and PKI tokens in Keystone RGW  https://review.openstack.org/63892303:50
openstackgerritMerged openstack/puppet-openstack-integration master: Change chardet installation to a exec  https://review.openstack.org/63921503:54
*** rascasoft has joined #puppet-openstack04:06
*** rascasoft has quit IRC04:16
*** ykarel has joined #puppet-openstack04:19
openstackgerritMerged openstack/puppet-cinder master: PowerMax driver - rebranding VMAX to PowerMax  https://review.openstack.org/62571604:24
*** janki has joined #puppet-openstack04:33
openstackgerritMerged openstack/puppet-swift master: Use validate_legacy  https://review.openstack.org/63887304:35
openstackgerritMerged openstack/puppet-ceph master: Use validate_legacy  https://review.openstack.org/63605004:38
*** ykarel has quit IRC05:54
*** ykarel has joined #puppet-openstack05:55
*** rascasoft has joined #puppet-openstack06:50
*** markvoelker has quit IRC06:51
*** jtomasek has joined #puppet-openstack06:53
*** rascasoft has quit IRC06:59
*** rascasoft has joined #puppet-openstack07:10
*** mschuppert has joined #puppet-openstack07:18
*** dpawlik has joined #puppet-openstack07:25
*** pgaxatte has joined #puppet-openstack07:37
*** markvoelker has joined #puppet-openstack07:52
*** amoralej|off is now known as amoralej08:15
*** markvoelker has quit IRC08:25
*** tosky has joined #puppet-openstack08:41
*** jpena|off is now known as jpena08:57
*** markvoelker has joined #puppet-openstack09:23
*** hjensas has quit IRC09:23
*** janki has quit IRC09:30
*** janki has joined #puppet-openstack09:30
openstackgerritRajesh Tailor proposed openstack/puppet-nova stable/queens: Fail to live migration if instance has NUMA topology  https://review.openstack.org/63812909:35
*** derekh has joined #puppet-openstack09:41
*** ykarel is now known as ykarel|lunch09:44
*** chem has joined #puppet-openstack09:53
*** markvoelker has quit IRC09:57
*** owalsh_ has joined #puppet-openstack09:57
*** owalsh has quit IRC09:58
*** hjensas has joined #puppet-openstack10:05
*** owalsh has joined #puppet-openstack10:09
*** owalsh_ has quit IRC10:10
*** hjensas has quit IRC10:11
*** hjensas has joined #puppet-openstack10:12
tobias-urdinlyarwood: would you mind explaining this one https://review.openstack.org/#/c/639284/10:13
tobias-urdini dont get it :D10:13
lyarwoodI'm such a wordsmith. :)10:16
lyarwoodtobias-urdin: just on a call, but in short we can't define the connection param against the ::nova class _and_ deploy the extracted service10:17
lyarwoodtobias-urdin: if we do `nova-manage db_api sync` ends up trying to talk to the nova_placement db that doesn't exist10:18
*** dpawlik has quit IRC10:20
lyarwoodtobias-urdin: happy to rewrite that awful commit message if it would help10:20
*** chem has quit IRC10:21
*** chem has joined #puppet-openstack10:21
*** ykarel|lunch is now known as ykarel10:23
tobias-urdinlyarwood: hm still not sure, so we have placement_database_connection in ::nova, ::nova::db, ::nova::placement and ::placement10:27
tobias-urdinnova::db pick()'s ::nova and ::nova::db placement_database_connection params10:27
tobias-urdin::nova and ::nova::placement doesn't use their respective param at all (::nova is for backward compatibility btw)10:27
tobias-urdinwhere does ::nova::placement::placement_database_connection come into the picture?10:27
lyarwoodI was sure the pick was using the ::nova param no?10:28
tobias-urdinhttps://github.com/openstack/puppet-nova/blob/master/manifests/db.pp#L10810:31
lyarwoodright, and that isn't being picked up at all in the jobs10:31
lyarwoodnova is just using the api DB for placement10:31
lyarwoodmy bad10:31
lyarwoodhttp://logs.openstack.org/11/634211/8/check/puppet-openstack-integration-5-scenario001-tempest-centos-7-luminous/9d76fdc/logs/etc/nova/nova.conf.txt.gz10:31
tobias-urdinthe end goal, and i think i have a task on my todo list as well, is to that the *_database_connection only exposed from <module>::db classes10:31
tobias-urdinit's just insane how much we've been able to push this cycle and that's a big change and i don't think we want to combine that with the major logging change we did this cycle10:32
tobias-urdin(that removed all the logging pick()'s, like we want to do with db as well, is my hope)10:32
* tobias-urdin checking link10:34
*** dpawlik has joined #puppet-openstack10:35
tobias-urdinlyarwood: yeah, the picks enforces the classes in the manifests to be ordered in a specific way which is something i want to move away from10:38
tobias-urdinits probably the issue here as well, sec now i'm on a call :p10:39
openstackgerritMerged openstack/puppet-ceph master: Change Keystone RGW default role from Member to member  https://review.openstack.org/63892410:45
tobias-urdinlyarwood: back now10:48
tobias-urdinbut that change https://review.openstack.org/#/c/639284 couldn't have mad a difference did it?10:49
*** markvoelker has joined #puppet-openstack10:53
tobias-urdini think what's needed is, when we deploy placement with puppet-nova nova::placement_database_connection must be set to propert db url (in openstack_integration::nova)10:59
tobias-urdinwhen we deploy with puppet-placement nova::placement_database_connection must be keep as undef (default value is undef) so nova::db will default placement_database_connection to $::os_service_default10:59
tobias-urdinand puppet-placement will setup that config option in placement config11:00
tobias-urdinahhh messy.. should have gotten rid of that stuff this cycle11:00
lyarwoodaaaaaaaaaand back, sorry it's back to back calls all morning11:02
*** dpawlik has quit IRC11:04
lyarwoodso that's fine but I can't think of a way of doing that optionally within the nova POI class11:04
lyarwoodunless you're talking about doing it in the fixtures11:04
lyarwoodand passing it down11:05
lyarwoodcouldn't we just add nova::placement::placement_database_connection to the pick list in https://github.com/openstack/puppet-nova/blob/master/manifests/db.pp#L108 ?11:06
tobias-urdinthat would be adding a parameter to the openstack_integration::nova i guess so we can set it from scenario11:08
tobias-urdinimo would be better if we could skip adding those, even if they are added as deprecated without a release note11:09
lyarwoodright, I think adding nova::placement::placement_database_connection to the pick list in puppet-nova is the way to go here11:10
tobias-urdinwouldn't you rather hack testing than the module that consumers would use though?11:11
tobias-urdinthat change would be pick, then pick on the value from the first pick hm11:11
tobias-urdinbrb, grabing lunch11:14
*** markvoelker has quit IRC11:26
*** dpawlik has joined #puppet-openstack11:35
*** dpawlik has quit IRC11:39
*** dpawlik has joined #puppet-openstack11:41
openstackgerritLee Yarwood proposed openstack/puppet-openstack-integration master: nova: Extract placement deployment into a separate class  https://review.openstack.org/63421112:20
openstackgerritLee Yarwood proposed openstack/puppet-openstack-integration master: placement: Use puppet-placement to deploy an extracted service  https://review.openstack.org/61556812:20
*** morazi has joined #puppet-openstack12:22
*** markvoelker has joined #puppet-openstack12:22
openstackgerritTom Barron proposed openstack/puppet-manila stable/queens: Support cephfs_volume_mode parameter  https://review.openstack.org/63964512:24
openstackgerritLee Yarwood proposed openstack/puppet-openstack-integration master: nova: Extract placement deployment into a separate class  https://review.openstack.org/63421112:24
openstackgerritLee Yarwood proposed openstack/puppet-openstack-integration master: placement: Use puppet-placement to deploy an extracted service  https://review.openstack.org/61556812:24
*** amoralej is now known as amoralej|lunch12:25
lyarwoodtobias-urdin: ^ without changes to puppet-nova, jumping on yet more calls for a few hours now, I'll check back later this afternoon once CI is finished.12:34
lyarwoodnvm already failing, I'll sort that out now12:34
*** jpena is now known as jpena|lunch12:36
openstackgerritLee Yarwood proposed openstack/puppet-openstack-integration master: nova: Extract placement deployment into a separate class  https://review.openstack.org/63421112:36
openstackgerritLee Yarwood proposed openstack/puppet-openstack-integration master: placement: Use puppet-placement to deploy an extracted service  https://review.openstack.org/61556812:37
*** markvoelker has quit IRC12:56
*** ekultails has joined #puppet-openstack13:08
*** derekh has quit IRC13:22
openstackgerritLee Yarwood proposed openstack/puppet-openstack-integration master: placement: Use puppet-placement to deploy an extracted service  https://review.openstack.org/61556813:31
*** skramaja has quit IRC13:34
*** jpena|lunch is now known as jpena13:40
*** markvoelker has joined #puppet-openstack13:53
*** janki has quit IRC13:53
*** derekh has joined #puppet-openstack13:57
*** amoralej|lunch is now known as amoralej14:09
*** ykarel is now known as ykarel|afk14:20
*** markvoelker has quit IRC14:25
*** jpena is now known as jpena|brb15:02
*** dpawlik has quit IRC15:03
*** ykarel|afk is now known as ykarel15:06
*** markvoelker has joined #puppet-openstack15:22
*** jpena|brb is now known as jpena15:45
*** markvoelker has quit IRC15:56
openstackgerritMerged openstack/puppet-keystone master: Use validate_legacy  https://review.openstack.org/63881316:02
*** ykarel is now known as ykarel|away16:03
*** ykarel|away is now known as ykarel16:04
lyarwoodtobias-urdin: https://review.openstack.org/#/q/topic:placement-deployment-deprecation+status:open & https://review.openstack.org/#/q/topic:puppet-placement-extraction+status:open are hopefully ready for review now.16:14
*** ykarel_ has joined #puppet-openstack16:43
*** ykarel has quit IRC16:46
*** gouthamr has quit IRC16:48
*** gouthamr has joined #puppet-openstack16:50
*** markvoelker has joined #puppet-openstack16:53
openstackgerritMerged openstack/puppet-nova stable/rocky: Fail to live migration if instance has NUMA topology  https://review.openstack.org/63812816:56
*** ykarel_ is now known as ykarel|away16:59
*** dpawlik has joined #puppet-openstack17:17
*** dpawlik has quit IRC17:24
*** markvoelker has quit IRC17:25
*** trown is now known as trown|lunch17:28
*** ykarel|away has quit IRC17:51
*** sai_p_ has joined #puppet-openstack17:52
*** jpena is now known as jpena|off18:11
*** jtomasek has quit IRC18:15
*** markvoelker has joined #puppet-openstack18:22
*** trown|lunch is now known as trown18:25
*** amoralej is now known as amoralej|off18:43
*** markvoelker has quit IRC18:56
*** morazi has quit IRC19:07
openstackgerriteran bendror proposed openstack/puppet-nova master: bugid 1767132 - align intance name template weith controller  https://review.openstack.org/63979619:44
*** markvoelker has joined #puppet-openstack19:53
*** morazi has joined #puppet-openstack20:22
*** markvoelker has quit IRC20:26
*** tosky has quit IRC20:36
*** mmethot has quit IRC21:06
*** jaosorior has quit IRC21:08
*** markvoelker has joined #puppet-openstack21:23
*** mmethot has joined #puppet-openstack21:42
*** markvoelker has quit IRC21:56
*** derekh has quit IRC22:09
*** trown is now known as trown|outtypewww22:15
*** ekultails has quit IRC22:20
*** mmethot has quit IRC22:57
*** rcernin has joined #puppet-openstack23:06
*** rascasoft has quit IRC23:10

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