openstackgerrit | zhongshengping proposed openstack/puppet-glance master: Fix lint https://review.openstack.org/622626 | 00:42 |
---|---|---|
*** mschuppert has quit IRC | 02:16 | |
openstackgerrit | Merged openstack/puppet-gnocchi master: Deprecate pki related options https://review.openstack.org/619431 | 02:58 |
openstackgerrit | zhulingjie proposed openstack/puppet-neutron master: Change openstack-dev to openstack-discuss https://review.openstack.org/622700 | 03:19 |
openstackgerrit | zhulingjie proposed openstack/puppet-openstack-specs master: Change openstack-dev to openstack-discuss https://review.openstack.org/622701 | 03:19 |
openstackgerrit | zhulingjie proposed openstack/puppet-openstack_spec_helper master: Change openstack-dev to openstack-discuss https://review.openstack.org/622702 | 03:19 |
openstackgerrit | zhulingjie proposed openstack/puppet-openstacklib master: Change openstack-dev to openstack-discuss https://review.openstack.org/622703 | 03:19 |
openstackgerrit | zhulingjie proposed openstack/puppet-ceph master: Change openstack-dev to openstack-discuss https://review.openstack.org/622704 | 03:19 |
openstackgerrit | zhulingjie proposed openstack/puppet-ceilometer master: Change openstack-dev to openstack-discuss https://review.openstack.org/622705 | 03:19 |
openstackgerrit | zhulingjie proposed openstack/puppet-vitrage master: Change openstack-dev to openstack-discuss https://review.openstack.org/622707 | 03:19 |
openstackgerrit | zhulingjie proposed openstack/puppet-vswitch master: Change openstack-dev to openstack-discuss https://review.openstack.org/622709 | 03:19 |
*** ykarel|away has joined #puppet-openstack | 03:21 | |
openstackgerrit | Merged openstack/puppet-nova master: Convert to rspec-puppet-facts https://review.openstack.org/620653 | 03:22 |
openstackgerrit | Merged openstack/puppet-ceph master: Change openstack-dev to openstack-discuss https://review.openstack.org/621793 | 04:13 |
*** janki has joined #puppet-openstack | 04:40 | |
*** mmethot has quit IRC | 04:41 | |
*** gouthamr has quit IRC | 05:46 | |
*** gouthamr has joined #puppet-openstack | 05:53 | |
*** gouthamr has quit IRC | 06:15 | |
*** gouthamr has joined #puppet-openstack | 06:18 | |
*** ykarel|away has quit IRC | 06:21 | |
*** gouthamr has quit IRC | 06:29 | |
*** gouthamr has joined #puppet-openstack | 06:32 | |
*** ykarel|away has joined #puppet-openstack | 06:45 | |
*** cgfbee has quit IRC | 06:48 | |
*** ykarel|away is now known as ykarel | 06:54 | |
*** pma78 has joined #puppet-openstack | 06:57 | |
*** gouthamr has quit IRC | 06:58 | |
*** gouthamr has joined #puppet-openstack | 07:07 | |
*** skramaja has joined #puppet-openstack | 07:15 | |
*** mschuppert has joined #puppet-openstack | 07:17 | |
*** agurenko has joined #puppet-openstack | 07:24 | |
openstackgerrit | ShangXiao proposed openstack/puppet-ceph master: Supply hrefs for table of contents according to context https://review.openstack.org/622860 | 07:27 |
*** dpawlik has joined #puppet-openstack | 07:40 | |
*** gouthamr has quit IRC | 07:40 | |
*** pepijn has joined #puppet-openstack | 07:42 | |
*** gouthamr has joined #puppet-openstack | 07:42 | |
*** pepijn has left #puppet-openstack | 07:43 | |
*** iurygregory has joined #puppet-openstack | 07:47 | |
*** agurenko has quit IRC | 07:58 | |
*** ykarel is now known as ykarel|lunch | 08:00 | |
*** pgaxatte has quit IRC | 08:02 | |
*** pgaxatte has joined #puppet-openstack | 08:02 | |
openstackgerrit | Tobias Urdin proposed openstack/puppet-vitrage master: Remove auth_uri https://review.openstack.org/620730 | 08:07 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-gnocchi master: Remove auth_uri https://review.openstack.org/620737 | 08:08 |
*** gfidente has joined #puppet-openstack | 08:31 | |
*** jpena|off is now known as jpena | 08:39 | |
*** tosky has joined #puppet-openstack | 08:50 | |
*** ykarel|lunch is now known as ykarel | 09:00 | |
*** shardy has joined #puppet-openstack | 09:00 | |
*** dpawlik has quit IRC | 09:04 | |
*** dpawlik has joined #puppet-openstack | 09:05 | |
zigo | tobias-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 |
zigo | I added: notify => Service['virtlogd', 'libvirtd'] | 09:21 |
zigo | but it doesn't do the trick ... :( | 09:21 |
tobias-urdin | hm yeah that is an annoying thing if you want to achieve a consistent state | 09:28 |
tobias-urdin | why does it need restart? | 09:28 |
zigo | tobias-urdin: Otherwise, nova-compute cannot connect to libvirt, apparently. | 09:31 |
zigo | I'm not sure what's being configured so that it wouldn't work otherwise ... | 09:31 |
zigo | Maybe rights to the daemon. | 09:32 |
*** rcernin has quit IRC | 09:38 | |
zigo | tobias-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 |
zigo | tobias-urdin: I can confirm, it looks like my issue is libvirtd not listening on TCP by default. | 09:48 |
*** derekh has joined #puppet-openstack | 09:49 | |
tobias-urdin | ok, you'll need libvirt open between compute nodes for live migration etc as well | 09:50 |
tobias-urdin | i 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-openstack | 10:27 | |
zigo | tobias-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 |
zigo | Hum ... | 10:31 |
zigo | Looks like I need an include of nova::compute::libvirt::services, right? | 10:31 |
*** salmankhan1 has joined #puppet-openstack | 10:31 | |
*** salmankhan has quit IRC | 10:32 | |
*** salmankhan1 is now known as salmankhan | 10:32 | |
tobias-urdin | zigo: yeah prob, didn't u push a patch to fix param for virtlogd etc for debian as well? | 10:32 |
zigo | I did indeed ! :) | 10:32 |
openstackgerrit | wanghui proposed openstack/puppet-openstack-cookiecutter master: Fix stdlib version in metadata https://review.openstack.org/622925 | 10:43 |
*** chem has quit IRC | 10:43 | |
*** chem has joined #puppet-openstack | 10:44 | |
*** dtantsur|afk is now known as dtantsur | 10:50 | |
*** iurygregory is now known as iury|lunch | 10:53 | |
zigo | tobias-urdin: libvirtd issue fixed as per above! :) | 11:03 |
zigo | It's kind of counter-intuitive to have to set manage_libvirt_services to false though ... :P | 11:04 |
*** chem has quit IRC | 11:06 | |
*** chem has joined #puppet-openstack | 11:07 | |
tobias-urdin | i do smth similar http://paste.openstack.org/show/736695/ | 11:08 |
*** social has joined #puppet-openstack | 11:19 | |
*** morazi has quit IRC | 11:20 | |
*** salmankhan1 has joined #puppet-openstack | 11:27 | |
*** salmankhan has quit IRC | 11:28 | |
*** salmankhan1 is now known as salmankhan | 11:28 | |
openstackgerrit | Merged openstack/puppet-openstack-integration master: Reorganize the zuul configs https://review.openstack.org/621066 | 12:06 |
*** iury|lunch is now known as iurygregory | 12:19 | |
*** salmankhan has quit IRC | 12:22 | |
*** jpena is now known as jpena|lunch | 12:25 | |
*** salmankhan has joined #puppet-openstack | 12:30 | |
*** morazi has joined #puppet-openstack | 12:50 | |
*** ykarel is now known as ykarel|afk | 13:03 | |
openstackgerrit | Merged openstack/puppet-ceilometer master: Change openstack-dev to openstack-discuss https://review.openstack.org/621419 | 13:08 |
*** janki has quit IRC | 13:08 | |
*** ykarel|afk has quit IRC | 13:10 | |
openstackgerrit | Merged openstack/puppet-vitrage master: Change openstack-dev to openstack-discuss https://review.openstack.org/621451 | 13:12 |
openstackgerrit | Merged openstack/puppet-vswitch master: Change openstack-dev to openstack-discuss https://review.openstack.org/621452 | 13:23 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-openstacklib master: Add spec testing for multiple bind_port https://review.openstack.org/621543 | 13:32 |
*** jpena|lunch is now known as jpena | 13:33 | |
*** ykarel|afk has joined #puppet-openstack | 13:35 | |
*** ykarel|afk is now known as ykarel | 13:36 | |
*** dtantsur is now known as dtantsur|brb | 13:39 | |
*** vnogin has joined #puppet-openstack | 13:40 | |
*** dpawlik has quit IRC | 13:41 | |
*** dpawlik has joined #puppet-openstack | 13:44 | |
*** dpawlik has quit IRC | 13:49 | |
*** dpawlik has joined #puppet-openstack | 13:50 | |
*** vnogin has quit IRC | 13:51 | |
*** vnogin has joined #puppet-openstack | 13:56 | |
*** skramaja has quit IRC | 14:24 | |
*** vnogin has quit IRC | 14:28 | |
*** janki has joined #puppet-openstack | 14:33 | |
*** vnogin has joined #puppet-openstack | 14:35 | |
*** vnogin has quit IRC | 14:40 | |
*** vnogin has joined #puppet-openstack | 14:46 | |
*** vnogin has quit IRC | 14:46 | |
*** agurenko has joined #puppet-openstack | 14:59 | |
*** agurenko has quit IRC | 14:59 | |
*** mmethot has joined #puppet-openstack | 15:12 | |
*** dtantsur|brb is now known as dtantsur | 15:13 | |
*** salmankhan has quit IRC | 16:14 | |
*** salmankhan has joined #puppet-openstack | 16:19 | |
*** janki has quit IRC | 16:30 | |
openstackgerrit | Merged openstack/puppet-nova master: Fix lint https://review.openstack.org/622172 | 16:38 |
*** dpawlik has quit IRC | 16:42 | |
*** dpawlik has joined #puppet-openstack | 16:44 | |
*** pgaxatte has quit IRC | 16:51 | |
*** iurygregory has quit IRC | 16:55 | |
*** shardy has quit IRC | 17:11 | |
*** shardy has joined #puppet-openstack | 17:13 | |
*** radez is now known as radez_afk | 17:16 | |
*** salmankhan has quit IRC | 17:26 | |
*** salmankhan has joined #puppet-openstack | 17:34 | |
*** jpena is now known as jpena|off | 17:42 | |
*** derekh has quit IRC | 18:03 | |
*** salmankhan has quit IRC | 18:07 | |
openstackgerrit | Merged openstack/puppet-openstack_spec_helper master: Change openstack-dev to openstack-discuss https://review.openstack.org/621792 | 18:09 |
*** dpawlik has quit IRC | 18:45 | |
*** dpawlik has joined #puppet-openstack | 18:46 | |
*** shardy has quit IRC | 18:49 | |
*** morazi has quit IRC | 19:09 | |
*** ykarel has quit IRC | 19:16 | |
*** gfidente has quit IRC | 19:21 | |
*** radez_afk is now known as radez | 19:46 | |
openstackgerrit | Merged openstack/puppet-openstack-guide master: Class structure and dependencies https://review.openstack.org/620751 | 19:59 |
*** jaosorior has joined #puppet-openstack | 20:03 | |
*** dtantsur is now known as dtantsur|afk | 20:06 | |
openstackgerrit | Merged openstack/puppet-ovn stable/queens: Make sure ovs bridge is created before setting mac-table-size https://review.openstack.org/622265 | 20:13 |
openstackgerrit | Merged openstack/puppet-qdr master: Changes to include broker connector configuration. https://review.openstack.org/617366 | 20:20 |
openstackgerrit | Merged openstack/puppet-octavia stable/rocky: Re-include octavia::db in octavia::api https://review.openstack.org/621402 | 20:23 |
*** dpawlik has quit IRC | 20:44 | |
openstackgerrit | Merged openstack/puppet-manila master: Remove auth_uri https://review.openstack.org/620742 | 20:51 |
openstackgerrit | Merged openstack/puppet-ec2api master: Remove auth_uri https://review.openstack.org/620725 | 20:57 |
*** dpawlik has joined #puppet-openstack | 20:59 | |
*** dpawlik has quit IRC | 21:03 | |
*** jtomasek_ has quit IRC | 21:05 | |
openstackgerrit | Merged openstack/puppet-keystone master: Remove deprecated keystone::memcache_servers https://review.openstack.org/619201 | 21:11 |
openstackgerrit | Merged openstack/puppet-cinder stable/rocky: Dell EMC SC: Add use_multipath_for_image_xfer https://review.openstack.org/614618 | 21:21 |
openstackgerrit | Merged openstack/puppet-cinder stable/queens: Dell EMC SC: Add use_multipath_for_image_xfer https://review.openstack.org/614619 | 21:21 |
*** morazi has joined #puppet-openstack | 21:39 | |
openstackgerrit | Merged openstack/puppet-heat master: Install heat cron job after all heat packages https://review.openstack.org/619490 | 21:49 |
openstackgerrit | Merged openstack/puppet-glance master: Remove auth_uri https://review.openstack.org/620735 | 21:57 |
*** rcernin has joined #puppet-openstack | 22:03 | |
openstackgerrit | Tobias Urdin proposed openstack/puppet-ironic master: Remove deprecated logging https://review.openstack.org/620845 | 22:07 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-openstacklib master: Add spec testing for multiple bind_port https://review.openstack.org/621543 | 22:09 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-neutron master: Deprecate pki related options https://review.openstack.org/619426 | 22:11 |
openstackgerrit | Daniel Farrell proposed openstack/puppet-neutron master: Use new ODL diagstatus heath check REST endpoint https://review.openstack.org/620764 | 22:11 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-neutron master: Remove auth_uri https://review.openstack.org/620744 | 22:11 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-neutron master: Remove deprecated logging https://review.openstack.org/620859 | 22:13 |
openstackgerrit | Merged openstack/puppet-neutron master: Convert to rspec-puppet-facts https://review.openstack.org/620684 | 22:30 |
*** owalsh_ has joined #puppet-openstack | 22:40 | |
*** owalsh has quit IRC | 22:42 | |
*** rcernin has quit IRC | 22:52 | |
*** rcernin has joined #puppet-openstack | 22:52 | |
openstackgerrit | Ben Nemec proposed openstack/puppet-designate master: Allow setting of coordination/backend_url https://review.openstack.org/623095 | 22:54 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Limit integration jobs to Puppet5 https://review.openstack.org/623100 | 23:18 |
mwhahaha | EmilienM: 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 default | 23:19 |
openstackgerrit | Merged openstack/puppet-neutron stable/queens: IPv6 support for ODL-OVS deployment https://review.openstack.org/618718 | 23:20 |
*** owalsh_ is now known as owalsh | 23:25 | |
openstackgerrit | Merged openstack/puppet-openstack-integration master: Add --debug to nova db sync and increase timeout https://review.openstack.org/619875 | 23:55 |
openstackgerrit | Merged openstack/puppet-openstack-integration master: Change iscsi_ip_address to target_ip_address https://review.openstack.org/619677 | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!