Tuesday, 2017-09-19

openstackgerritMohammed Naser proposed openstack/puppet-nova master: Pass arguments as array for nova-manage provider  https://review.openstack.org/50497700:08
*** vnogin has quit IRC00:10
openstackgerritMohammed Naser proposed openstack/puppet-keystone master: [DNM] test  https://review.openstack.org/50436100:21
*** xarses_ has joined #puppet-openstack00:42
openstackgerritMerged openstack/puppet-octavia master: Add api_handler option  https://review.openstack.org/50398800:45
openstackgerritMerged openstack/puppet-octavia master: Deprecate revocation_cache_time option  https://review.openstack.org/50392800:46
*** ntpttr_laptop has quit IRC00:50
openstackgerritMerged openstack/puppet-neutron master: add parameter to overwrite/add wsgi process options  https://review.openstack.org/50489201:18
openstackgerritzhongshengping proposed openstack/puppet-nova master: Remove useless options  https://review.openstack.org/50487101:21
*** ilbot3 has quit IRC01:45
*** ntpttr_laptop has joined #puppet-openstack01:51
openstackgerritzhongshengping proposed openstack/puppet-openstack-cookiecutter master: Deprecate revocation_cache_time option  https://review.openstack.org/50434801:51
*** ilbot3 has joined #puppet-openstack01:55
*** ntpttr_laptop has quit IRC02:02
*** xarses_ has quit IRC02:04
openstackgerritMohammed Naser proposed openstack/puppet-nova master: Pass arguments as array for nova-manage provider  https://review.openstack.org/50497702:23
mnaserpuppet cores: please prioritize this to fix our gates and fix tripleo - https://review.openstack.org/#/c/504977/02:27
mnaserplease read comments in the bug as i provide more insight and link to logs where the builds were successful02:28
mnaserthe faster we get this merged the faster things clear up02:28
* mwhahaha waits for gerrit to stop being stupid02:31
openstackgerritMerged openstack/puppet-openstack-integration master: keystone: run credential setup on xenial  https://review.openstack.org/50440702:33
mnaseryeah its been quite slow since the upgrade02:35
-openstackstatus- NOTICE: Gerrit is being restarted to feed its insatiable memory appetite02:41
mnasermwhahaha also both those patches (the original one and the fix) should be sent to stable/pike to fix the periodic problems in tripleo02:42
mnaserill remember to do them but just saying it in case i forget :p02:43
mwhahahak02:43
*** mwarad has joined #puppet-openstack02:46
*** larsks has joined #puppet-openstack02:50
larsksAnyone around now who can help with an rspec test? I'm getting an "unsupported osfamily" error I don't understand while trying to write a test for puppet-tripleo.02:51
mwhahahalarsks: sounds like you're not properly populating the facts so a module is erroring on you02:53
mwhahahalarsks: do you have the test posted somewhere?02:54
mwhahahalarsks: that's where the on_supported_os block for rspec tests is handy because it'll populate that stuff for you. example https://github.com/openstack/puppet-tripleo/blob/master/spec/classes/tripleo_profile_base_aodh_evaluator_spec.rb#L50-L5802:54
larsksmwhahaha: this is my stub test that is failing: https://gist.github.com/larsks/3b82c8226f2eec94c476065fd392f67b02:55
larsksI used the aodh test as a model, actually.02:56
mwhahahalarsks: my assumption is that the fluentd class is doing something silly02:56
larsksThat's probably not an unreasonable assumption.  I'm just having a hard time reading the backtraces that rake spec is producing.02:56
mwhahahahttps://github.com/soylent/konstantin-fluentd/blob/master/manifests/params.pp#L6-L2002:57
larsksAh, for example.02:57
mwhahahaso if $facts['osfamily'] isn't 'redhat' or 'debian' it throws that fatal02:57
larsksI wasn't able to tell that the fluentd module is what was producing the error, so that helps a lot.02:57
mwhahahaosfamily should be set correctly via the on_supported_os stuff02:57
mwhahahathough it might be including something outside of redhat/debian02:58
larsksPart of the problem is that the generated error shows up verbatim (the ${facts['osfamily']} part shows up literally in the output), so I'm not sure what is triggering it.02:58
larsksActually, belay that.02:59
larsksI think it's empty?  The actual line with the error is "#   Unsupported osfamily"02:59
mwhahahayea it might be empty02:59
larsksSo...what is my best option here?03:00
larsksE.g., do I set osfamily (+ other facts?) explicitly in the test instead of using the on_supported_os bit?03:01
mwhahahathat wouldn't be ideal but it would work03:01
mwhahahalet me take a look at it real quick03:01
mwhahahait might also be puppet version specific03:02
larsksMy local environment is puppet 4.8.1.03:02
mwhahahaeh that should be ok03:02
openstackgerritShangXiao proposed openstack/puppet-openstack-integration master: Update and replace http with https for doc links  https://review.openstack.org/50499803:02
mwhahahalarsks: it's the $facts['osfamily']03:12
mwhahahalarsks: $::osfamily is correct in the test but the $facts var doesn't appear to be properly constructed03:12
larsksOkay. Is that something I can fix that in that let (:facts) ... block?03:13
mwhahahano i tried that as well03:14
mwhahahalet me see if i can figure out what's going on03:14
mwhahahayou might just have to skip the test for now03:14
larsksI'm working on this because emilient said "I would be fine with this review if it had a test" :)03:14
mwhahahaseems like a bug in puppet-rspec03:15
larsksWell, I guess I'm glad I wasn't missing something simple.03:15
mwhahahait's probably because we use rspec-puppet 2.2.0 which is way old by now03:17
mwhahahalarsks: yea it's the version of rspec-puppet we have in puppet-openstack_spec_helper03:24
larsksmwhahaha: you mean, it works with a different version? Or you are confirming that 2.2.0 is the version currently in use?03:24
mwhahahayes to both03:24
mwhahahawe need to bump the version in puppet-openstadck_spec_helper03:25
mwhahahawhich will resolve your problems03:25
*** xarses_ has joined #puppet-openstack03:25
mwhahahai'm testing locally then i'll propose a patch03:25
larsksAwesome.  I appreciate you taking the time to look into this, because I was stumped.03:25
larsksIt's gotten way late here, so I'm going to turn in. Thanks again!03:27
openstackgerritAlex Schultz proposed openstack/puppet-openstack_spec_helper master: Bump rspec-puppet version  https://review.openstack.org/50500203:27
mwhahahalarsks: good night. -^ is the patch we'll need first03:27
larsksYah, I added myself as a reviewer so I can find it in the morning :)03:27
mwhahahawe'll see how badly it blows up :D03:28
* mwhahaha wanders off as well03:28
*** ntpttr_laptop has joined #puppet-openstack03:40
*** ntpttr_laptop has quit IRC03:51
*** ykarel has joined #puppet-openstack04:01
*** ykarel_ has joined #puppet-openstack04:03
*** ykarel has quit IRC04:05
*** udesale has joined #puppet-openstack04:16
*** skramaja has joined #puppet-openstack04:39
*** agurenko has joined #puppet-openstack05:04
*** skramaja_ has joined #puppet-openstack05:12
*** skramaja has quit IRC05:14
*** ratailor has joined #puppet-openstack05:47
*** ykarel_ is now known as ykarel05:53
*** udesale has quit IRC05:59
*** udesale has joined #puppet-openstack06:00
*** jtomasek has joined #puppet-openstack06:00
*** Mosibi has quit IRC06:05
*** spredzy has quit IRC06:05
*** tdasilva has quit IRC06:05
*** mwhahaha has quit IRC06:05
*** kellyzdude has quit IRC06:05
*** cmurphy has quit IRC06:05
*** rajinir has quit IRC06:05
*** cmurphy has joined #puppet-openstack06:06
*** mwhahaha has joined #puppet-openstack06:06
*** pepijn has quit IRC06:07
*** xarses_ has quit IRC06:09
*** Mosibi has joined #puppet-openstack06:10
*** spredzy has joined #puppet-openstack06:10
*** tdasilva has joined #puppet-openstack06:10
*** kellyzdude has joined #puppet-openstack06:10
*** rajinir has joined #puppet-openstack06:10
*** mnaser has quit IRC06:12
*** mnaser has joined #puppet-openstack06:21
*** jaganathan has joined #puppet-openstack06:41
*** ccamacho has joined #puppet-openstack06:49
*** yprokule has joined #puppet-openstack07:14
*** mwarad has quit IRC07:14
*** _mwarad_ has joined #puppet-openstack07:14
*** rcernin has joined #puppet-openstack07:18
*** skramaja_ is now known as skramaja_afk07:21
*** tesseract has joined #puppet-openstack07:24
-openstackstatus- NOTICE: Post jobs are not executed currently, do not tag any releases07:24
*** ChanServ changes topic to "Post jobs are not executed currently, do not tag any releases"07:24
*** _mwarad_ has quit IRC07:32
*** vnogin has joined #puppet-openstack07:34
*** jpena|off is now known as jpena07:35
*** amoralej|off is now known as amoralej07:36
openstackgerritzhongshengping proposed openstack/puppet-nova master: Rename the spicehtml5proxy.pp test file  https://review.openstack.org/50509107:37
openstackgerritOpenStack Proposal Bot proposed openstack/puppet-openstack-integration master: Updated from Puppet OpenStack modules constraints  https://review.openstack.org/50161307:48
*** vnogin has quit IRC07:51
*** _mwarad_ has joined #puppet-openstack07:55
openstackgerritzhongshengping proposed openstack/puppet-neutron master: Add unit test for missing config resources  https://review.openstack.org/50510007:55
*** vnogin has joined #puppet-openstack07:56
*** shardy has joined #puppet-openstack08:04
*** ykarel is now known as ykarel|lunch08:11
*** fxpester has joined #puppet-openstack08:21
*** jaosorior has quit IRC08:33
*** jaosorior has joined #puppet-openstack08:34
*** pepijn has joined #puppet-openstack08:39
*** ykarel|lunch is now known as ykarel08:47
*** udesale has quit IRC08:50
*** udesale has joined #puppet-openstack09:03
*** udesale has quit IRC09:05
*** udesale has joined #puppet-openstack09:05
*** udesale__ has joined #puppet-openstack09:10
*** udesale has quit IRC09:12
*** salmankhan has joined #puppet-openstack09:12
*** skramaja_afk is now known as skramaja09:13
*** gfidente has joined #puppet-openstack09:33
*** gfidente has quit IRC09:33
*** gfidente has joined #puppet-openstack09:33
openstackgerritAlfredo Moralejo proposed openstack/puppet-horizon stable/ocata: Create new version in ocata  https://review.openstack.org/50513809:37
openstackgerritAlfredo Moralejo proposed openstack/puppet-horizon stable/newton: Create new version in newton  https://review.openstack.org/50514209:47
*** vnogin has quit IRC09:52
*** salmankhan has quit IRC09:53
*** salmankhan has joined #puppet-openstack09:53
*** vnogin has joined #puppet-openstack10:03
*** _mwarad_ has quit IRC10:26
*** udesale__ has quit IRC10:32
*** udesale has joined #puppet-openstack10:32
*** jtomasek has quit IRC10:33
*** jtomasek has joined #puppet-openstack10:34
openstackgerritMerged openstack/puppet-openstack-integration master: Updated from Puppet OpenStack modules constraints  https://review.openstack.org/50161310:35
openstackgerritMerged openstack/puppet-nova master: add parameter to overwrite/add wsgi process options  https://review.openstack.org/50489810:36
*** hjensas has quit IRC10:39
*** hjensas has joined #puppet-openstack10:39
*** chem has joined #puppet-openstack10:43
*** oidgar has joined #puppet-openstack10:47
*** udesale has quit IRC10:54
*** udesale has joined #puppet-openstack10:55
*** dtantsur|afk is now known as dtantsur10:58
*** salmankhan has quit IRC10:58
*** salmankhan has joined #puppet-openstack10:58
*** morazi has quit IRC11:00
*** jaganathan has quit IRC11:13
*** jpena is now known as jpena|lunch11:40
*** morazi has joined #puppet-openstack11:46
*** jaganathan has joined #puppet-openstack11:49
*** vnogin has quit IRC11:53
openstackgerritJuan Antonio Osorio Robles proposed openstack/puppet-openstacklib master: apache wsgi: Exchange defaults for workers and threads  https://review.openstack.org/50519211:57
*** vnogin has joined #puppet-openstack12:00
*** jaosorior has quit IRC12:02
openstackgerritDmitry Tantsur proposed openstack/puppet-ironic master: Removed deprecated support for setting IPMI credentials  https://review.openstack.org/50519512:09
openstackgerritBenedikt Trefzer proposed openstack/puppet-aodh master: add parameter to overwrite/add wsgi process options  https://review.openstack.org/50519612:10
*** vnogin has quit IRC12:11
*** dprince has joined #puppet-openstack12:16
openstackgerritBenedikt Trefzer proposed openstack/puppet-aodh master: add parameter to overwrite/add wsgi process options  https://review.openstack.org/50519612:17
openstackgerritDmitry Tantsur proposed openstack/puppet-ironic master: Remove support for already removed SSH drivers  https://review.openstack.org/50520012:18
openstackgerritBenedikt Trefzer proposed openstack/puppet-gnocchi master: add parameter to overwrite/add wsgi process options  https://review.openstack.org/50520312:23
*** trown|outtypewww is now known as trown12:23
*** skramaja has quit IRC12:25
*** atoth has joined #puppet-openstack12:25
*** jaganathan has quit IRC12:26
amoralejcould someone take a look into https://review.openstack.org/#/c/505142/ and https://review.openstack.org/#/c/505138 ?12:35
amoralejwe need it to unblock ci on stable releases in RDO12:35
amoralejEmilienM, mwhahaha ^12:37
*** jaganathan has joined #puppet-openstack12:38
*** amoralej is now known as amoralej|lunch12:39
*** ansmith has joined #puppet-openstack12:41
*** jpena|lunch is now known as jpena12:42
openstackgerritChenghui Yu proposed openstack/puppet-ironic master: Update openstackdocstheme to latest version  https://review.openstack.org/50520812:42
*** vnogin has joined #puppet-openstack12:45
mnaseramoralej|lunch https://review.openstack.org/#/c/505197/ and https://review.openstack.org/#/c/505199/ and ready once that's done (but we cant release anything yet because post jobs are broken)12:47
*** vnogin has quit IRC12:50
openstackgerritChenghui Yu proposed openstack/puppet-watcher master: Update openstackdocstheme to latest version  https://review.openstack.org/50521512:57
*** ratailor has quit IRC12:58
openstackgerritChenghui Yu proposed openstack/puppet-zaqar master: Update openstackdocstheme to latest version  https://review.openstack.org/50521812:58
openstackgerritChenghui Yu proposed openstack/puppet-vswitch master: Update openstackdocstheme to latest version  https://review.openstack.org/50521912:59
openstackgerritChenghui Yu proposed openstack/puppet-vitrage master: Update openstackdocstheme to latest version  https://review.openstack.org/50522113:00
*** jaganathan has quit IRC13:04
openstackgerritChenghui Yu proposed openstack/puppet-trove master: Update openstackdocstheme to latest version  https://review.openstack.org/50522313:05
openstackgerritChenghui Yu proposed openstack/puppet-tempest master: Update openstackdocstheme to latest version  https://review.openstack.org/50522513:05
*** pepijn has quit IRC13:07
*** pepijn has joined #puppet-openstack13:07
openstackgerritChenghui Yu proposed openstack/puppet-tacker master: Update openstackdocstheme to latest version  https://review.openstack.org/50522613:07
*** amoralej|lunch is now known as amoralej13:11
openstackgerritChenghui Yu proposed openstack/puppet-swift master: Update openstackdocstheme to latest version  https://review.openstack.org/50522813:12
openstackgerritChenghui Yu proposed openstack/puppet-sahara master: Update openstackdocstheme to latest version  https://review.openstack.org/50522913:12
openstackgerritChenghui Yu proposed openstack/puppet-panko master: Update openstackdocstheme to latest version  https://review.openstack.org/50523013:12
openstackgerritChenghui Yu proposed openstack/puppet-oslo master: Update openstackdocstheme to latest version  https://review.openstack.org/50523113:12
amoralejmnaser, thanks for creating the releases review13:14
*** udesale has quit IRC13:17
openstackgerritChenghui Yu proposed openstack/puppet-openstack_extras master: Update openstackdocstheme to latest version  https://review.openstack.org/50523513:23
openstackgerritChenghui Yu proposed openstack/puppet-openstacklib master: Update openstackdocstheme to latest version  https://review.openstack.org/50523613:23
openstackgerritChenghui Yu proposed openstack/puppet-nova master: Update openstackdocstheme to latest version  https://review.openstack.org/50523713:24
openstackgerritChenghui Yu proposed openstack/puppet-neutron master: Update openstackdocstheme to latest version  https://review.openstack.org/50523813:25
*** owalsh is now known as owalsh_biab13:27
openstackgerritChenghui Yu proposed openstack/puppet-mistral master: Update openstackdocstheme to latest version  https://review.openstack.org/50524113:29
openstackgerritChenghui Yu proposed openstack/puppet-manila master: Update openstackdocstheme to latest version  https://review.openstack.org/50524213:29
*** markvoelker has joined #puppet-openstack13:30
openstackgerritChenghui Yu proposed openstack/puppet-horizon master: Update openstackdocstheme to latest version  https://review.openstack.org/50524313:30
openstackgerritChenghui Yu proposed openstack/puppet-keystone master: Update openstackdocstheme to latest version  https://review.openstack.org/50524413:30
openstackgerritChenghui Yu proposed openstack/puppet-gnocchi master: Update openstackdocstheme to latest version  https://review.openstack.org/50524913:36
openstackgerritChenghui Yu proposed openstack/puppet-heat master: Update openstackdocstheme to latest version  https://review.openstack.org/50525013:36
openstackgerritChenghui Yu proposed openstack/puppet-glance master: Update openstackdocstheme to latest version  https://review.openstack.org/50525113:36
openstackgerritChenghui Yu proposed openstack/puppet-ec2api master: Update openstackdocstheme to latest version  https://review.openstack.org/50525213:36
openstackgerritChenghui Yu proposed openstack/puppet-designate master: Update openstackdocstheme to latest version  https://review.openstack.org/50525313:38
*** dtantsur is now known as dtantsur|lunch13:38
*** vnogin has joined #puppet-openstack13:39
*** vnogin has quit IRC13:44
openstackgerritChenghui Yu proposed openstack/puppet-congress master: Update openstackdocstheme to latest version  https://review.openstack.org/50525713:45
openstackgerritChenghui Yu proposed openstack/puppet-cinder master: Update openstackdocstheme to latest version  https://review.openstack.org/50525813:45
openstackgerritChenghui Yu proposed openstack/puppet-barbican master: Update openstackdocstheme to latest version  https://review.openstack.org/50525913:45
openstackgerritChenghui Yu proposed openstack/puppet-ceph master: Update openstackdocstheme to latest version  https://review.openstack.org/50526013:45
openstackgerritChenghui Yu proposed openstack/puppet-ceilometer master: Update openstackdocstheme to latest version  https://review.openstack.org/50526413:52
openstackgerritChenghui Yu proposed openstack/puppet-openstack_spec_helper master: Update openstackdocstheme to latest version  https://review.openstack.org/50526513:52
openstackgerritChenghui Yu proposed openstack/puppet-rally master: Update openstackdocstheme to latest version  https://review.openstack.org/50526613:52
openstackgerritChenghui Yu proposed openstack/puppet-openstack-cookiecutter master: Update openstackdocstheme to latest version  https://review.openstack.org/50526913:54
openstackgerritChenghui Yu proposed openstack/puppet-aodh master: Update openstackdocstheme to latest version  https://review.openstack.org/50527213:56
openstackgerritChenghui Yu proposed openstack/puppet-ovn master: Update openstackdocstheme to latest version  https://review.openstack.org/50527313:56
*** beddari has joined #puppet-openstack13:58
*** owalsh_biab is now known as owalsh14:02
openstackgerritChenghui Yu proposed openstack/puppet-octavia master: Update openstackdocstheme to latest version  https://review.openstack.org/50527514:02
openstackgerritChenghui Yu proposed openstack/puppet-magnum master: Update openstackdocstheme to latest version  https://review.openstack.org/50527614:02
openstackgerritChenghui Yu proposed openstack/puppet-glare master: Update openstackdocstheme to latest version  https://review.openstack.org/50527714:03
openstackgerritChenghui Yu proposed openstack/puppet-freezer master: Update openstackdocstheme to latest version  https://review.openstack.org/50527814:03
dmsimardthose patches...14:03
openstackgerritChenghui Yu proposed openstack/puppet-murano master: Update openstackdocstheme to latest version  https://review.openstack.org/50527914:04
openstackgerritChenghui Yu proposed openstack/puppet-cloudkitty master: Update openstackdocstheme to latest version  https://review.openstack.org/50528114:05
*** ratailor has joined #puppet-openstack14:14
*** vnogin has joined #puppet-openstack14:20
*** ykarel has quit IRC14:35
mwhahahamnaser: https://puppet.com/blog/building-docker-images-puppet so i guess we could look at that14:42
mnasermwhahaha yeah i did a bit of google-ing and there's also a few interesting docker providers14:42
*** ChanServ sets mode: +o mwhahaha14:42
*** mwhahaha sets mode: +o mnaser14:43
mwhahahaunfortunately the container aspect really isn't puppet friendly14:43
mwhahahabecause it's a step prior to the actual deployment14:43
mnasermy logic was assuming the containers are already built14:44
mwhahahaso all we really could do is expose container building using the existing stuff but that's pretty much on the operator to put it together14:44
mnaser(kinda like the assumption that rpms/packaging exists)14:44
mwhahahaunfortunately the config part is assumed to be wrapped in with the building14:44
mwhahahawhich is why we had to do all sort of shenanigans in tripleo14:44
mnaseroh so you're not mounting volumes with the config in it?14:45
mnaseryou're building images with config baked in?14:45
mwhahahaa bit of both14:45
mwhahahathere's a config container but we also bindmap stuff14:45
mnaseri was thinking to bind mount into the docker container a folder from the host so the containers themselves are never changed (ex: they are downloaded from dockerhub or $provider_regsitry)14:46
mnaserif the user wants to build their own then that's up to them (kinda like how we just deploy rpms/debs.. regardless of where they come from)14:46
mnaseri was thinking of doing barbican as an exercise and see how that goes14:47
mwhahahai'm personally not a huge fan of the containerize all the things movement14:47
mwhahahai think it makes sense for apis/workers14:48
mnaseri agree14:48
mwhahahabut when you get to infrastructure stuff (ie libvirt) it's just more painful14:48
mnaser100% agreed, anything that touches hardware shouldnt be containerized14:48
*** jaosorior has joined #puppet-openstack14:48
mnaserat vexxhost, we run every service inside nspawn container except for neutron-openvswitch-agent, cinder-volume, nova-compute, etc14:49
mwhahahayea that makes a whole bunch of sense14:51
mnaser puppet-nova gonna merge any second now14:52
openstackgerritMerged openstack/puppet-nova master: Pass arguments as array for nova-manage provider  https://review.openstack.org/50497714:52
mnaserboom14:52
openstackgerritMerged openstack/puppet-horizon stable/newton: Create new version in newton  https://review.openstack.org/50514214:52
openstackgerritMerged openstack/puppet-horizon stable/ocata: Create new version in ocata  https://review.openstack.org/50513814:52
openstackgerritMohammed Naser proposed openstack/puppet-nova stable/pike: Pass arguments as array for nova-manage provider  https://review.openstack.org/50529514:55
openstackgerritMohammed Naser proposed openstack/puppet-nova stable/pike: Sanitize nova_manage output in provider  https://review.openstack.org/50529414:55
*** beekneemech is now known as bnemec14:56
*** xarses_ has joined #puppet-openstack15:00
openstackgerritMohammed Naser proposed openstack/puppet-openstacklib master: Fix beaker tests to use openstack_integration for RabbitMQ  https://review.openstack.org/50529915:03
*** andreww has joined #puppet-openstack15:03
*** ccamacho has quit IRC15:03
*** andreww has quit IRC15:03
*** trown is now known as trown|brb15:03
*** xarses_ has quit IRC15:05
*** andreww has joined #puppet-openstack15:05
*** andreww is now known as xarses_15:06
*** trown|brb is now known as trown15:08
openstackgerritAlex Schultz proposed openstack/puppet-openstacklib master: apache wsgi: Exchange defaults for workers and threads  https://review.openstack.org/50519215:12
*** makowals has quit IRC15:16
*** ccamacho has joined #puppet-openstack15:21
*** vnogin has quit IRC15:30
*** jaosorior has quit IRC15:32
*** vnogin has joined #puppet-openstack15:32
*** vnogin has quit IRC15:37
*** jaganathan has joined #puppet-openstack15:44
openstackgerritAlfredo Moralejo proposed openstack/puppet-aodh stable/newton: Prepare release 9.6.0  https://review.openstack.org/50531115:48
*** agurenko has quit IRC15:56
*** dtantsur|lunch is now known as dtantsur16:00
*** agurenko has joined #puppet-openstack16:01
*** dprince has quit IRC16:02
*** oidgar has quit IRC16:03
*** yprokule has quit IRC16:03
*** oyrogerg has quit IRC16:04
*** dprince has joined #puppet-openstack16:04
*** oyrogerg has joined #puppet-openstack16:05
*** ratailor has quit IRC16:09
*** oidgar has joined #puppet-openstack16:11
*** agurenko has quit IRC16:19
*** rwsu has quit IRC16:28
*** rwsu has joined #puppet-openstack16:30
*** rwsu has quit IRC16:30
*** rwsu has joined #puppet-openstack16:30
*** dprince has quit IRC16:35
*** trown is now known as trown|lunch16:49
*** jpena is now known as jpena|away16:49
*** rcernin has quit IRC16:52
*** tesseract has quit IRC16:52
*** dprince has joined #puppet-openstack16:56
*** nmathew has joined #puppet-openstack16:57
*** radez has quit IRC17:09
*** jpena|away has quit IRC17:10
*** amoralej has quit IRC17:10
*** ccamacho has quit IRC17:18
*** udesale has joined #puppet-openstack17:27
*** udesale has quit IRC17:31
*** nmathew has quit IRC17:41
*** shardy has quit IRC17:44
openstackgerritMerged openstack/puppet-nova stable/pike: change libvirt package name on debian stretch and up  https://review.openstack.org/50458617:48
*** pepijn has quit IRC18:13
*** salmankhan has quit IRC18:14
*** salmankhan has joined #puppet-openstack18:15
*** salmankhan has quit IRC18:20
*** trown|lunch is now known as trown18:22
*** jaganathan has quit IRC18:33
*** dtantsur is now known as dtantsur|afk18:40
*** vnogin has joined #puppet-openstack18:48
*** vnogin has quit IRC18:53
*** alee is now known as alee_afk18:57
*** vnogin has joined #puppet-openstack19:01
*** beddari has left #puppet-openstack19:07
*** vnogin has quit IRC19:09
*** vnogin has joined #puppet-openstack19:22
*** jtomasek has quit IRC19:35
*** radez has joined #puppet-openstack19:51
*** rcernin has joined #puppet-openstack20:14
-openstackstatus- NOTICE: Zuul and Gerrit are being restarted to address issues discovered with the Gerrit 2.13 upgrade. review.openstack.org will be inaccessible for a few minutes while we make these changes. Currently running jobs will be restarted for you once Zuul and Gerrit are running again.20:28
*** ansmith has quit IRC20:33
*** vnogin has quit IRC20:36
*** vnogin has joined #puppet-openstack20:37
*** vnogin has quit IRC20:44
*** salmankhan has joined #puppet-openstack20:45
*** vnogin has joined #puppet-openstack21:06
*** trown is now known as trown|outtypewww21:10
*** atoth has quit IRC21:22
*** alee_afk is now known as alee21:25
*** jistr has quit IRC21:41
*** morazi has quit IRC21:47
*** salmankhan has quit IRC21:49
*** jistr has joined #puppet-openstack22:01
*** dprince has quit IRC22:09
*** chem has quit IRC22:18
-openstackstatus- NOTICE: Gerrit is being restarted to address some final issues, review.openstack.org will be inaccessible for a few minutes while we restart22:34
*** openstackgerrit has quit IRC22:47
*** gfidente has quit IRC22:53
*** ansmith has joined #puppet-openstack22:54
*** xarses_ has quit IRC23:07
*** rcernin has quit IRC23:11
*** ChanServ changes topic to "CI Status: RED (TripleO CI broken, blocking patches) | Puppet OpenStack modules https://docs.openstack.org/puppet-openstack-guide/latest/"23:41
-openstackstatus- NOTICE: Gerrit is once again part of normal puppet config management. Problems with Gerrit gitweb links and Zuul post jobs have been addressed. We currently cannot create new gerrit projects (fixes in progress) and email sending is slow (being debugged).23:41

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