Friday, 2018-04-13

*** salv-orlando has joined #openstack-infra00:01
*** anteaya has quit IRC00:01
ianwmordred: hmm, printing "name_or_id" ---> {<built-in function id>: '284a585d-6349-4104-b4e7-6943225f25c3'}00:01
*** anteaya has joined #openstack-infra00:02
ianwohhhh, hang on00:02
*** hamzy_ has joined #openstack-infra00:02
*** salv-orlando has quit IRC00:06
ianwpassing " cloud.delete_image({'id': i}, wait=True)" (note quotes around 'id' now)00:06
mordredianw: {'id': i} yeah00:06
ianw  File "/home/iwienand/tmp/openstackclient/lib/python2.7/site-packages/shade/openstackcloud.py", line 4528, in delete_image00:06
ianw    '/images/{id}'.format(id=image.id),00:06
ianwAttributeError: 'dict' object has no attribute 'id'00:06
mordredianw: hrm. nod. one sec00:07
fungiianw: 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
openstackgerritTony Breeds proposed openstack-infra/project-config master: Updates jobs running on the election repo  https://review.openstack.org/56107500:08
*** hamzy has joined #openstack-infra00:08
ianwmordred: i think we want to fall into the _is_uuid_like check under that00:09
mordredno - the function is general and wants to avoid that check for other cases ..00:09
*** shu-mutow has joined #openstack-infra00:09
mordredianw: (patch coming)00:10
*** gyee has quit IRC00:10
*** hamzy_ has quit IRC00:10
*** Sukhdev has quit IRC00:10
ianwok00:10
mordredianw: you found a fun rabbit hole here :)00:11
*** jcoufal has joined #openstack-infra00:12
*** AR2018 has quit IRC00:13
ianwi guess people don' t deal with systems with thousands of leaked images too often00:15
mordredianw: 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
mordredafter the if hasattr00:15
ianwmordred: http://paste.openstack.org/show/719110/ ... progress00:17
ianwi wonder what that 404 is about00:18
mordredianw: yah. that's weird00:19
mordredianw: are you sure that image is still there?00:20
ianwno00:20
mordredoh. wow. that's a SECOND bug -we've just never noticed it before :)00:21
ianwmordred: ok, no wait it's me.  i've got the wrong region in my deleteit.py script00:21
*** r-daneel has quit IRC00:21
mordredianw: well - I mean, there is still a bug00:21
mordredwe should not throw exceptions on 404s in delete_image00:22
ianwurgh, wait now it's not working again and listing everything00:22
mordredif you say "delete_image('foo')" and foo doens't exist - it should be a no-op00:22
ianwmordred: 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
mordredianw: I see it00:25
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: add release-notes-jobs-python3 project template  https://review.openstack.org/56104400:25
mordredianw: remote:   https://review.openstack.org/561078 Fix _get_entity to accept a dict00:26
ianwmordred: ok cool, now it is in it's wait loop00:28
mordredwoot!00:28
ianwactually, do i need to wait=True on it anyway?00:29
openstackgerritMerged openstack-infra/project-config master: Add ansible-role-carbon zuul jobs  https://review.openstack.org/56005900:30
openstackgerritMerged openstack-infra/project-config master: Add ansible-role-whisper zuul jobs  https://review.openstack.org/56006200:30
*** berndbausch has joined #openstack-infra00:30
*** tjgresha has joined #openstack-infra00:31
mordredianw: you don't00:32
mordredianw: I mean, you won't know when it's all done if you don't ... but you could run the search later just to verify00:32
*** stakeda has joined #openstack-infra00:33
ianwyeah, it will take weeks waiting for it in order00:35
ianwmordred: should i be seeing something about deleting objects?00:35
*** felipemonteiro_ has quit IRC00:38
ianwmordred: is it just me, or is delete_objects in delete_image never used?00:38
openstackgerritMerged openstack-infra/zuul-jobs master: document that the build-reno-releasenotes job accepts sphinx_python  https://review.openstack.org/56104100:39
openstackgerritMerged openstack-infra/zuul-jobs master: Fix typo in build-sphinx-docs docstring  https://review.openstack.org/56104000:39
*** AR2018 has joined #openstack-infra00:47
*** harlowja has quit IRC00:52
anteayaianw 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 tomorrow00:54
anteayathanks for all your support here, I appreciate it00:54
*** zhangfei has joined #openstack-infra00:56
*** iyamahat has quit IRC00:56
*** gouthamr has quit IRC00:59
*** iyamahat has joined #openstack-infra01:00
*** ianychoi_ is now known as ianychoi01:01
*** salv-orlando has joined #openstack-infra01:02
*** tjgresha has quit IRC01:02
ianwanteaya: hmm, i'm not sure, so we've dropped the external module?01:02
anteayaianw yes, fungi saw your comments and agreed with you that we had taken it as far as we could01:03
ianwi think what i was saying is that you want to extract the zip file into the docroot for the vhost01:04
ianwor at least, that seemed to be what the module was trying to do01:04
anteayacan you put that in a comment so I can continue with fungi tomorrow?01:04
anteayathat would help me a lot01:04
*** hongbin has joined #openstack-infra01:05
*** gouthamr has joined #openstack-infra01:05
anteayaright now docroot isn't defined and needs to have a value assigned to it01:05
*** cshastri has joined #openstack-infra01:06
anteayawhich I'm happy to do, once I am told the value it should be01:06
*** salv-orlando has quit IRC01:06
anteayaianw any suggestions for what value doc_root should have?01:08
anteayaright now it doesn't have a value01:08
ianw /var/www probably?01:08
anteayasorry, docroot01:08
anteayawhere should I set that?01:08
anteayaline 27 in https://review.openstack.org/#/c/557979/10/modules/openstack_project/manifests/survey.pp ?01:10
anteayaor should I get rid of docroot and just use install_path everywhere? and set install_path to /var/www ?01:10
anteayaI think I'll do that and if someone says 'bring back docroot' I can do that01:11
*** jamesmcarthur has quit IRC01:13
*** jamesmcarthur has joined #openstack-infra01:13
*** pahuang has joined #openstack-infra01:14
ianwanteaya: my suggest was the opposite, but same effect01:14
anteayaokay I can change install_path to docroot01:14
*** hemna_ has quit IRC01:16
*** wolverineav has quit IRC01:17
*** wolverineav has joined #openstack-infra01:17
openstackgerritAnita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1  https://review.openstack.org/55797901:20
anteayaianw I just realized I don't have a value for runtime_dir_mode, any suggestions?01:21
*** wolverineav has quit IRC01:21
ianwanteaya: 0755 probably01:22
anteayathanks01:24
openstackgerritAnita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1  https://review.openstack.org/55797901:27
*** r-daneel has joined #openstack-infra01:29
*** iyamahat has quit IRC01:33
*** yamahata has quit IRC01:35
*** gouthamr has quit IRC01:37
*** gouthamr_ is now known as gouthamr01:37
*** pahuang has quit IRC01:42
*** vaidy has joined #openstack-infra01:44
*** isviridov_away has joined #openstack-infra01:45
*** mriedem_afk has quit IRC01:50
anteayaianw on line 102 of https://review.openstack.org/#/c/557979/12/modules/openstack_project/manifests/survey.pp it is asking for survey.vhost.erb01:52
anteayaI don't have such a template to give to it01:52
anteayashould I remove the template line?01:52
*** jcoufal has quit IRC01:53
*** rlandy|afk has quit IRC01:53
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: mqtt: add basic reporter  https://review.openstack.org/53554301:54
anteayaI'll remove it for now and put it back if I have a template to offer it01:54
openstackgerritAnita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1  https://review.openstack.org/55797901:55
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: mqtt: add basic reporter  https://review.openstack.org/53554301:56
ianwanteaya: i imagine you'll need to configure apache for this.  i'd start by copying one of the other .vhost.erb files in system-config01:56
anteayawhat does a vhost.erb file do?01:56
*** jamesmcarthur has quit IRC01:57
*** larainema has quit IRC01:58
ianwanteaya: that is the apache configuration file for the vhost01:58
anteayaoh okay, guess I'll be needing that01:59
*** salv-orlando has joined #openstack-infra02:02
*** jamesmcarthur has joined #openstack-infra02:07
*** salv-orlando has quit IRC02:07
*** berndbausch has quit IRC02:09
openstackgerritAnita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1  https://review.openstack.org/55797902:09
*** agopi has joined #openstack-infra02:12
*** xarses has joined #openstack-infra02:16
*** armaan has quit IRC02:25
*** armaan has joined #openstack-infra02:26
anteayaianw 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 wrong02:26
anteayaany 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.FAILED02:27
*** AR2018 has quit IRC02:27
*** jamesmcarthur has quit IRC02:29
*** gongysh has joined #openstack-infra02:30
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: mqtt: add basic reporter  https://review.openstack.org/53554302:30
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: reporter: do not expect branch attribute in Tag object  https://review.openstack.org/56070002:31
*** germs has quit IRC02:34
*** germs has joined #openstack-infra02:35
*** germs has quit IRC02:35
*** germs has joined #openstack-infra02:35
openstackgerritAnita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1  https://review.openstack.org/55797902:35
openstackgerritPaul Belanger proposed openstack-infra/gear master: Build universal wheels  https://review.openstack.org/56110802:35
*** vivsoni has joined #openstack-infra02:41
*** d0ugal has quit IRC02:43
*** xinliang has quit IRC02:47
*** nicolasbock has quit IRC02:47
*** d0ugal has joined #openstack-infra02:49
anteayaso 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.org02:50
anteayaI don't know what path etc/puppet/modules/httpd/manifests/vhost is looking for02:50
*** caphrim007 has joined #openstack-infra02:53
*** rosmaita has quit IRC02:58
*** xinliang has joined #openstack-infra02:58
*** xinliang has quit IRC02:58
*** xinliang has joined #openstack-infra02:58
openstackgerritAnita Kuno proposed openstack-infra/system-config master: This patch impliments the survey spec: I3c389596373b94459a32a4e540d514a2941acbb1  https://review.openstack.org/55797903:00
*** pgadiya has joined #openstack-infra03:02
*** pgadiya has quit IRC03:02
*** dingyichen has joined #openstack-infra03:03
*** salv-orlando has joined #openstack-infra03:03
*** psachin has joined #openstack-infra03:04
*** dave-mccowan has quit IRC03:05
*** salv-orlando has quit IRC03:07
*** imacdonn has quit IRC03:09
*** imacdonn has joined #openstack-infra03:09
*** jamesmcarthur has joined #openstack-infra03:09
*** jamesmcarthur has quit IRC03:13
*** jamesmcarthur has joined #openstack-infra03:14
anteayaianw seems zuul is happy now, if you could consider reviewing https://review.openstack.org/#/c/557979 for content I'd be grateful, thank you03:18
*** caphrim007_ has joined #openstack-infra03:20
*** annp has joined #openstack-infra03:21
*** caphrim007 has quit IRC03:24
*** sree has joined #openstack-infra03:25
*** eernst has joined #openstack-infra03:25
*** TacoGS_lp has joined #openstack-infra03:25
*** TacoGS_lp has quit IRC03:25
*** sree has quit IRC03:26
*** zyleylo has joined #openstack-infra03:38
*** jamesmcarthur has quit IRC03:39
*** jamesmcarthur has joined #openstack-infra03:39
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: reporter: do not expect branch attribute in Tag object  https://review.openstack.org/56070003:40
*** zyleylo has quit IRC03:43
*** sree has joined #openstack-infra03:45
*** ramishra has joined #openstack-infra03:45
*** jamesmcarthur has quit IRC03:50
*** cateyebh has joined #openstack-infra03:54
*** cateyebh has quit IRC03:56
*** udesale has joined #openstack-infra04:01
*** liusheng has quit IRC04:01
*** liusheng has joined #openstack-infra04:01
*** salv-orlando has joined #openstack-infra04:04
*** iyamahat has joined #openstack-infra04:07
*** salv-orlando has quit IRC04:08
*** gouthamr_ has joined #openstack-infra04:09
*** hongbin has quit IRC04:11
*** gouthamr has quit IRC04:11
*** gouthamr_ is now known as gouthamr04:12
*** gouthamr_ has joined #openstack-infra04:12
*** rajinir has quit IRC04:14
*** gouthamr has quit IRC04:20
*** gouthamr_ has quit IRC04:20
*** gouthamr has joined #openstack-infra04:21
*** namnh has joined #openstack-infra04:24
*** yamahata has joined #openstack-infra04:25
*** eernst has quit IRC04:25
*** jamesmcarthur has joined #openstack-infra04:25
*** lbragstad has joined #openstack-infra04:26
*** lbragstad has quit IRC04:28
*** dchen has joined #openstack-infra04:29
*** gongysh has quit IRC04:30
*** dingyichen has quit IRC04:32
*** gongysh has joined #openstack-infra04:37
*** gongysh has quit IRC04:42
*** harlowja has joined #openstack-infra04:44
*** s-shiono has joined #openstack-infra04:46
*** andreas_s has joined #openstack-infra05:01
*** salv-orlando has joined #openstack-infra05:05
*** andreas_s has quit IRC05:06
*** pcichy has joined #openstack-infra05:09
*** salv-orlando has quit IRC05:09
*** lpetrut has joined #openstack-infra05:12
*** links has joined #openstack-infra05:12
*** salv-orlando has joined #openstack-infra05:17
*** gongysh has joined #openstack-infra05:26
*** mordred has quit IRC05:29
*** iyamahat has quit IRC05:30
*** e0ne has joined #openstack-infra05:35
*** harlowja has quit IRC05:39
*** mordred has joined #openstack-infra05:41
*** dsariel has joined #openstack-infra05:42
*** diablo_rojo has quit IRC05:47
*** andreas_s has joined #openstack-infra05:48
*** andreas_s has quit IRC05:48
*** andreas_s has joined #openstack-infra05:48
*** claudiub|2 has joined #openstack-infra05:48
*** neiloy_ has joined #openstack-infra05:55
*** iranzo has joined #openstack-infra05:56
*** dhajare has joined #openstack-infra05:58
*** mpjetta has quit IRC05:59
*** mpjetta has joined #openstack-infra06:00
*** lpetrut has quit IRC06:03
*** dayou has quit IRC06:08
*** zhangfei has quit IRC06:09
*** gongysh has quit IRC06:14
*** armaan has quit IRC06:14
*** armaan has joined #openstack-infra06:14
openstackgerritGhanshyam Mann proposed openstack-dev/hacking master: Release notes for 1.1.0  https://review.openstack.org/56112906:16
*** sambetts_ is now known as sambetts06:21
*** jaosorior has joined #openstack-infra06:21
*** zhangfei has joined #openstack-infra06:21
*** dayou has joined #openstack-infra06:23
*** neiloy_ has quit IRC06:24
*** dbecker has quit IRC06:31
*** e0ne has quit IRC06:38
*** shardy has joined #openstack-infra06:39
*** gongysh has joined #openstack-infra06:43
*** dbecker has joined #openstack-infra06:44
*** cshastri has quit IRC06:44
*** dchen has quit IRC06:45
*** cshastri has joined #openstack-infra06:47
*** janki has joined #openstack-infra06:49
*** hashar has joined #openstack-infra06:53
*** slaweq has joined #openstack-infra06:54
*** zhipeng has quit IRC06:59
*** armaan has quit IRC07:01
*** armaan has joined #openstack-infra07:02
*** jchhatbar has joined #openstack-infra07:09
*** janki has quit IRC07:12
*** jtomasek has joined #openstack-infra07:13
*** neiloy_ has joined #openstack-infra07:15
*** tesseract has joined #openstack-infra07:17
*** alexchadin has joined #openstack-infra07:19
*** pblaho has joined #openstack-infra07:21
*** neiloy_ has quit IRC07:31
*** rcernin has quit IRC07:33
*** namnh_ has joined #openstack-infra07:33
*** dpawlik has joined #openstack-infra07:34
*** namnh has quit IRC07:35
*** tosky has joined #openstack-infra07:39
*** amoralej|off is now known as amoralej07:40
*** lpetrut has joined #openstack-infra07:41
*** gcb has joined #openstack-infra07:43
*** jpena|off is now known as jpena07:49
*** lpetrut has quit IRC07:51
*** cshastri has quit IRC07:53
*** namnh_ has quit IRC07:53
*** electrofelix has joined #openstack-infra07:58
*** sree_ has joined #openstack-infra08:01
*** sree_ is now known as Guest2586608:01
*** sree has quit IRC08:03
*** zhipeng has joined #openstack-infra08:05
*** armaan has quit IRC08:07
*** armaan has joined #openstack-infra08:07
*** zhipeng has quit IRC08:10
*** florianf has joined #openstack-infra08:11
*** gcb has quit IRC08:11
ramishraHi 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_59769708:12
*** alexchad_ has joined #openstack-infra08:15
*** jpich has joined #openstack-infra08:16
*** s-shiono has quit IRC08:17
*** lucas-afk is now known as lucasagomes08:17
*** alexchadin has quit IRC08:18
*** liujiong has joined #openstack-infra08:25
openstackgerritMerged openstack-infra/irc-meetings master: Change Horizon meeting time  https://review.openstack.org/56097908:25
*** lpetrut has joined #openstack-infra08:28
*** cshastri has joined #openstack-infra08:31
*** yamamoto has quit IRC08:33
*** shardy has quit IRC08:35
*** gfidente has joined #openstack-infra08:39
*** gfidente has joined #openstack-infra08:39
*** derekh has joined #openstack-infra08:41
*** efoley has joined #openstack-infra08:43
*** yamamoto has joined #openstack-infra08:44
fricklerramishra: 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 branches08:46
ramishrafrickler: thanks! what's the specific zuul change you mean?08:48
ramishrafrickler: Do you mean removing these? https://github.com/openstack/heat/blob/stable/pike/playbooks/devstack/grenade/run.yaml#L4908:48
fricklerramishra: this is the original mail http://lists.openstack.org/pipermail/openstack-dev/2018-April/129217.html08:49
fricklerramishra: probably this one rather https://github.com/openstack/heat/blob/stable/pike/.zuul.yaml#L8408:50
fricklercorvus: ^^ maybe we need another mail explaining the details of this?08:50
*** yamamoto has quit IRC08:51
*** shardy has joined #openstack-infra08:52
ramishrafrickler: 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
ramishrafrickler: It works for other jobs like https://github.com/openstack/heat/blob/stable/pike/.zuul.yaml#L5908:54
*** lpetrut has quit IRC08:54
fricklerramishra: 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 above08:55
fricklerramishra: 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.yaml08:55
ramishrafrickler: ok08:56
*** cshastri_ has joined #openstack-infra08:59
*** alexchad_ has quit IRC09:00
*** panda|rover|off is now known as panda09:01
*** panda is now known as panda|rover09:01
*** cshastri has quit IRC09:01
ramishrafrickler: thanks! we removed those tags queens onwards, let me backport that to stable/pike and check https://review.openstack.org/#/c/561164/09:02
AJaegerramishra: we have an implicit brancher, you don't need branch: lines at all.09:02
AJaegerramishra: text crossed ;) go ahead09:02
*** sshnaidm|afk is now known as sshnaidm|off09:10
*** jogo has quit IRC09:10
*** Hal has joined #openstack-infra09:10
*** pcaruana has joined #openstack-infra09:12
*** ralonsoh has joined #openstack-infra09:14
*** jogo has joined #openstack-infra09:14
*** jogo has joined #openstack-infra09:14
*** sshnaidm|off has quit IRC09:14
*** liusheng has quit IRC09:18
*** liusheng has joined #openstack-infra09:18
*** HeOS has joined #openstack-infra09:19
openstackgerritTakashi NATSUME proposed openstack-infra/openstack-zuul-jobs master: Fix the build and source directories for api-guide  https://review.openstack.org/56117209:24
*** zoli is now known as zoli|lunch09:30
*** udesale_ has joined #openstack-infra09:30
*** Hal has quit IRC09:33
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Align github status tests with real behavior  https://review.openstack.org/56117609:33
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status  https://review.openstack.org/56117709:33
*** udesale has quit IRC09:33
zigoAJaeger: Hi there! Could you tell me what "debian-stable" refers to in infra? Is it Jessie or Stretch?09:40
zigoAJaeger: 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=aecccc42c73b26012fdb85b16cea8ce18c2b875b09:40
*** shu-mutow has quit IRC09:44
*** xinliang has quit IRC09:45
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Don't create ci test admin login unencrypted in postgres  https://review.openstack.org/56117909:45
*** e0ne has joined #openstack-infra09:47
fricklerzigo: 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 definition09:50
zigofrickler: Ah ok, thanks a lot !09:50
zigoIndeed, that was the sensible thing to do.09:50
zigoSo the puppet-openstack patch is therefore right, that's great.09:51
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status  https://review.openstack.org/56117709:55
*** armaan has quit IRC09:55
*** xinliang has joined #openstack-infra09:57
*** xinliang has quit IRC09:57
*** xinliang has joined #openstack-infra09:57
*** anteaya has quit IRC09:58
*** cshastri_ has quit IRC10:06
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status  https://review.openstack.org/56117710:08
*** Guest25866 has quit IRC10:12
*** sree has joined #openstack-infra10:12
*** pbourke has quit IRC10:15
*** pbourke has joined #openstack-infra10:16
*** sree has quit IRC10:16
*** gongysh has quit IRC10:23
*** lpetrut has joined #openstack-infra10:27
*** annp has quit IRC10:29
*** cshastri_ has joined #openstack-infra10:30
*** nicolasbock has joined #openstack-infra10:31
*** liujiong has quit IRC10:32
*** Hal has joined #openstack-infra10:37
*** udesale__ has joined #openstack-infra10:42
*** snapiri has quit IRC10:43
*** oanson has quit IRC10:44
*** udesale_ has quit IRC10:45
*** xinliang has quit IRC10:51
*** stakeda has quit IRC10:52
*** zoli|lunch is now known as zoli10:57
*** alexchadin has joined #openstack-infra10:58
*** Hal1 has joined #openstack-infra11:00
*** gfidente has quit IRC11:00
*** Hal has quit IRC11:03
*** lpetrut has quit IRC11:04
*** neiloy_ has joined #openstack-infra11:05
*** xinliang has joined #openstack-infra11:05
*** xinliang has quit IRC11:05
*** xinliang has joined #openstack-infra11:05
*** Hal has joined #openstack-infra11:06
*** Hal2 has joined #openstack-infra11:07
*** Hal3 has joined #openstack-infra11:08
*** Hal1 has quit IRC11:10
*** Hal2 has quit IRC11:11
*** Hal has quit IRC11:11
*** Hal has joined #openstack-infra11:11
*** Hal3 has quit IRC11:15
*** dave-mccowan has joined #openstack-infra11:16
*** armaan has joined #openstack-infra11:17
*** tpsilva has joined #openstack-infra11:19
*** vivsoni has quit IRC11:19
*** pblaho has quit IRC11:25
*** lucasagomes is now known as lucas-hungry11:27
*** Hal has quit IRC11:28
*** pgadiya has joined #openstack-infra11:28
*** pgadiya has quit IRC11:28
*** udesale_ has joined #openstack-infra11:30
*** gfidente has joined #openstack-infra11:31
*** gfidente has joined #openstack-infra11:31
*** udesale__ has quit IRC11:32
*** udesale_ has quit IRC11:35
*** ldnunes has joined #openstack-infra11:35
*** lpetrut has joined #openstack-infra11:40
*** jpena is now known as jpena|lunch11:41
*** HeOS has quit IRC11:47
*** salv-orlando has quit IRC11:48
*** salv-orlando has joined #openstack-infra11:49
*** rfolco|off is now known as rfolco11:53
*** salv-orlando has quit IRC11:53
*** bhujay has joined #openstack-infra11:53
*** armaan has quit IRC11:57
*** armaan has joined #openstack-infra11:59
*** agopi has quit IRC12:02
*** salv-orlando has joined #openstack-infra12:02
*** anteaya has joined #openstack-infra12:03
*** HeOS has joined #openstack-infra12:06
*** trown|outtypewww is now known as trown12:11
*** cshastri_ has quit IRC12:15
*** katkapilatova has joined #openstack-infra12:17
*** katkapilatova has left #openstack-infra12:18
*** jcoufal has joined #openstack-infra12:21
*** panda|rover is now known as panda|rover|lunc12:25
*** armaan has quit IRC12:26
*** lucas-hungry is now known as lucasagomes12:27
*** kgiusti has joined #openstack-infra12:29
*** jpena|lunch is now known as jpena12:29
*** alexchadin has quit IRC12:31
*** rlandy has joined #openstack-infra12:31
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status  https://review.openstack.org/56117712:33
*** eharney has joined #openstack-infra12:34
*** cshastri_ has joined #openstack-infra12:35
*** alexchadin has joined #openstack-infra12:35
*** efoley has quit IRC12:40
*** edmondsw_ has joined #openstack-infra12:46
*** edmonds__ has joined #openstack-infra12:47
*** efoley has joined #openstack-infra12:48
*** xinliang has quit IRC12:49
*** edmondsw has quit IRC12:50
*** xinliang has joined #openstack-infra12:50
*** xinliang has quit IRC12:50
*** xinliang has joined #openstack-infra12:50
*** edmondsw_ has quit IRC12:51
*** udesale has joined #openstack-infra12:53
*** edmondsw has joined #openstack-infra12:54
*** dayou has quit IRC12:55
*** efried is now known as fried_rice12:55
*** edmondsw_ has joined #openstack-infra12:56
*** edmonds__ has quit IRC12:56
*** Goneri has joined #openstack-infra12:59
*** edmondsw has quit IRC12:59
*** stephenfin is now known as finucannot12:59
*** amoralej is now known as amoralej|lunch13:02
*** psachin has quit IRC13:02
*** r-daneel has quit IRC13:09
*** panda|rover|lunc is now known as panda|roARver13:11
*** mriedem has joined #openstack-infra13:18
*** bexelbie has joined #openstack-infra13:19
*** bexelbie has quit IRC13:20
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck master: Add query for cinder attachment update rpc timeout bug 1763712  https://review.openstack.org/56122413:21
openstackbug 1763712 in Cinder "Unable to update the attachment.: MessagingTimeout" [Medium,Confirmed] https://launchpad.net/bugs/176371213:21
*** efoley has quit IRC13:22
*** rosmaita has joined #openstack-infra13:23
*** salv-orlando has quit IRC13:24
*** salv-orlando has joined #openstack-infra13:24
*** rosmaita has quit IRC13:27
*** jaosorior has quit IRC13:27
*** felipemonteiro_ has joined #openstack-infra13:28
*** salv-orlando has quit IRC13:28
*** alexchadin has quit IRC13:29
*** r-daneel has joined #openstack-infra13:30
*** dansmith is now known as superdan13:31
*** sshnaidm|off has joined #openstack-infra13:32
*** alexchadin has joined #openstack-infra13:34
*** rosmaita has joined #openstack-infra13:35
*** eernst has joined #openstack-infra13:36
*** lbragstad has joined #openstack-infra13:36
*** dayou has joined #openstack-infra13:38
*** aojea has joined #openstack-infra13:39
*** edmondsw_ is now known as edmondsw13:39
openstackgerritMerged openstack-infra/elastic-recheck master: Add query for swap volume active block job failure bug 1763410  https://review.openstack.org/56093813:46
openstackbug 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/176341013:46
openstackgerritMerged openstack-infra/elastic-recheck master: Add query for cinder attachment update rpc timeout bug 1763712  https://review.openstack.org/56122413:46
openstackbug 1763712 in Cinder "Unable to update the attachment.: MessagingTimeout" [Medium,Confirmed] https://launchpad.net/bugs/176371213:46
*** cshastri_ has quit IRC13:48
corvusfrickler: 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 IRC13:49
*** anteaya has joined #openstack-infra13:50
*** amoralej|lunch is now known as amoralej13:50
pabelangerzigo: 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-infra13:52
tmorinhi 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.gz13:53
tmorinAJaeger: perhaps you may have an idea on the above ? ^^13:53
zigopabelanger: Then jessie-backport of Newton wont build anymore on infra, but I guess we don't care about this anymore...13:55
AJaegertmorin: let's ask mordred as well ^13:56
tmorinAJaeger: 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 runs13:57
pabelangerzigo: I believe all those jobs were removed last cycle13:57
AJaegertmorin: strange - no idea directly. Maybe mordred has. Sorry, have to step out now13:59
tmorinAJaeger: ok... thanks anyways  (anybody else I could ask if mordred isn't available ?)13:59
*** esberglu has joined #openstack-infra14:00
mriedemjust checking, but we still can't extend openstack-tox-py27 and override irrelevant-files, right?14:02
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Tell geard to use keepalives  https://review.openstack.org/42524814:02
AJaegertmorin: let me try a patch...14:02
*** njohnston has quit IRC14:03
*** alexchadin has quit IRC14:03
AJaegertmorin: overlooked something - all fine. No direct ideas...14:03
zigopabelanger: What about Sid? Is there a way to have an Unstable Debian image?14:04
*** bobh has joined #openstack-infra14:05
jrollasking 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_83014:05
zigopabelanger: I'd love to get it up in infra so we can always test with the very latest of everything.14:05
zigoBecause otherwise, I'm always suffering from being the first to hit the issues...14:05
fricklertmorin: 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=ff54297da24549b75ddcf2f2348108bd0db4330114:05
zigoIt'd be very nice non-voting jobs.14:05
zigopabelanger: FYI, python3-diskimage-builder works well now in Sid (it used to miss lots of templates...).14:05
openstackgerritMerged openstack-infra/project-config master: Create tripleo-ha-utils project (gerrit)  https://review.openstack.org/55583214:06
pabelangerzigo: there is some interest from fungi to also use debian-sid, but not online yet. I started some testing in https://review.openstack.org/55697414:06
pabelangerclarkb: 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 python314:08
*** armaan has joined #openstack-infra14:10
corvuspabelanger: i can't think of one14:12
corvusclarkb: mriedem confirmed branch specifier removal fixed the problem14:14
pabelangerI guess I should have not use a universal wheel. But me neither14:14
*** agopi has joined #openstack-infra14:15
mriedemcorvus: i told clarkb last night, he said he was going to send something to the ML to inform others to not make the same mistake14:16
*** felipemonteiro__ has joined #openstack-infra14:16
mriedemi don't know if there are specific docs to warn about this too14:16
*** rajinir has joined #openstack-infra14:17
*** cshastri_ has joined #openstack-infra14:18
tmorinfrickler: 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
mriedemhttps://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 IRC14:19
mnaserhi 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
pabelangermnaser: which release of debian?14:21
mnaserpabelanger: stretch14:21
mnaserhttp://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
AJaegermnaser: could you review https://review.openstack.org/548404 again and check your -1, please?14:22
*** bnemec is now known as beekneemech14:23
mnaseroh sorry14:23
mnaserlet me look AJaeger14:23
fungipabelanger: do we build our debian images against our package mirrors?14:23
pabelangerfungi: we should be yes, let me confirm14:23
zigofungi: IMO, one should never attempt to mirror security.debian.org.14:24
pabelangerfungi: confirmed, we do14:24
mnaserhttps://packages.debian.org/stretch/libicu57 that package version is from security.debian.org14:24
zigoIf that's what's happening, I'm not surprised, as there's no push for that one.14:24
zigoMaybe a dist-upgrade is missing ?14:24
*** dsariel has quit IRC14:24
pabelangerI don't think we mirror security14:25
mnaseri 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 much14:25
zigohttps://lists.debian.org/debian-security-announce/2018/msg00076.html <--- icu security announce since last march.14:25
pabelangermnaser: http://mirror.dfw.rax.openstack.org/debian/timestamp.txt looks up to date14:25
*** felipemonteiro__ has quit IRC14:25
fungiwe 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 purposes14:25
*** felipemonteiro__ has joined #openstack-infra14:26
mnaserzigo: the images are built nightly afaik, if that package has been there a year ago, don't know if a dist-upgrade will do much14:26
fungiwe wouldn't want unavailability of the security suite to cause tests to start failing14:26
fricklertmorin: IIUC it is no longer checked whether all projects use the same global requirements14:26
*** dsariel has joined #openstack-infra14:26
zigofungi: Is that mirror up-to-date then?14:27
tmorinfrickler: definitely, I need to read this email dhellmann posted a few days ago on lower-requirements14:27
zigofungi: 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
tmorinfrickler: I thought that the idea was still to guarantee that co-installation remains possible14:28
openstackgerritPaul Belanger proposed openstack-infra/openstack-zuul-jobs master: Enable debian-stable testing  https://review.openstack.org/56123514:28
tmorinfrickler: I'll check whether networking-odl and networking-bgpvpn are co-installable14:28
mnaserhttp://mirror.dfw.rax.openstack.org/debian/pool/main/libi/ -- that's strange, libicu doesnt seem to be listed there?14:28
fungizigo: 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:2214:29
corvusmriedem: did you write that branch matcher after reading those docs?14:29
fungiso roughly a day ago14:29
zigofungi: What's the repo address?14:29
zigoAnd where may I find the image for checking for it?14:29
pabelangerI 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
zigopabelanger: If it's more than 1 month out of date, then yes, that's the issue !14:30
*** caphrim007_ has quit IRC14:30
openstackgerritMerged openstack-infra/zuul master: Don't create ci test admin login unencrypted in postgres  https://review.openstack.org/56117914:30
mnaser2018-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
mnaserso it installs the newer version14:30
zigo(ie: icu security announce is from last 23rd of april)14:31
pabelangerlet me check reprepro and see what is happening14:31
mnaseri think security is not mirrored possibly?  i don't see libicu57 in here http://mirror.dfw.rax.openstack.org/debian/pool/main/14:31
zigopabelanger: You're than man ! :)14:31
pabelangerthen we'll have to fix nodepool-builder to also use our mirror14:31
fungilooks like the newer package version in question was added 9 days ago14:31
fungi2018-04-04 05:30:43 add stretch deb main arm64 libicu57 57.1-6+deb9u114:31
mnaserand if security is not being mirrored, then it would make sense that it would attempt to install that14:32
fungino, sorry, that was when we were adding the arm64 mirror14:32
mnaserand nevermind what i said then :P14:32
dmsimardThe new etherpad works fine -- but is it just me or the default font size looks bigger ?14:33
funginote the arm64 entry there is not amd64, so libicu57 57.1-6+deb9u2 has been in the mirror for far longer14:33
zigomnaser: fungi: pabelanger: Indeed, http://mirror.dfw.rax.openstack.org/debian/dists/stretch-security/main/binary-amd64/Packages doesn't contain icu 57.1-6+deb9u214:33
pabelangerhttp://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/files/reprepro/debuntu-updates#n4114:33
pabelangerthat is the issue, we only do jessie for security14:33
pabelangerwill need to be also update to stretch14:33
fungiaha, we didn't add stretch to that?14:34
pabelangerguess not14:34
mnaseroh sweet14:34
zigopabelanger: Weird thing, looks like the stretch-security Packages file contains jessie stuff.14:34
*** cshastri_ has quit IRC14:34
fungiodd that it's writing a /var/log/reprepro/debian-stretch-security.log14:34
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Fix the build and source directories for api-guide  https://review.openstack.org/56117214:34
fungiyeah, this smells like misconfiguration of the stretch mirroring14:34
*** kiennt26 has joined #openstack-infra14:34
*** germs has quit IRC14:35
zigo:P14:35
*** germs has joined #openstack-infra14:35
*** germs has quit IRC14:35
*** germs has joined #openstack-infra14:35
mriedemcorvus: of course not14:36
*** psachin has joined #openstack-infra14:36
mriedemcorvus: so you could put a warning in the docs in case anyone does read those to figure out how to define a new job14:36
mriedemi'm just used to how project-config has always worked14:36
fricklertmorin: 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#L2114:36
mriedemso i know enough to shoot myself in the foot14:36
corvusmriedem: 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
fricklertmorin: seems related to this patch https://github.com/openstack/networking-odl/commit/391c1d89ef2b8133d3aafbe7612c7908be106e7314:37
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Parent tox-py35-on-zuul on tox-py35  https://review.openstack.org/56098214:38
openstackgerritMerged openstack-infra/project-config master: Add OpenStack SDK to StoryBoard  https://review.openstack.org/56065814:38
tmorinfrickler: that change seems to have been committed two weeks ago, while the issue only popped up yesterday/today14:39
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Fix debian-stretch-security for reprepro  https://review.openstack.org/56123714:40
pabelangerzigo: fungi: mnaser: ^should be our fix14:40
tmorinfrickler: my bad, github says "committed 16 days ago", but the merge commit was yesterday, so yes, this is plausible14:40
tmorinfrickler: 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
zigopabelanger: 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
tmorinfrickler: I have a very vague suspicious that it might be that tox-siblings could be unhappy with circular dependencies14:42
pabelangerzigo: possible an initial import error when we started mirroring stretch, we might have to purge that first before we try to mirror the correct packages14:43
pabelangerzigo: and given that we just launched the stretch image this week, we are only seeing it issue now14:43
fricklertmorin: 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 failing14:44
tmorinfrickler: I'm probably wrong: networking-bgpvpn is depending on networking-bagpipe that also declares networking-bgpvpn as a dependency, and everything is fine14:44
tmorinfrickler: do you have any idea why there is no apparent logging of why it fails ?14:44
fungipabelanger: reprepro is going to remove the obsolete packages in the purge pass anyway, right?14:45
tmorinfrickler: about the "-c /tmp/xxxx" in pip install, is the /tmp/xxx file produce by tox-siblings to do its magic ?14:45
dmsimardcorvus, pabelanger: is there a reason why the +W was removed in this patch? https://review.openstack.org/#/c/557946/14:45
fricklertmorin: no, may be some ansible magic. that certainly could be improved14:45
pabelangerfungi: I believe so, if a package needs updating14:46
zigopabelanger: makes sense, thanks.14:46
fricklertmorin: the /tmp/xxx iiuc is the global-requirements.txt with those projects removed that are to be installed from local checkouts14:46
*** ramishra has quit IRC14:46
fricklertmorin: at least that's what I did for my local test14:46
*** dhajare has quit IRC14:47
openstackgerritPaul Belanger proposed openstack-infra/openstack-zuul-jobs master: DNM - testing debian-stable  https://review.openstack.org/56124114:48
fungidmsimard: 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% bigger14:48
dmsimardfungi: I don't particularly dislike the change but it might take some time to get used to it14:48
fungialso inter-line spacing seems a little bigger too14:49
openstackgerritMerged openstack-infra/project-config master: Get rid of Jenkins slave scripts  https://review.openstack.org/54840414:49
mordred\o/14:49
mordredthat's so exciting14:49
*** openstackgerrit has quit IRC14:50
fungiend of an era14:51
*** agopi_ has joined #openstack-infra14:51
*** jcoufal_ has joined #openstack-infra14:51
dmsimardIf 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 IRC14:52
*** neiloy_ has quit IRC14:53
*** melwitt is now known as jgwentworth14:53
*** germs has quit IRC14:53
*** jamesmcarthur has quit IRC14:54
*** agopi has quit IRC14:54
*** jamesmcarthur has joined #openstack-infra14:54
*** germs has joined #openstack-infra14:54
*** jcoufal has quit IRC14:54
fricklerdmsimard: I tried upgrading devstack to use 0.4.0 but that failed. didn't look into details yet. https://review.openstack.org/52182514:55
*** neiloy_ has joined #openstack-infra14:55
*** eernst has joined #openstack-infra14:56
*** links has quit IRC14:58
zigofungi: Yes, it will remove obsolete packages *if* you've set the clean option.14:58
*** germs has quit IRC14:58
zigoAh, no, sorry, I'm confused with apt-mirror.14:59
zigoI don't know...14:59
*** germs has joined #openstack-infra14:59
*** germs has quit IRC14:59
*** germs has joined #openstack-infra14:59
fungizigo: 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 indices15:00
fungipretty sure at least. i'll see if i can find where we're doing that15:00
fungibut i remember it was part of the initial design15:01
*** neiloy_ has quit IRC15:01
dhellmanntmorin , frickler : we're starting to document the  lower-constraints stuff in https://review.openstack.org/#/c/561058/ and would appreciate your feedback15:01
zigofungi: THAT is the recommended tools from Debian ftpmasters: https://packages.debian.org/unstable/ftpsync15:03
zigoIt doesn't have the indice files issue.15:03
*** germs has quit IRC15:04
*** felipemonteiro_ has joined #openstack-infra15:05
*** chandankumar is now known as chkumar|off15:06
*** felipemonteiro__ has quit IRC15:09
fungiwell, 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 obsolete15:09
fungihours earlier from the prior run15:09
fungiso basically we don't remove packages until they've been out of the index for hours15:10
fungiand the index will never refer to packages which haven't been added to the mirror yet15:10
corvusdmsimard: i -1d the followup; not sure if we still wanted to land it15:11
fungiif 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 again15:11
*** pcaruana has quit IRC15:12
fungizigo: but i agree ftpsync is handy if you don't have a mechanism for atomic filesystem updating15:12
*** slaweq has quit IRC15:12
*** AR2018 has joined #openstack-infra15:13
fungisince it knows to update packages and indices in the correct order15:13
dmsimardfrickler: thanks15:15
*** dpawlik has quit IRC15: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 that15:18
*** slaweq has joined #openstack-infra15:19
fungirosmaita: 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
rosmaitafungi: thanks15:20
*** pcichy has quit IRC15:20
*** openstackgerrit has joined #openstack-infra15:20
openstackgerritMerged openstack-infra/nodepool master: Don't gather host keys for non ssh connections  https://review.openstack.org/53568515:20
openstackgerritMerged openstack-infra/nodepool master: Add connection-port to provider diskimage  https://review.openstack.org/53568615:21
openstackgerritMonty Taylor proposed openstack-infra/nodepool master: Support winrm hosts in static driver  https://review.openstack.org/56125615:21
*** jamesmcarthur has quit IRC15:22
*** dayou has quit IRC15:24
*** zhangfei has quit IRC15:24
*** salv-orlando has joined #openstack-infra15:26
*** rpioso|afk is now known as rpioso15:26
rascaAJaeger, 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
openstackgerritMonty Taylor proposed openstack-infra/nodepool master: Support winrm hosts in static driver  https://review.openstack.org/56125615:28
*** jbadiapa has quit IRC15:28
fungirasca: because you added the publish-to-pypi template in your project entry for zuul15:29
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul master: Add static driver doc to Zuul From Scratch  https://review.openstack.org/55880215:30
fungiright there where his inline comment is commenting15:30
*** slaweq has quit IRC15:30
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul master: Add sample systemd service files.  https://review.openstack.org/55883015:30
fungirasca: if it's not a python project and so not going to publish to pypi then i would drop the publish-to-pypi template15:30
fungiin fact, since it's not a python project, you probably don't have any use for check-requirements either15:30
*** salv-orlando has quit IRC15:31
rascafungi, oh now it's clear15:31
rascafungi, as a non expert at all, I'm wondering what I really need here15:31
rascafungi, would system-required and check-requirements be enough?15:33
*** witek has quit IRC15:34
*** andreas_s has quit IRC15:34
fungirasca: i don't think you need check-requirements because that's specific for checking your python requirements files are compatible with the global requirements list15:34
*** jamesmcarthur has joined #openstack-infra15:35
fungiif 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
rascafungi, so just system-required? (is there a place to understand what one needs?)15:36
fungirasca: we have documentation. i'll get you a link15:36
*** witek has joined #openstack-infra15:36
*** iranzo has quit IRC15:36
AJaegerrasca: you have a publish-to-pypi job configured - if you don#t need it, remove it. If you need it, configure pypi.15:36
rascayep AJaeger, fungi helped me here thanks15:36
rascaAJaeger, I'm figuring out what I really need15:37
*** salv-orlando has joined #openstack-infra15:37
AJaegerthanks, fungi. - should have read complete backscroll15:37
AJaegerrasca: start with minimal jobs and expand...15:37
rascaAJaeger, I'll go with just system-required15:37
rascaand maybe I'll expand in the future15:37
AJaegerrasca: 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
AJaegerrasca: noop-jobs can be in-tree or in project-config.15:38
fungirasca: 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 example15:38
rascaAJaeger, fungi, ack, done. Let's see if this fits15:39
openstackgerritRaoul Scarazzini proposed openstack-infra/project-config master: Create tripleo-ha-utils project (zuul)  https://review.openstack.org/55659815:39
*** e0ne has quit IRC15:39
*** beekneemech has quit IRC15:45
openstackgerritMonty Taylor proposed openstack-infra/nodepool master: Support winrm hosts in static driver  https://review.openstack.org/56125615:45
*** armaan has quit IRC15:46
*** VW has joined #openstack-infra15:47
*** dpawlik has joined #openstack-infra15:48
*** bnemec has joined #openstack-infra15:49
rascaAJaeger, fungi, ok, it seems that Zuul likes it, we have the +115:49
*** bnemec is now known as beekneemech15:50
*** jamesmcarthur has quit IRC15:50
*** sshnaidm|off has quit IRC15:52
*** dpawlik has quit IRC15:53
*** kiennt26 has quit IRC15:59
*** lpetrut has quit IRC16:00
*** slaweq has joined #openstack-infra16:01
openstackgerritmelanie witt proposed openstack-infra/elastic-recheck master: Update query for bug 1761798  https://review.openstack.org/56126116:03
openstackbug 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/176179816:03
*** caphrim007 has joined #openstack-infra16:05
mnaserinfra-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 IRC16:06
*** r-daneel has quit IRC16:06
*** zoli is now known as zoli|gone16:07
*** dayou has joined #openstack-infra16:07
*** zoli|gone is now known as zoli16:08
*** lucasagomes is now known as lucas-afk16:08
pabelangerwould also like another review on https://review.openstack.org/561108/ starts building universal wheels for gear16:09
*** jchhatbar has quit IRC16:12
*** tosky has quit IRC16:14
*** pcaruana has joined #openstack-infra16:15
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Support regex matching of github status  https://review.openstack.org/56117716:16
pabelangerconfig-core: https://review.openstack.org/561235/ adds debian-stretch to ozj for testing our roles / playbooks, if you don't mind16:16
*** tosky has joined #openstack-infra16:17
*** sree has joined #openstack-infra16:19
*** jchhatbar has joined #openstack-infra16:20
*** HeOS has quit IRC16:20
*** aojea has quit IRC16:24
*** r-daneel has joined #openstack-infra16:24
*** hashar is now known as hasharAway16:24
*** tmorin has quit IRC16:30
*** sree has quit IRC16:31
*** sree has joined #openstack-infra16:32
*** sshnaidm|off has joined #openstack-infra16:33
*** eernst has quit IRC16:33
*** eernst has joined #openstack-infra16:33
*** jbadiapa has joined #openstack-infra16:34
*** jbadiapa has quit IRC16:35
*** jbadiapa has joined #openstack-infra16:35
*** sree has quit IRC16:36
openstackgerritMonty Taylor proposed openstack-infra/nodepool master: Support winrm hosts in static driver  https://review.openstack.org/56125616:37
*** chandankumar has joined #openstack-infra16:37
*** chkumar|off has quit IRC16:40
*** salv-orlando has quit IRC16:41
*** salv-orlando has joined #openstack-infra16:41
*** fried_rice is now known as fried_rolls16:41
*** pcichy has joined #openstack-infra16:42
fungidtroyer_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 today16:43
*** yamahata has quit IRC16:43
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck master: Update query for bug 1761798  https://review.openstack.org/56126116:44
openstackbug 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/176179816:44
*** salv-orlando has quit IRC16:44
*** salv-orlando has joined #openstack-infra16:44
dtroyer_zzfungi: sure.   znc isn't happy with me it seems16:45
*** dhajare has joined #openstack-infra16:46
fungidtroyer_zz: it coulda been naptime. i'm not one to judge! ;)16:46
dtroyer_zzlunch/nap same thing some days16:46
fungiespecially fridays16:46
dtroyer_zzso that is adding the openstackclient repo under the python-openstackclient project, right?16:47
dtroyer_zzwhy is openstackclient under cliff too?16:47
fungiit's adding those repos to an openstackclient project group16:48
fungiin storyboard16:48
*** e0ne has joined #openstack-infra16:48
fungiwe've by convention been creating project groups for each team and grouping their deliverable repos under them16:48
fungiso the team can find their repos in one place without having to go tracking them down individually16:48
dtroyer_zzah, I've got it backwards16:48
dtroyer_zz'openstackclient' is the project group, not the repo16:49
*** eernst has quit IRC16:49
dtroyer_zzsee?  it is Friday16:49
fungiright16:49
fungihttps://storyboard.openstack.org/#!/project_group/74 is an example for the sahara team16:49
*** eernst has joined #openstack-infra16:49
*** hongbin has joined #openstack-infra16:50
*** chandankumar has quit IRC16:51
*** gyee has joined #openstack-infra16:51
*** esberglu has quit IRC16:52
*** links has joined #openstack-infra16:53
funginow if i can just get another config-core to approve https://review.openstack.org/560653 then i'll pull in any lp bugs for cliff16:54
clarkbI'm situated finally and will have laptop up to review things shortly16:56
*** jpich has quit IRC16:57
fungiclarkb: tell the stacker crowd hi from me16:57
* fungi waves16:57
pabelanger+316:58
*** germs has joined #openstack-infra17:00
*** germs has quit IRC17:00
*** germs has joined #openstack-infra17:00
openstackgerritMerged openstack-infra/zuul master: Align github status tests with real behavior  https://review.openstack.org/56117617:00
*** derekh has quit IRC17:00
*** gfidente has quit IRC17:01
*** pcichy has quit IRC17:01
*** HeOS has joined #openstack-infra17:02
fungithanks pabelanger17:04
fungitoday is import-all-the-things day apparently17:04
* fungi is working on tripleo-validations at the moment17:04
florianffungi: \o/17:04
*** chandankumar has joined #openstack-infra17:05
*** germs has quit IRC17:05
fungiflorianf: 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
florianffungi: I'm patient :-)17:06
clarkbfungi: the table waves and says your place for the next work day17:06
*** jpena is now known as jpena|off17:07
fungithey're welcome any time!17:08
openstackgerritMerged openstack-infra/project-config master: Adds OpenStackClient to StoryBoard  https://review.openstack.org/56065317:08
*** jchhatbar has quit IRC17:09
*** shardy has quit IRC17:09
*** amoralej is now known as amoralej|off17:09
clarkbpabelanger: left a review on debian change, on typo needs fixing17:10
openstackgerritMerged openstack-infra/elastic-recheck master: Update query for bug 1761798  https://review.openstack.org/56126117:11
openstackbug 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/176179817:11
openstackgerritPaul Belanger proposed openstack-infra/openstack-zuul-jobs master: Enable debian-stable testing  https://review.openstack.org/56123517:12
openstackgerritPaul Belanger proposed openstack-infra/openstack-zuul-jobs master: DNM - testing debian-stable  https://review.openstack.org/56124117:12
pabelangerclarkb: thanks, let me confirm parent passes still17:12
*** sambetts is now known as sambetts|afk17:13
*** wolverineav has joined #openstack-infra17:16
*** pcichy has joined #openstack-infra17:16
*** slaweq has quit IRC17:19
*** trown is now known as trown|lunch17:20
clarkbcorvus: mriedem mail sent17:20
*** pcichy has quit IRC17:20
*** krenczewski has quit IRC17:21
florianffungi: Seems like it didn't take *that* long :-) I can see tripleo-validations on storyboard now17:23
fungiflorianf: yep, it just completed a couple minutes ago17:23
florianffungi: great news, thanks!17:23
fungibut it had been running for a while before i mentioned it17:23
fungiyou're welcome!17:23
openstackgerritJeremy Stanley proposed openstack-infra/project-config master: Move p-osc into the osc project group on SB  https://review.openstack.org/56127617:25
fungidtroyer_zz: ^ looks like diablo_rojo missed that one in her change, just spotted it now17:25
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Don't count non-live queue items in tenant list  https://review.openstack.org/55370217:26
clarkbits friday before the expected pip 10 release17:27
*** felipemonteiro_ has quit IRC17:27
dtroyer_zzfungi: +117:27
fungithanks17:27
clarkbfungi: ^ that hasn't changed yet has it (release date for pip10?)17:27
*** felipemonteiro_ has joined #openstack-infra17:27
fungiclarkb: not that i've seen, no17:28
clarkbas 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 yet17:28
clarkbI would not be surprised if other projects break too17:28
clarkbon the flip side likely everyone will be broken when pip 10 happens17:28
fungiyeah, this weekend will be a blast17:28
*** yamahata has joined #openstack-infra17:29
pabelangerindeed17:31
clarkbI have some plans for the weekend but none too major. Unsure how effective I will be in firefighting though17:32
clarkbtopic:venv_support though, the ironic patches not working yet :(17:32
fungiwell, 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 consumed17:33
fungiif devstack cores want to pin pip<10 in devstack, they can do that pretty easily17:34
clarkbya thats just not sustainable long term17:34
clarkband we tell people to use latest pip and setuptools everywhere17:34
fungidevstack is already a pretty rarefied environment which takes over your whole system17:34
clarkbin particular I expect that pipfile and related changes will become important and you need or will need newer tools to use that17:35
fungiabsolutely17:35
*** dhill_ has joined #openstack-infra17:35
pabelangerI'd be curious if we could even build images when pip10 happens17:35
fungibut this particular problem at least isn't going to impact tox-based jobs17:35
clarkbpabelanger: I think we can since we don't pip install anything but glean right?17:36
fungipabelanger: 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 jobs17:36
pabelangermaybe, I'm thinking of virtualenv17:36
pabelangerbut that might just work with get-pip.py17:36
clarkbhrm ya depending on how pip and virtualenv works that could be a problem17:36
fungimy bigger worry is places where we 'sudo pip install /opt/some-repo' on our servers going sideways17:37
clarkbfungi: ya17:37
fungifor continuous deployment scenarios in production17:37
clarkbianw has been working on venv support in puppet though17:37
pabelangergood point, control plane fun17:37
*** electrofelix has quit IRC17:38
fungibut yeah, jobs breaking because pip 10 can't install something? people can easily adjust/override those jobs17:38
*** felipemonteiro_ has quit IRC17:39
*** dhill_ has quit IRC17:39
*** dhill_ has joined #openstack-infra17:39
fungifor roles like ensure-tox we just use pip install --user which shouldn't present any issues with pip 1017:41
*** florianf has quit IRC17:41
*** lpetrut has joined #openstack-infra17:41
*** diablo_rojo has joined #openstack-infra17:42
fungithough i'm noticing we don't install pip as part of the job configuration17:44
fungii guess that's because we already need it to install ansible?17:44
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Don't count non-live queue items in tenant list  https://review.openstack.org/55370217:48
*** caphrim007_ has joined #openstack-infra17:48
*** psachin has quit IRC17:49
*** caphrim007 has quit IRC17:52
*** tesseract has quit IRC17:53
*** udesale has quit IRC17:53
*** ralonsoh has quit IRC17:56
*** esberglu has joined #openstack-infra17:56
*** Sukhdev has joined #openstack-infra17:57
*** links has quit IRC18:02
openstackgerritMatthew Thode proposed openstack-infra/project-config master: unpause Gentoo  https://review.openstack.org/56128518:05
prometheanfireclarkb: pabelanger ^18:06
*** dhajare has quit IRC18:07
*** caphrim007_ has quit IRC18:07
fungibe kind, rewind18:07
*** caphrim007 has joined #openstack-infra18:07
openstackgerritMatthew Treinish proposed openstack-infra/system-config master: Enable mqtt statusbot events on eavesdrop.o.o  https://review.openstack.org/54768518:10
mtreinishfungi: the discussion in -tc reminded me about ^^^18:10
mtreinishhopefully I got that right this time without any typos18:11
fungiahh, yup18:11
*** e0ne has quit IRC18:12
*** links has joined #openstack-infra18:15
*** trown|lunch is now known as trown18:16
*** e0ne has joined #openstack-infra18:16
*** bhujay has quit IRC18:16
*** chandankumar is now known as chkumar18:17
*** chkumar is now known as chandankumar18:18
prometheanfireguess that was the right toggle then :D18:19
*** eernst has quit IRC18:20
openstackgerritMerged openstack-infra/zuul master: Remove zuul-tox-py35  https://review.openstack.org/56098318:21
pabelangerfungi: clarkb: mind a review of https://review.openstack.org/561237/ should fix debian-stable images with outdated security for stretch18:26
clarkbpabelanger: can we not do that and just use upstream instead?18:26
clarkbI 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
pabelangerclarkb: 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.j218:28
fungithe security fixes in debian tend to take a while to filter into a point release18:28
clarkbhttp://mirror.dfw.rax.openstack.org/ubuntu/dists/xenial-security/ ya confirmed18:28
fungiand this way we know earlier if we're compatible with fixes which users are usually consuming right away18:29
clarkbmy next question is the main debian ftp mirror above the new stuff in that change doesn't differentiate jessie and stretch18:30
clarkbcan we mirror security in the same way?18:31
fungii think we should be able to drop the suite line there18:31
pabelangerunsure, I'd have to test it18:31
clarkbfungi: ya then edit the other file to not be different too18:31
*** links has quit IRC18:31
clarkbbasically this appears to be growing a config one off18:32
pabelangerif we remove suite, I think we'll get all security updates right?18:32
pabelangereg: sid18:32
clarkbpabelanger: no because https://review.openstack.org/#/c/561237/1/modules/openstack_project/templates/reprepro/distributions.debian.erb controls that I think18:32
clarkband if we are already mirroring stretch that should be working?18:32
fungino more than we get all the packages without suite defined in the debian mirror above it18:32
pabelangerah18:33
pabelangerokay, let me do that18:33
clarkbso I guess my next question is, shouldn't we already be mirroring this?18:33
clarkboh its because we set jessie specifically18:33
clarkbso ya just drop jessie and I expect this will work18:33
clarkbhttps://review.openstack.org/#/c/561237/1/modules/openstack_project/files/reprepro/debuntu-updates line 43 needs to be deleted then thats it18:33
fungiyeah, it's wrapped in <% @releases.each do |release| -%>18:34
*** lpetrut has quit IRC18:34
*** lpetrut has joined #openstack-infra18:34
fungiso only releases we pass in will get fed into the codename line18:34
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Fix debian-security for stretch  https://review.openstack.org/56123718:34
pabelangerfungi: clarkb: ^18:35
fungiwhat was happening is that we told reprepro to mirror $release-security for each of jessie and stretch, and then filtered them both to jessie18:36
openstackgerritMerged openstack-infra/nodepool master: Use AFS mirrors for debian-stretch testing  https://review.openstack.org/55863318:36
fungiwhich explains why our stretch-security mirror contained security fixes for jessie packages18:36
clarkbI've approved that patchset18:37
*** dsariel has quit IRC18:37
clarkbok relocating, not going to be online for a little bit18:40
*** dsariel has joined #openstack-infra18:40
*** diablo_rojo has quit IRC18:44
*** numans has quit IRC18:50
*** numans has joined #openstack-infra18:52
*** dklyle has quit IRC18:56
*** dklyle has joined #openstack-infra18:57
*** germs has joined #openstack-infra19:01
*** germs has quit IRC19:01
*** germs has joined #openstack-infra19:01
*** chandankumar is now known as chkumar|off19:01
*** germs has quit IRC19:06
openstackgerritMerged openstack-infra/system-config master: Fix debian-security for stretch  https://review.openstack.org/56123719:08
*** claudiub|2 has quit IRC19:09
*** harlowja has joined #openstack-infra19:10
*** pcichy has joined #openstack-infra19:15
*** krenczewski has joined #openstack-infra19:18
*** lpetrut has quit IRC19:19
*** pcichy has quit IRC19:21
*** pcichy has joined #openstack-infra19:22
*** diablo_rojo has joined #openstack-infra19:23
*** numans has quit IRC19:25
*** fried_rolls is now known as fried_rice19:26
*** krenczew1 has joined #openstack-infra19:26
*** Sukhdev has quit IRC19:28
*** numans has joined #openstack-infra19:28
*** krenczewski has quit IRC19:29
*** pcichy has quit IRC19:30
openstackgerritMerged openstack-infra/nodepool master: Add example nodepool-launcher systemd service file  https://review.openstack.org/56099319:39
*** e0ne has quit IRC19:42
*** slaweq has joined #openstack-infra19:43
*** dklyle has quit IRC19:47
mtreinishfungi: 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 policy19:48
*** wolverineav has quit IRC19:49
*** wolverineav has joined #openstack-infra19:49
*** dklyle has joined #openstack-infra19:50
fungidid we determine that it was crashy the last time we tried?19:52
openstackgerritMerged openstack-infra/project-config master: Move p-osc into the osc project group on SB  https://review.openstack.org/56127619:53
mtreinishwell it was websockets in general that was crashy. I don't really remember if we tied it directly to tls or not19:53
*** wolverineav has quit IRC19:53
mtreinishwhen we turned websockets back on a month or so ago we didn't re-enable the tls port to try and limit the risk19:54
mtreinishand so far we haven't had any mosquitto crashes, which I think is probably because we're using the ppa now19:54
*** diablo_rojo has quit IRC19:54
*** diablo_rojo has joined #openstack-infra19:54
clarkbya it appears stable right?19:56
mtreinishyeah, I haven't seen any crashes because of websockets usage19:57
fungiseems fine to try again then19:57
mtreinishok, I'll put together a patch for it19:57
*** iranzo has joined #openstack-infra19:58
openstackgerritTrevor McCasland proposed openstack-infra/subunit2sql master: Add attachments flag to get_test_runs_by_status  https://review.openstack.org/55215220:02
openstackgerritTrevor McCasland proposed openstack-infra/subunit2sql master: Add attachments flag to get_test_runs_by_status  https://review.openstack.org/55215220:04
*** wolverineav has joined #openstack-infra20:08
*** felipemonteiro_ has joined #openstack-infra20:09
*** wolverineav has quit IRC20:09
*** wolverineav has joined #openstack-infra20:09
openstackgerritMatthew Treinish proposed openstack-infra/system-config master: Re-enable the websockets tls port  https://review.openstack.org/56133620:11
mtreinishfungi, clarkb: ^^^20:11
*** felipemonteiro__ has joined #openstack-infra20:13
openstackgerritFélix Bouliane proposed openstack/diskimage-builder master: Allow to pin ubuntu version rather than current  https://review.openstack.org/55916720:13
openstackgerritJeremy Stanley proposed openstack-infra/system-config master: Comment on linked stories for review state changes  https://review.openstack.org/56134220:16
*** felipemonteiro_ has quit IRC20:16
fungisuccess!!! ^20:16
fungionce i finally found it, quite trivial to fix20:17
*** felipemonteiro_ has joined #openstack-infra20:18
*** felipemonteiro__ has quit IRC20:18
*** bobh has quit IRC20:20
clarkbfungi: nice! I'm reviewing it now20:20
*** bobh_ has joined #openstack-infra20:20
clarkbfungi: do we want to test it with -dev first or is that already done?20:21
fungihah, i was just typing a review comment about that20:21
fungisee the link i included20:21
clarkbthanks20:22
clarkbfungi: any idea what the log log-event error is that -dev has but prod doesn't?20:23
clarkband I assume a restart of the gerrit service will be required to pick that up20:23
fungiyeah, i mentioned the need for a restart in a second comment20:23
fungiand no, i don't know which plugin handles log-event error20:24
fungimaybe something built into its-base20:24
fungiit's possible we want to add it to prod too, but some git spelunking may be in order to find why/when we added it20:24
fungidtroyer_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/8020:28
*** claudiub|2 has joined #openstack-infra20:30
fungi#status log review-dev01.openstack.org has been removed from the emergency disable list now that storyboard integration testing is finished20:31
openstackstatusfungi: finished logging20:31
pabelangerdmsimard: 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 bugtag20:35
openstackstatusfungi: finished logging20:35
dtroyer_zzfungi: thanks20:35
*** agopi_ has quit IRC20:35
fungi#status log openstack/python-openstackclient bugs have been imported to storyboard.o.o from the python-openstackclient lp project20:35
openstackstatusfungi: finished logging20:35
fungidtroyer_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 already20:36
*** kgiusti has left #openstack-infra20:36
pabelangerclarkb: 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
pabelangeraptmethod error receiving 'http://security.debian.org/dists/jessie-security/Release.gpg':20:37
pabelanger40420:37
openstackgerritMerged openstack-infra/zuul master: Don't count non-live queue items in tenant list  https://review.openstack.org/55370220:37
fungipabelanger: oh, because they use different signing keys for them20:37
pabelangerbecause it is actually jessie/updates20:37
pabelangerand stretch/updates20:37
fungioh, the suite names20:38
fungigot it20:38
pabelangeryah20:38
*** wolverineav has quit IRC20:40
fungi#status log openstack/openstacksdk bugs have been imported to storyboard.o.o from the python-openstacksdk lp project20:40
openstackstatusfungi: finished logging20:40
clarkbbut isn't that true of the main repos20:41
clarkb?20:41
dtroyer_zzfungi: heh, we're 5 days short of OSC's launchpad project 6th birthday20:43
fungiwow20:43
dtroyer_zzdo you know offhand where the lock in LP is?  I haven't foudn it yet20:43
fungidtroyer_zz: configure bugs20:43
*** jcoufal_ has quit IRC20:43
dtroyer_zzsure… I was at the top level… thanks20:44
fungidtroyer_zz: e.g. https://launchpad.net/python-openstackclient/+configure-bugtracker20:44
openstackgerritFélix Bouliane proposed openstack-infra/project-config master: add publish-sphinx-doc to virtualpdu  https://review.openstack.org/56135120:44
clarkbpabelanger: 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 problem20:44
fungidtroyer_zz: set it to "bugs are tracked... somewhere else"20:45
clarkbor pull those out of the loop entirely?20:45
*** rosmaita has quit IRC20:45
fungi#status log openstack/os-client-config bugs have been imported to storyboard.o.o from the os-client-config lp project20:46
*** diablo_rojo has quit IRC20:46
openstackstatusfungi: finished logging20:46
*** diablo_rojo has joined #openstack-infra20:46
fungii think i will take a brief walk now that those are behind me20:48
fungiif we get consensus on the story commenting fix then i can do a quick gerrit restart as soon as a little later this evening20:49
*** r-daneel has quit IRC20:49
* fungi will return in ~ an hour20:49
*** wolverineav has joined #openstack-infra20:50
pabelangerclarkb: 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 220:55
*** diablo_rojo has quit IRC20:57
*** trown is now known as trown|outtypewww20:58
*** caphrim007_ has joined #openstack-infra20:58
*** d0ugal has quit IRC20:59
*** germs has joined #openstack-infra21:01
*** germs has quit IRC21:01
*** germs has joined #openstack-infra21:01
pabelanger#status log holding lock on mirror.debian for reprepro while I repair debian-security database in reprepro21:02
openstackstatuspabelanger: finished logging21:02
*** caphrim007 has quit IRC21:02
*** germs has quit IRC21:06
*** VW_ has joined #openstack-infra21:10
*** VW has quit IRC21:14
*** sree has joined #openstack-infra21:14
*** esberglu has quit IRC21:15
*** ldnunes has quit IRC21:15
*** VW_ has quit IRC21:15
*** sree has quit IRC21:19
*** felipemonteiro_ has quit IRC21:22
*** rfolco is now known as rfolco|off21:24
*** d0ugal has joined #openstack-infra21:26
*** dave-mccowan has quit IRC21:36
*** slaweq has quit IRC21:38
*** slaweq has joined #openstack-infra21:39
*** evrardjp has quit IRC21:40
mtreinishdoes 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-infra21:44
*** slaweq has quit IRC21:44
*** slaweq has joined #openstack-infra21:44
*** fear6OYWQB has joined #openstack-infra21:44
*** iranzo has quit IRC21:45
*** bobh_ has quit IRC21:45
*** r-daneel has joined #openstack-infra21:46
*** numans has quit IRC21:48
*** numans has joined #openstack-infra21:49
*** fear6OYWQB has quit IRC21:50
*** caphrim007_ has quit IRC21:54
*** caphrim007 has joined #openstack-infra21:55
*** jbadiapa has quit IRC21:59
*** agopi_ has joined #openstack-infra22:00
*** r-daneel has quit IRC22:05
*** rlandy has quit IRC22:09
*** r-daneel has joined #openstack-infra22:09
*** slaweq has quit IRC22:10
*** linkmark has quit IRC22:12
funginot the foggiest22:15
*** esberglu has joined #openstack-infra22:20
*** esberglu has quit IRC22:21
*** AR2018 has joined #openstack-infra22:31
*** diablo_rojo has joined #openstack-infra22:40
*** e0ne has quit IRC22:42
openstackgerritTony Breeds proposed openstack-infra/project-config master: Updates jobs running on the election repo  https://review.openstack.org/56107522:49
*** Sukhdev has joined #openstack-infra22:51
*** AR2018 has quit IRC22:56
*** hasharAway has quit IRC22:58
*** tpsilva has quit IRC23:00
*** dhill_ has quit IRC23:00
*** germs has joined #openstack-infra23:02
*** germs has quit IRC23:02
*** germs has joined #openstack-infra23:02
clarkbtonyb: should't you be making BBQ? in any case +223:05
*** germs has quit IRC23:06
*** dhill_ has joined #openstack-infra23:07
*** AR2018 has joined #openstack-infra23:10
mtreinishclarkb: any thoughts on: https://review.openstack.org/#/c/561336/ ?23:12
*** hongbin has quit IRC23:13
*** caphrim007_ has joined #openstack-infra23:18
clarkbmtreinish: only concern is, does that daemon run at a privs level high enough to open a privileged port?23:19
fungisupposedly it's already running the plaintext websockets listener on 80/tcp?23:19
clarkbgood enough for me23:20
*** caphrim007 has quit IRC23:21
*** caphrim007 has joined #openstack-infra23:21
*** caphrim007_ has quit IRC23:21
*** jgwentworth is now known as melwitt23:22
*** caphrim007 has quit IRC23:26
mtreinishfungi, 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-example23:27
mtreinishfwiw, I seem to remember an issue with privileges on binding to port 80 back when we first setup firehose originally23:29
mtreinishbut I don't recall all the details23:29
fungihad to do with starting as a non-root user instead of privilege deescalation afterward?23:30
*** wolverineav has quit IRC23:31
*** wolverineav has joined #openstack-infra23:32
mtreinishfungi: yeah, it was something like that. I found the bug I opened related to it: https://github.com/eclipse/mosquitto/issues/23423:32
pabelangerclarkb: mind a review: https://review.openstack.org/561108/ universal wheels for gear23:34
clarkbpabelanger: +2'd but left a comment on something that would be good to update too23:35
clarkbcan you take a look and decide if you want to update existing change or make a new one?23:36
pabelangerclarkb: sure, let me update now23:36
*** wolverineav has quit IRC23:36
openstackgerritMatthew Treinish proposed openstack-infra/system-config master: Re-enable the websockets tls port  https://review.openstack.org/56133623:36
mtreinishfungi, 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-e4aa0fa7aebf4072f837edd454ede2db23:37
mtreinishso I had to respin the patch23:37
clarkbmtreinish: +223:37
openstackgerritPaul Belanger proposed openstack-infra/gear master: Build universal wheels  https://review.openstack.org/56110823:38
pabelangerclarkb: fungi: ^updates23:38
clarkbpabelanger: thanks! (that data is used by pypi and humans so good have it match the artifacts23:38
pabelanger++23:39
openstackgerritMerged openstack-infra/project-config master: Updates jobs running on the election repo  https://review.openstack.org/56107523:41
*** wolverineav has joined #openstack-infra23:47
openstackgerritMerged openstack-infra/gear master: Build universal wheels  https://review.openstack.org/56110823:47
pabelangerclarkb: fungi: Thanks! I'll likely see if we can do a release of gear on monday to get new wheels up to pypi23:49
*** wolverineav has quit IRC23:51
*** wolverin_ has joined #openstack-infra23:52
*** claudiub|2 has quit IRC23:52
*** Sukhdev has quit IRC23:54
*** AR2018 has quit IRC23:55
*** diablo_rojo has quit IRC23:58

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