*** salv-orlando has joined #openstack-infra | 00:01 | |
*** anteaya has quit IRC | 00:01 | |
ianw | mordred: hmm, printing "name_or_id" ---> {<built-in function id>: '284a585d-6349-4104-b4e7-6943225f25c3'} | 00:01 |
---|---|---|
*** anteaya has joined #openstack-infra | 00:02 | |
ianw | ohhhh, hang on | 00:02 |
*** hamzy_ has joined #openstack-infra | 00:02 | |
*** salv-orlando has quit IRC | 00:06 | |
ianw | passing " cloud.delete_image({'id': i}, wait=True)" (note quotes around 'id' now) | 00:06 |
mordred | ianw: {'id': i} yeah | 00:06 |
ianw | File "/home/iwienand/tmp/openstackclient/lib/python2.7/site-packages/shade/openstackcloud.py", line 4528, in delete_image | 00:06 |
ianw | '/images/{id}'.format(id=image.id), | 00:06 |
ianw | AttributeError: 'dict' object has no attribute 'id' | 00:06 |
mordred | ianw: hrm. nod. one sec | 00:07 |
fungi | ianw: on https://review.openstack.org/557979 patchset 6 you suggested defaulting the install_path class parameter to $docroot, which isn't defined... can you clarify what you were recommending there? | 00:07 |
openstackgerrit | Tony Breeds proposed openstack-infra/project-config master: Updates jobs running on the election repo https://review.openstack.org/561075 | 00:08 |
*** hamzy has joined #openstack-infra | 00:08 | |
ianw | mordred: i think we want to fall into the _is_uuid_like check under that | 00:09 |
mordred | no - the function is general and wants to avoid that check for other cases .. | 00:09 |
*** shu-mutow has joined #openstack-infra | 00:09 | |
mordred | ianw: (patch coming) | 00:10 |
*** gyee has quit IRC | 00:10 | |
*** hamzy_ has quit IRC | 00:10 | |
*** Sukhdev has quit IRC | 00:10 | |
ianw | ok | 00:10 |
mordred | ianw: you found a fun rabbit hole here :) | 00:11 |
*** jcoufal has joined #openstack-infra | 00:12 | |
*** AR2018 has quit IRC | 00:13 | |
ianw | i guess people don' t deal with systems with thousands of leaked images too often | 00:15 |
mordred | ianw: try: | 00:15 |
mordred | + elif isinstance(name_or_id, dict) and 'id' in name_or_id: | 00:15 |
mordred | + return munch.Munch(name_or_id) | 00:15 |
mordred | after the if hasattr | 00:15 |
ianw | mordred: http://paste.openstack.org/show/719110/ ... progress | 00:17 |
ianw | i wonder what that 404 is about | 00:18 |
mordred | ianw: yah. that's weird | 00:19 |
mordred | ianw: are you sure that image is still there? | 00:20 |
ianw | no | 00:20 |
mordred | oh. wow. that's a SECOND bug -we've just never noticed it before :) | 00:21 |
ianw | mordred: ok, no wait it's me. i've got the wrong region in my deleteit.py script | 00:21 |
*** r-daneel has quit IRC | 00:21 | |
mordred | ianw: well - I mean, there is still a bug | 00:21 |
mordred | we should not throw exceptions on 404s in delete_image | 00:22 |
ianw | urgh, wait now it's not working again and listing everything | 00:22 |
mordred | if you say "delete_image('foo')" and foo doens't exist - it should be a no-op | 00:22 |
ianw | mordred: ok, so it's run the delete directly, but then it seems to go via some other path that is listing hte images again -> http://paste.openstack.org/show/719111/ | 00:23 |
mordred | ianw: I see it | 00:25 |
openstackgerrit | Merged openstack-infra/openstack-zuul-jobs master: add release-notes-jobs-python3 project template https://review.openstack.org/561044 | 00:25 |
mordred | ianw: remote: https://review.openstack.org/561078 Fix _get_entity to accept a dict | 00:26 |
ianw | mordred: ok cool, now it is in it's wait loop | 00:28 |
mordred | woot! | 00:28 |
ianw | actually, do i need to wait=True on it anyway? | 00:29 |
openstackgerrit | Merged openstack-infra/project-config master: Add ansible-role-carbon zuul jobs https://review.openstack.org/560059 | 00:30 |
openstackgerrit | Merged openstack-infra/project-config master: Add ansible-role-whisper zuul jobs https://review.openstack.org/560062 | 00:30 |
*** berndbausch has joined #openstack-infra | 00:30 | |
*** tjgresha has joined #openstack-infra | 00:31 | |
mordred | ianw: you don't | 00:32 |
mordred | ianw: I mean, you won't know when it's all done if you don't ... but you could run the search later just to verify | 00:32 |
*** stakeda has joined #openstack-infra | 00:33 | |
ianw | yeah, it will take weeks waiting for it in order | 00:35 |
ianw | mordred: should i be seeing something about deleting objects? | 00:35 |
*** felipemonteiro_ has quit IRC | 00:38 | |
ianw | mordred: is it just me, or is delete_objects in delete_image never used? | 00:38 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: document that the build-reno-releasenotes job accepts sphinx_python https://review.openstack.org/561041 | 00:39 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Fix typo in build-sphinx-docs docstring https://review.openstack.org/561040 | 00:39 |
*** AR2018 has joined #openstack-infra | 00:47 | |
*** harlowja has quit IRC | 00:52 | |
anteaya | ianw before I sign off I'll bring your attention to a question fungi asked you a bit ago: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2018-04-13.log.html#t2018-04-13T00:07:30 would be great for me if you could leave a comment on my patch so I can offer a new patchset tomorrow | 00:54 |
anteaya | thanks for all your support here, I appreciate it | 00:54 |
*** zhangfei has joined #openstack-infra | 00:56 | |
*** iyamahat has quit IRC | 00:56 | |
*** gouthamr has quit IRC | 00:59 | |
*** iyamahat has joined #openstack-infra | 01:00 | |
*** ianychoi_ is now known as ianychoi | 01:01 | |
*** salv-orlando has joined #openstack-infra | 01:02 | |
*** tjgresha has quit IRC | 01:02 | |
ianw | anteaya: hmm, i'm not sure, so we've dropped the external module? | 01:02 |
anteaya | ianw yes, fungi saw your comments and agreed with you that we had taken it as far as we could | 01:03 |
ianw | i think what i was saying is that you want to extract the zip file into the docroot for the vhost | 01:04 |
ianw | or at least, that seemed to be what the module was trying to do | 01:04 |
anteaya | can you put that in a comment so I can continue with fungi tomorrow? | 01:04 |
anteaya | that would help me a lot | 01:04 |
*** hongbin has joined #openstack-infra | 01:05 | |
*** gouthamr has joined #openstack-infra | 01:05 | |
anteaya | right now docroot isn't defined and needs to have a value assigned to it | 01:05 |
*** cshastri has joined #openstack-infra | 01:06 | |
anteaya | which I'm happy to do, once I am told the value it should be | 01:06 |
*** salv-orlando has quit IRC | 01:06 | |
anteaya | ianw any suggestions for what value doc_root should have? | 01:08 |
anteaya | right now it doesn't have a value | 01:08 |
ianw | /var/www probably? | 01:08 |
anteaya | sorry, docroot | 01:08 |
anteaya | where should I set that? | 01:08 |
anteaya | line 27 in https://review.openstack.org/#/c/557979/10/modules/openstack_project/manifests/survey.pp ? | 01:10 |
anteaya | or should I get rid of docroot and just use install_path everywhere? and set install_path to /var/www ? | 01:10 |
anteaya | I think I'll do that and if someone says 'bring back docroot' I can do that | 01:11 |
*** jamesmcarthur has quit IRC | 01:13 | |
*** jamesmcarthur has joined #openstack-infra | 01:13 | |
*** pahuang has joined #openstack-infra | 01:14 | |
ianw | anteaya: my suggest was the opposite, but same effect | 01:14 |
anteaya | okay I can change install_path to docroot | 01:14 |
*** hemna_ has quit IRC | 01:16 | |
*** wolverineav has quit IRC | 01:17 | |
*** wolverineav has joined #openstack-infra | 01:17 | |
openstackgerrit | Anita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1 https://review.openstack.org/557979 | 01:20 |
anteaya | ianw I just realized I don't have a value for runtime_dir_mode, any suggestions? | 01:21 |
*** wolverineav has quit IRC | 01:21 | |
ianw | anteaya: 0755 probably | 01:22 |
anteaya | thanks | 01:24 |
openstackgerrit | Anita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1 https://review.openstack.org/557979 | 01:27 |
*** r-daneel has joined #openstack-infra | 01:29 | |
*** iyamahat has quit IRC | 01:33 | |
*** yamahata has quit IRC | 01:35 | |
*** gouthamr has quit IRC | 01:37 | |
*** gouthamr_ is now known as gouthamr | 01:37 | |
*** pahuang has quit IRC | 01:42 | |
*** vaidy has joined #openstack-infra | 01:44 | |
*** isviridov_away has joined #openstack-infra | 01:45 | |
*** mriedem_afk has quit IRC | 01:50 | |
anteaya | ianw on line 102 of https://review.openstack.org/#/c/557979/12/modules/openstack_project/manifests/survey.pp it is asking for survey.vhost.erb | 01:52 |
anteaya | I don't have such a template to give to it | 01:52 |
anteaya | should I remove the template line? | 01:52 |
*** jcoufal has quit IRC | 01:53 | |
*** rlandy|afk has quit IRC | 01:53 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: mqtt: add basic reporter https://review.openstack.org/535543 | 01:54 |
anteaya | I'll remove it for now and put it back if I have a template to offer it | 01:54 |
openstackgerrit | Anita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1 https://review.openstack.org/557979 | 01:55 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: mqtt: add basic reporter https://review.openstack.org/535543 | 01:56 |
ianw | anteaya: i imagine you'll need to configure apache for this. i'd start by copying one of the other .vhost.erb files in system-config | 01:56 |
anteaya | what does a vhost.erb file do? | 01:56 |
*** jamesmcarthur has quit IRC | 01:57 | |
*** larainema has quit IRC | 01:58 | |
ianw | anteaya: that is the apache configuration file for the vhost | 01:58 |
anteaya | oh okay, guess I'll be needing that | 01:59 |
*** salv-orlando has joined #openstack-infra | 02:02 | |
*** jamesmcarthur has joined #openstack-infra | 02:07 | |
*** salv-orlando has quit IRC | 02:07 | |
*** berndbausch has quit IRC | 02:09 | |
openstackgerrit | Anita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1 https://review.openstack.org/557979 | 02:09 |
*** agopi has joined #openstack-infra | 02:12 | |
*** xarses has joined #openstack-infra | 02:16 | |
*** armaan has quit IRC | 02:25 | |
*** armaan has joined #openstack-infra | 02:26 | |
anteaya | ianw Could not find template 'templates/survey.vhost.erb' at /etc/puppet/modules/httpd/manifests/vhost.pp:92 on node ubuntu-xenial-ovh-gra1-0003496061.openstack.org looks like I have the path wrong | 02:26 |
anteaya | any thoughts on what the path should be? http://logs.openstack.org/79/557979/14/check/infra-puppet-apply-3-ubuntu-xenial/fa41dcc/applytest/puppetapplytest38.final.out.FAILED | 02:27 |
*** AR2018 has quit IRC | 02:27 | |
*** jamesmcarthur has quit IRC | 02:29 | |
*** gongysh has joined #openstack-infra | 02:30 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: mqtt: add basic reporter https://review.openstack.org/535543 | 02:30 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: reporter: do not expect branch attribute in Tag object https://review.openstack.org/560700 | 02:31 |
*** germs has quit IRC | 02:34 | |
*** germs has joined #openstack-infra | 02:35 | |
*** germs has quit IRC | 02:35 | |
*** germs has joined #openstack-infra | 02:35 | |
openstackgerrit | Anita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1 https://review.openstack.org/557979 | 02:35 |
openstackgerrit | Paul Belanger proposed openstack-infra/gear master: Build universal wheels https://review.openstack.org/561108 | 02:35 |
*** vivsoni has joined #openstack-infra | 02:41 | |
*** d0ugal has quit IRC | 02:43 | |
*** xinliang has quit IRC | 02:47 | |
*** nicolasbock has quit IRC | 02:47 | |
*** d0ugal has joined #openstack-infra | 02:49 | |
anteaya | so I'm stuck here: Could not find template 'survey/survey.vhost.erb' at /etc/puppet/modules/httpd/manifests/vhost.pp:92 on node ubuntu-xenial-rax-dfw-0003496365.openstack.org | 02:50 |
anteaya | I don't know what path etc/puppet/modules/httpd/manifests/vhost is looking for | 02:50 |
*** caphrim007 has joined #openstack-infra | 02:53 | |
*** rosmaita has quit IRC | 02:58 | |
*** xinliang has joined #openstack-infra | 02:58 | |
*** xinliang has quit IRC | 02:58 | |
*** xinliang has joined #openstack-infra | 02:58 | |
openstackgerrit | Anita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1 https://review.openstack.org/557979 | 03:00 |
*** pgadiya has joined #openstack-infra | 03:02 | |
*** pgadiya has quit IRC | 03:02 | |
*** dingyichen has joined #openstack-infra | 03:03 | |
*** salv-orlando has joined #openstack-infra | 03:03 | |
*** psachin has joined #openstack-infra | 03:04 | |
*** dave-mccowan has quit IRC | 03:05 | |
*** salv-orlando has quit IRC | 03:07 | |
*** imacdonn has quit IRC | 03:09 | |
*** imacdonn has joined #openstack-infra | 03:09 | |
*** jamesmcarthur has joined #openstack-infra | 03:09 | |
*** jamesmcarthur has quit IRC | 03:13 | |
*** jamesmcarthur has joined #openstack-infra | 03:14 | |
anteaya | ianw seems zuul is happy now, if you could consider reviewing https://review.openstack.org/#/c/557979 for content I'd be grateful, thank you | 03:18 |
*** caphrim007_ has joined #openstack-infra | 03:20 | |
*** annp has joined #openstack-infra | 03:21 | |
*** caphrim007 has quit IRC | 03:24 | |
*** sree has joined #openstack-infra | 03:25 | |
*** eernst has joined #openstack-infra | 03:25 | |
*** TacoGS_lp has joined #openstack-infra | 03:25 | |
*** TacoGS_lp has quit IRC | 03:25 | |
*** sree has quit IRC | 03:26 | |
*** zyleylo has joined #openstack-infra | 03:38 | |
*** jamesmcarthur has quit IRC | 03:39 | |
*** jamesmcarthur has joined #openstack-infra | 03:39 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: reporter: do not expect branch attribute in Tag object https://review.openstack.org/560700 | 03:40 |
*** zyleylo has quit IRC | 03:43 | |
*** sree has joined #openstack-infra | 03:45 | |
*** ramishra has joined #openstack-infra | 03:45 | |
*** jamesmcarthur has quit IRC | 03:50 | |
*** cateyebh has joined #openstack-infra | 03:54 | |
*** cateyebh has quit IRC | 03:56 | |
*** udesale has joined #openstack-infra | 04:01 | |
*** liusheng has quit IRC | 04:01 | |
*** liusheng has joined #openstack-infra | 04:01 | |
*** salv-orlando has joined #openstack-infra | 04:04 | |
*** iyamahat has joined #openstack-infra | 04:07 | |
*** salv-orlando has quit IRC | 04:08 | |
*** gouthamr_ has joined #openstack-infra | 04:09 | |
*** hongbin has quit IRC | 04:11 | |
*** gouthamr has quit IRC | 04:11 | |
*** gouthamr_ is now known as gouthamr | 04:12 | |
*** gouthamr_ has joined #openstack-infra | 04:12 | |
*** rajinir has quit IRC | 04:14 | |
*** gouthamr has quit IRC | 04:20 | |
*** gouthamr_ has quit IRC | 04:20 | |
*** gouthamr has joined #openstack-infra | 04:21 | |
*** namnh has joined #openstack-infra | 04:24 | |
*** yamahata has joined #openstack-infra | 04:25 | |
*** eernst has quit IRC | 04:25 | |
*** jamesmcarthur has joined #openstack-infra | 04:25 | |
*** lbragstad has joined #openstack-infra | 04:26 | |
*** lbragstad has quit IRC | 04:28 | |
*** dchen has joined #openstack-infra | 04:29 | |
*** gongysh has quit IRC | 04:30 | |
*** dingyichen has quit IRC | 04:32 | |
*** gongysh has joined #openstack-infra | 04:37 | |
*** gongysh has quit IRC | 04:42 | |
*** harlowja has joined #openstack-infra | 04:44 | |
*** s-shiono has joined #openstack-infra | 04:46 | |
*** andreas_s has joined #openstack-infra | 05:01 | |
*** salv-orlando has joined #openstack-infra | 05:05 | |
*** andreas_s has quit IRC | 05:06 | |
*** pcichy has joined #openstack-infra | 05:09 | |
*** salv-orlando has quit IRC | 05:09 | |
*** lpetrut has joined #openstack-infra | 05:12 | |
*** links has joined #openstack-infra | 05:12 | |
*** salv-orlando has joined #openstack-infra | 05:17 | |
*** gongysh has joined #openstack-infra | 05:26 | |
*** mordred has quit IRC | 05:29 | |
*** iyamahat has quit IRC | 05:30 | |
*** e0ne has joined #openstack-infra | 05:35 | |
*** harlowja has quit IRC | 05:39 | |
*** mordred has joined #openstack-infra | 05:41 | |
*** dsariel has joined #openstack-infra | 05:42 | |
*** diablo_rojo has quit IRC | 05:47 | |
*** andreas_s has joined #openstack-infra | 05:48 | |
*** andreas_s has quit IRC | 05:48 | |
*** andreas_s has joined #openstack-infra | 05:48 | |
*** claudiub|2 has joined #openstack-infra | 05:48 | |
*** neiloy_ has joined #openstack-infra | 05:55 | |
*** iranzo has joined #openstack-infra | 05:56 | |
*** dhajare has joined #openstack-infra | 05:58 | |
*** mpjetta has quit IRC | 05:59 | |
*** mpjetta has joined #openstack-infra | 06:00 | |
*** lpetrut has quit IRC | 06:03 | |
*** dayou has quit IRC | 06:08 | |
*** zhangfei has quit IRC | 06:09 | |
*** gongysh has quit IRC | 06:14 | |
*** armaan has quit IRC | 06:14 | |
*** armaan has joined #openstack-infra | 06:14 | |
openstackgerrit | Ghanshyam Mann proposed openstack-dev/hacking master: Release notes for 1.1.0 https://review.openstack.org/561129 | 06:16 |
*** sambetts_ is now known as sambetts | 06:21 | |
*** jaosorior has joined #openstack-infra | 06:21 | |
*** zhangfei has joined #openstack-infra | 06:21 | |
*** dayou has joined #openstack-infra | 06:23 | |
*** neiloy_ has quit IRC | 06:24 | |
*** dbecker has quit IRC | 06:31 | |
*** e0ne has quit IRC | 06:38 | |
*** shardy has joined #openstack-infra | 06:39 | |
*** gongysh has joined #openstack-infra | 06:43 | |
*** dbecker has joined #openstack-infra | 06:44 | |
*** cshastri has quit IRC | 06:44 | |
*** dchen has quit IRC | 06:45 | |
*** cshastri has joined #openstack-infra | 06:47 | |
*** janki has joined #openstack-infra | 06:49 | |
*** hashar has joined #openstack-infra | 06:53 | |
*** slaweq has joined #openstack-infra | 06:54 | |
*** zhipeng has quit IRC | 06:59 | |
*** armaan has quit IRC | 07:01 | |
*** armaan has joined #openstack-infra | 07:02 | |
*** jchhatbar has joined #openstack-infra | 07:09 | |
*** janki has quit IRC | 07:12 | |
*** jtomasek has joined #openstack-infra | 07:13 | |
*** neiloy_ has joined #openstack-infra | 07:15 | |
*** tesseract has joined #openstack-infra | 07:17 | |
*** alexchadin has joined #openstack-infra | 07:19 | |
*** pblaho has joined #openstack-infra | 07:21 | |
*** neiloy_ has quit IRC | 07:31 | |
*** rcernin has quit IRC | 07:33 | |
*** namnh_ has joined #openstack-infra | 07:33 | |
*** dpawlik has joined #openstack-infra | 07:34 | |
*** namnh has quit IRC | 07:35 | |
*** tosky has joined #openstack-infra | 07:39 | |
*** amoralej|off is now known as amoralej | 07:40 | |
*** lpetrut has joined #openstack-infra | 07:41 | |
*** gcb has joined #openstack-infra | 07:43 | |
*** jpena|off is now known as jpena | 07:49 | |
*** lpetrut has quit IRC | 07:51 | |
*** cshastri has quit IRC | 07:53 | |
*** namnh_ has quit IRC | 07:53 | |
*** electrofelix has joined #openstack-infra | 07:58 | |
*** sree_ has joined #openstack-infra | 08:01 | |
*** sree_ is now known as Guest25866 | 08:01 | |
*** sree has quit IRC | 08:03 | |
*** zhipeng has joined #openstack-infra | 08:05 | |
*** armaan has quit IRC | 08:07 | |
*** armaan has joined #openstack-infra | 08:07 | |
*** zhipeng has quit IRC | 08:10 | |
*** florianf has joined #openstack-infra | 08:11 | |
*** gcb has quit IRC | 08:11 | |
ramishra | Hi guys, any idea why this is running a stable/pike playbook on master suddenly? http://logs.openstack.org/28/561128/2/check/grenade-heat/4a3df57/job-output.txt.gz#_2018-04-13_06_20_43_597697 | 08:12 |
*** alexchad_ has joined #openstack-infra | 08:15 | |
*** jpich has joined #openstack-infra | 08:16 | |
*** s-shiono has quit IRC | 08:17 | |
*** lucas-afk is now known as lucasagomes | 08:17 | |
*** alexchadin has quit IRC | 08:18 | |
*** liujiong has joined #openstack-infra | 08:25 | |
openstackgerrit | Merged openstack-infra/irc-meetings master: Change Horizon meeting time https://review.openstack.org/560979 | 08:25 |
*** lpetrut has joined #openstack-infra | 08:28 | |
*** cshastri has joined #openstack-infra | 08:31 | |
*** yamamoto has quit IRC | 08:33 | |
*** shardy has quit IRC | 08:35 | |
*** gfidente has joined #openstack-infra | 08:39 | |
*** gfidente has joined #openstack-infra | 08:39 | |
*** derekh has joined #openstack-infra | 08:41 | |
*** efoley has joined #openstack-infra | 08:43 | |
*** yamamoto has joined #openstack-infra | 08:44 | |
frickler | ramishra: IIUC there was a change to zuul recently that may cause this. I think you will need to remove the BranchMatcher tags on your stable branches | 08:46 |
ramishra | frickler: thanks! what's the specific zuul change you mean? | 08:48 |
ramishra | frickler: Do you mean removing these? https://github.com/openstack/heat/blob/stable/pike/playbooks/devstack/grenade/run.yaml#L49 | 08:48 |
frickler | ramishra: this is the original mail http://lists.openstack.org/pipermail/openstack-dev/2018-April/129217.html | 08:49 |
frickler | ramishra: probably this one rather https://github.com/openstack/heat/blob/stable/pike/.zuul.yaml#L84 | 08:50 |
frickler | corvus: ^^ maybe we need another mail explaining the details of this? | 08:50 |
*** yamamoto has quit IRC | 08:51 | |
*** shardy has joined #openstack-infra | 08:52 | |
ramishra | frickler: Isn't that saying to not run it for older branches, do you mean we set the branch explicitly for every backported job? | 08:53 |
ramishra | frickler: It works for other jobs like https://github.com/openstack/heat/blob/stable/pike/.zuul.yaml#L59 | 08:54 |
*** lpetrut has quit IRC | 08:54 | |
frickler | ramishra: sadly I don't know the exact details, but IIUC that stanza causes the job variant to be applied to other branches than stable/pike, like what you see above | 08:55 |
frickler | ramishra: see the line "- '<Job grenade-heat branches: {MatchAny:{BranchMatcher:^(?!(driverfixes|stable/(mitaka|newton))).*$}} source: openstack/heat/.zuul.yaml@stable/pike#78>'" in http://logs.openstack.org/28/561128/2/check/grenade-heat/4a3df57/zuul-info/inventory.yaml | 08:55 |
ramishra | frickler: ok | 08:56 |
*** cshastri_ has joined #openstack-infra | 08:59 | |
*** alexchad_ has quit IRC | 09:00 | |
*** panda|rover|off is now known as panda | 09:01 | |
*** panda is now known as panda|rover | 09:01 | |
*** cshastri has quit IRC | 09:01 | |
ramishra | frickler: thanks! we removed those tags queens onwards, let me backport that to stable/pike and check https://review.openstack.org/#/c/561164/ | 09:02 |
AJaeger | ramishra: we have an implicit brancher, you don't need branch: lines at all. | 09:02 |
AJaeger | ramishra: text crossed ;) go ahead | 09:02 |
*** sshnaidm|afk is now known as sshnaidm|off | 09:10 | |
*** jogo has quit IRC | 09:10 | |
*** Hal has joined #openstack-infra | 09:10 | |
*** pcaruana has joined #openstack-infra | 09:12 | |
*** ralonsoh has joined #openstack-infra | 09:14 | |
*** jogo has joined #openstack-infra | 09:14 | |
*** jogo has joined #openstack-infra | 09:14 | |
*** sshnaidm|off has quit IRC | 09:14 | |
*** liusheng has quit IRC | 09:18 | |
*** liusheng has joined #openstack-infra | 09:18 | |
*** HeOS has joined #openstack-infra | 09:19 | |
openstackgerrit | Takashi NATSUME proposed openstack-infra/openstack-zuul-jobs master: Fix the build and source directories for api-guide https://review.openstack.org/561172 | 09:24 |
*** zoli is now known as zoli|lunch | 09:30 | |
*** udesale_ has joined #openstack-infra | 09:30 | |
*** Hal has quit IRC | 09:33 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Align github status tests with real behavior https://review.openstack.org/561176 | 09:33 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status https://review.openstack.org/561177 | 09:33 |
*** udesale has quit IRC | 09:33 | |
zigo | AJaeger: Hi there! Could you tell me what "debian-stable" refers to in infra? Is it Jessie or Stretch? | 09:40 |
zigo | AJaeger: I'm asking because I suspect this patch is wrongly using debian-stable instead of debian-stretch: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=aecccc42c73b26012fdb85b16cea8ce18c2b875b | 09:40 |
*** shu-mutow has quit IRC | 09:44 | |
*** xinliang has quit IRC | 09:45 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Don't create ci test admin login unencrypted in postgres https://review.openstack.org/561179 | 09:45 |
*** e0ne has joined #openstack-infra | 09:47 | |
frickler | zigo: currently it is stretch, see http://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/zuul.d/nodesets.yaml#n14 . I think the idea was to be able to move to the next stable release by updating just that nodeset definition | 09:50 |
zigo | frickler: Ah ok, thanks a lot ! | 09:50 |
zigo | Indeed, that was the sensible thing to do. | 09:50 |
zigo | So the puppet-openstack patch is therefore right, that's great. | 09:51 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status https://review.openstack.org/561177 | 09:55 |
*** armaan has quit IRC | 09:55 | |
*** xinliang has joined #openstack-infra | 09:57 | |
*** xinliang has quit IRC | 09:57 | |
*** xinliang has joined #openstack-infra | 09:57 | |
*** anteaya has quit IRC | 09:58 | |
*** cshastri_ has quit IRC | 10:06 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status https://review.openstack.org/561177 | 10:08 |
*** Guest25866 has quit IRC | 10:12 | |
*** sree has joined #openstack-infra | 10:12 | |
*** pbourke has quit IRC | 10:15 | |
*** pbourke has joined #openstack-infra | 10:16 | |
*** sree has quit IRC | 10:16 | |
*** gongysh has quit IRC | 10:23 | |
*** lpetrut has joined #openstack-infra | 10:27 | |
*** annp has quit IRC | 10:29 | |
*** cshastri_ has joined #openstack-infra | 10:30 | |
*** nicolasbock has joined #openstack-infra | 10:31 | |
*** liujiong has quit IRC | 10:32 | |
*** Hal has joined #openstack-infra | 10:37 | |
*** udesale__ has joined #openstack-infra | 10:42 | |
*** snapiri has quit IRC | 10:43 | |
*** oanson has quit IRC | 10:44 | |
*** udesale_ has quit IRC | 10:45 | |
*** xinliang has quit IRC | 10:51 | |
*** stakeda has quit IRC | 10:52 | |
*** zoli|lunch is now known as zoli | 10:57 | |
*** alexchadin has joined #openstack-infra | 10:58 | |
*** Hal1 has joined #openstack-infra | 11:00 | |
*** gfidente has quit IRC | 11:00 | |
*** Hal has quit IRC | 11:03 | |
*** lpetrut has quit IRC | 11:04 | |
*** neiloy_ has joined #openstack-infra | 11:05 | |
*** xinliang has joined #openstack-infra | 11:05 | |
*** xinliang has quit IRC | 11:05 | |
*** xinliang has joined #openstack-infra | 11:05 | |
*** Hal has joined #openstack-infra | 11:06 | |
*** Hal2 has joined #openstack-infra | 11:07 | |
*** Hal3 has joined #openstack-infra | 11:08 | |
*** Hal1 has quit IRC | 11:10 | |
*** Hal2 has quit IRC | 11:11 | |
*** Hal has quit IRC | 11:11 | |
*** Hal has joined #openstack-infra | 11:11 | |
*** Hal3 has quit IRC | 11:15 | |
*** dave-mccowan has joined #openstack-infra | 11:16 | |
*** armaan has joined #openstack-infra | 11:17 | |
*** tpsilva has joined #openstack-infra | 11:19 | |
*** vivsoni has quit IRC | 11:19 | |
*** pblaho has quit IRC | 11:25 | |
*** lucasagomes is now known as lucas-hungry | 11:27 | |
*** Hal has quit IRC | 11:28 | |
*** pgadiya has joined #openstack-infra | 11:28 | |
*** pgadiya has quit IRC | 11:28 | |
*** udesale_ has joined #openstack-infra | 11:30 | |
*** gfidente has joined #openstack-infra | 11:31 | |
*** gfidente has joined #openstack-infra | 11:31 | |
*** udesale__ has quit IRC | 11:32 | |
*** udesale_ has quit IRC | 11:35 | |
*** ldnunes has joined #openstack-infra | 11:35 | |
*** lpetrut has joined #openstack-infra | 11:40 | |
*** jpena is now known as jpena|lunch | 11:41 | |
*** HeOS has quit IRC | 11:47 | |
*** salv-orlando has quit IRC | 11:48 | |
*** salv-orlando has joined #openstack-infra | 11:49 | |
*** rfolco|off is now known as rfolco | 11:53 | |
*** salv-orlando has quit IRC | 11:53 | |
*** bhujay has joined #openstack-infra | 11:53 | |
*** armaan has quit IRC | 11:57 | |
*** armaan has joined #openstack-infra | 11:59 | |
*** agopi has quit IRC | 12:02 | |
*** salv-orlando has joined #openstack-infra | 12:02 | |
*** anteaya has joined #openstack-infra | 12:03 | |
*** HeOS has joined #openstack-infra | 12:06 | |
*** trown|outtypewww is now known as trown | 12:11 | |
*** cshastri_ has quit IRC | 12:15 | |
*** katkapilatova has joined #openstack-infra | 12:17 | |
*** katkapilatova has left #openstack-infra | 12:18 | |
*** jcoufal has joined #openstack-infra | 12:21 | |
*** panda|rover is now known as panda|rover|lunc | 12:25 | |
*** armaan has quit IRC | 12:26 | |
*** lucas-hungry is now known as lucasagomes | 12:27 | |
*** kgiusti has joined #openstack-infra | 12:29 | |
*** jpena|lunch is now known as jpena | 12:29 | |
*** alexchadin has quit IRC | 12:31 | |
*** rlandy has joined #openstack-infra | 12:31 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status https://review.openstack.org/561177 | 12:33 |
*** eharney has joined #openstack-infra | 12:34 | |
*** cshastri_ has joined #openstack-infra | 12:35 | |
*** alexchadin has joined #openstack-infra | 12:35 | |
*** efoley has quit IRC | 12:40 | |
*** edmondsw_ has joined #openstack-infra | 12:46 | |
*** edmonds__ has joined #openstack-infra | 12:47 | |
*** efoley has joined #openstack-infra | 12:48 | |
*** xinliang has quit IRC | 12:49 | |
*** edmondsw has quit IRC | 12:50 | |
*** xinliang has joined #openstack-infra | 12:50 | |
*** xinliang has quit IRC | 12:50 | |
*** xinliang has joined #openstack-infra | 12:50 | |
*** edmondsw_ has quit IRC | 12:51 | |
*** udesale has joined #openstack-infra | 12:53 | |
*** edmondsw has joined #openstack-infra | 12:54 | |
*** dayou has quit IRC | 12:55 | |
*** efried is now known as fried_rice | 12:55 | |
*** edmondsw_ has joined #openstack-infra | 12:56 | |
*** edmonds__ has quit IRC | 12:56 | |
*** Goneri has joined #openstack-infra | 12:59 | |
*** edmondsw has quit IRC | 12:59 | |
*** stephenfin is now known as finucannot | 12:59 | |
*** amoralej is now known as amoralej|lunch | 13:02 | |
*** psachin has quit IRC | 13:02 | |
*** r-daneel has quit IRC | 13:09 | |
*** panda|rover|lunc is now known as panda|roARver | 13:11 | |
*** mriedem has joined #openstack-infra | 13:18 | |
*** bexelbie has joined #openstack-infra | 13:19 | |
*** bexelbie has quit IRC | 13:20 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for cinder attachment update rpc timeout bug 1763712 https://review.openstack.org/561224 | 13:21 |
openstack | bug 1763712 in Cinder "Unable to update the attachment.: MessagingTimeout" [Medium,Confirmed] https://launchpad.net/bugs/1763712 | 13:21 |
*** efoley has quit IRC | 13:22 | |
*** rosmaita has joined #openstack-infra | 13:23 | |
*** salv-orlando has quit IRC | 13:24 | |
*** salv-orlando has joined #openstack-infra | 13:24 | |
*** rosmaita has quit IRC | 13:27 | |
*** jaosorior has quit IRC | 13:27 | |
*** felipemonteiro_ has joined #openstack-infra | 13:28 | |
*** salv-orlando has quit IRC | 13:28 | |
*** alexchadin has quit IRC | 13:29 | |
*** r-daneel has joined #openstack-infra | 13:30 | |
*** dansmith is now known as superdan | 13:31 | |
*** sshnaidm|off has joined #openstack-infra | 13:32 | |
*** alexchadin has joined #openstack-infra | 13:34 | |
*** rosmaita has joined #openstack-infra | 13:35 | |
*** eernst has joined #openstack-infra | 13:36 | |
*** lbragstad has joined #openstack-infra | 13:36 | |
*** dayou has joined #openstack-infra | 13:38 | |
*** aojea has joined #openstack-infra | 13:39 | |
*** edmondsw_ is now known as edmondsw | 13:39 | |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Add query for swap volume active block job failure bug 1763410 https://review.openstack.org/560938 | 13:46 |
openstack | bug 1763410 in OpenStack Compute (nova) "swap volume intermittently fails with "libvirtError: block copy still active: domain has active block job"" [Medium,Confirmed] https://launchpad.net/bugs/1763410 | 13:46 |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Add query for cinder attachment update rpc timeout bug 1763712 https://review.openstack.org/561224 | 13:46 |
openstack | bug 1763712 in Cinder "Unable to update the attachment.: MessagingTimeout" [Medium,Confirmed] https://launchpad.net/bugs/1763712 | 13:46 |
*** cshastri_ has quit IRC | 13:48 | |
corvus | frickler: i think the behavior you describe is partly related to the change i made, but only in that before my change, zuul checking out the wrong roles might mask the fact that zuul was running the wrong job. at any rate, clarkb was going to write a mail asking folks to remove branch matchers from job definitions on jobs they moved from ozj to in-repo. | 13:48 |
*** anteaya has quit IRC | 13:49 | |
*** anteaya has joined #openstack-infra | 13:50 | |
*** amoralej|lunch is now known as amoralej | 13:50 | |
pabelanger | zigo: frickler: yah, I'm going to send an email to ML to propose to remove debian-jessie in favor of debian-stable (stretch) | 13:51 |
*** tmorin has joined #openstack-infra | 13:52 | |
tmorin | hi infraroot: I've got a job failure which I don't understand, apparently related to the tox-siblings ansible role: http://logs.openstack.org/09/561209/2/check/openstack-tox-pep8/8f703d9/job-output.txt.gz | 13:53 |
tmorin | AJaeger: perhaps you may have an idea on the above ? ^^ | 13:53 |
zigo | pabelanger: Then jessie-backport of Newton wont build anymore on infra, but I guess we don't care about this anymore... | 13:55 |
AJaeger | tmorin: let's ask mordred as well ^ | 13:56 |
tmorin | AJaeger: these jobs started to fail today AFAICT, and I can't related this to a particular modification done in the gerrit changes that triggered the runs | 13:57 |
pabelanger | zigo: I believe all those jobs were removed last cycle | 13:57 |
AJaeger | tmorin: strange - no idea directly. Maybe mordred has. Sorry, have to step out now | 13:59 |
tmorin | AJaeger: ok... thanks anyways (anybody else I could ask if mordred isn't available ?) | 13:59 |
*** esberglu has joined #openstack-infra | 14:00 | |
mriedem | just checking, but we still can't extend openstack-tox-py27 and override irrelevant-files, right? | 14:02 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul master: Tell geard to use keepalives https://review.openstack.org/425248 | 14:02 |
AJaeger | tmorin: let me try a patch... | 14:02 |
*** njohnston has quit IRC | 14:03 | |
*** alexchadin has quit IRC | 14:03 | |
AJaeger | tmorin: overlooked something - all fine. No direct ideas... | 14:03 |
zigo | pabelanger: What about Sid? Is there a way to have an Unstable Debian image? | 14:04 |
*** bobh has joined #openstack-infra | 14:05 | |
jroll | asking here in case I'm missing something obvious, have a project-wide CI failure here. suspected a mis-matched hacking requirement was the culprit, but doesn't seem to be the case. not able to reproduce locally in a smaller virtualenv. http://logs.openstack.org/86/560886/2/check/ironic-grenade-dsvm-multinode-multitenant/fabe350/logs/grenade.sh.txt.gz#_2018-04-13_12_32_50_830 | 14:05 |
zigo | pabelanger: I'd love to get it up in infra so we can always test with the very latest of everything. | 14:05 |
zigo | Because otherwise, I'm always suffering from being the first to hit the issues... | 14:05 |
frickler | tmorin: odl may have moved constraints into the wrong direction, have you tried coinstalling these pkgs locally? http://git.openstack.org/cgit/openstack/networking-odl/commit/?id=ff54297da24549b75ddcf2f2348108bd0db43301 | 14:05 |
zigo | It'd be very nice non-voting jobs. | 14:05 |
zigo | pabelanger: FYI, python3-diskimage-builder works well now in Sid (it used to miss lots of templates...). | 14:05 |
openstackgerrit | Merged openstack-infra/project-config master: Create tripleo-ha-utils project (gerrit) https://review.openstack.org/555832 | 14:06 |
pabelanger | zigo: there is some interest from fungi to also use debian-sid, but not online yet. I started some testing in https://review.openstack.org/556974 | 14:06 |
pabelanger | clarkb: fungi: corvus: mordred: is there any reason to use build universal wheels for gear? https://review.openstack.org/561108/ I noticed in some testing we only have python2 right now and if using python3 we need to build them when we install zuul as python3 | 14:08 |
*** armaan has joined #openstack-infra | 14:10 | |
corvus | pabelanger: i can't think of one | 14:12 |
corvus | clarkb: mriedem confirmed branch specifier removal fixed the problem | 14:14 |
pabelanger | I guess I should have not use a universal wheel. But me neither | 14:14 |
*** agopi has joined #openstack-infra | 14:15 | |
mriedem | corvus: i told clarkb last night, he said he was going to send something to the ML to inform others to not make the same mistake | 14:16 |
*** felipemonteiro__ has joined #openstack-infra | 14:16 | |
mriedem | i don't know if there are specific docs to warn about this too | 14:16 |
*** rajinir has joined #openstack-infra | 14:17 | |
*** cshastri_ has joined #openstack-infra | 14:18 | |
tmorin | frickler: I'm not sure what you mean by "moving the constraints in the wrong direction" ; the context of requirements.txt is checked by the requirements job, isn't it ? | 14:18 |
mriedem | https://docs.openstack.org/infra/zuul/user/config.html?highlight=branch#attr-job.branches ? | 14:19 |
mriedem | ^ slap a warning in there? | 14:19 |
*** felipemonteiro_ has quit IRC | 14:19 | |
mnaser | hi infra-root. is there any possible issues with the debian mirrors? seeing this unmet dependency error.. "libicu-dev : Depends: libicu57 (= 57.1-6+deb9u1) but 57.1-6+deb9u2 is to be installed" | 14:20 |
pabelanger | mnaser: which release of debian? | 14:21 |
mnaser | pabelanger: stretch | 14:21 |
mnaser | http://logs.openstack.org/85/561085/3/check/puppet-openstack-integration-4-scenario001-tempest-debian-stable/5ae07d5/ara-report/result/add81eac-17d1-4618-92d6-7cfddd2fe37e/ | 14:22 |
AJaeger | mnaser: could you review https://review.openstack.org/548404 again and check your -1, please? | 14:22 |
*** bnemec is now known as beekneemech | 14:23 | |
mnaser | oh sorry | 14:23 |
mnaser | let me look AJaeger | 14:23 |
fungi | pabelanger: do we build our debian images against our package mirrors? | 14:23 |
pabelanger | fungi: we should be yes, let me confirm | 14:23 |
zigo | fungi: IMO, one should never attempt to mirror security.debian.org. | 14:24 |
pabelanger | fungi: confirmed, we do | 14:24 |
mnaser | https://packages.debian.org/stretch/libicu57 that package version is from security.debian.org | 14:24 |
zigo | If that's what's happening, I'm not surprised, as there's no push for that one. | 14:24 |
zigo | Maybe a dist-upgrade is missing ? | 14:24 |
*** dsariel has quit IRC | 14:24 | |
pabelanger | I don't think we mirror security | 14:25 |
mnaser | i don't mind throwing a dist-upgrade in our job.. but if security isn't listed in the apt sources list file, dont think it'll do much | 14:25 |
zigo | https://lists.debian.org/debian-security-announce/2018/msg00076.html <--- icu security announce since last march. | 14:25 |
pabelanger | mnaser: http://mirror.dfw.rax.openstack.org/debian/timestamp.txt looks up to date | 14:25 |
*** felipemonteiro__ has quit IRC | 14:25 | |
fungi | we do mirror security. the usual reasons _not_ to mirror security do not apply in this case since we're using them to speed up testing and not for actual security purposes | 14:25 |
*** felipemonteiro__ has joined #openstack-infra | 14:26 | |
mnaser | zigo: the images are built nightly afaik, if that package has been there a year ago, don't know if a dist-upgrade will do much | 14:26 |
fungi | we wouldn't want unavailability of the security suite to cause tests to start failing | 14:26 |
frickler | tmorin: IIUC it is no longer checked whether all projects use the same global requirements | 14:26 |
*** dsariel has joined #openstack-infra | 14:26 | |
zigo | fungi: Is that mirror up-to-date then? | 14:27 |
tmorin | frickler: definitely, I need to read this email dhellmann posted a few days ago on lower-requirements | 14:27 |
zigo | fungi: And is it in the sources.list of the image, and does it have a dist-upgrade at then end of building the image? | 14:27 |
tmorin | frickler: I thought that the idea was still to guarantee that co-installation remains possible | 14:28 |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: Enable debian-stable testing https://review.openstack.org/561235 | 14:28 |
tmorin | frickler: I'll check whether networking-odl and networking-bgpvpn are co-installable | 14:28 |
mnaser | http://mirror.dfw.rax.openstack.org/debian/pool/main/libi/ -- that's strange, libicu doesnt seem to be listed there? | 14:28 |
fungi | zigo: yes, it's all part of one reprepro mirror, and there are updated packages logged for debian-stretch-security as recently as 2018-04-12 14:32:22 | 14:29 |
corvus | mriedem: did you write that branch matcher after reading those docs? | 14:29 |
fungi | so roughly a day ago | 14:29 |
zigo | fungi: What's the repo address? | 14:29 |
zigo | And where may I find the image for checking for it? | 14:29 |
pabelanger | I might see an issue, in http://nb01.openstack.org/debian-stretch-0000000004.log we are not using our mirror for security but upstream. So, if our mirror of security is out of sync, that might be the issue? | 14:29 |
zigo | pabelanger: If it's more than 1 month out of date, then yes, that's the issue ! | 14:30 |
*** caphrim007_ has quit IRC | 14:30 | |
openstackgerrit | Merged openstack-infra/zuul master: Don't create ci test admin login unencrypted in postgres https://review.openstack.org/561179 | 14:30 |
mnaser | 2018-04-12 02:34:50.519 | > Get:19 http://security.debian.org stretch/updates/main amd64 libicu57 amd64 57.1-6+deb9u2 [7700 kB] | 14:30 |
mnaser | so it installs the newer version | 14:30 |
zigo | (ie: icu security announce is from last 23rd of april) | 14:31 |
pabelanger | let me check reprepro and see what is happening | 14:31 |
mnaser | i think security is not mirrored possibly? i don't see libicu57 in here http://mirror.dfw.rax.openstack.org/debian/pool/main/ | 14:31 |
zigo | pabelanger: You're than man ! :) | 14:31 |
pabelanger | then we'll have to fix nodepool-builder to also use our mirror | 14:31 |
fungi | looks like the newer package version in question was added 9 days ago | 14:31 |
fungi | 2018-04-04 05:30:43 add stretch deb main arm64 libicu57 57.1-6+deb9u1 | 14:31 |
mnaser | and if security is not being mirrored, then it would make sense that it would attempt to install that | 14:32 |
fungi | no, sorry, that was when we were adding the arm64 mirror | 14:32 |
mnaser | and nevermind what i said then :P | 14:32 |
dmsimard | The new etherpad works fine -- but is it just me or the default font size looks bigger ? | 14:33 |
fungi | note the arm64 entry there is not amd64, so libicu57 57.1-6+deb9u2 has been in the mirror for far longer | 14:33 |
zigo | mnaser: fungi: pabelanger: Indeed, http://mirror.dfw.rax.openstack.org/debian/dists/stretch-security/main/binary-amd64/Packages doesn't contain icu 57.1-6+deb9u2 | 14:33 |
pabelanger | http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/files/reprepro/debuntu-updates#n41 | 14:33 |
pabelanger | that is the issue, we only do jessie for security | 14:33 |
pabelanger | will need to be also update to stretch | 14:33 |
fungi | aha, we didn't add stretch to that? | 14:34 |
pabelanger | guess not | 14:34 |
mnaser | oh sweet | 14:34 |
zigo | pabelanger: Weird thing, looks like the stretch-security Packages file contains jessie stuff. | 14:34 |
*** cshastri_ has quit IRC | 14:34 | |
fungi | odd that it's writing a /var/log/reprepro/debian-stretch-security.log | 14:34 |
openstackgerrit | Merged openstack-infra/openstack-zuul-jobs master: Fix the build and source directories for api-guide https://review.openstack.org/561172 | 14:34 |
fungi | yeah, this smells like misconfiguration of the stretch mirroring | 14:34 |
*** kiennt26 has joined #openstack-infra | 14:34 | |
*** germs has quit IRC | 14:35 | |
zigo | :P | 14:35 |
*** germs has joined #openstack-infra | 14:35 | |
*** germs has quit IRC | 14:35 | |
*** germs has joined #openstack-infra | 14:35 | |
mriedem | corvus: of course not | 14:36 |
*** psachin has joined #openstack-infra | 14:36 | |
mriedem | corvus: so you could put a warning in the docs in case anyone does read those to figure out how to define a new job | 14:36 |
mriedem | i'm just used to how project-config has always worked | 14:36 |
frickler | tmorin: I'm getting "Could not find a version that satisfies the requirement ceilometer (from networking-odl==12.0.1.dev52) (from versions: )" seems related to this https://github.com/openstack/networking-odl/blob/master/requirements.txt#L21 | 14:36 |
mriedem | so i know enough to shoot myself in the foot | 14:36 |
corvus | mriedem: yeah, i think our biggest mistake was not putting something about this in the zuul v3 migration docs. but that chance has passed, so email is our best bet now. | 14:37 |
frickler | tmorin: seems related to this patch https://github.com/openstack/networking-odl/commit/391c1d89ef2b8133d3aafbe7612c7908be106e73 | 14:37 |
openstackgerrit | Merged openstack-infra/openstack-zuul-jobs master: Parent tox-py35-on-zuul on tox-py35 https://review.openstack.org/560982 | 14:38 |
openstackgerrit | Merged openstack-infra/project-config master: Add OpenStack SDK to StoryBoard https://review.openstack.org/560658 | 14:38 |
tmorin | frickler: that change seems to have been committed two weeks ago, while the issue only popped up yesterday/today | 14:39 |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config master: Fix debian-stretch-security for reprepro https://review.openstack.org/561237 | 14:40 |
pabelanger | zigo: fungi: mnaser: ^should be our fix | 14:40 |
tmorin | frickler: my bad, github says "committed 16 days ago", but the merge commit was yesterday, so yes, this is plausible | 14:40 |
tmorin | frickler: the thing is that removing tools/tox_install.sh alone is something that went fine in most repos (networking-bgpvpn is depending on another repo, networking-bagpipe, from which we removed tools/tox_install.sh without any trouble) | 14:41 |
zigo | pabelanger: How do you explain this? Any idea how it happened? http://mirror.dfw.rax.openstack.org/debian/dists/stretch-security/main/binary-amd64/Packages (ie: stretch-security containing what's for jessie-security) | 14:42 |
tmorin | frickler: I have a very vague suspicious that it might be that tox-siblings could be unhappy with circular dependencies | 14:42 |
pabelanger | zigo: possible an initial import error when we started mirroring stretch, we might have to purge that first before we try to mirror the correct packages | 14:43 |
pabelanger | zigo: and given that we just launched the stretch image this week, we are only seeing it issue now | 14:43 |
frickler | tmorin: I don't think that this is tox-siblings fault, at least not directly, the plain "pip install -c reqs git/openstack/networking-odl" command is failing | 14:44 |
tmorin | frickler: I'm probably wrong: networking-bgpvpn is depending on networking-bagpipe that also declares networking-bgpvpn as a dependency, and everything is fine | 14:44 |
tmorin | frickler: do you have any idea why there is no apparent logging of why it fails ? | 14:44 |
fungi | pabelanger: reprepro is going to remove the obsolete packages in the purge pass anyway, right? | 14:45 |
tmorin | frickler: about the "-c /tmp/xxxx" in pip install, is the /tmp/xxx file produce by tox-siblings to do its magic ? | 14:45 |
dmsimard | corvus, pabelanger: is there a reason why the +W was removed in this patch? https://review.openstack.org/#/c/557946/ | 14:45 |
frickler | tmorin: no, may be some ansible magic. that certainly could be improved | 14:45 |
pabelanger | fungi: I believe so, if a package needs updating | 14:46 |
zigo | pabelanger: makes sense, thanks. | 14:46 |
frickler | tmorin: the /tmp/xxx iiuc is the global-requirements.txt with those projects removed that are to be installed from local checkouts | 14:46 |
*** ramishra has quit IRC | 14:46 | |
frickler | tmorin: at least that's what I did for my local test | 14:46 |
*** dhajare has quit IRC | 14:47 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: DNM - testing debian-stable https://review.openstack.org/561241 | 14:48 |
fungi | dmsimard: confirmed, i just refreshed a disconnected pad i had up in a tab from before the etherpad upgrade and when it reloaded the text was a good 50% bigger | 14:48 |
dmsimard | fungi: I don't particularly dislike the change but it might take some time to get used to it | 14:48 |
fungi | also inter-line spacing seems a little bigger too | 14:49 |
openstackgerrit | Merged openstack-infra/project-config master: Get rid of Jenkins slave scripts https://review.openstack.org/548404 | 14:49 |
mordred | \o/ | 14:49 |
mordred | that's so exciting | 14:49 |
*** openstackgerrit has quit IRC | 14:50 | |
fungi | end of an era | 14:51 |
*** agopi_ has joined #openstack-infra | 14:51 | |
*** jcoufal_ has joined #openstack-infra | 14:51 | |
dmsimard | If I say kernel panics when using cirros 0.4.0, does that ring a bell to anyone ? Seems like devstack still defaults to 0.3.5. | 14:52 |
*** eernst has quit IRC | 14:52 | |
*** neiloy_ has quit IRC | 14:53 | |
*** melwitt is now known as jgwentworth | 14:53 | |
*** germs has quit IRC | 14:53 | |
*** jamesmcarthur has quit IRC | 14:54 | |
*** agopi has quit IRC | 14:54 | |
*** jamesmcarthur has joined #openstack-infra | 14:54 | |
*** germs has joined #openstack-infra | 14:54 | |
*** jcoufal has quit IRC | 14:54 | |
frickler | dmsimard: I tried upgrading devstack to use 0.4.0 but that failed. didn't look into details yet. https://review.openstack.org/521825 | 14:55 |
*** neiloy_ has joined #openstack-infra | 14:55 | |
*** eernst has joined #openstack-infra | 14:56 | |
*** links has quit IRC | 14:58 | |
zigo | fungi: Yes, it will remove obsolete packages *if* you've set the clean option. | 14:58 |
*** germs has quit IRC | 14:58 | |
zigo | Ah, no, sorry, I'm confused with apt-mirror. | 14:59 |
zigo | I don't know... | 14:59 |
*** germs has joined #openstack-infra | 14:59 | |
*** germs has quit IRC | 14:59 | |
*** germs has joined #openstack-infra | 14:59 | |
fungi | zigo: we do run it clean, but we perform the clean in a separate pass immediately prior to updating so that we don't yank packages out from under test nodes which have already read in the old indices | 15:00 |
fungi | pretty sure at least. i'll see if i can find where we're doing that | 15:00 |
fungi | but i remember it was part of the initial design | 15:01 |
*** neiloy_ has quit IRC | 15:01 | |
dhellmann | tmorin , frickler : we're starting to document the lower-constraints stuff in https://review.openstack.org/#/c/561058/ and would appreciate your feedback | 15:01 |
zigo | fungi: THAT is the recommended tools from Debian ftpmasters: https://packages.debian.org/unstable/ftpsync | 15:03 |
zigo | It doesn't have the indice files issue. | 15:03 |
*** germs has quit IRC | 15:04 | |
*** felipemonteiro_ has joined #openstack-infra | 15:05 | |
*** chandankumar is now known as chkumar|off | 15:06 | |
*** felipemonteiro__ has quit IRC | 15:09 | |
fungi | well, in our case we sidestep consistency issues by using atomic mirror updates via afs. we remove obsolete packages from the tree, sync in new packages and indices, then publish the mirror to the frontends all at once. that way the new indices only show up at the exact same moment as the new packages, and the only old packages which disappear at that point are packages which were considered obsolete | 15:09 |
fungi | hours earlier from the prior run | 15:09 |
fungi | so basically we don't remove packages until they've been out of the index for hours | 15:10 |
fungi | and the index will never refer to packages which haven't been added to the mirror yet | 15:10 |
corvus | dmsimard: i -1d the followup; not sure if we still wanted to land it | 15:11 |
fungi | if there's any error with the mirror update run, we don't publish the update to the read-only volume, and just keep retrying until it runs clean again | 15:11 |
*** pcaruana has quit IRC | 15:12 | |
fungi | zigo: but i agree ftpsync is handy if you don't have a mechanism for atomic filesystem updating | 15:12 |
*** slaweq has quit IRC | 15:12 | |
*** AR2018 has joined #openstack-infra | 15:13 | |
fungi | since it knows to update packages and indices in the correct order | 15:13 |
dmsimard | frickler: thanks | 15:15 |
*** dpawlik has quit IRC | 15:17 | |
rosmaita | fungi: do you know if it's possible to have glance code changes go through the integrated gate, but have doc changes go through a non-integrated gate? I looked through projects.yaml in the project-config repo quickly, but didn't see anyone doing anything like that | 15:18 |
*** slaweq has joined #openstack-infra | 15:19 | |
fungi | rosmaita: shared change queues are determined on a project-by-project basis, so you can't separate change queues out by branch or file path (at least not right now) | 15:20 |
rosmaita | fungi: thanks | 15:20 |
*** pcichy has quit IRC | 15:20 | |
*** openstackgerrit has joined #openstack-infra | 15:20 | |
openstackgerrit | Merged openstack-infra/nodepool master: Don't gather host keys for non ssh connections https://review.openstack.org/535685 | 15:20 |
openstackgerrit | Merged openstack-infra/nodepool master: Add connection-port to provider diskimage https://review.openstack.org/535686 | 15:21 |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool master: Support winrm hosts in static driver https://review.openstack.org/561256 | 15:21 |
*** jamesmcarthur has quit IRC | 15:22 | |
*** dayou has quit IRC | 15:24 | |
*** zhangfei has quit IRC | 15:24 | |
*** salv-orlando has joined #openstack-infra | 15:26 | |
*** rpioso|afk is now known as rpioso | 15:26 | |
rasca | AJaeger, hey there, I see your last comment here https://review.openstack.org/#/c/556598/ but I'm not getting why we need it since this is not a python project. Is it mandatory in any case? | 15:27 |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool master: Support winrm hosts in static driver https://review.openstack.org/561256 | 15:28 |
*** jbadiapa has quit IRC | 15:28 | |
fungi | rasca: because you added the publish-to-pypi template in your project entry for zuul | 15:29 |
openstackgerrit | David Shrewsbury proposed openstack-infra/zuul master: Add static driver doc to Zuul From Scratch https://review.openstack.org/558802 | 15:30 |
fungi | right there where his inline comment is commenting | 15:30 |
*** slaweq has quit IRC | 15:30 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/zuul master: Add sample systemd service files. https://review.openstack.org/558830 | 15:30 |
fungi | rasca: if it's not a python project and so not going to publish to pypi then i would drop the publish-to-pypi template | 15:30 |
fungi | in fact, since it's not a python project, you probably don't have any use for check-requirements either | 15:30 |
*** salv-orlando has quit IRC | 15:31 | |
rasca | fungi, oh now it's clear | 15:31 |
rasca | fungi, as a non expert at all, I'm wondering what I really need here | 15:31 |
rasca | fungi, would system-required and check-requirements be enough? | 15:33 |
*** witek has quit IRC | 15:34 | |
*** andreas_s has quit IRC | 15:34 | |
fungi | rasca: i don't think you need check-requirements because that's specific for checking your python requirements files are compatible with the global requirements list | 15:34 |
*** jamesmcarthur has joined #openstack-infra | 15:35 | |
fungi | if you're going to maintain release notes then you could keep the release-notes template (but it doesn't look like you're planning to do any releases initially based on lack of any release oriented jobs, so even that may be overkill?) | 15:35 |
rasca | fungi, so just system-required? (is there a place to understand what one needs?) | 15:36 |
fungi | rasca: we have documentation. i'll get you a link | 15:36 |
*** witek has joined #openstack-infra | 15:36 | |
*** iranzo has quit IRC | 15:36 | |
AJaeger | rasca: you have a publish-to-pypi job configured - if you don#t need it, remove it. If you need it, configure pypi. | 15:36 |
rasca | yep AJaeger, fungi helped me here thanks | 15:36 |
rasca | AJaeger, I'm figuring out what I really need | 15:37 |
*** salv-orlando has joined #openstack-infra | 15:37 | |
AJaeger | thanks, fungi. - should have read complete backscroll | 15:37 |
AJaeger | rasca: start with minimal jobs and expand... | 15:37 |
rasca | AJaeger, I'll go with just system-required | 15:37 |
rasca | and maybe I'll expand in the future | 15:37 |
AJaeger | rasca: then you need in-tree zuul.yaml file with jobs or a noop-jobs template. Without any other jobs, you cannot merge anything. | 15:38 |
AJaeger | rasca: noop-jobs can be in-tree or in project-config. | 15:38 |
fungi | rasca: looks like we ripped most of the examples out of https://docs.openstack.org/infra/manual/creators.html#add-jobs-for-your-project but https://docs.openstack.org/infra/manual/creators.html#in-repo-zuul-jobs covers the trivial noop-jobs example | 15:38 |
rasca | AJaeger, fungi, ack, done. Let's see if this fits | 15:39 |
openstackgerrit | Raoul Scarazzini proposed openstack-infra/project-config master: Create tripleo-ha-utils project (zuul) https://review.openstack.org/556598 | 15:39 |
*** e0ne has quit IRC | 15:39 | |
*** beekneemech has quit IRC | 15:45 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool master: Support winrm hosts in static driver https://review.openstack.org/561256 | 15:45 |
*** armaan has quit IRC | 15:46 | |
*** VW has joined #openstack-infra | 15:47 | |
*** dpawlik has joined #openstack-infra | 15:48 | |
*** bnemec has joined #openstack-infra | 15:49 | |
rasca | AJaeger, fungi, ok, it seems that Zuul likes it, we have the +1 | 15:49 |
*** bnemec is now known as beekneemech | 15:50 | |
*** jamesmcarthur has quit IRC | 15:50 | |
*** sshnaidm|off has quit IRC | 15:52 | |
*** dpawlik has quit IRC | 15:53 | |
*** kiennt26 has quit IRC | 15:59 | |
*** lpetrut has quit IRC | 16:00 | |
*** slaweq has joined #openstack-infra | 16:01 | |
openstackgerrit | melanie witt proposed openstack-infra/elastic-recheck master: Update query for bug 1761798 https://review.openstack.org/561261 | 16:03 |
openstack | bug 1761798 in OpenStack Compute (nova) "live migration intermittently fails in CI with "VQ 0 size 0x80 Guest index 0x12c inconsistent with Host index 0x134: delta 0xfff8"" [Medium,Confirmed] https://launchpad.net/bugs/1761798 | 16:03 |
*** caphrim007 has joined #openstack-infra | 16:05 | |
mnaser | infra-core: pabelanger was kind enough to dig into an issue with the debian stretch mirrors, appreciate quick eyes on this - https://review.openstack.org/#/c/561237/ | 16:06 |
*** AR2018 has quit IRC | 16:06 | |
*** r-daneel has quit IRC | 16:06 | |
*** zoli is now known as zoli|gone | 16:07 | |
*** dayou has joined #openstack-infra | 16:07 | |
*** zoli|gone is now known as zoli | 16:08 | |
*** lucasagomes is now known as lucas-afk | 16:08 | |
pabelanger | would also like another review on https://review.openstack.org/561108/ starts building universal wheels for gear | 16:09 |
*** jchhatbar has quit IRC | 16:12 | |
*** tosky has quit IRC | 16:14 | |
*** pcaruana has joined #openstack-infra | 16:15 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status https://review.openstack.org/561177 | 16:16 |
pabelanger | config-core: https://review.openstack.org/561235/ adds debian-stretch to ozj for testing our roles / playbooks, if you don't mind | 16:16 |
*** tosky has joined #openstack-infra | 16:17 | |
*** sree has joined #openstack-infra | 16:19 | |
*** jchhatbar has joined #openstack-infra | 16:20 | |
*** HeOS has quit IRC | 16:20 | |
*** aojea has quit IRC | 16:24 | |
*** r-daneel has joined #openstack-infra | 16:24 | |
*** hashar is now known as hasharAway | 16:24 | |
*** tmorin has quit IRC | 16:30 | |
*** sree has quit IRC | 16:31 | |
*** sree has joined #openstack-infra | 16:32 | |
*** sshnaidm|off has joined #openstack-infra | 16:33 | |
*** eernst has quit IRC | 16:33 | |
*** eernst has joined #openstack-infra | 16:33 | |
*** jbadiapa has joined #openstack-infra | 16:34 | |
*** jbadiapa has quit IRC | 16:35 | |
*** jbadiapa has joined #openstack-infra | 16:35 | |
*** sree has quit IRC | 16:36 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool master: Support winrm hosts in static driver https://review.openstack.org/561256 | 16:37 |
*** chandankumar has joined #openstack-infra | 16:37 | |
*** chkumar|off has quit IRC | 16:40 | |
*** salv-orlando has quit IRC | 16:41 | |
*** salv-orlando has joined #openstack-infra | 16:41 | |
*** fried_rice is now known as fried_rolls | 16:41 | |
*** pcichy has joined #openstack-infra | 16:42 | |
fungi | dtroyer_zz: if you're not entirely zz can you take a quick look at https://review.openstack.org/560653 and then i'm happy to work on importing those today | 16:43 |
*** yamahata has quit IRC | 16:43 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Update query for bug 1761798 https://review.openstack.org/561261 | 16:44 |
openstack | bug 1761798 in OpenStack Compute (nova) "live migration intermittently fails in CI with "VQ 0 size 0x80 Guest index 0x12c inconsistent with Host index 0x134: delta 0xfff8"" [Medium,Confirmed] https://launchpad.net/bugs/1761798 | 16:44 |
*** salv-orlando has quit IRC | 16:44 | |
*** salv-orlando has joined #openstack-infra | 16:44 | |
dtroyer_zz | fungi: sure. znc isn't happy with me it seems | 16:45 |
*** dhajare has joined #openstack-infra | 16:46 | |
fungi | dtroyer_zz: it coulda been naptime. i'm not one to judge! ;) | 16:46 |
dtroyer_zz | lunch/nap same thing some days | 16:46 |
fungi | especially fridays | 16:46 |
dtroyer_zz | so that is adding the openstackclient repo under the python-openstackclient project, right? | 16:47 |
dtroyer_zz | why is openstackclient under cliff too? | 16:47 |
fungi | it's adding those repos to an openstackclient project group | 16:48 |
fungi | in storyboard | 16:48 |
*** e0ne has joined #openstack-infra | 16:48 | |
fungi | we've by convention been creating project groups for each team and grouping their deliverable repos under them | 16:48 |
fungi | so the team can find their repos in one place without having to go tracking them down individually | 16:48 |
dtroyer_zz | ah, I've got it backwards | 16:48 |
dtroyer_zz | 'openstackclient' is the project group, not the repo | 16:49 |
*** eernst has quit IRC | 16:49 | |
dtroyer_zz | see? it is Friday | 16:49 |
fungi | right | 16:49 |
fungi | https://storyboard.openstack.org/#!/project_group/74 is an example for the sahara team | 16:49 |
*** eernst has joined #openstack-infra | 16:49 | |
*** hongbin has joined #openstack-infra | 16:50 | |
*** chandankumar has quit IRC | 16:51 | |
*** gyee has joined #openstack-infra | 16:51 | |
*** esberglu has quit IRC | 16:52 | |
*** links has joined #openstack-infra | 16:53 | |
fungi | now if i can just get another config-core to approve https://review.openstack.org/560653 then i'll pull in any lp bugs for cliff | 16:54 |
clarkb | I'm situated finally and will have laptop up to review things shortly | 16:56 |
*** jpich has quit IRC | 16:57 | |
fungi | clarkb: tell the stacker crowd hi from me | 16:57 |
* fungi waves | 16:57 | |
pabelanger | +3 | 16:58 |
*** germs has joined #openstack-infra | 17:00 | |
*** germs has quit IRC | 17:00 | |
*** germs has joined #openstack-infra | 17:00 | |
openstackgerrit | Merged openstack-infra/zuul master: Align github status tests with real behavior https://review.openstack.org/561176 | 17:00 |
*** derekh has quit IRC | 17:00 | |
*** gfidente has quit IRC | 17:01 | |
*** pcichy has quit IRC | 17:01 | |
*** HeOS has joined #openstack-infra | 17:02 | |
fungi | thanks pabelanger | 17:04 |
fungi | today is import-all-the-things day apparently | 17:04 |
* fungi is working on tripleo-validations at the moment | 17:04 | |
florianf | fungi: \o/ | 17:04 |
*** chandankumar has joined #openstack-infra | 17:05 | |
*** germs has quit IRC | 17:05 | |
fungi | florianf: it'll be a while still. the tag-filtered importing still has to query lp for all tripleo bugs to see whether they have the tag we care about, and there are a _lot_ of tripleo bugs (and the lp api is slooooow) | 17:05 |
florianf | fungi: I'm patient :-) | 17:06 |
clarkb | fungi: the table waves and says your place for the next work day | 17:06 |
*** jpena is now known as jpena|off | 17:07 | |
fungi | they're welcome any time! | 17:08 |
openstackgerrit | Merged openstack-infra/project-config master: Adds OpenStackClient to StoryBoard https://review.openstack.org/560653 | 17:08 |
*** jchhatbar has quit IRC | 17:09 | |
*** shardy has quit IRC | 17:09 | |
*** amoralej is now known as amoralej|off | 17:09 | |
clarkb | pabelanger: left a review on debian change, on typo needs fixing | 17:10 |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Update query for bug 1761798 https://review.openstack.org/561261 | 17:11 |
openstack | bug 1761798 in OpenStack Compute (nova) "live migration intermittently fails in CI with "VQ 0 size 0x80 Guest index 0x12c inconsistent with Host index 0x134: delta 0xfff8"" [Medium,Confirmed] https://launchpad.net/bugs/1761798 | 17:11 |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: Enable debian-stable testing https://review.openstack.org/561235 | 17:12 |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: DNM - testing debian-stable https://review.openstack.org/561241 | 17:12 |
pabelanger | clarkb: thanks, let me confirm parent passes still | 17:12 |
*** sambetts is now known as sambetts|afk | 17:13 | |
*** wolverineav has joined #openstack-infra | 17:16 | |
*** pcichy has joined #openstack-infra | 17:16 | |
*** slaweq has quit IRC | 17:19 | |
*** trown is now known as trown|lunch | 17:20 | |
clarkb | corvus: mriedem mail sent | 17:20 |
*** pcichy has quit IRC | 17:20 | |
*** krenczewski has quit IRC | 17:21 | |
florianf | fungi: Seems like it didn't take *that* long :-) I can see tripleo-validations on storyboard now | 17:23 |
fungi | florianf: yep, it just completed a couple minutes ago | 17:23 |
florianf | fungi: great news, thanks! | 17:23 |
fungi | but it had been running for a while before i mentioned it | 17:23 |
fungi | you're welcome! | 17:23 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config master: Move p-osc into the osc project group on SB https://review.openstack.org/561276 | 17:25 |
fungi | dtroyer_zz: ^ looks like diablo_rojo missed that one in her change, just spotted it now | 17:25 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Don't count non-live queue items in tenant list https://review.openstack.org/553702 | 17:26 |
clarkb | its friday before the expected pip 10 release | 17:27 |
*** felipemonteiro_ has quit IRC | 17:27 | |
dtroyer_zz | fungi: +1 | 17:27 |
fungi | thanks | 17:27 |
clarkb | fungi: ^ that hasn't changed yet has it (release date for pip10?) | 17:27 |
*** felipemonteiro_ has joined #openstack-infra | 17:27 | |
fungi | clarkb: not that i've seen, no | 17:28 |
clarkb | as for global devstack virtualenvs I got it mostly working but break ironic because they do things with virtualbmc that need group membership and I haven't figured that out yet | 17:28 |
clarkb | I would not be surprised if other projects break too | 17:28 |
clarkb | on the flip side likely everyone will be broken when pip 10 happens | 17:28 |
fungi | yeah, this weekend will be a blast | 17:28 |
*** yamahata has joined #openstack-infra | 17:29 | |
pabelanger | indeed | 17:31 |
clarkb | I have some plans for the weekend but none too major. Unsure how effective I will be in firefighting though | 17:32 |
clarkb | topic:venv_support though, the ironic patches not working yet :( | 17:32 |
fungi | well, in fairness, it's not so much an infra problem now that we have a lot of other teams responsible for various places where pip gets consumed | 17:33 |
fungi | if devstack cores want to pin pip<10 in devstack, they can do that pretty easily | 17:34 |
clarkb | ya thats just not sustainable long term | 17:34 |
clarkb | and we tell people to use latest pip and setuptools everywhere | 17:34 |
fungi | devstack is already a pretty rarefied environment which takes over your whole system | 17:34 |
clarkb | in particular I expect that pipfile and related changes will become important and you need or will need newer tools to use that | 17:35 |
fungi | absolutely | 17:35 |
*** dhill_ has joined #openstack-infra | 17:35 | |
pabelanger | I'd be curious if we could even build images when pip10 happens | 17:35 |
fungi | but this particular problem at least isn't going to impact tox-based jobs | 17:35 |
clarkb | pabelanger: I think we can since we don't pip install anything but glean right? | 17:36 |
fungi | pabelanger: yeah, there will, i'm sure, be infra problems as fallout from pip 10 releasing, but those shouldn't impact the ability of projects to run jobs | 17:36 |
pabelanger | maybe, I'm thinking of virtualenv | 17:36 |
pabelanger | but that might just work with get-pip.py | 17:36 |
clarkb | hrm ya depending on how pip and virtualenv works that could be a problem | 17:36 |
fungi | my bigger worry is places where we 'sudo pip install /opt/some-repo' on our servers going sideways | 17:37 |
clarkb | fungi: ya | 17:37 |
fungi | for continuous deployment scenarios in production | 17:37 |
clarkb | ianw has been working on venv support in puppet though | 17:37 |
pabelanger | good point, control plane fun | 17:37 |
*** electrofelix has quit IRC | 17:38 | |
fungi | but yeah, jobs breaking because pip 10 can't install something? people can easily adjust/override those jobs | 17:38 |
*** felipemonteiro_ has quit IRC | 17:39 | |
*** dhill_ has quit IRC | 17:39 | |
*** dhill_ has joined #openstack-infra | 17:39 | |
fungi | for roles like ensure-tox we just use pip install --user which shouldn't present any issues with pip 10 | 17:41 |
*** florianf has quit IRC | 17:41 | |
*** lpetrut has joined #openstack-infra | 17:41 | |
*** diablo_rojo has joined #openstack-infra | 17:42 | |
fungi | though i'm noticing we don't install pip as part of the job configuration | 17:44 |
fungi | i guess that's because we already need it to install ansible? | 17:44 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Don't count non-live queue items in tenant list https://review.openstack.org/553702 | 17:48 |
*** caphrim007_ has joined #openstack-infra | 17:48 | |
*** psachin has quit IRC | 17:49 | |
*** caphrim007 has quit IRC | 17:52 | |
*** tesseract has quit IRC | 17:53 | |
*** udesale has quit IRC | 17:53 | |
*** ralonsoh has quit IRC | 17:56 | |
*** esberglu has joined #openstack-infra | 17:56 | |
*** Sukhdev has joined #openstack-infra | 17:57 | |
*** links has quit IRC | 18:02 | |
openstackgerrit | Matthew Thode proposed openstack-infra/project-config master: unpause Gentoo https://review.openstack.org/561285 | 18:05 |
prometheanfire | clarkb: pabelanger ^ | 18:06 |
*** dhajare has quit IRC | 18:07 | |
*** caphrim007_ has quit IRC | 18:07 | |
fungi | be kind, rewind | 18:07 |
*** caphrim007 has joined #openstack-infra | 18:07 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/system-config master: Enable mqtt statusbot events on eavesdrop.o.o https://review.openstack.org/547685 | 18:10 |
mtreinish | fungi: the discussion in -tc reminded me about ^^^ | 18:10 |
mtreinish | hopefully I got that right this time without any typos | 18:11 |
fungi | ahh, yup | 18:11 |
*** e0ne has quit IRC | 18:12 | |
*** links has joined #openstack-infra | 18:15 | |
*** trown|lunch is now known as trown | 18:16 | |
*** e0ne has joined #openstack-infra | 18:16 | |
*** bhujay has quit IRC | 18:16 | |
*** chandankumar is now known as chkumar | 18:17 | |
*** chkumar is now known as chandankumar | 18:18 | |
prometheanfire | guess that was the right toggle then :D | 18:19 |
*** eernst has quit IRC | 18:20 | |
openstackgerrit | Merged openstack-infra/zuul master: Remove zuul-tox-py35 https://review.openstack.org/560983 | 18:21 |
pabelanger | fungi: clarkb: mind a review of https://review.openstack.org/561237/ should fix debian-stable images with outdated security for stretch | 18:26 |
clarkb | pabelanger: can we not do that and just use upstream instead? | 18:26 |
clarkb | I think that is what we do with ubuntu right? | 18:26 |
clarkb | (you typically don't mirror security repos iirc and the packages eventually make it into the main repos?) | 18:27 |
pabelanger | clarkb: i think we do it for ubuntu, http://git.openstack.org/cgit/openstack-infra/zuul-jobs/tree/roles/configure-mirrors/templates/etc/apt/sources.list.j2 | 18:28 |
fungi | the security fixes in debian tend to take a while to filter into a point release | 18:28 |
clarkb | http://mirror.dfw.rax.openstack.org/ubuntu/dists/xenial-security/ ya confirmed | 18:28 |
fungi | and this way we know earlier if we're compatible with fixes which users are usually consuming right away | 18:29 |
clarkb | my next question is the main debian ftp mirror above the new stuff in that change doesn't differentiate jessie and stretch | 18:30 |
clarkb | can we mirror security in the same way? | 18:31 |
fungi | i think we should be able to drop the suite line there | 18:31 |
pabelanger | unsure, I'd have to test it | 18:31 |
clarkb | fungi: ya then edit the other file to not be different too | 18:31 |
*** links has quit IRC | 18:31 | |
clarkb | basically this appears to be growing a config one off | 18:32 |
pabelanger | if we remove suite, I think we'll get all security updates right? | 18:32 |
pabelanger | eg: sid | 18:32 |
clarkb | pabelanger: no because https://review.openstack.org/#/c/561237/1/modules/openstack_project/templates/reprepro/distributions.debian.erb controls that I think | 18:32 |
clarkb | and if we are already mirroring stretch that should be working? | 18:32 |
fungi | no more than we get all the packages without suite defined in the debian mirror above it | 18:32 |
pabelanger | ah | 18:33 |
pabelanger | okay, let me do that | 18:33 |
clarkb | so I guess my next question is, shouldn't we already be mirroring this? | 18:33 |
clarkb | oh its because we set jessie specifically | 18:33 |
clarkb | so ya just drop jessie and I expect this will work | 18:33 |
clarkb | https://review.openstack.org/#/c/561237/1/modules/openstack_project/files/reprepro/debuntu-updates line 43 needs to be deleted then thats it | 18:33 |
fungi | yeah, it's wrapped in <% @releases.each do |release| -%> | 18:34 |
*** lpetrut has quit IRC | 18:34 | |
*** lpetrut has joined #openstack-infra | 18:34 | |
fungi | so only releases we pass in will get fed into the codename line | 18:34 |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config master: Fix debian-security for stretch https://review.openstack.org/561237 | 18:34 |
pabelanger | fungi: clarkb: ^ | 18:35 |
fungi | what was happening is that we told reprepro to mirror $release-security for each of jessie and stretch, and then filtered them both to jessie | 18:36 |
openstackgerrit | Merged openstack-infra/nodepool master: Use AFS mirrors for debian-stretch testing https://review.openstack.org/558633 | 18:36 |
fungi | which explains why our stretch-security mirror contained security fixes for jessie packages | 18:36 |
clarkb | I've approved that patchset | 18:37 |
*** dsariel has quit IRC | 18:37 | |
clarkb | ok relocating, not going to be online for a little bit | 18:40 |
*** dsariel has joined #openstack-infra | 18:40 | |
*** diablo_rojo has quit IRC | 18:44 | |
*** numans has quit IRC | 18:50 | |
*** numans has joined #openstack-infra | 18:52 | |
*** dklyle has quit IRC | 18:56 | |
*** dklyle has joined #openstack-infra | 18:57 | |
*** germs has joined #openstack-infra | 19:01 | |
*** germs has quit IRC | 19:01 | |
*** germs has joined #openstack-infra | 19:01 | |
*** chandankumar is now known as chkumar|off | 19:01 | |
*** germs has quit IRC | 19:06 | |
openstackgerrit | Merged openstack-infra/system-config master: Fix debian-security for stretch https://review.openstack.org/561237 | 19:08 |
*** claudiub|2 has quit IRC | 19:09 | |
*** harlowja has joined #openstack-infra | 19:10 | |
*** pcichy has joined #openstack-infra | 19:15 | |
*** krenczewski has joined #openstack-infra | 19:18 | |
*** lpetrut has quit IRC | 19:19 | |
*** pcichy has quit IRC | 19:21 | |
*** pcichy has joined #openstack-infra | 19:22 | |
*** diablo_rojo has joined #openstack-infra | 19:23 | |
*** numans has quit IRC | 19:25 | |
*** fried_rolls is now known as fried_rice | 19:26 | |
*** krenczew1 has joined #openstack-infra | 19:26 | |
*** Sukhdev has quit IRC | 19:28 | |
*** numans has joined #openstack-infra | 19:28 | |
*** krenczewski has quit IRC | 19:29 | |
*** pcichy has quit IRC | 19:30 | |
openstackgerrit | Merged openstack-infra/nodepool master: Add example nodepool-launcher systemd service file https://review.openstack.org/560993 | 19:39 |
*** e0ne has quit IRC | 19:42 | |
*** slaweq has joined #openstack-infra | 19:43 | |
*** dklyle has quit IRC | 19:47 | |
mtreinish | fungi: do you have any thoughts on trying to re-enable the tls encrypted websockets port on mosquitto? I'm trying to put http://paste.openstack.org/show/719193/ on an https only server and fighting the same origin policy | 19:48 |
*** wolverineav has quit IRC | 19:49 | |
*** wolverineav has joined #openstack-infra | 19:49 | |
*** dklyle has joined #openstack-infra | 19:50 | |
fungi | did we determine that it was crashy the last time we tried? | 19:52 |
openstackgerrit | Merged openstack-infra/project-config master: Move p-osc into the osc project group on SB https://review.openstack.org/561276 | 19:53 |
mtreinish | well it was websockets in general that was crashy. I don't really remember if we tied it directly to tls or not | 19:53 |
*** wolverineav has quit IRC | 19:53 | |
mtreinish | when we turned websockets back on a month or so ago we didn't re-enable the tls port to try and limit the risk | 19:54 |
mtreinish | and so far we haven't had any mosquitto crashes, which I think is probably because we're using the ppa now | 19:54 |
*** diablo_rojo has quit IRC | 19:54 | |
*** diablo_rojo has joined #openstack-infra | 19:54 | |
clarkb | ya it appears stable right? | 19:56 |
mtreinish | yeah, I haven't seen any crashes because of websockets usage | 19:57 |
fungi | seems fine to try again then | 19:57 |
mtreinish | ok, I'll put together a patch for it | 19:57 |
*** iranzo has joined #openstack-infra | 19:58 | |
openstackgerrit | Trevor McCasland proposed openstack-infra/subunit2sql master: Add attachments flag to get_test_runs_by_status https://review.openstack.org/552152 | 20:02 |
openstackgerrit | Trevor McCasland proposed openstack-infra/subunit2sql master: Add attachments flag to get_test_runs_by_status https://review.openstack.org/552152 | 20:04 |
*** wolverineav has joined #openstack-infra | 20:08 | |
*** felipemonteiro_ has joined #openstack-infra | 20:09 | |
*** wolverineav has quit IRC | 20:09 | |
*** wolverineav has joined #openstack-infra | 20:09 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/system-config master: Re-enable the websockets tls port https://review.openstack.org/561336 | 20:11 |
mtreinish | fungi, clarkb: ^^^ | 20:11 |
*** felipemonteiro__ has joined #openstack-infra | 20:13 | |
openstackgerrit | Félix Bouliane proposed openstack/diskimage-builder master: Allow to pin ubuntu version rather than current https://review.openstack.org/559167 | 20:13 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config master: Comment on linked stories for review state changes https://review.openstack.org/561342 | 20:16 |
*** felipemonteiro_ has quit IRC | 20:16 | |
fungi | success!!! ^ | 20:16 |
fungi | once i finally found it, quite trivial to fix | 20:17 |
*** felipemonteiro_ has joined #openstack-infra | 20:18 | |
*** felipemonteiro__ has quit IRC | 20:18 | |
*** bobh has quit IRC | 20:20 | |
clarkb | fungi: nice! I'm reviewing it now | 20:20 |
*** bobh_ has joined #openstack-infra | 20:20 | |
clarkb | fungi: do we want to test it with -dev first or is that already done? | 20:21 |
fungi | hah, i was just typing a review comment about that | 20:21 |
fungi | see the link i included | 20:21 |
clarkb | thanks | 20:22 |
clarkb | fungi: any idea what the log log-event error is that -dev has but prod doesn't? | 20:23 |
clarkb | and I assume a restart of the gerrit service will be required to pick that up | 20:23 |
fungi | yeah, i mentioned the need for a restart in a second comment | 20:23 |
fungi | and no, i don't know which plugin handles log-event error | 20:24 |
fungi | maybe something built into its-base | 20:24 |
fungi | it's possible we want to add it to prod too, but some git spelunking may be in order to find why/when we added it | 20:24 |
fungi | dtroyer_zz: the (1163) python-openstackclient bugs are all imported now, and the openstackclient team repositories are all showing at https://storyboard.openstack.org/#!/project_group/80 | 20:28 |
*** claudiub|2 has joined #openstack-infra | 20:30 | |
fungi | #status log review-dev01.openstack.org has been removed from the emergency disable list now that storyboard integration testing is finished | 20:31 |
openstackstatus | fungi: finished logging | 20:31 |
pabelanger | dmsimard: I still see static.o.o in the emergency file on puppetmaster.o.o, can we remove that? | 20:32 |
fungi | #status log openstack/tripleo-validations bugs have been imported to storyboard.o.o from the tripleo lp project filtering on the validations bugtag | 20:35 |
openstackstatus | fungi: finished logging | 20:35 |
dtroyer_zz | fungi: thanks | 20:35 |
*** agopi_ has quit IRC | 20:35 | |
fungi | #status log openstack/python-openstackclient bugs have been imported to storyboard.o.o from the python-openstackclient lp project | 20:35 |
openstackstatus | fungi: finished logging | 20:35 |
fungi | dtroyer_zz: you probably want to follow up with adjustments to https://launchpad.net/python-openstackclient based on the suggestions at https://docs.openstack.org/infra/storyboard/migration.html#recently-migrated if you haven't already | 20:36 |
*** kgiusti has left #openstack-infra | 20:36 | |
pabelanger | clarkb: fungi: https://review.openstack.org/561237/ didn't work as expected, we're going to see the other approach, but testing it first. | 20:37 |
pabelanger | aptmethod error receiving 'http://security.debian.org/dists/jessie-security/Release.gpg': | 20:37 |
pabelanger | 404 | 20:37 |
openstackgerrit | Merged openstack-infra/zuul master: Don't count non-live queue items in tenant list https://review.openstack.org/553702 | 20:37 |
fungi | pabelanger: oh, because they use different signing keys for them | 20:37 |
pabelanger | because it is actually jessie/updates | 20:37 |
pabelanger | and stretch/updates | 20:37 |
fungi | oh, the suite names | 20:38 |
fungi | got it | 20:38 |
pabelanger | yah | 20:38 |
*** wolverineav has quit IRC | 20:40 | |
fungi | #status log openstack/openstacksdk bugs have been imported to storyboard.o.o from the python-openstacksdk lp project | 20:40 |
openstackstatus | fungi: finished logging | 20:40 |
clarkb | but isn't that true of the main repos | 20:41 |
clarkb | ? | 20:41 |
dtroyer_zz | fungi: heh, we're 5 days short of OSC's launchpad project 6th birthday | 20:43 |
fungi | wow | 20:43 |
dtroyer_zz | do you know offhand where the lock in LP is? I haven't foudn it yet | 20:43 |
fungi | dtroyer_zz: configure bugs | 20:43 |
*** jcoufal_ has quit IRC | 20:43 | |
dtroyer_zz | sure… I was at the top level… thanks | 20:44 |
fungi | dtroyer_zz: e.g. https://launchpad.net/python-openstackclient/+configure-bugtracker | 20:44 |
openstackgerrit | Félix Bouliane proposed openstack-infra/project-config master: add publish-sphinx-doc to virtualpdu https://review.openstack.org/561351 | 20:44 |
clarkb | pabelanger: if we have to go to security per release we should maybe do a separate loop so that we don't have the jessie mixed with stretch problem | 20:44 |
fungi | dtroyer_zz: set it to "bugs are tracked... somewhere else" | 20:45 |
clarkb | or pull those out of the loop entirely? | 20:45 |
*** rosmaita has quit IRC | 20:45 | |
fungi | #status log openstack/os-client-config bugs have been imported to storyboard.o.o from the os-client-config lp project | 20:46 |
*** diablo_rojo has quit IRC | 20:46 | |
openstackstatus | fungi: finished logging | 20:46 |
*** diablo_rojo has joined #openstack-infra | 20:46 | |
fungi | i think i will take a brief walk now that those are behind me | 20:48 |
fungi | if we get consensus on the story commenting fix then i can do a quick gerrit restart as soon as a little later this evening | 20:49 |
*** r-daneel has quit IRC | 20:49 | |
* fungi will return in ~ an hour | 20:49 | |
*** wolverineav has joined #openstack-infra | 20:50 | |
pabelanger | clarkb: maybe, I am noticing some issues with reprepro on debian right now. Trying to clean that up as I htink we leaked some packages between the 2 | 20:55 |
*** diablo_rojo has quit IRC | 20:57 | |
*** trown is now known as trown|outtypewww | 20:58 | |
*** caphrim007_ has joined #openstack-infra | 20:58 | |
*** d0ugal has quit IRC | 20:59 | |
*** germs has joined #openstack-infra | 21:01 | |
*** germs has quit IRC | 21:01 | |
*** germs has joined #openstack-infra | 21:01 | |
pabelanger | #status log holding lock on mirror.debian for reprepro while I repair debian-security database in reprepro | 21:02 |
openstackstatus | pabelanger: finished logging | 21:02 |
*** caphrim007 has quit IRC | 21:02 | |
*** germs has quit IRC | 21:06 | |
*** VW_ has joined #openstack-infra | 21:10 | |
*** VW has quit IRC | 21:14 | |
*** sree has joined #openstack-infra | 21:14 | |
*** esberglu has quit IRC | 21:15 | |
*** ldnunes has quit IRC | 21:15 | |
*** VW_ has quit IRC | 21:15 | |
*** sree has quit IRC | 21:19 | |
*** felipemonteiro_ has quit IRC | 21:22 | |
*** rfolco is now known as rfolco|off | 21:24 | |
*** d0ugal has joined #openstack-infra | 21:26 | |
*** dave-mccowan has quit IRC | 21:36 | |
*** slaweq has quit IRC | 21:38 | |
*** slaweq has joined #openstack-infra | 21:39 | |
*** evrardjp has quit IRC | 21:40 | |
mtreinish | does anyone have an idea why the csv files I download from cacti are setting all the dates to 0 in unix time? | 21:42 |
*** e0ne has joined #openstack-infra | 21:44 | |
*** slaweq has quit IRC | 21:44 | |
*** slaweq has joined #openstack-infra | 21:44 | |
*** fear6OYWQB has joined #openstack-infra | 21:44 | |
*** iranzo has quit IRC | 21:45 | |
*** bobh_ has quit IRC | 21:45 | |
*** r-daneel has joined #openstack-infra | 21:46 | |
*** numans has quit IRC | 21:48 | |
*** numans has joined #openstack-infra | 21:49 | |
*** fear6OYWQB has quit IRC | 21:50 | |
*** caphrim007_ has quit IRC | 21:54 | |
*** caphrim007 has joined #openstack-infra | 21:55 | |
*** jbadiapa has quit IRC | 21:59 | |
*** agopi_ has joined #openstack-infra | 22:00 | |
*** r-daneel has quit IRC | 22:05 | |
*** rlandy has quit IRC | 22:09 | |
*** r-daneel has joined #openstack-infra | 22:09 | |
*** slaweq has quit IRC | 22:10 | |
*** linkmark has quit IRC | 22:12 | |
fungi | not the foggiest | 22:15 |
*** esberglu has joined #openstack-infra | 22:20 | |
*** esberglu has quit IRC | 22:21 | |
*** AR2018 has joined #openstack-infra | 22:31 | |
*** diablo_rojo has joined #openstack-infra | 22:40 | |
*** e0ne has quit IRC | 22:42 | |
openstackgerrit | Tony Breeds proposed openstack-infra/project-config master: Updates jobs running on the election repo https://review.openstack.org/561075 | 22:49 |
*** Sukhdev has joined #openstack-infra | 22:51 | |
*** AR2018 has quit IRC | 22:56 | |
*** hasharAway has quit IRC | 22:58 | |
*** tpsilva has quit IRC | 23:00 | |
*** dhill_ has quit IRC | 23:00 | |
*** germs has joined #openstack-infra | 23:02 | |
*** germs has quit IRC | 23:02 | |
*** germs has joined #openstack-infra | 23:02 | |
clarkb | tonyb: should't you be making BBQ? in any case +2 | 23:05 |
*** germs has quit IRC | 23:06 | |
*** dhill_ has joined #openstack-infra | 23:07 | |
*** AR2018 has joined #openstack-infra | 23:10 | |
mtreinish | clarkb: any thoughts on: https://review.openstack.org/#/c/561336/ ? | 23:12 |
*** hongbin has quit IRC | 23:13 | |
*** caphrim007_ has joined #openstack-infra | 23:18 | |
clarkb | mtreinish: only concern is, does that daemon run at a privs level high enough to open a privileged port? | 23:19 |
fungi | supposedly it's already running the plaintext websockets listener on 80/tcp? | 23:19 |
clarkb | good enough for me | 23:20 |
*** caphrim007 has quit IRC | 23:21 | |
*** caphrim007 has joined #openstack-infra | 23:21 | |
*** caphrim007_ has quit IRC | 23:21 | |
*** jgwentworth is now known as melwitt | 23:22 | |
*** caphrim007 has quit IRC | 23:26 | |
mtreinish | fungi, clarkb: yeah it's running the non-ssl websockets listener on 80 right now. You can connect to it pretty easily with http://paste.openstack.org/show/719193/ or https://docs.openstack.org/infra/system-config/firehose.html#websocket-example | 23:27 |
mtreinish | fwiw, I seem to remember an issue with privileges on binding to port 80 back when we first setup firehose originally | 23:29 |
mtreinish | but I don't recall all the details | 23:29 |
fungi | had to do with starting as a non-root user instead of privilege deescalation afterward? | 23:30 |
*** wolverineav has quit IRC | 23:31 | |
*** wolverineav has joined #openstack-infra | 23:32 | |
mtreinish | fungi: yeah, it was something like that. I found the bug I opened related to it: https://github.com/eclipse/mosquitto/issues/234 | 23:32 |
pabelanger | clarkb: mind a review: https://review.openstack.org/561108/ universal wheels for gear | 23:34 |
clarkb | pabelanger: +2'd but left a comment on something that would be good to update too | 23:35 |
clarkb | can you take a look and decide if you want to update existing change or make a new one? | 23:36 |
pabelanger | clarkb: sure, let me update now | 23:36 |
*** wolverineav has quit IRC | 23:36 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/system-config master: Re-enable the websockets tls port https://review.openstack.org/561336 | 23:36 |
mtreinish | fungi, clarkb: I forgot we added a boolean option to enable the tls port on websockets in: https://github.com/openstack-infra/puppet-mosquitto/commit/d641406a28668bb273881d8057d5b7d4838732e8#diff-e4aa0fa7aebf4072f837edd454ede2db | 23:37 |
mtreinish | so I had to respin the patch | 23:37 |
clarkb | mtreinish: +2 | 23:37 |
openstackgerrit | Paul Belanger proposed openstack-infra/gear master: Build universal wheels https://review.openstack.org/561108 | 23:38 |
pabelanger | clarkb: fungi: ^updates | 23:38 |
clarkb | pabelanger: thanks! (that data is used by pypi and humans so good have it match the artifacts | 23:38 |
pabelanger | ++ | 23:39 |
openstackgerrit | Merged openstack-infra/project-config master: Updates jobs running on the election repo https://review.openstack.org/561075 | 23:41 |
*** wolverineav has joined #openstack-infra | 23:47 | |
openstackgerrit | Merged openstack-infra/gear master: Build universal wheels https://review.openstack.org/561108 | 23:47 |
pabelanger | clarkb: fungi: Thanks! I'll likely see if we can do a release of gear on monday to get new wheels up to pypi | 23:49 |
*** wolverineav has quit IRC | 23:51 | |
*** wolverin_ has joined #openstack-infra | 23:52 | |
*** claudiub|2 has quit IRC | 23:52 | |
*** Sukhdev has quit IRC | 23:54 | |
*** AR2018 has quit IRC | 23:55 | |
*** diablo_rojo has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!