Wednesday, 2018-12-05

openstackgerritzhongshengping proposed openstack/puppet-glance master: Fix lint  https://review.openstack.org/62262600:42
*** mschuppert has quit IRC02:16
openstackgerritMerged openstack/puppet-gnocchi master: Deprecate pki related options  https://review.openstack.org/61943102:58
openstackgerritzhulingjie proposed openstack/puppet-neutron master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62270003:19
openstackgerritzhulingjie proposed openstack/puppet-openstack-specs master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62270103:19
openstackgerritzhulingjie proposed openstack/puppet-openstack_spec_helper master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62270203:19
openstackgerritzhulingjie proposed openstack/puppet-openstacklib master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62270303:19
openstackgerritzhulingjie proposed openstack/puppet-ceph master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62270403:19
openstackgerritzhulingjie proposed openstack/puppet-ceilometer master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62270503:19
openstackgerritzhulingjie proposed openstack/puppet-vitrage master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62270703:19
openstackgerritzhulingjie proposed openstack/puppet-vswitch master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62270903:19
*** ykarel|away has joined #puppet-openstack03:21
openstackgerritMerged openstack/puppet-nova master: Convert to rspec-puppet-facts  https://review.openstack.org/62065303:22
openstackgerritMerged openstack/puppet-ceph master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62179304:13
*** janki has joined #puppet-openstack04:40
*** mmethot has quit IRC04:41
*** gouthamr has quit IRC05:46
*** gouthamr has joined #puppet-openstack05:53
*** gouthamr has quit IRC06:15
*** gouthamr has joined #puppet-openstack06:18
*** ykarel|away has quit IRC06:21
*** gouthamr has quit IRC06:29
*** gouthamr has joined #puppet-openstack06:32
*** ykarel|away has joined #puppet-openstack06:45
*** cgfbee has quit IRC06:48
*** ykarel|away is now known as ykarel06:54
*** pma78 has joined #puppet-openstack06:57
*** gouthamr has quit IRC06:58
*** gouthamr has joined #puppet-openstack07:07
*** skramaja has joined #puppet-openstack07:15
*** mschuppert has joined #puppet-openstack07:17
*** agurenko has joined #puppet-openstack07:24
openstackgerritShangXiao proposed openstack/puppet-ceph master: Supply hrefs for table of contents according to context  https://review.openstack.org/62286007:27
*** dpawlik has joined #puppet-openstack07:40
*** gouthamr has quit IRC07:40
*** pepijn has joined #puppet-openstack07:42
*** gouthamr has joined #puppet-openstack07:42
*** pepijn has left #puppet-openstack07:43
*** iurygregory has joined #puppet-openstack07:47
*** agurenko has quit IRC07:58
*** ykarel is now known as ykarel|lunch08:00
*** pgaxatte has quit IRC08:02
*** pgaxatte has joined #puppet-openstack08:02
openstackgerritTobias Urdin proposed openstack/puppet-vitrage master: Remove auth_uri  https://review.openstack.org/62073008:07
openstackgerritTobias Urdin proposed openstack/puppet-gnocchi master: Remove auth_uri  https://review.openstack.org/62073708:08
*** gfidente has joined #puppet-openstack08:31
*** jpena|off is now known as jpena08:39
*** tosky has joined #puppet-openstack08:50
*** ykarel|lunch is now known as ykarel09:00
*** shardy has joined #puppet-openstack09:00
*** dpawlik has quit IRC09:04
*** dpawlik has joined #puppet-openstack09:05
zigotobias-urdin: Hi there! I believe I need a piece of advice. When I setup a compute, after ::nova::compute::libvirt runs, nova-compute can't start unless I manually restart virtlogd, then libvirtd. What's the best way to hard-wire this in my manifest?09:20
zigoI added: notify                  => Service['virtlogd', 'libvirtd']09:21
zigobut it doesn't do the trick ... :(09:21
tobias-urdinhm yeah that is an annoying thing if you want to achieve a consistent state09:28
tobias-urdinwhy does it need restart?09:28
zigotobias-urdin: Otherwise, nova-compute cannot connect to libvirt, apparently.09:31
zigoI'm not sure what's being configured so that it wouldn't work otherwise ...09:31
zigoMaybe rights to the daemon.09:32
*** rcernin has quit IRC09:38
zigotobias-urdin: Another thing we've noticed, running Cinder, is that we need vm.min_free_kbytes (ie: sysctl variable) to be set to a higher value than the default. Is it a problem if I add a sysctl dependency in the Cinder module?09:44
zigotobias-urdin: I can confirm, it looks like my issue is libvirtd not listening on TCP by default.09:48
*** derekh has joined #puppet-openstack09:49
tobias-urdinok, you'll need libvirt open between compute nodes for live migration etc as well09:50
tobias-urdini dont think the sysctl values should live in the puppet-cinder volume, which backend do you use that requires you to set that?09:50
*** salmankhan has joined #puppet-openstack10:27
zigotobias-urdin: I got further with the libvirtd thing. The issue is that the puppet-nova module attempts to restart libvirtd but doesn't restart virtlogd, and then fails, for a reason ...10:29
zigoHum ...10:31
zigoLooks like I need an include of nova::compute::libvirt::services, right?10:31
*** salmankhan1 has joined #puppet-openstack10:31
*** salmankhan has quit IRC10:32
*** salmankhan1 is now known as salmankhan10:32
tobias-urdinzigo: yeah prob, didn't u push a patch to fix param for virtlogd etc for debian as well?10:32
zigoI did indeed ! :)10:32
openstackgerritwanghui proposed openstack/puppet-openstack-cookiecutter master: Fix stdlib version in metadata  https://review.openstack.org/62292510:43
*** chem has quit IRC10:43
*** chem has joined #puppet-openstack10:44
*** dtantsur|afk is now known as dtantsur10:50
*** iurygregory is now known as iury|lunch10:53
zigotobias-urdin: libvirtd issue fixed as per above! :)11:03
zigoIt's kind of counter-intuitive to have to set manage_libvirt_services to false though ... :P11:04
*** chem has quit IRC11:06
*** chem has joined #puppet-openstack11:07
tobias-urdini do smth similar http://paste.openstack.org/show/736695/11:08
*** social has joined #puppet-openstack11:19
*** morazi has quit IRC11:20
*** salmankhan1 has joined #puppet-openstack11:27
*** salmankhan has quit IRC11:28
*** salmankhan1 is now known as salmankhan11:28
openstackgerritMerged openstack/puppet-openstack-integration master: Reorganize the zuul configs  https://review.openstack.org/62106612:06
*** iury|lunch is now known as iurygregory12:19
*** salmankhan has quit IRC12:22
*** jpena is now known as jpena|lunch12:25
*** salmankhan has joined #puppet-openstack12:30
*** morazi has joined #puppet-openstack12:50
*** ykarel is now known as ykarel|afk13:03
openstackgerritMerged openstack/puppet-ceilometer master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62141913:08
*** janki has quit IRC13:08
*** ykarel|afk has quit IRC13:10
openstackgerritMerged openstack/puppet-vitrage master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62145113:12
openstackgerritMerged openstack/puppet-vswitch master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62145213:23
openstackgerritTobias Urdin proposed openstack/puppet-openstacklib master: Add spec testing for multiple bind_port  https://review.openstack.org/62154313:32
*** jpena|lunch is now known as jpena13:33
*** ykarel|afk has joined #puppet-openstack13:35
*** ykarel|afk is now known as ykarel13:36
*** dtantsur is now known as dtantsur|brb13:39
*** vnogin has joined #puppet-openstack13:40
*** dpawlik has quit IRC13:41
*** dpawlik has joined #puppet-openstack13:44
*** dpawlik has quit IRC13:49
*** dpawlik has joined #puppet-openstack13:50
*** vnogin has quit IRC13:51
*** vnogin has joined #puppet-openstack13:56
*** skramaja has quit IRC14:24
*** vnogin has quit IRC14:28
*** janki has joined #puppet-openstack14:33
*** vnogin has joined #puppet-openstack14:35
*** vnogin has quit IRC14:40
*** vnogin has joined #puppet-openstack14:46
*** vnogin has quit IRC14:46
*** agurenko has joined #puppet-openstack14:59
*** agurenko has quit IRC14:59
*** mmethot has joined #puppet-openstack15:12
*** dtantsur|brb is now known as dtantsur15:13
*** salmankhan has quit IRC16:14
*** salmankhan has joined #puppet-openstack16:19
*** janki has quit IRC16:30
openstackgerritMerged openstack/puppet-nova master: Fix lint  https://review.openstack.org/62217216:38
*** dpawlik has quit IRC16:42
*** dpawlik has joined #puppet-openstack16:44
*** pgaxatte has quit IRC16:51
*** iurygregory has quit IRC16:55
*** shardy has quit IRC17:11
*** shardy has joined #puppet-openstack17:13
*** radez is now known as radez_afk17:16
*** salmankhan has quit IRC17:26
*** salmankhan has joined #puppet-openstack17:34
*** jpena is now known as jpena|off17:42
*** derekh has quit IRC18:03
*** salmankhan has quit IRC18:07
openstackgerritMerged openstack/puppet-openstack_spec_helper master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62179218:09
*** dpawlik has quit IRC18:45
*** dpawlik has joined #puppet-openstack18:46
*** shardy has quit IRC18:49
*** morazi has quit IRC19:09
*** ykarel has quit IRC19:16
*** gfidente has quit IRC19:21
*** radez_afk is now known as radez19:46
openstackgerritMerged openstack/puppet-openstack-guide master: Class structure and dependencies  https://review.openstack.org/62075119:59
*** jaosorior has joined #puppet-openstack20:03
*** dtantsur is now known as dtantsur|afk20:06
openstackgerritMerged openstack/puppet-ovn stable/queens: Make sure ovs bridge is created before setting mac-table-size  https://review.openstack.org/62226520:13
openstackgerritMerged openstack/puppet-qdr master: Changes to include broker connector configuration.  https://review.openstack.org/61736620:20
openstackgerritMerged openstack/puppet-octavia stable/rocky: Re-include octavia::db in octavia::api  https://review.openstack.org/62140220:23
*** dpawlik has quit IRC20:44
openstackgerritMerged openstack/puppet-manila master: Remove auth_uri  https://review.openstack.org/62074220:51
openstackgerritMerged openstack/puppet-ec2api master: Remove auth_uri  https://review.openstack.org/62072520:57
*** dpawlik has joined #puppet-openstack20:59
*** dpawlik has quit IRC21:03
*** jtomasek_ has quit IRC21:05
openstackgerritMerged openstack/puppet-keystone master: Remove deprecated keystone::memcache_servers  https://review.openstack.org/61920121:11
openstackgerritMerged openstack/puppet-cinder stable/rocky: Dell EMC SC: Add use_multipath_for_image_xfer  https://review.openstack.org/61461821:21
openstackgerritMerged openstack/puppet-cinder stable/queens: Dell EMC SC: Add use_multipath_for_image_xfer  https://review.openstack.org/61461921:21
*** morazi has joined #puppet-openstack21:39
openstackgerritMerged openstack/puppet-heat master: Install heat cron job after all heat packages  https://review.openstack.org/61949021:49
openstackgerritMerged openstack/puppet-glance master: Remove auth_uri  https://review.openstack.org/62073521:57
*** rcernin has joined #puppet-openstack22:03
openstackgerritTobias Urdin proposed openstack/puppet-ironic master: Remove deprecated logging  https://review.openstack.org/62084522:07
openstackgerritTobias Urdin proposed openstack/puppet-openstacklib master: Add spec testing for multiple bind_port  https://review.openstack.org/62154322:09
openstackgerritTobias Urdin proposed openstack/puppet-neutron master: Deprecate pki related options  https://review.openstack.org/61942622:11
openstackgerritDaniel Farrell proposed openstack/puppet-neutron master: Use new ODL diagstatus heath check REST endpoint  https://review.openstack.org/62076422:11
openstackgerritTobias Urdin proposed openstack/puppet-neutron master: Remove auth_uri  https://review.openstack.org/62074422:11
openstackgerritTobias Urdin proposed openstack/puppet-neutron master: Remove deprecated logging  https://review.openstack.org/62085922:13
openstackgerritMerged openstack/puppet-neutron master: Convert to rspec-puppet-facts  https://review.openstack.org/62068422:30
*** owalsh_ has joined #puppet-openstack22:40
*** owalsh has quit IRC22:42
*** rcernin has quit IRC22:52
*** rcernin has joined #puppet-openstack22:52
openstackgerritBen Nemec proposed openstack/puppet-designate master: Allow setting of coordination/backend_url  https://review.openstack.org/62309522:54
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Limit integration jobs to Puppet5  https://review.openstack.org/62310023:18
mwhahahaEmilienM: tobias-urdin: -^ i propose we limit ourselves to just puppet 5 for integration jobs for the rest of the cycle so we can actually land stuff. And early next cycle investigate moving from 5 to 6 as the default23:19
openstackgerritMerged openstack/puppet-neutron stable/queens: IPv6 support for ODL-OVS deployment  https://review.openstack.org/61871823:20
*** owalsh_ is now known as owalsh23:25
openstackgerritMerged openstack/puppet-openstack-integration master: Add --debug to nova db sync and increase timeout  https://review.openstack.org/61987523:55
openstackgerritMerged openstack/puppet-openstack-integration master: Change iscsi_ip_address to target_ip_address  https://review.openstack.org/61967723:59

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