Tuesday, 2016-06-07

openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: use six.moves.configparser  https://review.openstack.org/32302000:00
Shrewsnotmorgan: perhaps i've missed something, but that's not how i read the cStringIO docs at all00:00
lakshmisNeed help with layout error: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'now' 2016-06-06 23:57:40.828 | ERROR: InvocationError: '/home/jenkins/workspace/gate-project-config-layout/.test/zuul/.tox/venv/bin/zuul-server -c etc/zuul.conf-sample -l ../../zuul/layout.yaml -t ../job-list.txt'00:00
lakshmison https://review.openstack.org/#/c/32608100:00
lakshmishow can i check where the error is in local testing?00:01
notmorganShrews: cStringIO.StringIO does not return the original encoded text, but the "representation of the Unicode string", which may differ from machine to machine:00:01
notmorganShrews: which is classically the difference between bytes and str in python 3, basically stringIO would be non-encoded (unicode) forms00:02
notmorganShrews: e.g. http://tuxpool.blogspot.com/2010/01/python-cstringio-vs-stringio.html00:02
*** matrohon has joined #openstack-infra00:02
notmorganShrews: i'm happy to use stirngIO but iirc when i tried that it was a lot more encode/decode needed00:03
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: Replace missing builtins  https://review.openstack.org/32420500:03
openstackgerritDan Prince proposed openstack-infra/project-config: Revert "Migrate tripleo to centos-7"  https://review.openstack.org/32618200:03
Shrewsnotmorgan: ok. i'll withhold a vote then since i'm obviously not as familiar with those as you. just that the cStringIO docs doesn't make any of that clear00:04
openstackgerritMerged openstack-infra/system-config: Update SSH key for pabelanger  https://review.openstack.org/32616900:04
*** salv-orlando has quit IRC00:04
masayukigIt looks like https://etherpad.openstack.org doesn't work now.00:04
*** thorst has quit IRC00:04
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: dict().iteritems no longer exists  https://review.openstack.org/32562000:04
ianwlakshmis: your error is above that "Job gate-python-searchlightclient-python27-searchlight-es2 not defined"00:04
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: Bundled Fixes  https://review.openstack.org/32566100:04
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Update gear requirement  https://review.openstack.org/32617300:04
*** ddieterly has joined #openstack-infra00:04
*** salv-orlando has joined #openstack-infra00:05
masayukigAh, it's ok now > etherpad00:05
*** sdake_ has quit IRC00:05
*** _sarob has quit IRC00:05
lakshmisthanks ianw00:05
Shrewsnotmorgan: did you read the bug at the end of that blog post?  http://bugs.python.org/issue238700:05
notmorganShrews: yeah00:05
fungimasayukig: nightly (midnight utc) database backups00:05
notmorganShrews: everything i saw (barring that bug) showed cStringIO -> BytesIO as the right path00:06
masayukigfungi: oh, I see. I'm a lucky man :)00:06
fungimasayukig: we're planning to look into whether we can leverage trove replication to do our off-site database backups without impacting production, but we haven't had time yet00:06
Shrewsnotmorgan: it basically encapsulates my confusion. <3 interwebs00:06
notmorganShrews: the issue is that python (still) sucks horribly at string vs byte_string :(00:06
notmorganShrews: and python 3 didn't really make it any better.00:06
notmorganjust made it a bit more consistently bad.00:07
notmorganvs wildly inconsistently bad.00:07
fungiwell, python 3 _does_ make it possible not to have to care about unicode vs string representation and encoding/decoding in some cases where you had to care in 2.x00:08
masayukigwow, the no-down-time sounds nice.00:08
notmorganfungi: yeah, like i said, consistently bad ;)00:09
fungibut there are still plenty of places even with python 3 where you still have to care00:09
notmorganfungi: and unfortunately a ton of the infra stuff is "where we need to care"00:09
funginotmorgan: right. for example, they did little to improve the situation for people writing or interacting with low-level protocols (especially network protocols)00:10
fungiif anything, they made that somewhat more complicated00:10
notmorganfungi: yup.00:10
notmorganfungi: i really would have been happy if they had addressed that.00:10
fungibut also set somewhat clearer expectations with it00:11
fungi(stringio documentation shortcomings aside)00:11
notmorganfungi: python is one of the few languages that i work with that makes this exceptionally trying.00:11
fungiyep, in ways which c made not particularly complicated as long as you _didn't_ care about text encoding00:13
notmorganfungi: at least we can set a barrier in most cases and handle the encode/decode at the edge of the librar(ies) protocols more easily now.00:13
notmorganfungi: do you want to do bindep as "py3 fix", "non-vote py3 job", "py3 classifiers", "py3 vote job"?00:14
anteayapabelanger: so you see that tripleo wants to revert the move to centos-7?00:14
*** gildub has joined #openstack-infra00:14
notmorganfungi: or is it reasonable to do fixes then py3 vote directly as I have it?00:14
funginotmorgan: i'd even be fine merging the job to turn on voting py3 job, then merge your fixes as the next change00:16
pabelangeranteaya: I have not. I'd prefer not to revert if possible. I know they were having some issues with their local gearman server00:16
funginotmorgan: it's a low-churn repo and that makes for less work00:17
pabelangeranteaya: I'll look at the review shortly and see if we can get logs to see what the actual issue is00:17
anteayapabelanger: awesome, do you want to reply to the mailing list to that effect?00:17
notmorganfungi: i can remove the dep-on if you'd like or just let it sit00:17
notmorganfungi: happy either way00:17
anteayapabelanger: awesome, thank you00:17
dimsfungi : clarkb : when you get a chance..need some stuff for pykerberos to build in CI https://review.openstack.org/#/c/325658/ - please take a look00:17
notmorganbindep was not bad as a conversion fwiw.00:17
pabelangeranteaya: I have to step away for a bit, but will try to do so tonight00:17
anteayapabelanger: awesome, enjoy your next00:18
*** amotoki has joined #openstack-infra00:18
funginotmorgan: yeah, i assumed it was pretty close, just the mox to mock conversion was giving me fits and i got sidetracked by other things before i got particularly far00:18
funginotmorgan: i'll just review what you have already and then we'll assess what's still needed, if anything00:19
notmorgansounds good to me, :)00:19
*** markvoelker has joined #openstack-infra00:20
*** EricGonczer_ has joined #openstack-infra00:22
*** gildub has quit IRC00:23
*** markvoelker has quit IRC00:25
lakshmisianw: don't look into it if it's not obivious, but i have the job defined in https://review.openstack.org/#/c/326081/1/jenkins/jobs/searchlight.yaml  Still the error complains about it. anything silly i am missing?00:25
ianwlakshmis: so it looks like you've made the template, but not instantiated that to a job.  you want to add it to jenkins/jobs/projects.yaml00:27
*** sputnik13 has quit IRC00:27
lakshmisthanks00:28
*** gouthamr_ has joined #openstack-infra00:28
*** pvaneck has quit IRC00:30
*** gouthamr has quit IRC00:32
*** mtanino has quit IRC00:34
*** sdake has joined #openstack-infra00:38
*** sdake has quit IRC00:38
*** sdake has joined #openstack-infra00:38
*** r-daneel has quit IRC00:39
*** SumitNaiksatam has left #openstack-infra00:41
*** Sukhdev has quit IRC00:42
*** amitgandhinz has joined #openstack-infra00:42
*** jerryz has quit IRC00:43
*** amitgandhinz has quit IRC00:47
*** EricGonczer_ has quit IRC00:50
*** horusdev has joined #openstack-infra00:51
*** salv-orlando has quit IRC00:53
*** salv-orlando has joined #openstack-infra00:54
*** xarses has joined #openstack-infra00:54
*** thorst has joined #openstack-infra00:56
openstackgerritIan Wienand proposed openstack/diskimage-builder: Release notes for 1.17.0  https://review.openstack.org/32619100:57
*** thorst has quit IRC00:58
*** thorst has joined #openstack-infra00:58
openstackgerritMerged openstack/diskimage-builder: Cleanup source-repositories output  https://review.openstack.org/32196100:59
openstackgerritMerged openstack/diskimage-builder: Refactor: rename temporary directories  https://review.openstack.org/32505300:59
*** Daisy has joined #openstack-infra01:00
openstackgerritMerged openstack/diskimage-builder: Export die() function  https://review.openstack.org/32189201:00
openstackgerritMerged openstack/diskimage-builder: Handle file magic type varying order matching  https://review.openstack.org/32112601:00
openstackgerritMerged openstack/diskimage-builder: Export FS_TYPE and remove hardcoded ext4 values  https://review.openstack.org/31840001:01
openstackgerritMerged openstack/diskimage-builder: Add release to pkg-map  https://review.openstack.org/31904901:01
openstackgerritMerged openstack/diskimage-builder: Refactor: remove unused functions  https://review.openstack.org/32479201:01
*** banix has quit IRC01:02
*** zhurong has joined #openstack-infra01:03
*** Sukhdev has joined #openstack-infra01:03
*** Sukhdev has quit IRC01:04
*** shashank_hegde has quit IRC01:04
*** thorst has quit IRC01:07
*** lakshmis has quit IRC01:07
*** horusdev has left #openstack-infra01:07
*** harlowja has joined #openstack-infra01:08
*** amotoki has quit IRC01:08
*** pahuang has quit IRC01:10
*** anteaya has quit IRC01:10
openstackgerritMerged openstack/diskimage-builder: Add PS4 to show file/function/line in debug output  https://review.openstack.org/31726001:14
openstackgerritMerged openstack/diskimage-builder: Add cloud-initramfs-growroot for Precise  https://review.openstack.org/31846101:14
*** Goneri has joined #openstack-infra01:14
*** piet has quit IRC01:15
*** gildub has joined #openstack-infra01:15
*** yanyanhu has joined #openstack-infra01:17
*** jasondotstar has quit IRC01:18
*** tqtran has quit IRC01:19
*** sflanigan has quit IRC01:19
*** Goneri has quit IRC01:20
*** kzaitsev_mb has quit IRC01:26
*** pahuang has joined #openstack-infra01:26
*** Apoorva_ has joined #openstack-infra01:29
*** hongbin has joined #openstack-infra01:30
*** Apoorva has quit IRC01:32
*** sflanigan has joined #openstack-infra01:32
*** Apoorva_ has quit IRC01:33
*** ddieterly has quit IRC01:34
*** Qiming_ has joined #openstack-infra01:34
*** amotoki has joined #openstack-infra01:35
*** fitoduarte has quit IRC01:37
*** fitoduarte has joined #openstack-infra01:38
*** EricGonczer_ has joined #openstack-infra01:38
*** r-mibu has quit IRC01:42
*** SumitNaiksatam has joined #openstack-infra01:42
*** amitgandhinz has joined #openstack-infra01:43
*** tphummel has quit IRC01:44
*** zz_dimtruck is now known as dimtruck01:45
*** Qiming_ has quit IRC01:46
*** amitgandhinz has quit IRC01:47
*** sdake has quit IRC01:50
*** yamahata has quit IRC01:51
*** hongbin has quit IRC01:52
*** rockyg has joined #openstack-infra01:55
*** r-mibu has joined #openstack-infra01:57
*** banix has joined #openstack-infra01:59
openstackgerritIan Wienand proposed openstack-infra/project-config: Remove dib-buildimage-debian-ironic post job  https://review.openstack.org/32620301:59
*** PollyZ has joined #openstack-infra01:59
*** amotoki has quit IRC02:00
openstackgerritGoutham Pacha Ravi proposed openstack-infra/project-config: Add releasenotes job for manila-ui  https://review.openstack.org/32071802:03
*** banix has quit IRC02:03
*** thorst has joined #openstack-infra02:05
*** banix has joined #openstack-infra02:05
*** sdake has joined #openstack-infra02:11
*** thorst has quit IRC02:12
*** EricGonczer_ has quit IRC02:12
*** amotoki has joined #openstack-infra02:12
*** rm_work has quit IRC02:16
*** sdake_ has joined #openstack-infra02:18
*** sdake has quit IRC02:20
*** PollyZ has quit IRC02:20
*** markvoelker has joined #openstack-infra02:21
*** kzaitsev_mb has joined #openstack-infra02:21
*** markvoelker has quit IRC02:26
*** jamielennox is now known as jamielennox|away02:27
*** rockyg has quit IRC02:29
*** hongbin has joined #openstack-infra02:31
*** binbincong has quit IRC02:34
*** banix has quit IRC02:34
*** jamielennox|away is now known as jamielennox02:35
openstackgerritMerged openstack/diskimage-builder: Release notes for 1.17.0  https://review.openstack.org/32619102:36
notmorganjeblair: working on the six.reraise patchset, i think if we fix it to use the exc_info as you outlined, it will save the need to special case later in the patch-chain.02:38
*** sflanigan has quit IRC02:38
*** amitgandhinz has joined #openstack-infra02:44
*** vsaienko has joined #openstack-infra02:45
*** amitgandhinz has quit IRC02:48
*** binbincong has joined #openstack-infra02:50
*** david-lyle has quit IRC02:50
*** david-lyle has joined #openstack-infra02:50
*** yuanying_ has joined #openstack-infra02:51
*** yuanying has quit IRC02:51
*** sflanigan has joined #openstack-infra02:51
*** sflanigan has joined #openstack-infra02:51
*** matrohon has quit IRC02:51
*** yamamoto_ has quit IRC02:51
*** flepied has joined #openstack-infra02:52
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: use six.reraise  https://review.openstack.org/32301502:53
*** flepied has quit IRC02:53
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: use bytesIO instead of cStringIO  https://review.openstack.org/32301602:54
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: use proper octal notation  https://review.openstack.org/32301702:54
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: Absolute Imports  https://review.openstack.org/32301802:54
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: use six.moves.configparser  https://review.openstack.org/32302002:54
openstackgerritMerged openstack-infra/devstack-gate: Allow to set Ironic provision timeout from the job  https://review.openstack.org/31549602:55
*** rm_work has joined #openstack-infra02:56
openstackgerritEli Qiao proposed openstack-infra/project-config: Higgins: enable voting for dsvm job  https://review.openstack.org/32621402:59
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: Replace missing builtins  https://review.openstack.org/32420503:01
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: dict().iteritems no longer exists  https://review.openstack.org/32562003:02
*** amrith is now known as _amrith_03:06
*** rm_work has quit IRC03:07
*** pahuang has quit IRC03:09
vsaienkohello infra team, please review https://review.openstack.org/#/c/315545 The patch increase provision/unprovision tempest timeouts for ironic grenade jobs.03:09
*** thorst has joined #openstack-infra03:10
*** rm_work has joined #openstack-infra03:11
*** kzaitsev_mb has quit IRC03:12
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: Bundled Fixes  https://review.openstack.org/32566103:16
*** Daisy has quit IRC03:16
*** Daisy has joined #openstack-infra03:17
*** thorst has quit IRC03:17
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 fix: Use six.reraise  https://review.openstack.org/32192603:17
*** tlian has quit IRC03:17
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 Fixes: Use of bytes as appropriate  https://review.openstack.org/32235603:18
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 Fix: round() behaves differently in py3  https://review.openstack.org/32253003:18
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Update gear requirement  https://review.openstack.org/32617203:18
*** pahuang has joined #openstack-infra03:21
*** Daisy_ has joined #openstack-infra03:24
*** Daisy has quit IRC03:28
*** Daisy_ has quit IRC03:28
*** sarob has joined #openstack-infra03:28
*** Daisy has joined #openstack-infra03:29
*** Daisy_ has joined #openstack-infra03:30
*** Daisy has quit IRC03:34
*** Daisy_ has quit IRC03:35
*** sdake_ has quit IRC03:38
*** yamamoto_ has joined #openstack-infra03:39
*** jamielennox is now known as jamielennox|away03:44
*** amitgandhinz has joined #openstack-infra03:44
*** yamada-h has joined #openstack-infra03:48
*** amitgandhinz has quit IRC03:49
*** shashank_hegde has joined #openstack-infra03:52
*** links has joined #openstack-infra03:56
*** flepied has joined #openstack-infra03:59
*** jamielennox|away is now known as jamielennox03:59
*** sshnaidm|afk has quit IRC03:59
*** hongbin has quit IRC04:01
*** yamada-h has quit IRC04:02
*** yamada-h has joined #openstack-infra04:04
*** yamahata has joined #openstack-infra04:04
*** kzaitsev_mb has joined #openstack-infra04:08
*** woodster_ has quit IRC04:08
*** fitoduarte has quit IRC04:09
*** pcaruana has joined #openstack-infra04:11
*** pahuang has quit IRC04:11
*** shashank_hegde has quit IRC04:12
*** kzaitsev_mb has quit IRC04:13
*** shashank_hegde has joined #openstack-infra04:13
*** thorst has joined #openstack-infra04:15
*** gouthamr_ has quit IRC04:16
*** dimtruck is now known as zz_dimtruck04:18
*** Daisy has joined #openstack-infra04:18
*** yuanying_ has quit IRC04:18
*** yuanying has joined #openstack-infra04:21
*** psilvad has quit IRC04:21
*** markvoelker has joined #openstack-infra04:22
*** thorst has quit IRC04:22
*** pahuang has joined #openstack-infra04:24
*** pcaruana has quit IRC04:24
*** salv-orl_ has joined #openstack-infra04:25
*** markvoelker has quit IRC04:26
*** salv-orlando has quit IRC04:27
*** shashank_hegde has quit IRC04:29
*** shashank_hegde has joined #openstack-infra04:29
*** _sarob has joined #openstack-infra04:30
*** psachin has joined #openstack-infra04:31
*** sarob_ has joined #openstack-infra04:32
*** mdrabe has joined #openstack-infra04:33
*** sarob has quit IRC04:33
*** pcaruana has joined #openstack-infra04:34
*** _sarob has quit IRC04:35
*** sarob has joined #openstack-infra04:35
*** flepied has quit IRC04:36
*** sarob_ has quit IRC04:38
*** pcaruana has quit IRC04:40
*** mixos has joined #openstack-infra04:40
*** sflanigan has quit IRC04:43
*** aeng has quit IRC04:43
*** _sarob has joined #openstack-infra04:45
*** amitgandhinz has joined #openstack-infra04:45
*** sarob_ has joined #openstack-infra04:48
*** sarob has quit IRC04:48
*** _sarob has quit IRC04:49
*** amitgandhinz has quit IRC04:50
*** Daisy has quit IRC04:52
*** mdrabe has quit IRC04:52
*** yamada-h has quit IRC04:53
*** yamada-h has joined #openstack-infra04:54
*** sflanigan has joined #openstack-infra04:59
*** sflanigan has joined #openstack-infra04:59
*** flwang1 has quit IRC05:00
*** aeng has joined #openstack-infra05:00
*** shashank_hegde has quit IRC05:00
*** shashank_hegde has joined #openstack-infra05:01
openstackgerritIan Wienand proposed openstack/diskimage-builder: Move pkg-map to dib-python  https://review.openstack.org/32622805:02
*** jaosorior has joined #openstack-infra05:05
*** oanson has joined #openstack-infra05:09
*** kzaitsev_mb has joined #openstack-infra05:09
*** vsaienko has quit IRC05:11
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 Fix: round() behaves differently in py3  https://review.openstack.org/32253005:11
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Update gear requirement  https://review.openstack.org/32617205:11
*** Daisy has joined #openstack-infra05:13
*** kzaitsev_mb has quit IRC05:14
openstackgerritJeff Grafton proposed openstack-infra/jenkins-job-builder: Add flaky test report and allow empty options to JUnit publisher  https://review.openstack.org/32130505:14
*** Daisy has quit IRC05:14
*** Daisy has joined #openstack-infra05:15
*** yamada-h has quit IRC05:17
*** abregman has joined #openstack-infra05:19
*** Sukhdev has joined #openstack-infra05:21
*** thorst has joined #openstack-infra05:22
*** markvoelker has joined #openstack-infra05:23
*** sarob_ has quit IRC05:25
*** pt_15 has quit IRC05:26
*** markvoelker has quit IRC05:27
*** thorst has quit IRC05:28
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 Fix: round() behaves differently in py3  https://review.openstack.org/32253005:29
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Update gear requirement  https://review.openstack.org/32617205:29
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 fix: Use six.reraise  https://review.openstack.org/32192605:29
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 Fix: Use six.StringIO  https://review.openstack.org/32623005:29
*** yamada-h has joined #openstack-infra05:30
*** itisha has quit IRC05:30
openstackgerritAndreas Florath proposed openstack/diskimage-builder: Introduce `exit` phase  https://review.openstack.org/32481105:31
*** hdaniel has joined #openstack-infra05:31
*** isaacb has joined #openstack-infra05:33
*** Daisy_ has joined #openstack-infra05:33
*** kaisers1 has left #openstack-infra05:33
*** shashank_hegde has quit IRC05:33
*** savihou has joined #openstack-infra05:36
*** rcernin has joined #openstack-infra05:36
*** yamahata has quit IRC05:36
*** Daisy has quit IRC05:36
*** yamahata has joined #openstack-infra05:37
*** sree has joined #openstack-infra05:39
*** salv-orl_ has quit IRC05:40
*** salv-orlando has joined #openstack-infra05:40
*** Sukhdev has quit IRC05:41
*** Sukhdev has joined #openstack-infra05:41
*** amitgandhinz has joined #openstack-infra05:46
*** Daisy_ has quit IRC05:48
*** Daisy has joined #openstack-infra05:48
*** amitgandhinz has quit IRC05:50
*** jaosorior has quit IRC05:52
*** Daisy has quit IRC05:53
*** jaosorior has joined #openstack-infra05:53
*** gildub has quit IRC05:55
*** roxanaghe has joined #openstack-infra05:57
*** roxanaghe has quit IRC05:58
*** gildub has joined #openstack-infra06:00
*** oanson has quit IRC06:03
*** vsaienko1 has left #openstack-infra06:03
*** vsaienko1 has joined #openstack-infra06:03
*** sflanigan_ has joined #openstack-infra06:05
*** sflanigan_ has joined #openstack-infra06:05
*** sflanigan has quit IRC06:05
*** aeng has quit IRC06:05
*** gyee has quit IRC06:05
*** bhavik has joined #openstack-infra06:06
*** sflanigan_ is now known as sflanigan06:06
*** jaosorior has quit IRC06:06
*** larainema has quit IRC06:07
*** jaosorior has joined #openstack-infra06:07
*** larainema has joined #openstack-infra06:08
*** kzaitsev_mb has joined #openstack-infra06:09
openstackgerritAndreas Florath proposed openstack/diskimage-builder: Add python logger configuration  https://review.openstack.org/32540906:10
*** jaosorior has quit IRC06:11
*** jaosorior has joined #openstack-infra06:12
*** kzaitsev_mb has quit IRC06:14
openstackgerritMadhuri Kumari proposed openstack-infra/project-config: Add new project Zunclient to openstack repo  https://review.openstack.org/31769906:15
*** isaacb has quit IRC06:18
*** Daisy has joined #openstack-infra06:18
*** gongysh has joined #openstack-infra06:18
*** aeng has joined #openstack-infra06:18
*** jaosorior has quit IRC06:21
*** nadya has joined #openstack-infra06:21
*** jaosorior has joined #openstack-infra06:24
*** thorst has joined #openstack-infra06:25
*** ramishra has quit IRC06:27
*** ramishra has joined #openstack-infra06:28
*** liusheng has quit IRC06:28
*** hdaniel has quit IRC06:28
*** vsaienko1 has quit IRC06:29
*** thorst has quit IRC06:32
*** ramishra has quit IRC06:35
*** ramishra has joined #openstack-infra06:36
*** gildub has quit IRC06:37
*** nadya has quit IRC06:40
openstackgerritEli Qiao proposed openstack-infra/project-config: Higgins: enable voting for dsvm job  https://review.openstack.org/32621406:42
*** ccamacho|afk has quit IRC06:42
*** shashank_hegde has joined #openstack-infra06:42
*** amitgandhinz has joined #openstack-infra06:47
*** jtomasek has joined #openstack-infra06:48
jaosoriorAJaeger: if you have time could you take a look at https://review.openstack.org/#/c/326182/ ? TripleO's CI is looking quite red at the moment :/06:50
AJaegerjaosorior: why didn't we notice that earlier in testing?06:51
*** ccamacho has joined #openstack-infra06:51
*** amitgandhinz has quit IRC06:51
AJaegerjaosorior: +2A to unblock tripleo...06:52
jaosoriorAJaeger: I have no idea. I remember the tests that paul was doing were looking quite OK. So it came as quite a surprise06:52
AJaegerjaosorior: please discuss with pabelanger on to move forward on this once pabelanger is awake06:52
*** andreas_s has joined #openstack-infra06:52
*** Daisy has quit IRC06:52
jaosoriorAJaeger: will do. Thanks for the quick response and for helping out06:53
*** Daisy has joined #openstack-infra06:53
AJaegerjaosorior: you're welcome!06:53
AJaegerianw: do you know why the dib gate now fails for project-config? See https://review.openstack.org/31554506:58
*** roxanaghe has joined #openstack-infra06:58
*** nadya has joined #openstack-infra06:59
*** jaosorior has quit IRC07:00
*** jaosorior has joined #openstack-infra07:00
*** jaosorior has quit IRC07:01
AJaegerjaosorior: the tripleo reversal will not merge ;( We currently have a failing gate in project-config. Hope a dib experts can help fix it...07:02
*** roxanaghe has quit IRC07:03
*** salv-orlando has quit IRC07:04
*** salv-orlando has joined #openstack-infra07:05
*** Sukhdev has quit IRC07:06
*** kzaitsev_mb has joined #openstack-infra07:10
AJaeger#status log All project-config jobs fail - the dib gate is broken.07:12
openstackstatusAJaeger: finished logging07:12
*** zeih has joined #openstack-infra07:14
*** kzaitsev_mb has quit IRC07:16
*** vsaienko has joined #openstack-infra07:16
vsaienkohello infra-team, AJaeger!07:16
vsaienkocan you help, I don't understand why project-config-dib is failing http://logs.openstack.org/45/315545/6/check/gate-project-config-dib/95b1cbf/console.html#_2016-06-07_07_11_00_41794707:17
AJaegervsaienko: I don't know either - we need help from diskimage-builder experts ;(07:18
AJaegervsaienko: Please wait until this is solved, nothing for you to do right now07:18
*** shardy has joined #openstack-infra07:21
vsaienkoAJeager: thank you, it looks the following commit break the job https://github.com/openstack/diskimage-builder/commit/5f4cac330320d7470463370a4b54fae285753b7407:23
*** matrohon has joined #openstack-infra07:23
*** vincentll has joined #openstack-infra07:23
*** markvoelker has joined #openstack-infra07:23
fricklervsaienko: AJaeger: yeah, either revert https://review.openstack.org/303227 or add some more dib-lint tags07:24
*** e0ne has joined #openstack-infra07:24
*** jaosorior has joined #openstack-infra07:24
vsaienkofrickler, AJeager I think we need to have the same voting job project-config-dib for disk-image-builder commits to avoid such cases. For now we only can exclude 1.17.0 release ((07:25
vsaienkosince dib is installed from pypi07:26
*** nadya has quit IRC07:26
*** Daisy_ has joined #openstack-infra07:27
fricklervsaienko: I'm trying to put up a patch that should fix the errors, I see only two warnings in the log above07:27
*** markvoelker has quit IRC07:28
*** dtantsur|afk is now known as dtantsur07:28
openstackgerritlvdongbing proposed openstack-infra/irc-meetings: Add the Biling team meeting  https://review.openstack.org/32627107:28
*** zqfan has joined #openstack-infra07:28
*** mikelk has joined #openstack-infra07:29
*** abregman_ has joined #openstack-infra07:29
dtantsuryeah, I think fixing the warning is a way to go actually (morning everyone)07:29
*** abregman_ has quit IRC07:29
*** thorst has joined #openstack-infra07:30
*** abregman_ has joined #openstack-infra07:30
*** hdaniel has joined #openstack-infra07:30
*** arxcruz has joined #openstack-infra07:31
*** Daisy has quit IRC07:31
*** abregman has quit IRC07:32
openstackgerritJens Rosenboom proposed openstack-infra/project-config: Add dib-lint tags to sudo calls  https://review.openstack.org/32627307:32
frickler^^ lets see what the check says about this one07:33
*** amoralej|off is now known as amoralej07:33
AJaegerthanks, frickler07:33
AJaegerianw: could you check 326273, please?07:33
*** jlanoux has joined #openstack-infra07:34
*** jed56 has joined #openstack-infra07:34
*** ramishra has quit IRC07:36
*** thorst has quit IRC07:37
*** sarob has joined #openstack-infra07:37
fricklerhttp://logs.openstack.org/73/326273/1/check/gate-project-config-dib/b52d2bd/console.html says it is fine. the change is the logical extension of https://review.openstack.org/#/c/303227/2/elements/source-repositories/extra-data.d/98-source-repositories I would think07:37
openstackgerritlvdongbing proposed openstack-infra/irc-meetings: Add the Bilean team meeting  https://review.openstack.org/32627107:38
*** rossella_s has joined #openstack-infra07:38
*** ramishra has joined #openstack-infra07:38
*** liusheng has joined #openstack-infra07:40
*** nmagnezi has joined #openstack-infra07:41
*** sarob has quit IRC07:42
acabotAJaeger : hi, I'm looking for a doc to host my project documentation on docs.openstack.org07:42
*** ihrachys has joined #openstack-infra07:42
AJaegeracabot: which project?07:42
acabotAJaeger : Watcher07:43
acabotAJaeger : today we use our own hosting solution but I'd like to move to docs.openstack.org as we are now an official project07:43
AJaegeracabot: sure. Use openstack-server-publish-jobs in zuul/layout.yaml and openstack-publish-jobs together with "doc-publisher-site: docs.openstack.org" in jenkins/job/projects.yaml07:44
acabotAJaeger : great thx, I will do it07:45
AJaegerCheck as an example how anchor does it.07:45
acabotok07:45
AJaegerThe ifnra jobs will use the "venv" tox environment for publishing.07:45
AJaegerBut that should work since you build the docs already as part of python-jobs07:45
acabotyes we do07:46
AJaegeracabot: once you have content on docs.openstack.org/developer/watcher, read http://docs.openstack.org/infra/manual/creators.html#add-link-to-your-developer-documentation07:46
acabotAJaeger : thx07:47
*** ramishra has quit IRC07:47
AJaegeracabot: you're welcome!07:47
*** gildub has joined #openstack-infra07:47
*** ifarkas has joined #openstack-infra07:47
*** amitgandhinz has joined #openstack-infra07:48
*** ramishra has joined #openstack-infra07:48
*** e0ne has quit IRC07:48
*** rossella_s has quit IRC07:48
*** abregman_ has quit IRC07:49
*** amitgandhinz has quit IRC07:52
*** yolanda has joined #openstack-infra07:52
yolandagood morning07:52
*** abregman has joined #openstack-infra07:54
AJaegermorning, yolanda ! the project-config dib-gate is always failing, a fix is https://review.openstack.org/326273 . What do you think?07:55
*** salv-orlando has quit IRC07:56
*** salv-orlando has joined #openstack-infra07:56
ianwAJaeger: sorry about that.  i think i will make a project-config test for diskimage-builder so we don't regress on this again07:58
AJaegerianw: please do!07:59
AJaegerianw: thanks for +2A.07:59
*** zzzeek has quit IRC08:00
*** roxanaghe has joined #openstack-infra08:00
*** zzzeek has joined #openstack-infra08:00
*** rossella_s has joined #openstack-infra08:01
*** Hal has joined #openstack-infra08:02
*** rwsu has quit IRC08:02
*** e0ne has joined #openstack-infra08:02
*** e0ne has quit IRC08:02
*** Hal is now known as Guest7629308:02
*** roxanaghe has quit IRC08:04
*** binbincong has quit IRC08:07
*** flip214 has quit IRC08:08
*** flip214 has joined #openstack-infra08:10
openstackgerritMerged openstack-infra/project-config: Add dib-lint tags to sudo calls  https://review.openstack.org/32627308:10
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: translations: Always setup venv  https://review.openstack.org/32628408:11
AJaegerianw, yolanda: could you review the change above, please? ^08:11
yolandahi AJaeger , sure. Starting a bit later today, dealing with laptop installation08:11
AJaegeryolanda: no problem - thanks08:13
*** kzaitsev_mb has joined #openstack-infra08:13
*** dizquierdo has joined #openstack-infra08:13
AJaeger#status log dig gate for project-config is fixed again with  https://review.openstack.org/326273 merged.08:13
openstackstatusAJaeger: finished logging08:13
*** _shaps_ has joined #openstack-infra08:14
*** kzaitsev_mb has quit IRC08:17
mordredjhesketh: merged08:21
mordredjhesketh: sorry for the wait08:22
*** jaosorior has quit IRC08:23
*** jaosorior has joined #openstack-infra08:24
*** hashar has joined #openstack-infra08:29
jheskethmordred: thanks!08:29
jheskethno worries08:29
jheskethmordred: surely it's some ridiculous hour for you now?08:30
mordredjhesketh: nope - it's 10:30am ... I'm in Vienna08:32
acabotAJaeger : regarding the specs folder, should I add something to have our specs on specs.openstack.org or it is done for all projects in governance ? thx08:32
*** zul has quit IRC08:32
jheskethmordred: oh cool08:32
*** Julien-zte has joined #openstack-infra08:32
AJaegeracabot: use openstack-specs-jobs in zuul/layout08:33
acabotok08:33
AJaegerand once you have content published, update the index in specs/ dir of project-config08:34
*** tosky has joined #openstack-infra08:34
*** sorantis has joined #openstack-infra08:34
*** gildub has quit IRC08:34
*** dingyichen has quit IRC08:35
*** thorst has joined #openstack-infra08:35
acabotAJaeger : ok08:35
*** Daisy_ has quit IRC08:36
*** Daisy has joined #openstack-infra08:37
openstackgerritAntoine Cabot proposed openstack-infra/project-config: Add Watcher docs and specs on openstack.org  https://review.openstack.org/32629308:39
yolandamordred, can you review https://review.openstack.org/325948 and https://review.openstack.org/325959 ?08:39
openstackgerritMerged openstack-infra/project-config: Revert "Migrate tripleo to centos-7"  https://review.openstack.org/32618208:41
*** Daisy has quit IRC08:41
AJaegeracabot: LGTM08:42
*** thorst has quit IRC08:42
jheskethyolanda: they lgtm08:42
acabotAJaeger : good to know ;-)08:42
yolandajhesketh, thx. Are you in EMEA timezone as well?08:42
jheskethyolanda: nope, it's not too late here though (approaching 7pm)08:43
openstackgerritMerged openstack-infra/project-config: Higgins: enable voting for dsvm job  https://review.openstack.org/32621408:43
yolandajhesketh, thx for review08:43
*** _shaps_ has quit IRC08:43
*** Julien-zte has quit IRC08:44
*** Daisy has joined #openstack-infra08:45
*** wanghua has quit IRC08:45
*** zul has joined #openstack-infra08:46
*** derekh has joined #openstack-infra08:46
openstackgerritMerged openstack-infra/project-config: Import os-http into openstack infrastructure  https://review.openstack.org/32571908:46
andreafyolanda: good morning - do you have a sec for a really quick d-g review? https://review.openstack.org/#/c/322417/08:47
*** liusheng has quit IRC08:48
yolandahi andreaf , good morning08:48
*** shashank_hegde has quit IRC08:48
*** liusheng has joined #openstack-infra08:48
*** amitgandhinz has joined #openstack-infra08:48
openstackgerritGal Sagie proposed openstack-infra/project-config: Add networking-l2gw fullstack job  https://review.openstack.org/32630008:50
*** tesseract has joined #openstack-infra08:50
openstackgerritMerged openstack-infra/project-config: Increase tempest baremetal deploy/unprovision timeouts  https://review.openstack.org/31554508:51
*** kzaitsev_mb has joined #openstack-infra08:53
*** amitgandhinz has quit IRC08:53
*** markusry has joined #openstack-infra08:54
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Revert "Update cireport for centos-7 nodes"  https://review.openstack.org/32630108:55
*** flepied has joined #openstack-infra08:55
openstackgerritMerged openstack-infra/infra-ansible: Fix sudo/become deprecation warnings  https://review.openstack.org/32594608:56
*** Daisy_ has joined #openstack-infra08:56
openstackgerritMerged openstack-infra/puppet-openstackci: configure zuul with a non-default layout file  https://review.openstack.org/31669308:56
openstackgerritMerged openstack-infra/system-config: Remove warnings from gerrit projects template  https://review.openstack.org/32594808:56
openstackgerritMerged openstack-infra/puppet-jeepyb: Add missing packages to jeepyb install  https://review.openstack.org/32595908:56
*** Jeffrey4l has joined #openstack-infra08:57
openstackgerritMerged openstack-infra/shade: Add network quotas support  https://review.openstack.org/31914408:57
*** mixos has quit IRC08:57
openstackgerritMerged openstack-infra/tripleo-ci: Revert "Update cireport for centos-7 nodes"  https://review.openstack.org/32630108:58
*** Daisy has quit IRC08:58
*** jyuso1 has quit IRC08:59
*** ramishra has quit IRC09:00
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Stop allowing duplicate users to be added to private stories  https://review.openstack.org/32089509:01
openstackgerritMerged openstack-infra/project-config: translations: Always setup venv  https://review.openstack.org/32628409:01
*** ramishra has joined #openstack-infra09:01
openstackgerritEli Qiao proposed openstack-infra/project-config: WIP: Zun: rename higgins to zun  https://review.openstack.org/32630609:03
*** aviau has quit IRC09:03
*** electrofelix has joined #openstack-infra09:03
*** pcrews_ has joined #openstack-infra09:04
openstackgerritGal Sagie proposed openstack-infra/project-config: Add networking-l2gw fullstack job  https://review.openstack.org/32630009:04
*** dmk0202 has joined #openstack-infra09:05
*** gongysh has quit IRC09:05
*** BobBall_AWOL has quit IRC09:06
*** aviau has joined #openstack-infra09:06
*** pcrews has quit IRC09:06
*** Daisy_ has quit IRC09:07
*** Daisy has joined #openstack-infra09:08
acabotyolanda : hi, if you have a sec to W+1 https://review.openstack.org/#/c/326293/ I plan to check any dead link in doc today, thx09:10
*** dtantsur is now known as dtantsur|bbl09:10
*** Daisy has quit IRC09:11
*** Daisy_ has joined #openstack-infra09:11
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Update Team resource to add the Users subcontroller  https://review.openstack.org/32051609:12
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add a modal to create Teams  https://review.openstack.org/32051709:12
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Implement UI for managing team membership  https://review.openstack.org/32003709:12
*** sorantis has quit IRC09:12
*** gildub has joined #openstack-infra09:14
openstackgerritMerged openstack-infra/project-config: remove hdp jobs for sahara-image-elements  https://review.openstack.org/32608709:15
*** nikeshm has quit IRC09:15
acabotyolanda : thx09:16
*** flepied1 has joined #openstack-infra09:17
openstackgerritThomas Desvenain proposed openstack-infra/jenkins-job-builder: Added amazon web services to credentials bindings  https://review.openstack.org/32610609:17
*** flepied has quit IRC09:19
openstackgerritEli Qiao proposed openstack-infra/project-config: Zun: rename higgins to zun  https://review.openstack.org/32630609:22
*** sambetts|afk is now known as sambetts09:23
*** flepied1 is now known as flepied09:24
*** markvoelker has joined #openstack-infra09:24
*** flepied1 has joined #openstack-infra09:25
*** flepied has quit IRC09:25
*** flepied1 has quit IRC09:26
*** tzn has joined #openstack-infra09:26
*** flepied has joined #openstack-infra09:26
eliqiaohi yolanda, higgins team decide to rename to zun, I proposed a patch, can you help to take a look? thanks in advance :)09:26
openstackgerritMerged openstack-infra/infra-ansible: Fix the set_hostnames role when using default inventory behaviour  https://review.openstack.org/32594409:26
*** Daisy_ has quit IRC09:28
*** e0ne has joined #openstack-infra09:28
*** Daisy has joined #openstack-infra09:28
*** vdrok has joined #openstack-infra09:28
*** markvoelker has quit IRC09:29
vdrokmorning ironic09:29
*** yamahata has quit IRC09:30
openstackgerritMerged openstack-infra/project-config: Add Ironic Inspector discovery tempest job  https://review.openstack.org/32589109:30
openstackgerritMerged openstack-infra/project-config: Add Watcher docs and specs on openstack.org  https://review.openstack.org/32629309:31
openstackgerritJulien Danjou proposed openstack-infra/project-config: Import Panko  https://review.openstack.org/31867709:33
*** sorantis has joined #openstack-infra09:37
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Add ansible.cfg file on repo to disable host key checking  https://review.openstack.org/32632909:38
*** flepied1 has joined #openstack-infra09:39
*** thorst has joined #openstack-infra09:39
*** flepied has quit IRC09:42
*** Daisy has quit IRC09:42
*** Daisy has joined #openstack-infra09:42
*** kzaitsev_mb has quit IRC09:44
openstackgerritMasayuki Igawa proposed openstack/os-testr: [DNM] Add tablesorter to html report  https://review.openstack.org/32633909:45
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Add generate infra dynamic inventory playbook/role  https://review.openstack.org/32585809:45
openstackgerritlvdongbing proposed openstack-infra/irc-meetings: Add the Bilean team meeting  https://review.openstack.org/32627109:47
*** Daisy has quit IRC09:47
*** thorst has quit IRC09:47
*** amitgandhinz has joined #openstack-infra09:49
openstackgerritMerged openstack-infra/devstack-gate: Save tempest accounts.yaml in logs  https://review.openstack.org/32241709:52
*** gildub has quit IRC09:53
*** amitgandhinz has quit IRC09:54
*** _degorenko|afk is now known as degorenko09:55
*** sree has quit IRC09:56
*** permalac has joined #openstack-infra09:57
*** vdrok has left #openstack-infra09:57
*** oanson has joined #openstack-infra10:05
*** sorantis has quit IRC10:08
*** yanyanhu has quit IRC10:10
*** zhurong has quit IRC10:10
*** yanyanhu has joined #openstack-infra10:10
*** yanyanhu has quit IRC10:11
*** rwsu has joined #openstack-infra10:15
*** rwsu has quit IRC10:20
*** rwsu has joined #openstack-infra10:21
openstackgerritMerged openstack-infra/infra-ansible: Add ansible.cfg file on repo to disable host key checking  https://review.openstack.org/32632910:23
vsaienkoinfra-team, please review https://review.openstack.org/#/c/316662/ the 1 line patch to devstack-gate that allows to pass TEMPEST_TEST_TIMEOUT for ironic grenade job. It is the last patch to openstack-infra related to ironic and grenade :)10:23
*** _amrith_ is now known as amrith10:24
*** sdague has joined #openstack-infra10:24
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Switch the provisioning step to the cloud launcher role  https://review.openstack.org/32578010:24
*** jed56 has quit IRC10:25
*** salv-orl_ has joined #openstack-infra10:25
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Add generate infra dynamic inventory playbook/role  https://review.openstack.org/32585810:25
*** yamamoto_ has quit IRC10:26
*** tzn has quit IRC10:26
clarkbvsaienko: does grenade support that new localrc var?10:26
*** jlanoux_ has joined #openstack-infra10:27
clarkbwe can set it but if grenade doesnt support it then it is a noop10:28
*** salv-orlando has quit IRC10:28
*** ccamacho is now known as ccamacho|lunch10:28
*** jlanoux has quit IRC10:30
*** rwsu has quit IRC10:31
*** nadya has joined #openstack-infra10:31
*** hparekh has quit IRC10:31
*** rwsu has joined #openstack-infra10:31
*** dtantsur|bbl is now known as dtantsur10:32
*** nadya has quit IRC10:36
*** yuval has joined #openstack-infra10:37
*** rhallisey has joined #openstack-infra10:37
*** rhallisey has quit IRC10:38
*** rhallisey has joined #openstack-infra10:38
*** sarob has joined #openstack-infra10:38
yuvalHey, I am having trouble logging into the OpenStack wiki. Guys on #openstack-dev said it might be because my account is relatively new (3~ months). Anyone has the permission to allow my wiki login?10:39
*** kzaitsev_mb has joined #openstack-infra10:40
*** julim has joined #openstack-infra10:40
*** yamada-h has quit IRC10:41
eliqiaohi, I would like to start a new IRC channel, any guide I can find?10:41
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Repair ironic-inspector ability to run its own tempest job  https://review.openstack.org/32582510:41
eliqiaoseen from https://wiki.openstack.org/wiki/IRC , I need to consult here.10:41
*** kaisers has quit IRC10:42
*** jlanoux has joined #openstack-infra10:42
rcarrillocruzeliqiao: http://docs.openstack.org/infra/system-config/irc.html10:42
eliqiaorcarrillocruz: thx.10:42
*** sarob has quit IRC10:43
*** hparekh has joined #openstack-infra10:44
*** kaisers has joined #openstack-infra10:44
*** jlanoux_ has quit IRC10:45
*** thorst has joined #openstack-infra10:47
*** oanson has quit IRC10:48
*** GnomeKing has joined #openstack-infra10:49
*** amitgandhinz has joined #openstack-infra10:50
*** thorst has quit IRC10:53
*** nadya has joined #openstack-infra10:54
*** amitgandhinz has quit IRC10:54
*** hashar has quit IRC10:56
*** rwsu has quit IRC10:56
*** hashar has joined #openstack-infra10:56
*** rhallisey has quit IRC10:57
*** weshay has joined #openstack-infra10:57
*** nadya has quit IRC10:59
*** amotoki has quit IRC11:00
*** GnomeKing is now known as BobBall11:02
*** salv-orl_ has quit IRC11:04
*** salv-orlando has joined #openstack-infra11:05
*** dizquierdo has quit IRC11:08
*** sorantis has joined #openstack-infra11:14
openstackgerritMathieu Mitchell proposed openstack-infra/system-config: Introduce TinyCoreLinux mirror  https://review.openstack.org/32598111:16
*** salv-orl_ has joined #openstack-infra11:18
*** lezbar has quit IRC11:19
*** lezbar has joined #openstack-infra11:20
*** amotoki has joined #openstack-infra11:20
*** salv-orlando has quit IRC11:23
*** markvoelker has joined #openstack-infra11:25
*** yolanda has quit IRC11:28
*** markvoelker has quit IRC11:29
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta puppetmaster group to the expected 'puppetmaster' group  https://review.openstack.org/32638911:29
*** yolanda has joined #openstack-infra11:31
*** nadya has joined #openstack-infra11:31
*** ccamacho|lunch is now known as ccamacho11:31
*** tzn has joined #openstack-infra11:32
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Remove bare variable from with_items  https://review.openstack.org/32639111:32
crinkleis there someone awake who can do some moderating in #openstack-meeting?11:36
*** rhallisey has joined #openstack-infra11:37
*** ldnunes has joined #openstack-infra11:40
*** lucasagomes is now known as lucas-hungry11:40
*** _shaps_ has joined #openstack-infra11:43
*** oanson has joined #openstack-infra11:43
*** vgridnev has joined #openstack-infra11:45
openstackgerritFlavio Percoco proposed openstack-infra/zuul: highlight the error condition when reporting a config issue  https://review.openstack.org/27226211:45
*** moravec has quit IRC11:46
*** thorst_ has joined #openstack-infra11:46
*** coolsvap has joined #openstack-infra11:49
coolsvapcan anyone help to kick out Guest_84757 in openstack-meeting ?11:49
*** amitgandhinz has joined #openstack-infra11:51
*** salv-orl_ has quit IRC11:51
rcarrillocruzyolanda: ^11:52
*** salv-orlando has joined #openstack-infra11:52
*** moravec has joined #openstack-infra11:52
yolandamm, i don't have operator power11:54
*** amitgandhinz has quit IRC11:55
*** psilvad has joined #openstack-infra11:57
*** salv-orlando has quit IRC11:58
*** salv-orlando has joined #openstack-infra11:58
*** Jeffrey4l has quit IRC11:58
*** Jeffrey4l has joined #openstack-infra11:59
*** oanson has quit IRC11:59
*** dprince has joined #openstack-infra11:59
*** _ari_ has joined #openstack-infra12:00
*** amotoki has quit IRC12:00
*** baoli has joined #openstack-infra12:01
*** baoli_ has joined #openstack-infra12:02
*** bdemers_ has quit IRC12:03
*** psilvad has quit IRC12:03
*** psilvad has joined #openstack-infra12:05
*** armax has joined #openstack-infra12:05
*** baoli has quit IRC12:05
*** markvoelker has joined #openstack-infra12:06
*** armax has quit IRC12:06
*** coolsvap has quit IRC12:07
*** amotoki has joined #openstack-infra12:09
openstackgerritMerged openstack-infra/infra-ansible: Remove bare variable from with_items  https://review.openstack.org/32639112:09
*** rodrigods has quit IRC12:09
*** rodrigods has joined #openstack-infra12:09
*** psilvad has quit IRC12:10
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: Allow to pass OS_TEST_TIMEOUT for grenade job  https://review.openstack.org/31666212:12
*** zqfan has quit IRC12:13
openstackgerritErno Kuvaja proposed openstack/diskimage-builder: Add cinder-backup mappings  https://review.openstack.org/32641112:15
*** nadya has quit IRC12:17
jaosoriorAJaeger: Hey, do you know more or less when should this change get reflected https://review.openstack.org/#/c/326182/1 for some reason it seems we are still running those centos jobs :/12:17
*** trown|outtypewww is now known as trown12:22
*** piet has joined #openstack-infra12:22
*** aysyd has joined #openstack-infra12:23
openstackgerritMerged openstack-infra/storyboard-webclient: Remove extraneous <tbody> elements from the dashboard  https://review.openstack.org/32101712:25
*** piet has quit IRC12:26
*** kgiusti has joined #openstack-infra12:27
*** rlandy has quit IRC12:28
*** rlandy has joined #openstack-infra12:28
*** jcoufal has joined #openstack-infra12:30
*** thorst_ is now known as thorst12:31
*** EricGonczer_ has joined #openstack-infra12:31
*** kushal has joined #openstack-infra12:33
*** zeih has quit IRC12:33
*** zeih has joined #openstack-infra12:33
AJaegerjaosorior: it should be active - since it's not, we need some infra-root help.12:34
*** flip214_ has joined #openstack-infra12:34
AJaegerjaosorior: I can't help further, I don't have time now12:34
*** amrith is now known as _amrith_12:35
*** flip214 has quit IRC12:35
*** flip214_ is now known as flip21412:35
*** flip214 has quit IRC12:35
*** flip214 has joined #openstack-infra12:35
*** oanson has joined #openstack-infra12:35
*** gouthamr has joined #openstack-infra12:36
*** amoralej is now known as amoralej|lunch12:36
*** gordc has joined #openstack-infra12:36
*** tzn has quit IRC12:37
*** lucas-hungry is now known as lucasagomes12:40
*** kushal has quit IRC12:42
*** kushal has joined #openstack-infra12:42
*** eharney has quit IRC12:42
*** salv-orlando has quit IRC12:42
*** salv-orlando has joined #openstack-infra12:43
jaosoriorAJaeger: Any hints who I could ping from infra-root?12:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Support GitHub PR webhooks  https://review.openstack.org/16311712:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Make the string representation of change transparent  https://review.openstack.org/23894812:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Lower the log level in tests  https://review.openstack.org/26336412:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Merge pull requests from github reporter  https://review.openstack.org/24325012:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Encapsulate determining the event purpose  https://review.openstack.org/24748712:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Fix job hierarchy bug.  https://review.openstack.org/19245712:44
openstackgerritJan Hruban proposed openstack-infra/zuul: support github pull reqeust labels  https://review.openstack.org/24742112:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Better merge message for GitHub pull reqeusts  https://review.openstack.org/28066712:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Add 'push' and 'tag' github webhook events.  https://review.openstack.org/19120712:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Add 'pr-comment' github webhook event  https://review.openstack.org/23920312:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Support for dependent pipelines with github  https://review.openstack.org/24750012:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Configurable SSH access to GitHub  https://review.openstack.org/23913812:44
openstackgerritJan Hruban proposed openstack-infra/zuul: GitHub file matching support  https://review.openstack.org/29237612:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Allow github trigger to match on branches/refs  https://review.openstack.org/25844812:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Log GitHub API rate limit  https://review.openstack.org/29237712:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Allow using webapp from connections  https://review.openstack.org/21564212:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Allow list values in template parameters.  https://review.openstack.org/19120812:44
openstackgerritJan Hruban proposed openstack-infra/zuul: Add basic Github Zuul Reporter.  https://review.openstack.org/19131212:44
*** gildub has joined #openstack-infra12:44
therveCan someone explain with https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L949 doesn't skip properly doc-only changes for heat?12:45
thervehttps://review.openstack.org/#/c/326379 for reference12:45
therves/with/why12:47
jaosorioranybody from infra-root around?12:47
tristanCtherve: perhaps because of https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L1144 ?12:50
*** matt-borland has joined #openstack-infra12:50
dirkwhats the recommended procedure for changing the owner in https://review.openstack.org/#/admin/groups/uuid-ca033ee2dd2d63109cf7827ebb5658419c1005c9,info to rpm-packaging-core ?12:50
AJaegerdirk, that needs an admin - so infra-root12:51
*** links has quit IRC12:51
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Add generate infra dynamic inventory playbook/role  https://review.openstack.org/32585812:51
*** amitgandhinz has joined #openstack-infra12:51
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta puppetmaster group to the expected 'puppetmaster' group  https://review.openstack.org/32638912:51
*** links has joined #openstack-infra12:52
jheskethjaosorior: taking a look for you12:52
*** EricGonczer_ has quit IRC12:52
AJaegertherve: best to check the log file for the project-config layout run on what's actually there12:52
fungijaosorior: jhesketh: looks like zuul hasn't had a reconfiguration event for almost 24 hours12:53
openstackgerritJoshua Hesketh proposed openstack-infra/system-config: Do not fail ansible if one cloud is down  https://review.openstack.org/32644112:53
thervetristanC, It's not cumulative?12:53
AJaegertherve: http://logs.openstack.org/59/311459/6/check/gate-project-config-layout/0b14655/console.html.gz#_2016-06-03_16_18_36_85412:53
*** thiagop has joined #openstack-infra12:53
jheskethfungi: right, was just about to look there.. has the config on the host updated?12:53
tristanCtherve: I wonder if the skip-if doesn't replace the first one12:53
AJaegertherve: tristanC is right. last one wins, see the log file I quoted12:53
therveAJaeger, OK :). I don't understand what that files means, but that makes sense I think12:54
jaosoriorjhesketh, thanks12:54
*** Ravikiran_K has joined #openstack-infra12:54
*** tzn has joined #openstack-infra12:55
fungijhesketh: nope... -rwxr-xr-x 1 root root 350260 Jun  6 13:27 /etc/zuul/layout/layout.yaml12:55
fungipuppet doesn't appear to be disabled though12:56
*** amitgandhinz has quit IRC12:56
*** Jeffrey4l has quit IRC12:56
AJaegertherve: "<Job gate-heat-docs> {MatchAny:{MatchAll:{ProjectMatcher:^openstack/heat$},{MatchAllFiles:{FileMatcher:^heat/locale/.*$},{FileMatcher:^releasenotes/.*$}}}} " - this the result of the skip-ifs. The MatchAllFiles/FileMatcher is what you look at12:57
fungiError fetching server list on openstackci-bluebox:RegionOne:12:57
fungii suspect the bluebox outage has broken our ansible loop12:57
*** yujunz has joined #openstack-infra12:57
jheskethfungi: heh, I just pushed a fix for that12:57
jheskethhttps://review.openstack.org/32644112:57
*** markusry has quit IRC12:57
fungihah12:58
jheskethjaosorior: it looks like the problem is our ansible/puppet is a little stuck... once we get it unstuck those changes should apply and afterwards you can issue a recheck on any relevant changes12:58
openstackgerritThomas Herve proposed openstack-infra/project-config: Improve skip for Heat some more  https://review.openstack.org/32644412:59
jaosoriorjhesketh: Thanks for taking a look; appreciate it12:59
therveAJaeger, tristanC: Thanks, ^^^ an attempt at fixing it12:59
dulekHi. Even though there are pep8 errors, they doesn't get listed in logs: http://logs.openstack.org/77/326377/1/check/gate-cinder-pep8/3f0c9dd/console.html#_2016-06-07_11_24_43_98412:59
dulekI however see them when running tox locally.13:00
tristanCtherve: you're welcome, glad this mystery is solved :)13:00
*** edmondsw has joined #openstack-infra13:01
*** mriedem_away is now known as mriedem13:01
fungijhesketh: i manually applied that config change and it seems to possibly still be running after logging "Error fetching server list on openstackci-bluebox:RegionOne:"13:02
openstackgerritMerged openstack-infra/storyboard-webclient: Make vertical alignment of task table cells consistent  https://review.openstack.org/32529313:02
*** xyang1 has joined #openstack-infra13:02
fungijhesketh: so far so good13:02
AJaegertherve: wait for the build to finish and check the log file for the layout gate whether the lines look fine13:02
jheskethfungi: hmm I wouldn't have expected anything to be logged13:03
therveAJaeger, OK will try :)13:03
fungihrm, we also got "Error fetching server list on openstackci-ovh:BHS1:"13:03
*** oanson has quit IRC13:03
*** rwsu has joined #openstack-infra13:03
*** _ari_ has quit IRC13:03
*** setuid has left #openstack-infra13:03
AJaegertherve: these skip-ifs are very fragile, it's not always worth to have them...13:04
therveAJaeger, Well, it's almost world environment day! So I'd say they can worth it :)13:05
therveAlso it's be nice to land a doc fix in less than 4h13:05
openstackgerritMerged openstack-infra/storyboard-webclient: Fix spelling mistake on profile page  https://review.openstack.org/32532113:05
*** sarob has joined #openstack-infra13:05
*** zhurong has joined #openstack-infra13:07
*** Goneri has joined #openstack-infra13:08
openstackgerritMerged openstack-infra/storyboard-webclient: Fix the profile submenu  https://review.openstack.org/32535013:08
*** sarob has quit IRC13:10
*** r-daneel has joined #openstack-infra13:11
openstackgerritJeremy Stanley proposed openstack-infra/system-config: Temporarily disable bluebox in ansible  https://review.openstack.org/32645313:12
fungijhesketh: no such luck. see my review comment. in the meantime we need ^13:12
*** amotoki has quit IRC13:13
*** inc0 has joined #openstack-infra13:13
jheskethoh we're pinned... I thought we fixed that13:13
fungioh, i just realized i edited the wrong clouds.yaml. new patchset otw13:14
*** Julien-zte has joined #openstack-infra13:14
jheskethwoops, I didn't notice either... /me removes his +w13:14
*** jaosorior has quit IRC13:15
jheskethfungi: where do we pin ansible.. this looks like it's latest: http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/puppetmaster.pp#n21513:15
*** amotoki has joined #openstack-infra13:15
openstackgerritJeremy Stanley proposed openstack-infra/system-config: Temporarily disable bluebox in ansible  https://review.openstack.org/32645313:15
fungijhesketh: here we go ^13:15
*** jaosorior has joined #openstack-infra13:16
jheskethfungi:  +w (checked the file this time too :p)13:16
*** akshai has joined #openstack-infra13:17
*** gildub has quit IRC13:17
*** zeih has quit IRC13:18
fungijhesketh: http://git.openstack.org/cgit/openstack-infra/puppet-ansible/tree/manifests/init.pp#n1213:18
fungijhesketh: via https://review.openstack.org/32177213:19
*** markusry has joined #openstack-infra13:19
jheskethfungi: right okay... it looks like line 218 might be redundant as I don't immediately see it being installed, just clone to /opt/ansible13:20
jhesketh(and the puppet-ansible class is instantiated earlier)13:20
*** mdrabe has joined #openstack-infra13:21
fungii removed the bluebox stanza from /etc/openstack/clouds.yaml on puppetmaster.o.o, but /var/log/puppet_run_all.log is still saying "Error fetching server list on openstackci-bluebox:RegionOne:"13:23
fungii wonder if i need to clear the inventory cache as well13:23
*** nmagnezi has quit IRC13:23
fungiokay, ansible inventory cache cleared now13:24
*** r-daneel has quit IRC13:24
*** doug-fish has joined #openstack-infra13:25
jheskethfungi: working now?13:26
*** asselin_ has joined #openstack-infra13:26
fungicron should fire it in about 3 more minutes13:26
*** sdake has joined #openstack-infra13:27
*** zeih has joined #openstack-infra13:28
openstackgerritJoshua Hesketh proposed openstack-infra/system-config: Tidy up ansible directories  https://review.openstack.org/32646413:29
openstackgerritJoshua Hesketh proposed openstack-infra/system-config: Rename expand-groups to ansible-expand-groups  https://review.openstack.org/32646513:29
*** PollyZ has joined #openstack-infra13:29
jheskethfungi: a few tidy ups in the mean time ^13:30
*** abregman has quit IRC13:31
*** hdaniel has quit IRC13:32
*** dkehn has quit IRC13:32
*** banix has joined #openstack-infra13:33
*** eharney has joined #openstack-infra13:33
openstackgerritMerged openstack-infra/storyboard: Filter non-public fields in users when updating  https://review.openstack.org/32471713:33
*** dkehn has joined #openstack-infra13:34
*** sdake_ has joined #openstack-infra13:34
*** sdake has quit IRC13:36
*** r-daneel has joined #openstack-infra13:36
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Add generate infra dynamic inventory playbook/role  https://review.openstack.org/32585813:36
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Switch the provisioning step to the cloud launcher role  https://review.openstack.org/32578013:36
openstackgerritKen'ichi Ohmichi proposed openstack-infra/project-config: Don't run puppet tests on rst/unit test changes  https://review.openstack.org/32415813:37
*** amitgandhinz has joined #openstack-infra13:39
*** amitgandhinz has quit IRC13:39
*** amitgandhinz has joined #openstack-infra13:39
*** bdemers has joined #openstack-infra13:40
jheskethfungi: looks like ansible is running okay13:41
fungijhesketh: yep, log shows things working again13:41
fungii'm going to take a break and do normal morning things for a bit13:42
fungiECOFFEE13:42
rcarrillocruzyeah, me too, although afternoon for me13:42
rcarrillocruzbrb13:42
*** rkukura_ has joined #openstack-infra13:43
*** rkukura has quit IRC13:43
*** rkukura_ is now known as rkukura13:43
*** Guest76293 has quit IRC13:43
*** Hal has joined #openstack-infra13:44
*** Hal is now known as Guest2947113:44
*** regXboi has joined #openstack-infra13:45
regXboimorning all - quick question on the archive publisher of jjb - what is the root of the artifacts path and can I specify a full path there?13:47
openstackgerritMerged openstack-infra/system-config: Temporarily disable bluebox in ansible  https://review.openstack.org/32645313:47
openstackgerritMerged openstack-infra/storyboard-webclient: Add a note mentioning markdown is supported under the comment box  https://review.openstack.org/32536013:48
*** amoralej|lunch is now known as amoralej13:48
*** amotoki has quit IRC13:48
*** dizquierdo has joined #openstack-infra13:49
*** xavvior has joined #openstack-infra13:49
*** hichihara has joined #openstack-infra13:49
*** nadya has joined #openstack-infra13:51
openstackgerritVitaly Gridnev proposed openstack-infra/project-config: make all sahara-dashboard jobs voting  https://review.openstack.org/32647413:52
*** zeih has quit IRC13:52
*** rbrndt has joined #openstack-infra13:53
*** _ari_ has joined #openstack-infra13:53
*** nadya has quit IRC13:53
*** sree has joined #openstack-infra13:53
*** tlian has joined #openstack-infra13:54
*** hferenc has joined #openstack-infra13:54
xavviorHello Infra Members. We found a problem in review.openstack.org while we want change in account settings the Contant Information: No save the filled fields and the new members can't push to gerrit, because can't fill or update the user information in gerrit.13:55
zxiiroelectrofelix: What's the status on JJB 1.6.0? are we still stuck on releasing?13:56
AJaegerxavvior: If you already followed the instructions  at http://docs.openstack.org/infra/manual/developers.html#account-setup and still get that, see https://ask.openstack.org/question/56720 for additional troubleshooting tips.13:57
openstackgerritThomas Herve proposed openstack-infra/project-config: Improve skip for Heat some more  https://review.openstack.org/32644413:58
*** claudiub has joined #openstack-infra13:59
pabelangermorning14:00
*** xarses has quit IRC14:00
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta puppetmaster group to the expected 'puppetmaster' group  https://review.openstack.org/32638914:00
*** Goneri has quit IRC14:01
*** _amrith_ is now known as amrith14:02
*** yamahata has joined #openstack-infra14:02
AJaegermorning, pabelanger ! The tripleo folks had to revert your change for centos7/fedora ;(14:03
pabelangerAJaeger: yes, I am following up with it now.14:03
*** yujunz has quit IRC14:03
AJaegerpabelanger: ok14:04
openstackgerritMerged openstack-infra/infra-ansible: Switch the provisioning step to the cloud launcher role  https://review.openstack.org/32578014:04
electrofelixzxiiro: was away yesterday, I believe the one change I wanted to see included was merged, so I guess we just ask fungi to tag for a 1.6.0 release and that's it?14:04
*** zeih has joined #openstack-infra14:05
hferencAJaeger: thx! seems like our colleague has some issues with his mail addresses14:08
*** xavvior has quit IRC14:08
fungielectrofelix: zxiiro: let me know when you're ready and i'm happy to tag 1.6.014:09
*** bdemers has quit IRC14:09
fungii'm assuming there are no backward-incompatible changes14:09
openstackgerritDan Prince proposed openstack-infra/tripleo-ci: Add TripleO blogs from Marios to planet TripleO  https://review.openstack.org/32649314:10
zxiirofungi: It's good to go from my perspective, electrofelix ?14:11
*** banix has quit IRC14:11
*** jed56 has joined #openstack-infra14:11
odyssey4meHi everyone - can I please ask for someone to add me to these recently created gerrit groups? https://review.openstack.org/#/q/status:merged+project:openstack-infra/project-config+branch:master+topic:osa-additional-core-teams14:13
*** bdemers has joined #openstack-infra14:13
*** bdemers has quit IRC14:13
electrofelixzxiiro: can you confirm it's ac18e63b0633bd9702f7ff175c29850cedf93819 we want to tag? or HEAD?14:13
electrofelixjust reviewing the changes to see if anything concerning went in (don't think so)14:14
*** bdemers has joined #openstack-infra14:15
zxiiroelectrofelix: I want HEAD tagged14:15
zxiiroelectrofelix: 7e94d575cc92a963cbd147acab6f04c9985b549914:15
openstackgerritVitaly Gridnev proposed openstack-infra/project-config: make all sahara-dashboard jobs voting  https://review.openstack.org/32647414:16
zxiiroelectrofelix: there's an "incompatible change" that went in for the Sonatype CLM plugin but as I mentioned in my code review I don't think it's concerning since the nature of that plugin is that it's a proprietary service provided by Sonatype14:16
*** nwkarsten has joined #openstack-infra14:16
*** chlong has quit IRC14:16
zxiiroelectrofelix: they recommend staying on the latest plugin anyway so keeping backwards comparability might not be worth the effort14:17
Julien-ztequestions about stackalytics project is in infra team?14:17
*** Goneri has joined #openstack-infra14:17
*** tonytan4ever has joined #openstack-infra14:17
Julien-zteI have some issues when run stackalytics project14:17
fungiJulien-zte: stackalytics.com is not run by us, no14:18
*** ramishra has quit IRC14:18
fungiit's run by engineers at mirantis14:18
openstackgerritbenny@us.ibm.com proposed openstack-infra/project-config: New project request for SwiftOnHPSS  https://review.openstack.org/31609814:18
Julien-ztethanks fungi. is there irc channel or who i can contact?14:19
*** banix has joined #openstack-infra14:19
*** ramishra has joined #openstack-infra14:19
*** psilvad has joined #openstack-infra14:19
fungiJulien-zte: the only contacts i know about for stackalytics are their core review team https://review.openstack.org/#/admin/groups/183,members14:19
fungiJulien-zte: though i've also seen them occasionally answer questions on openstack-dev@lists.openstack.org14:19
Julien-zteOK! good14:20
Julien-ztethanks14:20
fungiyou're welcome14:20
Julien-ztehi fungi, another question14:22
Julien-zteI remember that you will have a discussion about the usage of git-review topic?14:22
Julien-zteI submit a git-review modification and you mentioned that the topic will be depreciated.14:23
*** sshnaidm|afk has joined #openstack-infra14:23
*** EricGonczer_ has joined #openstack-infra14:23
Julien-ztewhat about the result now14:23
*** Goneri has quit IRC14:23
electrofelixzxiiro: does that mean that people can't run their own instance of the server side? I don't really know enough about this service to grasp likelyhood of impact14:24
*** esikachev has joined #openstack-infra14:26
*** tkelsey has joined #openstack-infra14:27
*** mriedem is now known as mriedem_afk14:27
zxiiroelectrofelix: they can but you have to buy it from Sonatype (we at LF do) but the code doesn't affect the server side as far as I'm aware the communication between the 2 sides are the same. Sonatype just changed the XML configuration in the Jenkins plugin side so the patch updates to use that and Sonatype recommends you use the latest plugin with their CLM14:27
zxiiroserver.14:27
*** zeih has quit IRC14:27
electrofelixok, but someone who is running it, may not necessarily be running the latest plugin?14:28
electrofelixbecause they might not have rolled out to the latest14:28
zxiiroelectrofelix: it's possible but as I mentioned sonatype recommends you upgrade to the latest plugin version14:29
electrofelixor do they have to update the plugin because it uses a web service?14:29
mnaserhi -infra, does groups.openstack.org sit under the openstack infra team control or the foundation?14:29
zxiiroelectrofelix: yeah it's a web service on the other end14:29
mnaseri'm having some troubels with the website14:29
*** woodster_ has joined #openstack-infra14:30
*** sree has quit IRC14:30
*** zz_dimtruck is now known as dimtruck14:31
electrofelixzxiiro: I'm also sure that most Jenkin plugin writers recommend that you upgrade to their latest release, but we deliberately don't break plugin XML for existing installations, so if someones installation was working yesterday it stays working today after a new release of JJB. I'm wary about doing this for what we're hoping is the latest 1.x release14:31
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta gerrit group to the expected 'gerrit' group  https://review.openstack.org/32651514:31
*** jlanoux has quit IRC14:32
*** chlong has joined #openstack-infra14:32
*** tonytan4ever has quit IRC14:33
dmsimardHey, just curious, is there any monitoring to verify that replication between review.o.o, git.o.o and github are all in sync ?14:34
zxiiroelectrofelix: The problem is the CLM plugin is not something that's available in Jenkins / Maven Central. you have to go and download it manually from sonatype's website and they don't even provide the possibility of downloading an old version of the plugin14:34
zxiirohttps://support.sonatype.com/hc/en-us/articles/213463638-How-do-I-download-and-install-the-Nexus-IQ-Server-14:34
tkelseyhey infra folks, anyone here able to point me at some info on backporting patches? I have a change already in head that I would like to add to mitaka?14:35
*** sdake_ has quit IRC14:36
zxiiroelectrofelix: I think risk is low here. FWIW we use this plugin and it actually hasn't worked for us for the past few months. The patch fixes the plugin for us.14:36
*** rossella_s has quit IRC14:36
pabelangerdmsimard: no, we usually wait for somebody to complain then we check it out14:36
*** hferenc has quit IRC14:37
*** yuval has quit IRC14:37
*** Goneri has joined #openstack-infra14:37
*** xarses has joined #openstack-infra14:37
dmsimardpabelanger: okay, was hoping the monitoring wasn't human but thanks :)14:38
pabelangerdmsimard: it doesn't happen to often for us. Is there a repo out of sync?14:39
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta zuul group to the expected 'zuul' group  https://review.openstack.org/32651814:39
pabelangerdmsimard: All of our monitoring today is human14:39
*** dtardivel has joined #openstack-infra14:39
pabelangerdmsimard: someday I'll revive my nagios patch14:39
dmsimardpabelanger: no, one of our RDO repositories (using review.rdoproject.org) went out of sync and I was looking if there was a way to be warned about it by something else than a human14:40
pabelangerdmsimard: where are you syncing too, github?14:40
dmsimardyeah14:40
*** nmagnezi has joined #openstack-infra14:41
mnasertkelsey: this is my reference - http://docs.openstack.org/project-team-guide/stable-branches.html14:41
mnaseri've successfully gotten backported patches by just using that doc as a reference14:42
*** otherwiseguy has quit IRC14:42
tkelseymnaser: thank you :) will give it a read14:42
mtreinishAJaeger: did you see: http://status.openstack.org/openstack-health/#/g/build_queue/post?groupKey=build_queue&resolutionKey=hour&end=2016-06-07T14:41:34.139Z14:42
*** dizquierdo has quit IRC14:43
krotscheckIs there a way to manually check the status of the dib slave images?14:44
* krotscheck would like to know if the xenial image has been rebuilt in the last 18 hours14:44
*** asselin_ has quit IRC14:44
*** bryan_att has quit IRC14:44
*** zeih has joined #openstack-infra14:48
*** yujunz has joined #openstack-infra14:48
*** tzn has quit IRC14:49
*** otherwiseguy has joined #openstack-infra14:49
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta puppetmaster group to the expected 'puppetmaster' group  https://review.openstack.org/32638914:51
*** hichihara has quit IRC14:51
jeblairnotmorgan: re reraise -- okay, i hadn't gotten farther in the patch chain to know it was going to be special.  so yay!  :)14:52
*** hongbin has joined #openstack-infra14:52
*** zeih has quit IRC14:52
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta gerrit group to the expected 'gerrit' group  https://review.openstack.org/32651514:53
*** amotoki has joined #openstack-infra14:53
*** tzn has joined #openstack-infra14:54
zxiiroelectrofelix: what do we need to do to make you feel safe with releasing the plugin? Since Sonatype does not provide archives of older releases we're not able to track down which version of the plugin changed the XML so if we were to add backwards comparability we'd be guessing at which version had the older XML (Unfortunately we LF already upgraded our14:54
zxiirosystems months ago before we noticed all of our CLM builds were failing so don't have access to the old plugin anymore). On the other hand we need this patch as our CLM builds are all failing at the moment.14:54
openstackgerritJeremy Stanley proposed openstack-infra/git-review: Use consistent formatting for deprecations  https://review.openstack.org/32653814:55
openstackgerritJeremy Stanley proposed openstack-infra/git-review: Deprecate topic mangling for bugs and blueprints  https://review.openstack.org/32653914:55
fungiJulien-zte: thanks for the reminder--it got buried too far down my to do list, but there ^ are a couple simple changes to add the messaging around it now14:55
zxiiroelectrofelix: I'm 100% willing to fix backwards comparability if someone comes along with an older version of the plugin and absolutely needs it fixed14:55
*** weshay has quit IRC14:56
zxiiroelectrofelix: as far as I'm aware though, we (LF) are the only ones using the CLM plugin since we were the ones who added support for it and no one else has noticed the plugin was completely broken.14:56
*** bryan_att has joined #openstack-infra14:57
fungimnaser: if nobody's followed up with you yet, what issues are you experiencing? mrmartin is the primary caretaker for its source code, but members of the infra team take care of the server it's running on and have some rudimentary understanding and control over the service itself14:58
*** jlanoux has joined #openstack-infra14:59
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta zuul group to the expected 'zuul' group  https://review.openstack.org/32651814:59
*** mdrabe has quit IRC15:00
fungidmsimard: i'm trying to imagine a way to check git repo synchronization without it being too racy and prone to false positives. probably could only trust the git notes gerrit adds to have useful enough timing data to be able to tell the difference between out of sync for days and out of sync because a change merged a few seconds ago15:00
*** sree has joined #openstack-infra15:01
fungidmsimard: also we have at least one git repo we know is out of sync because github has a lower max object size than gerrit and someone approved a change to their project exceeding it15:01
*** vhosakot has joined #openstack-infra15:02
*** regXboi has quit IRC15:03
*** zhurong has quit IRC15:03
electrofelixzxiiro: ah, good to know. I guess I'm just worried we'll cause a surprise for someone, if they were currently running an older version and hadn't upgraded either their server or plugin installed15:04
*** bdemers has quit IRC15:05
fungikrotscheck: rcarrillocruz has a change proposed to add a status api to nodepool, but until that happens you can look at the image build logs at http://nodepool.openstack.org/ to get some idea of whether the image update worked15:05
zxiiroelectrofelix: this change is not server side affecting, it's purely cosmetics on the plugin side. I guess the plugin developer felt a strong need to change the name of an XML parameter from "billofmaterials" to "application-name".  So the simple answer for someone using JJB is to tell them to upgrade the plugin as they can still use the same server version15:06
zxiirowith the latest plugin.15:06
krotscheckfungi: Excellent, thanks15:06
Julien-ztethanks fungi, if it is acceptable, I'm glad that you can take some time to have a review. link https://review.openstack.org/#/c/310092/15:06
*** banix has quit IRC15:07
zxiiroelectrofelix: but yeah if someone is surprised by the change, I'm willing to accept all support related contacts for this plugin since we use it.15:07
fungikrotscheck: also i can take a look at the non-public command-line nodepool api in a moment to find out15:07
jeblairclarkb: can you look at https://review.openstack.org/323016 ?15:08
fungizxiiro: electrofelix: given the nature of the "backward incompatibility" in that change, i think a minor version bump is probably still reasonable, so 1.6.0 seems appropriate15:08
zxiirofungi: +115:08
*** aarefiev_ has joined #openstack-infra15:08
*** inc0 has quit IRC15:09
*** e0ne_ has joined #openstack-infra15:09
*** vponomaryov has joined #openstack-infra15:09
fungiyou can only do so much to solve backward incompatibility in plugin support if the plugins themselves don't maintain backward compatible implementations15:09
openstackgerritSaggi Mizrahi proposed openstack-infra/irc-meetings: Modify Smaug meeting time  https://review.openstack.org/32271315:09
*** eeiden has joined #openstack-infra15:09
*** inc0 has joined #openstack-infra15:09
*** vsaienko1 has joined #openstack-infra15:10
*** dizquierdo has joined #openstack-infra15:10
fungiand if we did a major version bump every time that happened (this is far from the first to run into this scenario) then people would get desensitized to major version bumps and not notice actual significant behavior changing jjb releases15:10
*** andreykurilin has joined #openstack-infra15:11
*** andreykurilin1 has quit IRC15:11
electrofelixzxiiro: guess that clears up all, I'm ok with it if it's not considered breaking :)15:11
openstackgerritSaggi Mizrahi proposed openstack-infra/irc-meetings: Modify Smaug meeting time  https://review.openstack.org/32271315:11
*** aarefiev has quit IRC15:12
mordredjeblair: your comment on the reraise patch confused me in gertty at first15:12
*** e0ne has quit IRC15:12
*** vsaienko has quit IRC15:12
*** vponomaryov1 has quit IRC15:12
mordredjeblair: since the comment deeper in the patch than the diff caused the diff view to be WAY longer than I was expecting15:12
mordredjeblair: but cool15:12
electrofelixfungi: based on the above I'm happy for 7e94d575cc92a963cbd147acab6f04c9985b5499 to be declared 1.6.015:12
*** anteaya has joined #openstack-infra15:13
*** rossella_s has joined #openstack-infra15:13
mordredjeblair: what's the concern with 323016? (so that I can follow along at home)15:13
*** tonytan4ever has joined #openstack-infra15:14
*** mdrabe has joined #openstack-infra15:14
mnaserfungi: sorry i was busy in a small meeting.  we're working with a company to create a canada user group and they have asked me to join the group, however, it seems like i'm getting an access denied when logging in to join it - https://groups.openstack.org/groups/canadian-user-group15:14
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Change the old meta jenkins group to the expected 'jenkins' group  https://review.openstack.org/32656915:15
fungimnaser: i wonder, did you apply to create a user group but your application hasn't been approved yet?15:16
mnaserthat could be possible.  I can check with the person who applied to do that process15:16
*** vdrok-afk is now known as vdrok15:16
*** Jeffrey4l has joined #openstack-infra15:16
mnaserfungi: if that is part of how the process works, then i'll certainly follow up about that15:16
fungimnaser: i'm not 100% clear on the process, but i think the user groups ambassador for your region has to review the application for a new group and then approve it15:16
fungilooking up the process documentation now15:16
*** rcernin has quit IRC15:17
*** e0ne_ has quit IRC15:18
jeblairmordred: oh, i just wanted clarkb to double check the type assertions there (he added the yappi stuff)15:18
*** tphummel has joined #openstack-infra15:18
*** e0ne has joined #openstack-infra15:18
*** psachin has quit IRC15:19
jeblairmordred: yeah -- i used interactive search inside of gertty to find that place where i put the deep comment!15:20
mordredjeblair: neat!15:20
fungimnaser: you probably need to check with sean roberts or kenneth hui, based on my interpretation of https://groups.openstack.org/ambassador-program15:20
*** itisha has joined #openstack-infra15:20
pabelangerjeblair: fungi: mind helping 325659 land. Fixes our epel mirror scripts (path error after switching to kernel.org)15:20
mnaserfungi gotcha, ill try to follow up!  thank you15:21
jeblairpabelanger: +315:21
*** sneti has joined #openstack-infra15:21
*** cloudtrainme has joined #openstack-infra15:22
pabelangerjeblair: danke15:22
*** sorantis has quit IRC15:24
snetiHi all, I'm facing issues logging into https://wiki.openstack.org/wiki/Main_Page. Getting HTTP Error 500. Can anyone help me with this.15:25
clarkbjeblair: lgtm but I am semi distraced by czech beer15:25
*** links has quit IRC15:26
*** weshay has joined #openstack-infra15:27
fungisneti: are you trying to edit something or add a new page?15:27
pabelangerjeblair: Here is 1 of 4 timeouts that happened over night: http://paste.openstack.org/raw/508697/15:27
*** _shaps_ has quit IRC15:27
fungisneti: we've semi-temporarily disabled new account creation on wiki.openstack.org because spammers have been a serious problem15:27
openstackgerritMerged openstack-infra/zuul: Python 3 Fix: use six.moves.urillib  https://review.openstack.org/32301415:28
*** arxcruz has quit IRC15:28
pabelangerjeblair: the good news is watchdog worked and logs were uploaded.15:28
*** sdake has joined #openstack-infra15:28
openstackgerritMerged openstack-infra/infra-ansible: Add generate infra dynamic inventory playbook/role  https://review.openstack.org/32585815:29
jeblairpabelanger: yay! :(15:29
anteayaspeaking of was there any headway made into upgrading the wiki server? I didn't hear of any progress there, just wondering if I missed anything15:30
openstackgerritMerged openstack-infra/tripleo-ci: Add TripleO blogs from Marios to planet TripleO  https://review.openstack.org/32649315:32
*** sarob has joined #openstack-infra15:33
*** mikelk has quit IRC15:33
funginone that i've heard. i'm tempted to try standing up a fresh wiki-dev.o.o and look into how to migrate our data and configuration to it. unfortunately the modules on the puppetforge all look pretty stale (the most recently active one of the three at https://forge.puppet.com/tags/mediawiki still hasn't had any new commits for two years)15:34
openstackgerritMerged openstack-infra/system-config: Fix epel-mirror path error  https://review.openstack.org/32565915:34
*** Swami has joined #openstack-infra15:34
*** Swami_ has joined #openstack-infra15:34
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: experimenting with local.conf  https://review.openstack.org/32658515:34
*** tpsilva has joined #openstack-infra15:35
*** tzn has quit IRC15:35
fungialso it looks like using distro packages (at least in debian derivatives like ubuntu) is no longer a sane option... https://bugs.debian.org/78350315:37
openstackDebian bug 783503 in mediawiki "mediawiki: not suitable for Stretch" [Serious,Fixed]15:37
*** sarob has quit IRC15:37
*** lifeless has quit IRC15:37
fungithe package was dropped from ubuntu before xenial15:37
*** vhosakot has quit IRC15:38
anteayafungi: :(15:38
pabelangerjeblair: in the case of 1469004: http://paste.openstack.org/show/508701/ it looks like watchdog simply killed the job mind run: http://logs.openstack.org/81/326181/1/check/gate-kolla-dsvm-build-oraclelinux-binary/f46e165/console.html. Which to me suggests the job timeout didn't fire and watchdog recovered it15:38
anteayafungi: should we discuss it at today's meeting?15:38
pabelangerjeblair: checking another failure15:38
fungianteaya: i'm planning to propose adding it to the priority efforts list, but need to write up a spec15:39
anteayafungi: would you like me to take an initial run at the spec and you can fill in the gaps?15:40
fungiwhich means 1. figuring out if our volunteers from the summit discussion are still planning to work on getting it upgraded, or 2. figuring out myself how it should happen15:40
*** sree has quit IRC15:40
snetifungi, I was trying to create a new page15:40
anteayafungi: I can start in an etherpad and fill in the obvious bits15:40
anteayafungi: well it would be a good evaluation of who actually wants to keep it around15:41
fungianteaya: well, if our volunteers for working through the upgrade are still on board, i'd prefer they did the research on what the best course of action to do that is15:41
anteayafungi: okay fair enough15:41
fungi(whether there are rpms suitable for centos 7 or if we should still be installing from source or what)15:41
*** hashar is now known as hasharAway15:41
fungisneti: have you ever created/edited any pages on wiki.openstack.org before? what new page were you trying to create?15:42
nibalizeri think that was pabelanger with some support from me15:42
anteayaI guess I'm saying I'm willing to help get attention on it, and welcome direction as to what to do, to do that, I'm not interested in upgrading the server myself15:42
*** yujunz has quit IRC15:42
anteayaI already have commited to storyboard15:42
openstackgerritDoug Hellmann proposed openstack-infra/project-config: remove duplicate jobs for aodh and gnocchi  https://review.openstack.org/32658915:42
anteayahey nibalizer15:42
nibalizerhi anteaya15:42
fungiyeah, and the important parts of the wiki upgrade spec will be figuring out the most sane way of deploying a newer release of it on a new distro version15:43
fungiso without someone determining that, the spec would be at most a placeholder15:43
snetifungi, I'm working on Openstack-nova project. I had to create a wiki page on config options consistency. Since I was not able to login, took friends help and created it. Didn't know who to contact yesterday.15:44
*** mtanino has joined #openstack-infra15:44
fungimost of the centos 7 walkthroughs i'm finding are also for installation from source... so i get the impression there's just no interest in the mediawiki ecosystem for having actual distro packages of it maintained15:44
AJaegermtreinish: thanks! Do you also have a good link for the periodic translations jobs?15:44
fungisneti: try logging in again now15:45
openstackgerritEmilien Macchi proposed openstack-infra/project-config: disable voting on puppet-ceph beaker jobs  https://review.openstack.org/32659115:45
fungisneti: i've temporarily reenabled new account creation for a few minutes15:45
*** tphummel has quit IRC15:45
snetifungi, thank you so much..I'm able to login15:46
fungisneti: great--thanks for confirming. i've turned new account creation back off again for now15:46
*** abregman has joined #openstack-infra15:47
pleia2good morning15:47
snetifungi, ok..15:47
mtreinishAJaeger: http://status.openstack.org/openstack-health/#/g/build_queue/periodic?groupKey=build_queue&searchJob=translation15:47
anteayamorning pleia215:48
*** lifeless has joined #openstack-infra15:49
*** bdemers has joined #openstack-infra15:49
*** ihrachys has quit IRC15:51
jeblairfungi: maybe account creation should have office hours?  alternate tuesdays between 15:40 and 15:55, every wednesday from 17:13 to 17:23 and the first thursday of the month from 00:36 to 00:47.15:51
AJaegermtreinish: thanks, that's usefull - now I'm understanding better how to select15:52
fungijeblair: heh. make it confusing enough the spammers can't figure it out even from the documentation? ;)15:52
*** vhosakot has joined #openstack-infra15:52
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: use six.reraise  https://review.openstack.org/32301515:52
*** harlowja_at_home has joined #openstack-infra15:52
notmorganjeblair, mordred: ^ fixed and keeping the similar pattern as we had before.15:52
*** andreas_s has quit IRC15:53
notmorganjeblair: and good call on fixing the args :)15:54
*** Swami_ has quit IRC15:54
mtreinishAJaeger: one thing I just notice on that 2nd link I pasted, it looks like there is a bug and the graphs don't update with the filter (we do that on other pages)15:54
*** Swami has quit IRC15:54
*** harlowja_at_home has quit IRC15:54
* AJaeger started wondering already where the failures come from...15:55
*** EricGonczer_ has quit IRC15:57
*** vincentll has quit IRC15:57
*** armax has joined #openstack-infra15:58
*** rossella_s has quit IRC15:59
mtreinishAJaeger: https://bugs.launchpad.net/openstack-health/+bug/159005916:00
openstackLaunchpad bug 1590059 in OpenStack Health "Per group page graphs don't update with regex filter" [Undecided,New]16:00
*** dizquierdo has quit IRC16:01
*** gokrokve has joined #openstack-infra16:02
*** EricGonczer_ has joined #openstack-infra16:02
*** inc0 has quit IRC16:06
openstackgerrityolanda.robla proposed openstack-infra/puppet-nodepool: Fix duplicated package for build-essential  https://review.openstack.org/32660516:06
*** yamahata has quit IRC16:11
*** armax has quit IRC16:12
*** tesseract has quit IRC16:13
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 fix: Use six.reraise  https://review.openstack.org/32192616:14
*** Apoorva has joined #openstack-infra16:14
*** matrohon has quit IRC16:14
*** Apoorva has quit IRC16:15
*** armax has joined #openstack-infra16:16
*** Apoorva has joined #openstack-infra16:16
*** vgridnev has quit IRC16:16
*** dprince has quit IRC16:17
*** r-daneel has quit IRC16:17
fungiheading out to vote and get some lunch, should be back in plenty of time to finish prepping for our weekly meeting16:19
rcarrillocruzfungi , nibalizer : i don't think i will be able to attend the meeting , if you chat about specs cleanup i'm more than happy to take on ansible-puppet if nibalizer writes down a list of issues16:19
*** asettle has quit IRC16:19
rcarrillocruzresponded to thread on mailing list as well16:19
*** ajmiller_ has joined #openstack-infra16:19
*** abregman is now known as abregman|nb16:20
anteayafungi: happy voting, enjoy lunch16:21
*** ajmiller has quit IRC16:23
nibalizerrcarrillocruz: sure thing16:23
nibalizerI think I will also be out for the meeting so yep16:23
*** dizquierdo has joined #openstack-infra16:24
*** amotoki has quit IRC16:24
jeblairmordred: a +3 on https://review.openstack.org/323015 sends the whole branch in16:24
*** jaosorior has quit IRC16:24
*** jaosorior has joined #openstack-infra16:24
*** ifarkas has quit IRC16:25
*** armax has quit IRC16:25
*** salv-orl_ has joined #openstack-infra16:25
*** jaosorior has quit IRC16:26
*** r-daneel has joined #openstack-infra16:26
*** salv-orlando has quit IRC16:27
mordredjeblair, notmorgan: BOOM16:28
*** LaT0rtue has joined #openstack-infra16:29
openstackgerritSteven Hardy proposed openstack-infra/tripleo-ci: Add text option to tripleo-jobs-gerrit.py  https://review.openstack.org/32663216:29
notmorganmordred: woo16:29
notmorganjeblair, mordred: need to keep chasing some handling of queue differences in py2/py3 but it's getting close.  I think i've chased down the nodepool bytes issue too, turns out i might have another fix needed for gear :(16:29
*** dmk0202 has quit IRC16:30
jeblairnotmorgan: i like it when gear gets better16:30
notmorganjeblair: yeah so do i, but i feel bad that we just released a few fixes  and there might be more ;)16:31
mordrednotmorgan: is that why the py3 unit tests still aren't green?16:31
jeblairfungi, mordred, pabelanger: i could use some help knowing what to do after a launch-node failure...16:31
notmorganmordred: in nodepool, i am working on bytes conversion (vs. string) and running into some oddities. likely zuul will be in the same boat.16:31
jeblairfungi, mordred, pabelanger: http://paste.openstack.org/show/508718/16:31
mordredjeblair: looking16:32
notmorganmordred: basically, yes. it is why py3 tests aren't green yet.16:32
mordrednotmorgan: nod16:32
openstackgerritPaul Belanger proposed openstack-infra/tripleo-ci: Add timeout to deploy.sh  https://review.openstack.org/32663416:32
mordredjeblair: uhm16:32
*** dtantsur is now known as dtantsur|afk16:33
mordredjeblair, pabelanger: it feels like there is some output missing somewhere16:33
mordredis it going into the logs?16:33
pabelangermordred: jeblair: looks like puppet failes to run. I would add --keep and check syslog on the new server16:34
pabelangerthat's what I did for the precise migration16:34
jeblairpabelanger: i did have --keep, i'll check the server16:34
mordredah. yah. syslog on the server in question16:34
pabelangerjeblair: great16:34
jeblairdid we come up with a plan to improve this at the summit?16:34
mordredI think we have a todo list item to do logging in both places, don't we?16:34
mordredyah16:34
mordredI tink we did16:34
jeblairi have some kind of vague recollection about that16:34
mordredI do not think it has been implemented yet16:34
*** EricGonczer_ has quit IRC16:34
jeblairi think i might even have volunteered to do it16:34
mordredidea was "have it syslog on the server but ALSO have it log on the master"16:35
jeblairbut i can not for the life of me remember what the plan was16:35
mordredbecause logs in both places are useful16:35
*** e0ne has quit IRC16:35
*** yamahata has joined #openstack-infra16:35
mordredat different times16:35
jeblairhow do we have it log on the master...?16:35
* mordred waves hands and runs away16:35
*** anteaya has quit IRC16:35
mordredjeblair: I remember that we had an impl idea for that16:35
*** e0ne has joined #openstack-infra16:35
mordredbut I do not remember what it is16:35
pabelangerI think we talked about 1): copy syslog off remote server. 2) stream to syslog server16:35
mordredI _think_ we can set up puppet to log to both syslog and to stdout16:35
jeblairmordred: yes, we can do that16:36
mordredso that the command on the master has access to the stdout/stderr and can log it locally on error or whatnot16:36
jeblairbut when we go to stdout, it ends up in a giant one line json blob16:36
*** mriedem_afk is now known as mriedem16:36
mordredyah. I think there was something we were going to do with it master-side16:36
mordredto make that unsuck16:36
jeblaircould a callback plugin do that?16:36
mordredyah16:36
mordredjeblair: ever written one of those?16:37
*** savihou has quit IRC16:37
jeblairso maybe i was going to write a callback plugin that took the ansible-puppet-role log output and plopped it on the master16:37
pabelangerthat sounds familiar16:37
*** jlanoux has quit IRC16:37
mordredyah16:37
jeblairyay!  this was helpful!16:37
*** anteaya has joined #openstack-infra16:37
jeblairi will probably not do that right this moment, but soon.16:37
*** jerryz has joined #openstack-infra16:38
mordredit's possible that the one you've already written for zuul might be useful and/or the same16:38
mordredit's also possible that they're different enough to need to be two different things16:38
*** nadya has joined #openstack-infra16:38
openstackgerritBrian Stajkowski proposed openstack-infra/project-config: New Project Quark Plugin  https://review.openstack.org/31936816:40
jeblairmordred: yeah, the zuul callback plugin is about timeouts -- the other stuff is all modules16:40
jeblairso probably different16:40
*** nadya_ has joined #openstack-infra16:40
*** e0ne has quit IRC16:40
*** derekh has quit IRC16:40
jeblaircorvus@23.253.92.197's password:16:41
jeblairoh16:41
jeblairso that's not going to work.16:41
jeblairpabelanger, mordred: i don't think it got far enough to install my ssh key.16:41
*** tonytan4ever has quit IRC16:41
*** e0ne has joined #openstack-infra16:41
*** nadya has quit IRC16:42
jeblairbut hey, that private key in tmp still exists!16:42
*** sorantis has joined #openstack-infra16:42
jeblairJun  6 23:43:27 zlstatic01 puppet-user[19632]: Could not find data item gerrit_ssh_rsa_pubkey_contents in any Hiera data file and no default supplied at /opt/system-config/production/manifests/site.pp:911 on node zlstatic01.openstack.org16:42
*** SumitNaiksatam has quit IRC16:43
jeblairthere is 0 hieradata on the host16:43
pabelangerjeblair: so, I've had this issue. Two things to check. 1) are you running playbook as root? (non-root cannot access hieradata on puppetmaster.o.o) 2) are you using group hieradata files? (because I think there is a bug in our ansible playbooks)16:44
*** cloudtrainme has quit IRC16:45
jeblairpabelanger: i am not running as root16:45
kzaitsev_mbare jenkins/zuul feeling good? I have a patch, that with all the jobs green and finished, but it's hanging in that state 20 mins approx16:46
jeblairi will re-run as root16:46
kzaitsev_mbhttp://status.openstack.org/zuul/ patch no 32617816:46
kzaitsev_mband it's gone )16:46
kzaitsev_mbsorry for bothering16:46
jeblairkzaitsev_mb: glad to help! :)16:46
pabelangerjeblair: so that is the issue. My suggestion was to add puppet:puppet to /etc/puppet/hieradata to allow non-root to access the data to use launch-node.py16:46
kzaitsev_mb(=16:46
jeblairpabelanger: yeah, i'd be okay with that16:47
pabelangerjeblair: okay, let me see if that directory is controlled by puppet16:47
*** Kiall has quit IRC16:47
*** Swami has joined #openstack-infra16:47
*** Swami has quit IRC16:48
*** nadya_ has quit IRC16:48
*** Swami has joined #openstack-infra16:48
*** e0ne has quit IRC16:49
cineramahey hey SpamapS16:49
*** nadya has joined #openstack-infra16:49
*** Kiall has joined #openstack-infra16:50
*** lucasagomes is now known as lucas-dinner16:52
*** dprince has joined #openstack-infra16:53
*** psilvad has quit IRC16:54
SpamapScinerama: o/16:54
*** sarob has joined #openstack-infra16:54
*** psilvad has joined #openstack-infra16:55
*** nwkarsten has quit IRC16:55
openstackgerritPaul Belanger proposed openstack-infra/system-config: Add root:puppet permissions to hieradata  https://review.openstack.org/32664916:56
pabelangerjeblair: that should work ^16:56
cineramaSpamapS, was wondering how we can get a release of glean. we'd like to land https://review.openstack.org/#/c/315862/16:56
notmorganjeblair, mordred: fixing pep8 and such for six.reraise16:57
notmorganjeblair, mordred: doh!16:57
JayFshould I expect things like stats.zuul.pipeline.gate.job.gate-tempest-dsvm-ironic-pxe_ipa.wait_time to be populated?16:57
notmorganjeblair: also - http://logs.openstack.org/15/323015/7/check/gate-zuul-python27-db/8ec60e9/console.html this is an example of the weird error i was seeing in py216:58
JayFTrying to prove that the irnoic job changes made things faster and I can't find the metric in graphite :/16:58
notmorganjeblair: no clear error, but a test failure.16:58
*** sarob has quit IRC16:58
*** flwang1 has joined #openstack-infra16:58
pabelangerAJaeger: mind helping 326122 land?16:58
AJaegerpabelanger: let me check...16:59
pabelangerAJaeger: great, thanks17:00
*** sarob has joined #openstack-infra17:01
*** sarob has quit IRC17:01
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: use six.reraise  https://review.openstack.org/32301517:01
notmorganjeblair, mordred: fixed the pep8 failure.17:01
jeblairnotmorgan: yeah, that is the testtools hard timeout fixture striking17:02
*** sarob has joined #openstack-infra17:02
*** bdemers_ has joined #openstack-infra17:02
jeblairnotmorgan: with logs, i could address the underlying problem, but we don't get it with that fixture17:02
*** r-daneel has quit IRC17:02
*** dizquierdo has quit IRC17:02
notmorganjeblair: yep. exactly what i've been running into - and it seems to coinside with the socket oddities.17:02
*** trown is now known as trown|lunch17:02
*** sputnik13 has joined #openstack-infra17:03
*** banix has joined #openstack-infra17:03
*** nadya_ has joined #openstack-infra17:03
AJaegerjroll, TheJulia : Could you review https://review.openstack.org/#/c/326203/ , please?17:03
notmorganjeblair: but that aside, i'll keep trying to look for logs on it when i see it here locally.17:03
SpamapScinerama: Oh I think we should probably just look at releasing if we have the fixed network_data.json reading landed.17:03
jeblairnotmorgan: that would be swell!17:04
*** nadya has quit IRC17:04
notmorganjeblair: but it's infrequent.17:04
openstackgerritEric Peterson proposed openstack-infra/jenkins-job-builder: Add git tag parameter support  https://review.openstack.org/32665617:05
*** ducttape_ has joined #openstack-infra17:05
jeblairpabelanger, mordred: running as root, i got common.yaml installed.  but it's also supposed to get group/zuul-merger.yaml17:05
jeblairand that didn't show up17:05
openstackgerritMorgan Fainberg proposed openstack-infra/nodepool: Python 3 fix: Use six.reraise  https://review.openstack.org/32192617:05
*** bdemers has quit IRC17:05
*** Apoorva_ has joined #openstack-infra17:06
mordredSpamapS, cinerama: ++17:06
AJaegermordred: is https://review.openstack.org/315632 still needed?17:06
mordredAJaeger: looking17:07
*** eharney has quit IRC17:07
*** timothyb89 has quit IRC17:07
*** nadya has joined #openstack-infra17:08
*** nadya_ has quit IRC17:08
jeblairpabelanger, mordred: this looks correct: zuul-merger ~z[lm](static)?\d+\.openstack\.org17:08
openstackgerritPaul Belanger proposed openstack-infra/system-config: Add zuul-worker public key to nodepool.o.o  https://review.openstack.org/32353917:08
*** vgridnev has joined #openstack-infra17:08
*** sarob has quit IRC17:08
*** Apoorva has quit IRC17:08
*** sarob has joined #openstack-infra17:09
*** timothyb89 has joined #openstack-infra17:09
*** EricGonczer_ has joined #openstack-infra17:09
*** nadya_ has joined #openstack-infra17:12
*** nadya has quit IRC17:13
cineramaSpamapS, mordred: +1 releasing the things17:13
*** tonytan4ever has joined #openstack-infra17:13
*** nadya_ has quit IRC17:14
jeblairpabelanger, mordred: oh, something about generated-groups17:14
jeblairhow does that get created?17:14
pabelangerjeblair: so, that was the other bug. I believe our ansible playbook doesn't setup our inventory file correctly. I think we need to update launch-node.py to generate the following inventory: http://paste.openstack.org/show/508724/17:15
pabelangermordred: ^17:15
pabelangertoday we are missing the section header17:15
pabelangerwhich then our ansible-puppet playbook fails to copy over our group inventory17:15
*** r-daneel has joined #openstack-infra17:15
jeblairah yeah, we will run expand-groups in the launch script *after* the host is set up -- to create update the system generated-groups file17:16
pabelangers/ansible playbook/launch-node.py17:16
*** shashank_hegde has joined #openstack-infra17:16
*** johnny has joined #openstack-infra17:16
*** jordanP has joined #openstack-infra17:16
SpamapSI don't think I have release powers for glean though17:16
*** nwkarsten has joined #openstack-infra17:16
*** nwkarsten has quit IRC17:17
*** johnny is now known as Guest4855217:17
jeblairpabelanger: but can launch-node use generated-groups?17:17
*** shashank_hegde has quit IRC17:17
jeblairpabelanger: maybe if we had launch-node run expand-groups after server creation but before running ansible....17:17
pabelangerjeblair: I don't think so.  What I ended up doing was write a simple patch to hardcode my group value.  But, I'm having trouble locating the patch atm17:17
jeblairpabelanger: i'm going to run expand-groups now to add that to the file, then re-run to test.17:17
pabelangerjeblair: the issue I had, I didn't know a clean way to get the $group var from puppet into launch-node.py, without passing it via the CLI17:18
pabelangerjeblair: okay17:18
jeblairpabelanger: technically in this case we want the ansible groups, not the puppet group17:18
mordredjeblair, pabelanger: you need the group because the secrets are in group vars?17:19
jeblairpabelanger: (which is done by applying regexes from group.txt)17:19
jeblairmordred: i need the group so that the group hiera file is copied17:19
mordredyah17:19
mordredk. so it's not really an expand groups thing, since this is a temporary inventory that's written out for the purposes of this run (since hte server may not become fully live)17:20
mordredhowever, it's possible that the reasoning of doing that is bong17:20
mordredand perhaps doing what jeblair just said is a better approach17:20
jeblairi'm testing it now17:20
mordredcool17:20
mordredsorry, I was mostly talking out loud as I was considering your words17:20
*** PollyZ has quit IRC17:20
jeblairmordred: i understand the reasoning/hesitation there17:20
anteayafungi: the work items got kind of jammed together in the final version, I'm going to offer a patch that spreads them out a bit: http://specs.openstack.org/openstack-infra/infra-specs/specs/task-tracker.html#work-items17:20
pabelangerYa, I didn't know a better way to access: {{ hostvars[inventory_hostname].group_names }} aside from using the inventory file17:21
mordredjeblair: I think we really do need either a delete-node script, a "re-run all the things after any deleted nodes" script - or ricky's thing too ... not urgently/right now - but I think we want to make sure to delete the cache and re-run expand-hosts after deletes as well17:22
pabelangercloudnull: did you see my question yesterday about OSIC and public IPs?  Was just following up to see if you see the issue17:22
mordredpabelanger: we don't need 315632 as it currently exists - we might still need it for bluebox17:23
jeblairmordred, pabelanger: that didn't work.  zlstatic01 was in the generated-groups file, but the zuul-merger hiera did not get copied17:23
*** TravT has joined #openstack-infra17:24
pabelangermordred: odd, I thought we landed that already.  Checking history17:24
*** amotoki has joined #openstack-infra17:24
mordredjeblair: oh. yeah. so - generated-groups is in /etc/ansible/hosts - but that is not in the temporary inventory path17:24
TravTso, what's the trick to sign in to gerrit now?17:24
jeblairmordred: i sort of thought it would still be falling back on the system inventory directory for groups, but i guess when you say "-i" that excludes all of that.17:24
mordredjeblair: yes. inventories are completely exclusive17:25
*** jordanP has quit IRC17:25
mordredjeblair: what if we just make this much simpler17:25
jeblairmordred: then i think we need to do what pabelanger was saying and put the header at the top of the tmp inventory file, but we have to figure out what groups it is a member of17:25
jeblairmordred: i like simpler17:26
mordredjeblair: well, as I was writing I may have changed my mind - let me offer two different suggestions17:26
*** nwkarsten has joined #openstack-infra17:26
openstackgerritEric Peterson proposed openstack-infra/jenkins-job-builder: Add git tag parameter support  https://review.openstack.org/32665617:26
openstackgerritMerged openstack-infra/project-config: Add stats for zuul launchers  https://review.openstack.org/32612217:27
mordredsuggestion a) more rube, but quicker to do: make the temporary inventory a directory, not a file. write a file to it that's like the one we're writing now. then run expand-groups. then symlink the generated groups file into the temporary inventory directory17:27
*** mriedem has quit IRC17:27
*** mriedem has joined #openstack-infra17:27
openstackgerritMerged openstack-infra/project-config: Add nova-lxd to openstack  https://review.openstack.org/32466717:27
jeblairmordred: i agree that should work17:28
mordredsuggestion b) simpler but has one possible race condition: stop doing temp inventory writing altogether. run expand-groups as you just did, but leave off -i and use the system inventory17:28
mordred(after having removed the inventory cache)17:28
anteayaI'm getting an ubuntu one delay trying to log into storyboard and launchpad, I'm already logged into gerrit17:28
*** denisra has joined #openstack-infra17:28
*** sjmc7 has joined #openstack-infra17:28
mordredthe race condition being that system cron could attempt to run puppet on the host while launch node is running puppet on the host - but that's probably ok in more cases than the current system breaks17:28
*** amotoki has quit IRC17:29
jeblairmordred: i think we have that race condition once every 24 hours now.  i do think it's highly likely to happen if we go with suggestion b though.17:29
jeblairso i think we should do (a) and defer (b) until we have some kind of solution to the race17:30
*** tphummel has joined #openstack-infra17:32
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: experimenting with local.conf  https://review.openstack.org/32658517:32
*** cloudtrainme has joined #openstack-infra17:32
jeblairmordred, pabelanger: shall i hack option (a) up real quick?17:35
sambettsHey, is the gerrit sign in broken? Im seeing a "Provider is not supported, or was incorrectly entered." error17:37
pabelangerjeblair: mordred: I haven't fully grasped (a) at the moment.17:37
*** PollyZ has joined #openstack-infra17:37
anteayasambetts: yes I too have encountered a problem with ubuntuone our sso provider17:38
anteayain that the sso provider is hanging17:38
sambetts\o/ not just me then17:38
anteayano, not just you17:39
anteayathus far noone able to address the problem has addressed it that I know of though17:39
sjmc7https://login.ubuntu.com/ is down17:39
*** salv-orl_ has quit IRC17:41
*** shardy has quit IRC17:41
anteayasjmc7: yes are you reporting it for our benefit or have you any ability to address the issue?17:41
*** salv-orlando has joined #openstack-infra17:41
sjmc7i don’t have any ability to address it17:41
anteayasjmc7: thank you for reporting17:41
mat128sambetts: getting it too :P17:41
mat128sambetts: and getting 401s on https://review.openstack.org/login/static/title.png17:41
*** PollyZ has quit IRC17:42
* sambetts can't find any status page for the service, and the last message on the ubuntuone twitter account was from 201417:43
*** HeOS has quit IRC17:43
bkeroI just came here to report the same thing. http://staff.osuosl.org/~bkero/login.png17:43
sjmc7anyone know anyone at canonical?17:44
bkerolol17:44
*** sambetts is now known as sambetts|afk17:44
*** tonytan4ever has quit IRC17:44
anteayais there anyone aware of the issue with ubuntuone that can take any beneficial action?17:44
*** tkelsey has quit IRC17:44
anteayaand can perhaps report back to this channel?17:44
bkeroI asked in #ubuntu-one17:45
bkeroerr, #ubuntuone17:45
*** signed8bit has joined #openstack-infra17:45
*** Sukhdev has joined #openstack-infra17:46
anteayabkero: thanks very much17:47
*** ducttape_ has quit IRC17:47
*** Sukhdev has quit IRC17:48
*** asettle has joined #openstack-infra17:49
*** asettle has quit IRC17:49
*** asettle has joined #openstack-infra17:49
*** PollyZ has joined #openstack-infra17:51
*** shashank_hegde has joined #openstack-infra17:52
*** flepied1 has quit IRC17:52
*** cloudtrainme has quit IRC17:53
fungijeblair: what pabelanger describes is what i've had to end up doing for launch-node failure troubleshooting17:53
bkeroanteaya: I'll post here if I get a reply17:53
jeblairpabelanger: the idea behind option (a) is to use generate-groups to create the group mapping, and then incorporate that into the temporary inventory (via symlink)17:54
jeblairpabelanger: that way we don't need to do anything special to figure out the group membership17:54
fungijeblair: improving launch-node logging is one of the fallout bugs from the ansible migration which rcarrillocruz is volunteering to help tackle as nibalizer is strapped for free time17:54
jeblairoh, so i'm not on the hook for that?17:54
anteayabkero: thank you, I was just looking in #ubuntuone to see if I could find out where they post their logs, so far I can't see it in the topic17:54
bkeroanteaya: neither can I17:55
anteayabkero: okay thanks, the topic says the channel is logged so I just clicked all the links in the topic but some aren't resoving for me yet17:55
*** PollyZ has quit IRC17:55
bkeroanteaya: It's back up17:56
bkerosjmc7, mat128: service restored17:56
bkerosambetts|afk: ^17:56
fungianteaya: formatting issue? just propose it and if the draft version looks correct i'm happy to approve. no formal council vote required17:56
anteayabkero: thank you17:56
sjmc7yay! thanks bkero17:56
anteayafungi: thanks, will do17:56
*** oanson has joined #openstack-infra17:57
fungii just sort of skimmed scrollback and mostly only paid attention to my nick highlights. if anybody still needs help with stuff let me know, otherwise i'm prepping for our meeting in an hour17:57
*** sjmc7 has left #openstack-infra17:58
*** eharney has joined #openstack-infra17:58
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: use bytesIO instead of cStringIO  https://review.openstack.org/32301617:58
*** rwsu has quit IRC17:58
anteayafungi: ack and Zara has some agenda items to add17:58
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: use proper octal notation  https://review.openstack.org/32301717:58
anteayafungi: should she edit herself or tell you at this point?17:58
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: Absolute Imports  https://review.openstack.org/32301817:58
*** vgridnev has quit IRC17:59
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: use six.moves.configparser  https://review.openstack.org/32302017:59
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: Replace missing builtins  https://review.openstack.org/32420517:59
pleia2I found a change from a while back from mrmartin re: upgrading groups-dev.o.o and I see it's still on precise in site.pp, so I went to log into it (and groups) to confirm but ssh is timing out, and cacti has no data for them, does anyone know the story with these?17:59
*** e0ne has joined #openstack-infra17:59
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fix: dict().iteritems no longer exists  https://review.openstack.org/32562017:59
flwang1hi can you guys login gerrit?17:59
pleia2https://review.openstack.org/#/c/299238/ is the one from mrmartin, pabelanger created a duplicate the other week at https://review.openstack.org/#/c/301680/17:59
anteayapleia2: well ubuntuone was just down but is back up again17:59
anteayaflwang1: try now17:59
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: Bundled Fixes  https://review.openstack.org/32566117:59
anteayaflwang1: and I'm not a guy17:59
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Update gear requirement  https://review.openstack.org/32617317:59
pleia2anteaya ?18:00
pleia2ah, I assume that was meant for flwang1 :)18:00
anteayapleia2: would an ubuntuone outage have affected your ability to login to groups?18:00
fungianteaya: Zara: edit away. i try to account for late addition race conditions in the agenda18:01
anteayafungi: thank you18:01
pleia2anteaya: no, I'm sshing into the server, we use ssh keys for that18:01
*** otherwiseguy has quit IRC18:02
anteayasorry was over enthusiastic with sharing the ubuntuone outage info18:02
pleia2hehe18:02
*** electrofelix has quit IRC18:02
*** gouthamr_ has joined #openstack-infra18:02
*** e0ne has quit IRC18:02
*** gouthamr has quit IRC18:03
*** oanson has quit IRC18:03
fungipleia2: mnaser: if ubuntuone was a problem, maybe that accounts for the earlier groups.o.o webui login issues too? worth retrying now?18:03
pleia2aha, I finally logged into -dev, but it was very slow18:04
fungiyeah, my ssh into groups.o.o is pretty slow too18:04
flwang1anteaya: sorry :)18:04
*** EricGonczer_ has quit IRC18:04
pleia2so, were these servers discussed during our sprint end? anyone following up with mrmartin?18:05
pleia2I can if not18:05
*** EricGonczer_ has joined #openstack-infra18:05
anteayapleia2: I do not recall them being discussed18:05
*** TravT has left #openstack-infra18:05
fungipleia2: huh, yeah strange... snmp responses for groups and groups-dev went dead a couple weeks ago18:06
pleia2ok, I'll mail mrmartin and Cc: the infra list in a few hours if no one else did this already18:06
*** pvaneck has joined #openstack-infra18:06
fungipleia2: also my cached ssh host key for groups.o.o has changed, so i'm guess it it was upgraded18:06
pleia2DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"18:07
fungiguessING18:07
pleia2that's -dev18:07
flwang1it's fixed, thanks18:07
fungilooks like maybe they were upgraded to trusty and snmp stopped working around the same time?18:07
openstackgerritAnita Kuno proposed openstack-infra/infra-specs: Enumerate steps and options  https://review.openstack.org/32668018:08
pleia2I think maybe we should +A https://review.openstack.org/#/c/299238/18:08
fungii'm waiting for groups.o.o to get around to logging me in now that i've cleared the old known hosts entry18:08
pleia2fungi: could be, I'll dig around logs and see if they go back far enough to learn about timing18:08
pleia2fungi: heh, same18:08
pleia2huzzah, in18:09
pleia2DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"18:09
pleia2alright, that one was upgraded too18:09
fungigroups.o.o is running trusty and uptime says 68 days18:09
anteayaturns out #. in rst will enumerate but 1. in the published form is just 1. regardless of how many you have18:09
fungiso i'm guessing it has been running trusty for a long while18:10
*** mixos has joined #openstack-infra18:10
*** trown|lunch is now known as trown18:10
fungiload average on groups.o.o is 99.9-100.0% idle, so slow logins don't seem to be cpu related18:10
pleia2yeah, that was the first thing I checked18:10
pleia2I'll ssh with -vvv to see where it's getting hung up18:11
pleia2oh, I'm also connecting over ipv618:11
*** gyee has joined #openstack-infra18:11
fungiahh, yep. me too. icmp6 echo packet loss is... extreme18:12
fungialso, you're _not_ connected to it over ipv618:12
fungiand neither am i18:12
*** oanson has joined #openstack-infra18:12
fungiwhich i think means we're seeing v6 timeouts18:12
pleia2indeed! my verbose session just confirmed as soon as v6 times out I'm in fast with v418:13
openstackgerritPaul Belanger proposed openstack-infra/tripleo-ci: Add timeout to deploy.sh  https://review.openstack.org/32663418:13
pleia2debug1: Connecting to groups-dev.openstack.org [2001:4800:7813:516:3bc3:d7f6:ff05:391d] port 22.18:14
pleia2debug1: connect to address 2001:4800:7813:516:3bc3:d7f6:ff05:391d port 22: Connection timed out18:14
pleia2debug1: Connecting to groups-dev.openstack.org [198.101.242.197] port 22.18:14
fungipleia2: ipv6 address reported by `ip -6 address show dev eth0` does _not_ match dns18:14
pleia2cool18:14
pleia2I'll confirm again in nova, then update dns18:14
fungithanks!18:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Support GitHub PR webhooks  https://review.openstack.org/16311718:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Make the string representation of change transparent  https://review.openstack.org/23894818:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Lower the log level in tests  https://review.openstack.org/26336418:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Merge pull requests from github reporter  https://review.openstack.org/24325018:14
fungii wonder if it got upgraded a couple months ago and whoever did it only updated ipv418:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Encapsulate determining the event purpose  https://review.openstack.org/24748718:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Fix job hierarchy bug.  https://review.openstack.org/19245718:14
openstackgerritJan Hruban proposed openstack-infra/zuul: support github pull reqeust labels  https://review.openstack.org/24742118:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Better merge message for GitHub pull reqeusts  https://review.openstack.org/28066718:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Add 'push' and 'tag' github webhook events.  https://review.openstack.org/19120718:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Add 'pr-comment' github webhook event  https://review.openstack.org/23920318:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Support for dependent pipelines with github  https://review.openstack.org/24750018:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Configurable SSH access to GitHub  https://review.openstack.org/23913818:14
openstackgerritJan Hruban proposed openstack-infra/zuul: GitHub file matching support  https://review.openstack.org/29237618:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Allow github trigger to match on branches/refs  https://review.openstack.org/25844818:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Log GitHub API rate limit  https://review.openstack.org/29237718:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Allow using webapp from connections  https://review.openstack.org/21564218:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Allow list values in template parameters.  https://review.openstack.org/19120818:14
openstackgerritJan Hruban proposed openstack-infra/zuul: Add basic Github Zuul Reporter.  https://review.openstack.org/19131218:14
fungiin dns18:14
pleia2fungi: seems like a reasonable assumption18:15
fungithanks!18:15
fungithat's my occam's razor explanation anyway18:15
*** doug-fis_ has joined #openstack-infra18:15
*** piet_ has joined #openstack-infra18:17
fungipleia2: supported by that... we upgraded cacti to trusty a couple weeks ago and it grew ipv6 support at the same time. which roughly coincides with when we ceased getting snmp responses from groups{,-dev}.o.o18:17
fungis/supported by/supporting/18:17
*** doug-fish has quit IRC18:18
fungibut there's also a gap in the cacti graphs on groups.o.o a couple months ago, after which the disk size for / ~doubled18:18
fungiwhich coincides with the uptime18:18
pleia2groups.o.o ttl was at 5 minutes, so that'll propagate quickly, groups-dev is 60, is it our policy to bump back to 60 after maintenance?18:19
pleia2anyway, AAAA records sorted18:19
fungii'd just leave it at 518:19
pleia2ok18:19
fungiwe could stand to go through and audit all our dns records and normalize their ttls, but low priority18:19
pleia2heh, indeed18:20
fungiwould be much easier if we maintained the zones in git18:20
pleia2anything but this UI18:20
fungisrsly18:20
pleia2I don't entirely blame the person who missed the AAAA records, the inability to search through this list without scroll, wait, scroll, wait is maddening18:20
pleia2have to know to look for them18:21
ayoungfungi, we have a boty in #openstack-meeting  but no one with moderators18:21
*** dolphm has joined #openstack-infra18:21
dolphmpossible abusive / spam use in #openstack-meeting named BroNeed18:21
dolphmuser*18:21
dolphmspouting nonsense periodically18:21
nwkarsteni'm trying to understand the puppet modules for subunit2sql. how do the subunit-worker and subunit-server interact with the subunit2sql database and with the gearman server respectively?18:22
fungiayoung: dolphm: on it18:22
notmorganfungi: thanks.18:22
notmorganyep BroNeed i think is the name.18:23
notmorganin -meeting18:23
samueldmqnotmorgan: dolphm: fungi: thanks18:23
*** pvaneck has quit IRC18:24
samueldmqfungi: perfect, thanks!18:24
notmorganfungi: appreciate it.18:24
openstackgerritKirill Bespalov proposed openstack-infra/project-config: Fix branch for releasenotes job of oslo.messaging  https://review.openstack.org/32668718:24
fungigone now18:24
fungii always have to recheck chanserv help to figure out akick syntax18:25
*** amotoki has joined #openstack-infra18:26
pleia2fwiw, I prefer /remove :)18:26
pleia2in irssi /quote remove #channel nickname :the reason here18:26
jeblairfungi, pleia2: would love it if our docs just said what to do18:26
pleia2I can add it18:26
jeblairpleia2: our docs *do* say remove, but then it says abusive users should be banned18:26
jeblairso i assume that's what should happen18:26
pleia2actually, I already did :)18:26
fungii've been doing /msg chanserv akick #openstack-meeting add somenick spamming is off-topic18:26
jeblairpleia2: yeah, but when i read those instructions, i invariably come to the conclusion i should not use remove18:27
*** amoralej is now known as amoralej|off18:27
jeblairso they could use some tweaking :)18:27
pleia2jeblair: ah, ok18:27
jeblairwhich is better, akick or remove?18:27
pleia2I'll adjust ban syntax to say it can be used in combination18:27
fungithe upside to going through chanserv is that it doesn't give them an adversary to target with private /msg afterward18:27
jeblairi like that18:28
pleia2my rationale for recommending /remove is that it sends a /part signal to the client, so they won't autorejoin (as many clients offer upon kick), and I use ban later if they really don't stay away18:28
fungiahh18:28
fungiyeah, i've just been going with the big hammer18:29
fungifor abusive people in any channel, but also obnoxious people in meeting channels18:29
* pleia2 nods18:29
pleia2your point about not identifying yourself as the one who banned does make sense too18:30
*** amotoki has quit IRC18:30
fungithe odds that someone wandering into a meeting channel as their first interaction with the community will end up being a useful contributor later and actually need to use that channel? statistically insignificant18:30
*** gouthamr_ has quit IRC18:30
pleia2heh, I come from the land of massive Ubuntu channels where we hit the ban list limits (turns out they exist!)18:31
fungiand if as their first act they badger people trying to conduct a meeting, then really i'm not worried a permanent channel ban is appropriate18:31
sdaguezuul is chugging pretty hard on processing merges right now, eh?18:31
pleia2but it's less of a problem for us18:31
*** gouthamr has joined #openstack-infra18:31
*** e0ne has joined #openstack-infra18:32
*** PollyZ has joined #openstack-infra18:32
fungipleia2: oh! yeah i can imagine it's a different story if you end up banning so many lusers that you hit freenode's ban list max18:32
*** gokrokve has quit IRC18:32
*** baoli_ has quit IRC18:32
fungithe frequency for us is thankfully low enough for now we can just wield the +2 lart of banning18:33
*** kzaitsev_mb has quit IRC18:33
anteayayes that is the second spammer in less than 24 hours18:33
* fungi doesn't get an opportunity to say "lart" that much these days18:34
anteayaI lean on the side of send a strong message this isn't an effective vector18:34
*** Ravikiran_K has quit IRC18:34
*** Apoorva_ has quit IRC18:34
anteayaI thought it was a typo, I had to look it up18:35
*** Apoorva has joined #openstack-infra18:35
anteayaso glad that word is new to me18:35
*** pvaneck has joined #openstack-infra18:35
* fungi recommends the jargon file for beefing up your classic hacker vocabulary18:36
bkero(jargon file)++18:36
*** dtardivel has quit IRC18:37
*** PollyZ has quit IRC18:37
*** oanson has quit IRC18:38
sdagueso is 5 minutes per patch merge for top of the gate an expected flow rate? That seems kind of slow once test results are in18:39
sdaguethe top 17 patches are all passed and just chilling trying to merge18:39
fungisdague: if something's causing zuul reporting into gerrit to slow down, then possibly18:39
sdaguefungi: ok, gerrit is definitely on the slow side18:40
sdaguein the last 9 minutes 1 patch has merged, the top of the queue shows merged in gerrit, but not in zuul18:40
fungii'll let another infra-root dig into zuul+gerrit performance problems. trying to get meeting prep done18:40
sdagueit reported to gerrit 3 minutes ago18:40
samueldmqfungi: please again18:41
samueldmqfungi: -meeting, we gotta need a kick18:41
dolphmfungi: blatantly abusive language from Wundrlnd in #openstack-meeting18:41
anteayathis looks odd on gerrit, after -meeting is cleared: http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=4588&rra_id=all18:42
fungisamueldmq: dolphm: looks like they /part'ed the channel already, but i've added a ban for them anyway18:42
openstackgerritK Jonathan Harker proposed openstack-infra/puppet-logstash: Include archive class before using archive define  https://review.openstack.org/32669318:42
fungisdague: the zuul event and result queue is very long. coinciding with this behavior last week, we saw a 40+ patch series show up for some project18:42
sdagueyeh, nothing that long18:43
sdaguezuul has a 9 deep and trove a 10 deep18:43
fungisdague: well, not yet. last time it showe up immediately _after_ zuul got the outstanding events processed18:43
fungier, showed18:43
sdaguegotcha18:43
sdagueyeh, well it's in event grind now, so I guess it won't really do any of that until those are processed18:44
samueldmqfungi: thanks18:44
*** Sukhdev has joined #openstack-infra18:47
*** PollyZ has joined #openstack-infra18:47
*** tzn has joined #openstack-infra18:48
*** bhavik has quit IRC18:49
jeblairsdague, fungi: it's taking about 1 minute each to process nova merges, probably due to the open change query it does for the merge-check pipeline18:51
fungievent queue is approaching 15k18:52
fungifun stuff18:52
jeblairmost of those are ref-replicated events; they're noops18:52
jeblairand of course the internal events used to trigger merge-check18:52
jeblairthere was also a reconfiguration an hour ago, so it's been building up its cache18:53
*** tzn has quit IRC18:54
*** regXboi has joined #openstack-infra18:54
mgagnehow can someone update this line in an automated manner when installing Zuul? https://github.com/openstack-infra/zuul/blob/master/etc/status/public_html/zuul.app.js#L5918:57
sdaguejeblair: ok, cool, it definitely did speed up after the nova merges started going in it looks like. That neutron merge took forever when I first asked about it18:57
*** esikachev has quit IRC18:58
*** hasharAway is now known as hashar18:59
*** mriedem1 has joined #openstack-infra18:59
openstackgerritJames E. Blair proposed openstack-infra/system-config: Use global generated groups in launch-node  https://review.openstack.org/32669918:59
*** ihrachys has joined #openstack-infra18:59
jeblairsdague: yeah, that may have been taking the brunt of the cache misses18:59
sdaguegotcha19:00
mgagnehow can one make it so it's easily customizable?19:00
fungiit's that (weekly infra team meeting) time again! find us in #openstack-meeting for the next hour19:00
*** doug-fis_ has quit IRC19:00
jeblairpabelanger, mordred: suggestion (a):  https://review.openstack.org/32669919:00
prometheanfireianw: what's left to do with the cleanup, just wait on reviews?19:00
*** mriedem has quit IRC19:01
*** doug-fish has joined #openstack-infra19:01
*** doug-fish has quit IRC19:01
*** Rockyg has joined #openstack-infra19:01
*** doug-fish has joined #openstack-infra19:01
*** piet_ has quit IRC19:02
mordredmgagne: I've thought about a fetchable config for that before - but haven't done any work on it19:02
mgagnemordred: fetchable from Zuul?19:03
mordredmgagne: or somewhere. a json file on a URL would be fine - but GET locahost/webapp.json or something would likely be an easyish way? I don't know - I just know i've know the thing you're talking about a dI don't have a GREAT answer right now19:04
*** EricGonczer_ has quit IRC19:04
*** EricGonczer_ has joined #openstack-infra19:04
ianwprometheanfire: well, i did get things working without having to have openstack-repos cloned, although looking at the change, i wondered about it.  it's certainly good for testing & abstraction purposes19:05
*** amrith is now known as _amrith_19:06
*** h00pz has joined #openstack-infra19:07
h00pzfolks wondering if someone can help me, I have been trying to sign my ICLA and every time I get Code Review - Error Server Error Cannot store contact information19:07
*** sarob has quit IRC19:08
AJaegerh00pz: If you already followed the instructions  at http://docs.openstack.org/infra/manual/developers.html#account-setup and still get that, see https://ask.openstack.org/question/56720 for additional troubleshooting tips.19:08
h00pzI had done everything except click that I am a foundation member.  That did it19:14
*** bdemers_ has quit IRC19:14
*** zeih has joined #openstack-infra19:14
*** timello has quit IRC19:15
*** Kennan has quit IRC19:15
*** Kennan has joined #openstack-infra19:16
*** ihrachys has quit IRC19:18
pleia2yay, groups.o.o data is getting to cacti again :)19:18
*** ihrachys has joined #openstack-infra19:18
anteayapleia2: yay, back into the fold19:20
*** timello has joined #openstack-infra19:20
anteayathanks for noticing they were missing19:20
*** zeih has quit IRC19:20
openstackgerritMathieu Gagné proposed openstack-infra/grafyaml: Add support for multiple config paths  https://review.openstack.org/32670819:21
*** ramishra has quit IRC19:21
*** liusheng has quit IRC19:22
*** liusheng has joined #openstack-infra19:22
*** markusry has quit IRC19:23
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: experimenting with local.conf  https://review.openstack.org/32658519:24
*** mriedem has joined #openstack-infra19:24
*** mriedem1 has quit IRC19:25
anteayamordred: very nicely and well thought out email19:25
anteayait isn't often I complement you on those characteristics19:26
anteayabut you brought them to the fore very well in this instance19:27
mordredanteaya: thank you. there was nothing about writing that that I enjoyed19:28
anteayaI get that19:28
*** ihrachys has quit IRC19:28
anteayaand you chose good words to say your bit19:28
anteayaI commend you for that19:28
*** baoli has joined #openstack-infra19:28
*** bdemers has joined #openstack-infra19:28
*** ihrachys has joined #openstack-infra19:29
openstackgerritKirill Bespalov proposed openstack-infra/project-config: Fix branch for releasenotes job of oslo.messaging  https://review.openstack.org/32668719:29
*** bdemers_ has joined #openstack-infra19:31
*** bdemers has quit IRC19:34
*** nadya has joined #openstack-infra19:34
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Fix branch for releasenotes job of oslo.messaging  https://review.openstack.org/32668719:34
*** ams__ has joined #openstack-infra19:35
*** permalac has quit IRC19:36
openstackgerritDan Radez proposed openstack-infra/project-config: Adding puppet congress  https://review.openstack.org/32671319:37
*** tkelsey has joined #openstack-infra19:40
*** e0ne has quit IRC19:40
*** zeih has joined #openstack-infra19:42
*** asettle has quit IRC19:42
craigeo/19:42
*** tkelsey has quit IRC19:44
*** esikachev has joined #openstack-infra19:44
*** bdemers has joined #openstack-infra19:45
*** netsin has quit IRC19:45
openstackgerritMerged openstack-infra/infra-specs: Update translation check site spec  https://review.openstack.org/32568919:46
*** zeih has quit IRC19:46
mtreinishfungi: random question, what is the infra-specs way for marking something as implemented?19:47
mtreinishin other specs repos there's normally an implemented subdir and you can move things into there19:47
*** bdemers_ has quit IRC19:48
anteayamtreinish: http://specs.openstack.org/openstack-infra/infra-specs/#implemented-design-specifications19:48
anteayamtreinish: make a change on the index page19:48
openstackgerritMerged openstack-infra/zuul: Python 3 Fix: use six.reraise  https://review.openstack.org/32301519:48
*** esikachev has quit IRC19:49
mtreinishah, ok19:49
mtreinishthanks19:49
anteayawelcome19:49
*** nadya has quit IRC19:49
fungimtreinish: yeah, we don't arbitrarily move files around when there's a perfectly suitable index ;)19:49
mtreinishfungi: well it's editing a file vs a git mv19:50
mtreinishfungi: like on qa-specs the index is: http://git.openstack.org/cgit/openstack/qa-specs/tree/doc/source/index.rst#n3419:51
*** tqtran has joined #openstack-infra19:51
*** stajkowski has joined #openstack-infra19:51
mtreinishthen it also indicates to people in the dir tree which specs are still open vs not19:52
*** morgabra_ is now known as morgabra19:52
*** morgabra has joined #openstack-infra19:52
stajkowskihey all, trying to get a project added, should be good to go https://review.openstack.org/#/c/31936819:52
AJaegermtreinish: If I bookmark a file, it will still be available after the move. And then you update the implemented spec/edit it...19:52
openstackgerritMerged openstack-infra/infra-specs: Enumerate steps and options  https://review.openstack.org/32668019:55
*** trown is now known as trown|brb19:55
openstackgerritPaul Belanger proposed openstack-infra/tripleo-ci: Add timeout to deploy.sh  https://review.openstack.org/32663419:56
*** Goneri has quit IRC19:56
*** tzn has joined #openstack-infra19:57
*** nadya has joined #openstack-infra19:57
openstackgerritBrian Stajkowski proposed openstack-infra/project-config: New Project Quark Plugin  https://review.openstack.org/31936819:59
*** kgiusti has left #openstack-infra19:59
*** asettle has joined #openstack-infra19:59
*** trown|brb is now known as trown19:59
Zarayeah, sorry, it was bad that that point was right at the end20:00
ZaraI was planning to ask around to see who was interested more generally20:00
anteayaZara: yep no worries20:00
anteayasorry to step on your topic there20:00
Zarato see if we could break it down between people... but yeahhh. :/20:01
anteayabut wanted folks to know about the bug sprint20:01
anteayamaybe the bug sprint can help focus some effort here20:01
anteayaZara: shall you and I compose an email about the bug sprint tomorrow?20:01
anteayaZara: I know it is late for you now20:01
zaroZara: you should probably hold off on the gerrit storyboard plugin ayways.  i'm not actaully sure that it works.  i might have implemented it on an older version of gerrit20:01
Zarazaro: xD brilliant! Okay, will do20:02
ZaraI'm drowing in review atm anyway, so that wfm20:02
* Zara never takes holiday again20:02
*** nadya has quit IRC20:02
*** Sukhdev has quit IRC20:02
anteayazaro: oh I didn't know that, thanks for sharing20:02
ianwpabelanger: builds -> fatal: remote error: access denied or repository not exported: /openstack-dev/os-http.git20:03
Zaraanteaya: I suggest you do it or I do it; I think it'll take longer than it needs to otherwise20:03
ianwalso, not sure if that's running dib 1.17.0 as released yesterday20:03
*** sarob has joined #openstack-infra20:04
ianwis puppet not updating it?20:04
*** rwsu has joined #openstack-infra20:04
Zaraanteaya: I prefer to write first and check details with others after, rather than composing words with others.20:04
anteayaZara: very good, would you like to do it?20:04
Zaraanteaya: sure20:04
anteayaZara: thank you, I always admire your writing20:05
zaroZara: i'm assuming gerrit storyboard integration is low priority.  i mean is anybody knocking on our doors for it atm?20:05
SotKZara: sorry :)20:05
rcarrillocruzjeblair , fungi : yep, so, happy to help on ansible-puppet20:05
rcarrillocruzi need to know what are the issues so I can start poking20:06
rcarrillocruznibalizer: ^20:06
pabelangerianw: not sure what that repo is20:06
pabelangerianw: will have to dig into it20:06
anteayazaro: it is a high priority20:06
ianwpableanger: something jamielennox got added i think20:06
Zarazaro: so, mtreinish was interested and I myself am interested. I can't be sure that I'll be resourced to it. so, low priority from our employer, higher priority from openstack people, which means I don't want to sit on it.20:06
anteayazaro: mtreinish is knocking on doors with it20:06
anteayazaro: I would argue that gerrit storyboard integration is a critical priority actually20:07
zaroanteaya: more critcial than  gerrit memory leak?20:07
rcarrillocruzfungi: re helping with an infra cloud on other provider. I don't care what provider is, i just care about helping the project :-) . Having said that, I believe we should not just dump the HPE infra cloud, we have been given a bunch of HW and the heavy lifting of fixing glean/bifrost + all the puppet involved is done20:07
anteayazaro: but I understand that everything on your plate is high or critical20:07
anteayazaro: I'm not saying that20:08
rcarrillocruzand should be transferable to whatever provider comes to help20:08
rcarrillocruzi don't think we should just choose one20:08
anteayazaro: I'm saying it is critical for storyboard, I'm not saying it is more critical than other things on your plate20:08
rcarrillocruzwe have people in HPE that can deal with the bullshit of jiras and logistics20:08
ianwpabelanger: https://review.openstack.org/#/c/325719/20:08
rcarrillocruzif we have other people from other companies that can deal with that, they can help out20:08
anteayarcarrillocruz: can you do me a favour and not curse20:08
rcarrillocruzi've seen people in the meeting willing to help20:08
anteayarcarrillocruz: I really find it exhausting to be around20:08
anteayazaro: it is really difficult with only having you as the gerrit person20:09
rcarrillocruzpleia2: i think the updates are good, tho those have been done by people in the US timezone20:09
rcarrillocruzso i cannot do that i'm afraid20:09
anteayait tires me out that our prior requests for gerrit help from the community have gone unanswered20:09
rcarrillocruzwhen i upadte a ticket, they update during my night, i see it on my morning, then they update at my night, so on and so forth20:09
pabelangerianw: okay, manually running manage-projects to pick it up again20:10
rcarrillocruzif you want to help on that i can give you the jiras and you provide the updates20:10
anteayazaro: but enough of that, if you have any time for supporting storyboard gerrit integration, I'm grateful20:10
Zara(ftr, I haven't had time to look at the plugin properly yet, and right now I don't know that I'll have time this week. things should be clearer by friday.)20:10
openstackgerritMerged openstack-infra/project-config: move watcher tagging acls to the release team  https://review.openstack.org/32593420:11
*** baoli has quit IRC20:12
*** _amrith_ is now known as amrith20:12
Zaraanteaya: (and thank you for the compliment, missed it earlier!)20:12
anteayaZara: :)20:12
openstackgerritBrian Stajkowski proposed openstack-infra/project-config: New Project Quark Plugin  https://review.openstack.org/31936820:12
*** baoli has joined #openstack-infra20:12
anteayaZara: understood, thanks for your hard work20:12
*** kzaitsev_mb has joined #openstack-infra20:13
openstackgerritPaul Belanger proposed openstack-infra/tripleo-ci: Add timeout to deploy.sh  https://review.openstack.org/32663420:14
*** timello has quit IRC20:14
nibalizerrcarrillocruz: awesome20:15
fungircarrillocruz: i don't think anyone is suggesting we should dump hpe, just asking whether given the repeated delays outside our control whether we should shift gears and prioritize one of the other providers who has offered similar hardware and colocation where we might be able to make faster progress20:17
*** ihrachys has quit IRC20:17
fungircarrillocruz: instead we've been telling them to go away and come back once we get the hardware in hpe into produciton20:17
fungibut at this point we might be a lot further along if we didn't have hardware relocation/renumbering to contend with, and now we're facing another round of the same20:18
*** ihrachys has joined #openstack-infra20:19
nibalizercan we just ship the hpe gear to a friendly host?20:19
* nibalizer beats dead horse20:19
*** timello has joined #openstack-infra20:20
pabelangerrcarrillocruz: So, I'm happy to have use start dogfooding the hardware today to test if upgrading the cloud works.  Even if we iterate on that, I would be happy20:21
rajinirdsvm-tempest-full , looking at the job template, it is cloning the devstack. Do the slave ds vm's need external access?20:23
openstackgerritEmilien Macchi proposed openstack-infra/project-config: Move puppet-congress to OpenStack  https://review.openstack.org/32672020:23
rcarrillocruzfungi: right, devil is in the details. when we say we would prioritize other provider not sure what that entails. Would that mean I with other HPE folks would stay with HPE infra cloud while the others with the other provider ?20:23
pabelangerfungi: pleia2: jeblair: clarkb: if you have time, do you mind reviewing: https://review.openstack.org/#/c/303047/ I tested that locally with xenial a while back, was was able to still build wheels. I wouldn't mind landing that before we start using static workers for zuulv2520:23
rcarrillocruzi honestly think the heavylifting has been done20:23
rcarrillocruzi expect other infra cloud would follow the same architecture as the hpe infracloud, etc20:24
fungircarrillocruz: yeah, no idea what it would mean either. i hope it would mean that people who are contributing and have a choice in what they work on might decide that focusing on hardware from/at another donor is a solution for making faster progress, if that's the case20:25
rcarrillocruzok, so , let's do this. I'll bring up whatever nodes we have online20:25
rcarrillocruzmake them available so other roots can login20:25
fungirather than feeling compelled to wait for hpe to finish relocating hardware however many times they feel is required20:25
rcarrillocruzwe fix up the inventory (changed IPs, put serial numbers, etc)20:26
rcarrillocruzwe try the upgrade20:26
rcarrillocruzand see how far we get20:26
pabelanger++20:26
fungimainly just don't want hosting logistics at one donor to hamstring progress on the project as a whole if there are offers from multiple prospective donors20:26
rcarrillocruzat least i have pabelanger , crinkle and yolanda showing intereset on that?20:26
fungibut if there is progress we can make in hpe right now in the short term, i can't argue20:26
rcarrillocruzfungi: agreed, i se the infra cloud as 'project'  than can be used  with whatever provider20:27
rcarrillocruzok, let's do that20:27
fungircarrillocruz: excellent. sounds like we're on the same page there. i just want you to have the freedom to make progress on what you want to work on, and not necessarily be blocked on hardware logistics in one location20:28
*** Apoorva has quit IRC20:28
clarkbI personally have little interest in deploying a cloud that Ibknow will disappear soon with no warning and no indication of when it will be back20:29
clarkbwe did that once under the assumption it was a onw time deal20:29
clarkbfool me twice and all that20:29
fungion the other hand, "testing" deployment seems seems like it's something that can be done even if the end result doesn't stick around20:29
*** EricGonczer_ has quit IRC20:29
openstackgerritDan Radez proposed openstack-infra/project-config: Adding puppet congress  https://review.openstack.org/32671320:30
*** kzaitsev_mb has quit IRC20:30
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Allow update command to specify plugin_info_path  https://review.openstack.org/32672220:31
*** cody-somerville has joined #openstack-infra20:33
*** eharney has quit IRC20:33
*** gouthamr has quit IRC20:34
rajinirNeed help. dsvm-tempest-full , looking at the job template, it is cloning the devstack. Do the slave ds vm's need external access?20:34
*** kzaitsev_mb has joined #openstack-infra20:35
*** EricGonczer_ has joined #openstack-infra20:35
*** xyang1 has quit IRC20:36
*** asettle has quit IRC20:36
ianwrajinir: devstack runs are going to need internet access for various things20:37
*** tpsilva has quit IRC20:37
*** claudiub has quit IRC20:37
anteayaclarkb: so glad you are here20:40
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: experimenting with local.conf  https://review.openstack.org/32658520:41
*** xyang1 has joined #openstack-infra20:41
clarkbanteaya: "here" :)20:42
anteaya:)20:42
rajinirianw: thank you20:43
openstackgerritMathieu Gagné proposed openstack-infra/grafyaml: Add support for multiple config paths  https://review.openstack.org/32670820:44
*** ayoung has quit IRC20:44
pabelangerinfra-root: has somebody disabled review.o.o on puppetmaster.o.o?  Ansible hasn't connected to it since: 2016-06-07 00:17:57,094 p=18038 u=root |  review.openstack.org       : ok=13   changed=6    unreachable=0    failed=0 And I fail to understand why it is no longer working20:45
*** kzaitsev_mb has quit IRC20:45
clarkbnot me20:45
anteayafungi: was that you on Friday?20:45
anteayasorry that timestamp is from today20:46
fungipretty sure i reenabled it on friday. checking20:46
fungiit's not in the emergency list, which is where i had it during friday's maintenance20:47
fungipabelanger: though in watching the run_all log i noticed we're failing to puppet the git servers, and i think we don't puppet gerrit until we successfully puppet those?>20:47
*** banix has quit IRC20:47
*** ihrachys has quit IRC20:48
pabelangerfungi: Oh, I think you are right20:48
fungii started trying to figure out what's breaking, but didn't manage to spot it in /var/log/messages20:48
fungion an arbitrarily chosen git server20:48
pabelangerokay, that explains it20:48
*** esberglu has joined #openstack-infra20:48
*** Apoorva has joined #openstack-infra20:48
pabelangerI was starting to go crazy20:48
anteayathat's all it takes?20:49
*** rhallisey has quit IRC20:49
*** eeiden has quit IRC20:52
*** baoli has quit IRC20:52
*** baoli has joined #openstack-infra20:52
*** kushal has quit IRC20:52
*** cody-somerville has quit IRC20:54
*** dprince has quit IRC20:55
*** baoli has quit IRC20:56
*** baoli has joined #openstack-infra20:56
*** aysyd has quit IRC20:59
*** asettle has joined #openstack-infra20:59
*** ihrachys has joined #openstack-infra21:00
*** baoli has quit IRC21:01
*** baoli has joined #openstack-infra21:01
*** esikachev has joined #openstack-infra21:01
*** tzn has quit IRC21:02
*** bdemers has quit IRC21:03
*** doug-fish has quit IRC21:03
*** doug-fish has joined #openstack-infra21:04
*** hashar has quit IRC21:04
*** ayoung has joined #openstack-infra21:04
*** doug-fish has quit IRC21:05
*** doug-fish has joined #openstack-infra21:05
*** trown is now known as trown|outtypewww21:05
*** Goneri has joined #openstack-infra21:07
*** psilvad has quit IRC21:09
*** r-daneel has quit IRC21:09
*** ccamacho has quit IRC21:11
*** h00pz has quit IRC21:11
*** esikachev has quit IRC21:11
*** thorst has quit IRC21:12
*** ffrank has joined #openstack-infra21:13
*** yamahata has quit IRC21:13
*** thorst has joined #openstack-infra21:13
*** yamahata has joined #openstack-infra21:15
*** EricGonczer_ has quit IRC21:16
dmsimardfungi, AJaeger, mordred and friends, I've re-opened https://review.openstack.org/#/c/321226 .21:16
*** thorst has quit IRC21:17
*** rossella_s has joined #openstack-infra21:17
*** claudiub has joined #openstack-infra21:17
*** HeOS has joined #openstack-infra21:18
*** ihrachys has quit IRC21:18
*** ihrachys has joined #openstack-infra21:20
openstackgerritPaul Belanger proposed openstack-infra/puppet-jeepyb: Revert "Add missing packages to jeepyb install"  https://review.openstack.org/32673121:20
openstackgerritJames E. Blair proposed openstack-infra/system-config: Use global generated groups in launch-node  https://review.openstack.org/32669921:20
pabelangerfungi: that is the issue with git.o.o ^21:20
pabelangerfungi: libssl-devel is not found21:21
pabelangerJun 07 21:17:13 git06.openstack.org puppet-user[16076]: (/Stage[main]/Jeepyb/Package[libssl-devel]/ensure) change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y list libssl-devel' returned 1: Error: No matching Packages to list21:21
*** cody-somerville has joined #openstack-infra21:21
*** ldnunes has quit IRC21:23
jeblairfatal: [zlstatic01.openstack.org]: FAILED! => {"changed": false, "failed": true, "msg": "/usr/bin/timeout -s 9 30m /usr/bin/puppet apply --detailed-exitcodes --logdest syslog --no-noop /opt/system-config/production/manifests/site.pp failed with return code: 6", "rc": 6, "stderr": "", "stdout": "", "stdout_lines": []}21:23
*** xarses has quit IRC21:23
jeblairpabelanger, mordred: exit code 6 means "6: The run succeeded, and included both changes and failures."21:23
jeblairi'm trying to understand what that means and what the 'failures' may have been21:24
jeblairoh, found it21:24
jeblairJun  7 18:40:43 zlstatic01 puppet-user[19981]: (/Stage[main]/Zuul::Launcher/Exec[zuul-launcher-reload]) Dependency File[/etc/jenkins_jobs/config] has failures: true21:24
*** matt-borland has quit IRC21:25
rcarrillocruzyeah, puppet have funky return codes21:25
jeblairapparently that's correctly a failure21:26
jeblairjust very confusing21:26
rcarrillocruzit's a pain , i ended up putting ignore_errors on all puppet runs on infra-ansible , because it would return non-zero even though the puppet run was ok, yet ansible would say 'omg, non-zero, let's fail that task'21:27
*** amotoki has joined #openstack-infra21:27
*** amitgandhinz has quit IRC21:27
jeblairwell, that's what the ansible-puppet role does for us -- translate those error codes21:27
*** nmagnezi has quit IRC21:28
*** flepied has joined #openstack-infra21:28
pabelangerjeblair: Ya, 6 is not the best error code.21:29
fungipabelanger: 3, i guess that was supposed to be openssl-devel not libssl-devel?21:29
fungier, +321:29
*** zeih has joined #openstack-infra21:30
pabelangerfungi: Going to look at the patch and see why beaker didn't catch it21:30
*** r-daneel has joined #openstack-infra21:30
pabelangerfungi: but don't have the time today to do that21:30
*** ihrachys has quit IRC21:31
fungipabelanger: fair enough. maybe yolanda can look into it since https://review.openstack.org/#/c/325959/https://review.openstack.org/325959 (the reverted change) was hers21:31
*** ihrachys has joined #openstack-infra21:31
fungier, https://review.openstack.org/32595921:31
fungimy paste button is bouncing again21:32
notmorganjeblair: somehow self.window is sneaking into a float format, chasing down how. (re your -1 on the int cast)21:32
notmorganjeblair: but you're right that is the wrong place to cast to int()21:32
openstackgerritJames E. Blair proposed openstack-infra/system-config: Fix zuul-launcher JJB puppet dependency  https://review.openstack.org/32673321:32
*** amotoki has quit IRC21:33
jeblairnotmorgan: oh, huh.  well, it's updated after each merge according to a formula; we may have missed a cast there.  thanks!21:33
notmorganjeblair: yeah but it only happens in py3.. so likely another math "edge" case.21:33
*** thiagop has quit IRC21:33
notmorganjeblair: i'll find it :)21:33
jeblairaha21:34
jeblairmordred: it may well use round21:34
jeblairnotmorgan: ^21:34
pabelangerfungi: Yup, I plan to follow up on it in the morning21:34
*** doug-fish has quit IRC21:34
*** jcoufal has quit IRC21:34
notmorganjeblair: haha you fell into mor<tab> and i'm not even prefixed with mor in my nick! woo :)21:34
jeblairnotmorgan: [apparently your nick change doesn't help me with the tab problem!]21:34
notmorganjeblair: ++21:34
*** r-daneel has quit IRC21:35
*** tzn has joined #openstack-infra21:35
jeblairnotmorgan: "I thought the 'not' was silent."21:35
notmorganjeblair: i'm totally going to look for a round, but a round issue shouldn't net us a float. it seems like maybe a min() might do something weird.21:35
*** zeih has quit IRC21:35
notmorganjeblair: or a floor() :P21:35
*** mriedem has quit IRC21:36
*** rhallisey has joined #openstack-infra21:37
*** flepied has quit IRC21:37
*** thorst has joined #openstack-infra21:38
*** cody-somerville has quit IRC21:39
stajkowskiAJaeger: updated, deleted stale branches, seems we are ready to go21:40
*** doug-fish has joined #openstack-infra21:40
*** tzn has quit IRC21:41
jeblairpabelanger, fungi: https://review.openstack.org/326733 would help with launching more launchers21:42
*** thorst has quit IRC21:42
jeblairmeanwhile, i manually salvaged zlstatic0121:42
jeblairi think that was the only problem21:42
openstackgerritJames E. Blair proposed openstack-infra/system-config: Add zlstatic01  https://review.openstack.org/32673621:46
*** doug-fis_ has joined #openstack-infra21:46
jeblairpabelanger, fungi: ^ and that's needed before we can start it up ^21:46
openstackgerritLakshmi N Sampath proposed openstack-infra/project-config: Add experimental searchlight ES 2.x  https://review.openstack.org/32608121:47
*** ihrachys has quit IRC21:48
fungijeblair: i'm about to add another static node this week (signing.slave.openstack.org). anything special i need to do for that? i assume there's some sort of migration coming to move the existing ones off jenkins.o.o21:48
*** r-daneel has joined #openstack-infra21:48
jeblairfungi: heh, the migration will be simply "stop jenkins on jenkins.o.o" :)21:48
*** xarses has joined #openstack-infra21:49
jeblairfungi: make sure you add it to the hiera thingy... lemme link21:49
jeblairfungi: http://git.openstack.org/cgit/openstack-infra/system-config/tree/hiera/group/zuul-merger.yaml21:49
fungicool--that's the bit i was looking for. thanks!!!21:49
*** doug-fish has quit IRC21:50
jeblairwow um.21:50
jeblairthat section looks a little bit worse for wear, doesn't it?21:50
*** doug-fis_ has quit IRC21:51
fungiheh, wrong label and host on the ubuntu wheel mirror21:51
fungiis that what you mean?21:51
openstackgerritJames E. Blair proposed openstack-infra/system-config: Fix typos in zuul node definition  https://review.openstack.org/32673721:52
jeblairfungi: yep.21:52
fungijeblair: minor typo in patchset 1, see inline21:53
jeblairthis is apparently very difficult for me to get correct21:53
*** flepied has joined #openstack-infra21:54
*** ayoung has quit IRC21:54
*** Sukhdev has joined #openstack-infra21:54
fungiis it beer-thirty yet? maybe it should be21:54
openstackgerritJames E. Blair proposed openstack-infra/system-config: Fix typos in zuul node definition  https://review.openstack.org/32673721:54
jeblairfungi: i am with you in spirit21:54
openstackgerritEmilien Macchi proposed openstack-infra/project-config: puppet: rename PUPPET_VERSION to PUPPET_MAJ_VERSION  https://review.openstack.org/32673821:54
jeblairspirits?21:54
fungiin spirits21:54
fungibwahahaha21:54
openstackgerritMerged openstack-infra/system-config: Fix zuul-launcher JJB puppet dependency  https://review.openstack.org/32673321:55
fungips2 lgtm21:55
*** esberglu has quit IRC21:55
*** cloudtrainme has joined #openstack-infra21:56
*** _ari_ has quit IRC21:56
jeblairinfra-root: i'm going to permanently stop jenkins01.openstack.org since zl01 has been running a while without incident.  the plan is to continue to ramp up zl while ramping down jenkins.21:57
jamielennoxianw, pabelanger: what did it break?21:57
*** Sukhdev has quit IRC21:57
*** gordc has quit IRC21:57
*** kzaitsev_mb has joined #openstack-infra21:57
mordredjeblair: I fully agree with and support your plan21:57
jamielennoxi see the os-http review got merged, but the http://git.openstack.org/cgit/openstack-dev/os-http is empty21:58
*** regXboi has quit IRC21:58
openstackgerritJay Faulkner proposed openstack-infra/elastic-recheck: Add e-r query for 1282876  https://review.openstack.org/32673921:58
*** cody-somerville has joined #openstack-infra21:59
*** cody-somerville has joined #openstack-infra21:59
JayFWould appreciate a review on the elastic-recheck query ^ looks like a failure that's super frequent in the pipeline right now21:59
*** ihrachys has joined #openstack-infra21:59
fungijeblair: agree is not a strong enough sentiment for me; i am thrilled by the prospect of what you describe21:59
ianwjamielennox: not your fault, seems puppet wasn't running to get the new project fully deployed22:01
crinklercarrillocruz: yes i think fixing up the inventory and testing the redeploy is a good move while we have the servers for now (we do have them right?)22:01
*** Rockyg has quit IRC22:02
*** kzaitsev_mb has quit IRC22:03
*** asettle has quit IRC22:03
*** sdake_ has joined #openstack-infra22:03
jamielennoxianw: ok, cool - no rush from my perspective22:03
openstackgerritJames E. Blair proposed openstack-infra/puppet-zuul: Use zuul-launcher stop for service stop  https://review.openstack.org/32674122:03
*** timello has quit IRC22:03
*** cody-somerville has quit IRC22:03
openstackgerritMerged openstack-infra/system-config: Add zlstatic01  https://review.openstack.org/32673622:04
openstackgerritJay Faulkner proposed openstack-infra/elastic-recheck: Add e-r query for 1282876  https://review.openstack.org/32673922:04
*** doug-fish has joined #openstack-infra22:04
openstackgerritJames E. Blair proposed openstack-infra/project-config: Remove jenkins01 target from nodepool  https://review.openstack.org/32674222:05
*** Sukhdev has joined #openstack-infra22:05
*** sdake has quit IRC22:06
openstackgerritJay Faulkner proposed openstack-infra/elastic-recheck: Add e-r query for 1282876  https://review.openstack.org/32673922:06
anteayafungi: it is beer thirty here22:06
anteayajeblair: congratulations22:06
*** sdake has joined #openstack-infra22:06
*** weshay has quit IRC22:08
*** ayoung has joined #openstack-infra22:08
*** doug-fish has quit IRC22:09
anteayaso looking at item one in the task tracker spec: Facilitator identifies feature stakeholders from the OpenStack community http://specs.openstack.org/openstack-infra/infra-specs/specs/task-tracker.html#work-items22:09
anteayado folks want to have one identified stakeholder from infra?22:09
*** sdake_ has quit IRC22:10
anteayaif yes, is anyone volunteering to be the identified stake holder?22:10
openstackgerritJames E. Blair proposed openstack-infra/system-config: Decommission jenkins01  https://review.openstack.org/32674922:11
*** kzaitsev_mb has joined #openstack-infra22:11
*** Sukhdev has quit IRC22:12
pabelangerianw: jamielennox: should be coming back online shortly22:12
*** Sukhdev has joined #openstack-infra22:12
pabelangerianw: jamielennox: stepping away for food, but will follow up22:12
fungianteaya: i'd love to see pleia2 take on that task since she's run our bug sprints in the past and has already provided some feedback to the storyboard team, but it's up to her whether she has time/interest22:13
pabelangerjeblair: Excellent. I'll help out once back from food22:13
anteayafungi: good suggestion, I'll see if she is interested in taking on being the infra stakeholder22:13
fungianteaya: i'm the de facto stakeholder, as ptl, if i can't find someone to whom i can delegate22:13
anteayathank you22:13
fungiso consider me a fallback of last resort22:13
anteayafungi: good delegating attempt22:14
anteayafungi: so considered, thank you22:14
*** Sukhdev has quit IRC22:16
*** Sukhdev has joined #openstack-infra22:16
*** IlyaG has joined #openstack-infra22:16
*** gouthamr has joined #openstack-infra22:17
*** r-daneel has quit IRC22:17
*** ihrachys has quit IRC22:19
*** PollyZ has quit IRC22:20
*** ihrachys has joined #openstack-infra22:20
*** Apoorva_ has joined #openstack-infra22:21
notmorganjeblair: argh...22:21
notmorganjeblair: python3: >>> max(3, 20 / 2)22:22
notmorganjeblair: 10.022:22
notmorganjeblair: python2, same thing is 1022:22
*** IlyaG has quit IRC22:22
jeblairheh.  at least it's not *wrong* like round22:22
notmorganwell.. i'd argue it is horribly wrong.22:22
*** vhosakot has quit IRC22:22
*** Julien has joined #openstack-infra22:23
notmorganbut not broken wrong22:23
*** IlyaG has joined #openstack-infra22:23
*** Julien is now known as Guest575622:23
notmorganmore important22:23
jeblairnotmorgan: yeah, i guess '/' is an implicit float in py322:23
notmorganjeblair: >>> 20 / 2 -> 10.022:23
*** kzaitsev_mb has quit IRC22:23
notmorganthis is another .... WHY WOULD YOU CHANGE hOW MATH WORKS ....22:23
* notmorgan grumbles.22:23
jeblairso basically, instead of needing to do "float(a)/b" half the time, we now need to do do "int(a/b)" half the time.22:24
notmorganjeblair: these types of changes are the worst.22:24
*** salv-orl_ has joined #openstack-infra22:24
jeblairyeah, there's no good answer, it's just flip-floping22:24
*** Apoorva has quit IRC22:25
*** IlyaG has quit IRC22:25
notmorganjeblair: i preferred "if one is a float, result is a float"22:25
notmorganrather than "it's always a float"22:25
notmorganmore consistent but... frustrating22:25
*** nwkarsten has quit IRC22:25
mordredyeah. I think the reasoning was something like "def __div__(self, other) -> float" made sense22:26
*** PollyZ has joined #openstack-infra22:26
notmorganmordred: sure. but it still makes me angry when converting to py3 :P22:26
mordredTOTALLY22:26
openstackgerritJay Faulkner proposed openstack-infra/elastic-recheck: Add e-r query for 1590139  https://review.openstack.org/32673922:26
*** Apoorva_ has quit IRC22:26
mordredI'm not advocating for it22:26
*** flepied has quit IRC22:27
notmorganmordred: i had to add sys.exit() to debug it... pdb doesn';t play nice with threads :(22:27
*** salv-orlando has quit IRC22:27
hongbinHi infra team. A question. For project renaming, what exactly the infra team will rename (e.g. gerrit, git repo, launchpad, irc)?22:27
hongbinI wonder which parts are done by infra team, which parts are done by us22:28
zarohongbin: gerrit projects22:28
*** amitgandhinz has joined #openstack-infra22:28
*** fawadkhaliq has joined #openstack-infra22:28
*** Apoorva has joined #openstack-infra22:29
zarowhich includes the git repo22:29
hongbinThen, irc and launchpad are done by ourselvies?22:29
hongbinJust to confirm22:29
*** mriedem has joined #openstack-infra22:29
*** amotoki has joined #openstack-infra22:30
*** itisha has quit IRC22:30
*** Julien-zte has quit IRC22:30
*** Julien-zte has joined #openstack-infra22:30
zaroyeah,  i don't believe there are any changes to LP or irc when infra does gerrit project renames22:30
*** PollyZ has quit IRC22:31
hongbinack. thx22:31
JayFIn a case of recursive irony, it appears the gate for elastic-recheck is broken: http://logs.openstack.org/39/326739/4/check/gate-elastic-recheck-python27/21b963b/console.html#_2016-06-07_22_30_01_25122:32
JayFseeing that failure on this added query: https://review.openstack.org/#/c/326739/22:32
jeblairnotmorgan: oh, did you have some changes so that our manual rysnc command wouldn't bomb on ssh key fingerprint changes?22:32
*** ihrachys has quit IRC22:32
jeblairJayF: i did have a zuul bug recently where we reported false-success; it could have slipped through then :(22:33
jeblairnotmorgan: i'm suddenly reminded, looking at the logs, that is a thing22:33
JayFjeblair: well, I'd really like to get this e-r query in because it's an increasingly common failure, and I'm starting to wonder if it only fails at the intersection of horizon and ironic, and not for everyone else22:34
anteayazaro: hongbin correct, however renaming now takes a 5+ hour gerrit downtime and we just did one last week22:34
anteayazaro: hongbin we are not in a hurry to schedule another22:34
*** amotoki has quit IRC22:34
hongbinanteaya: Get that. That is fine. We can wait for a couple weeks22:34
anteayahongbin: months22:35
hongbinsure. months ....22:35
anteayahongbin: okay if this is important enough for you to wait months for, you won't be surprised by the wait22:36
notmorganjeblair: no it looks like you covered them.22:36
anteayahongbin: the rename prior to June's was Feb22:36
notmorganjeblair: ohhh22:36
notmorganjeblair: hold on22:36
anteayahongbin: for context22:36
notmorganjeblair: i re-read that question22:36
hongbinanteaya: get that22:37
hongbinthx22:37
anteayahongbin: great, then you have appropriate expectations22:37
anteayahongbin: welcome, thanks for listening22:37
notmorganjeblair: https://review.openstack.org/#/c/319706/ but see crinkle's comment about the public saz/puppet-ssh (which i'm happy to convert to)22:37
notmorganjeblair: and https://review.openstack.org/#/c/320712/122:37
*** netsin has joined #openstack-infra22:37
notmorganjeblair: then we just need to use it. Alternative would be to use saz/puppet-ssh which would also cover our needs, but requires mostly use of highly flexible key-value pairs22:38
*** ihrachys has joined #openstack-infra22:38
jeblairnotmorgan: i don't have a strong preferenc on which to use, though, if we go with 706, we probably shouldn't encode openstack.org policy in there22:38
notmorganjeblair:  i was asked to make that the default in a previous patchset22:39
JayFjeblair: looking at history, I think this is a case of e-r being broken by a dep vs by a commit, doesn't look like it's had any code edits in a while22:39
*** PollyZ has joined #openstack-infra22:40
notmorganjeblair: it might make more sense to just use saz/puppet-ssh which just means i need to look into how we consume that and propose a bunch of hiera keys.22:40
JayFunit test errors in functions named "monkeypatch" seem like the best kind to fix, haha22:41
jeblairnotmorgan: oh, at least it's just a default.  still, i would prefer we avoid that when possible.  we're trying to get openstack *out* of our modules, not in them :)22:41
*** mdrabe has quit IRC22:41
*** xarses_ has joined #openstack-infra22:41
*** nwkarsten has joined #openstack-infra22:41
*** amitgandhinz has quit IRC22:41
openstackgerritMorgan Fainberg proposed openstack-infra/zuul: Python 3 Fixes: Bundled Fixes  https://review.openstack.org/32566122:41
notmorganjeblair: ^ down to 38 py3 failures and almost all of them are fixing the queues up to track the right number of things.22:42
*** sarob has quit IRC22:42
*** cloudtrainme has quit IRC22:43
*** cloudtrainme has joined #openstack-infra22:43
*** cloudtrainme has quit IRC22:43
*** sdake has quit IRC22:43
jeblairnotmorgan: i think i need to fix this known host thing right quick, so i want to push a change to write a ssh config file for zuul and have you look at it22:43
notmorganjeblair: i think moving to saz/puppet-ssh is probably more correct if you don't mind generally a bunhc of keys/values being added22:43
jeblairnotmorgan: we can back it out and do the proper module thing later22:43
notmorganjeblair: ok wfm.22:44
notmorganjeblair: once that lands we will need to update our site.pp to use it.22:44
*** xarses has quit IRC22:44
notmorganjeblair: and i have one other fix to make it so we don't have divergent manifests that need to be maintained for server (i just haven't had a chance to figure it out)22:44
*** PollyZ has quit IRC22:45
*** nwkarsten has quit IRC22:46
*** edmondsw has quit IRC22:47
*** aviau has quit IRC22:49
*** aviau has joined #openstack-infra22:49
*** rbrndt has quit IRC22:50
*** tzn has joined #openstack-infra22:51
*** PollyZ has joined #openstack-infra22:53
*** signed8bit is now known as signed8bit_Zzz22:55
openstackgerritJames E. Blair proposed openstack-infra/system-config: Add zuul-launcher ssh config file  https://review.openstack.org/32675822:55
jeblairnotmorgan, fungi, mordred: i will manually install that config file and remove known_hosts from zl0122:56
mordredjeblair: ++22:56
mordredjeblair: I will go to sleep, but I am actively supportive of all of te things you want to do22:57
*** tzn has quit IRC22:57
jeblairmordred: i support your decision as well.22:57
openstackgerritPaul Belanger proposed openstack-infra/tripleo-ci: Don't skip errors in postci  https://review.openstack.org/32675922:57
*** PollyZ has quit IRC22:58
*** dimtruck is now known as zz_dimtruck22:59
jeblairnotmorgan, fungi, mordred: i see a typo :)22:59
anteayamordred: sleep well22:59
openstackgerritJames E. Blair proposed openstack-infra/system-config: Add zuul-launcher ssh config file  https://review.openstack.org/32675823:00
notmorganjeblair: ooh there is a typo?23:00
*** kzaitsev_mb has joined #openstack-infra23:00
notmorganjeblair: /me looks.23:00
jeblairit's kind of funny23:01
jeblairzl01 seems happy now23:01
jeblairseems to be doing what we expec23:01
notmorganjeblair: whats the typo?23:01
* notmorgan is clearly blind.23:01
*** Goneri has quit IRC23:02
notmorganoh23:02
notmorganHAH23:02
notmorganwow23:02
notmorgani see it now23:03
notmorgan*facepalm*23:03
notmorganjeblair: thats an AWESOME typo23:03
*** psilvad has joined #openstack-infra23:03
jeblairi feel vindicated that at least it took you a minute :)23:03
pabelangerjeblair: okay, so I think I finally understand now zlstatic01 works.  Have to look at the code quickly23:03
pabelangerjeblair: neat little hack23:04
*** ihrachys has quit IRC23:05
*** Sukhdev has quit IRC23:05
*** Sukhdev has joined #openstack-infra23:05
notmorganjeblair: hehe +123:06
*** Guest48552 has quit IRC23:06
*** baoli has quit IRC23:07
openstackgerritMerged openstack/gertty: Treat HTTP 503 responses as offline  https://review.openstack.org/32552223:07
notmorganjeblair: so i think i found the issue with zuul to py3, and it's going to be a gear fix, when pulling things off gear, we are getting an awesome mangled thing (or some weird json issue): http://paste.openstack.org/raw/508779/23:07
notmorganb"b'<name>'\t\n....23:07
notmorganis so broken...23:07
*** kzaitsev_mb has quit IRC23:08
notmorganand... i *think* once that is fixed we'll be within striking distance of py3 easily23:08
*** mescanef has quit IRC23:08
*** Sukhdev has quit IRC23:09
notmorgan(or the test suite is doing something weird(23:09
*** signed8bit_Zzz is now known as signed8bit23:09
pabelangerjeblair: mordred: fungi: We should also land https://review.openstack.org/#/c/326114/ for nodepool too. Since we are rolling forward with v2523:09
pabelangerwill give us new statsd for http://grafana.openstack.org/dashboard/db/nodepool23:10
jeblairnotmorgan: check handleStatus() in gear; i think it may be putting a bytestring into a string23:10
*** sorantis has quit IRC23:11
*** sdake has joined #openstack-infra23:12
jeblairpabelanger: yep, and i suspect we may have some nodepool restarts ahead of us soon23:12
openstackgerritMerged openstack-infra/system-config: Fix typos in zuul node definition  https://review.openstack.org/32673723:13
openstackgerritPaul Belanger proposed openstack-infra/project-config: Fix span for jenkins / zuul launcher to a single row  https://review.openstack.org/32676123:13
pabelangerjeblair: indeed23:13
*** markvoelker has quit IRC23:13
notmorganjeblair: yeah thats is where i am now23:14
notmorganjeblair: yep23:15
pabelangerjeblair: so 7 jobs killed by watchdog today.  I was looking into zuul_runner.py and wondering if we should replace proc.wait() with proc.communicate().  Reading up on wait() it is possible to deadlock on the child process: https://docs.python.org/2/library/subprocess.html#subprocess.Popen.wait23:15
jeblairpabelanger, crinkle: i've noticed that all the gate-openstackci-beaker-ubuntu-trusty jobs which run on zuul-launcher are unable to run the post-job playbook because they get ssh authentication errors23:16
pabelangermaybe we are hitting that23:16
notmorganjeblair: look at that, it needs to decode the name explicitly because it's doing b'<name>' into %s23:16
*** sdague has quit IRC23:16
notmorganjeblair: >>> '%s' % b'test'23:16
notmorganjeblair: "b'test'"23:16
notmorganjeblair: so an explicit utf-8 decode might be the right answer.23:17
pabelangerjeblair: I think we ssh to loopback for beaker23:17
*** hongbin has quit IRC23:17
jeblairpabelanger: that's not the issue.  zuul_runner can legitimately run *forever*.  it is ansible's job to kill it when we configure the async process to do so after a timeout.23:17
jeblairpabelanger: those 7 watchdog events are very likely to be the jobs simply running long.23:18
*** ihrachys has joined #openstack-infra23:18
*** Sukhdev has joined #openstack-infra23:19
*** xyang1 has quit IRC23:19
notmorganjeblair: trying that now. if it works... woo :)23:19
jeblairpabelanger: do we do anything in those jobs that might cause ssh on the host to stop working?23:19
pabelangerjeblair: okay, let me check logs for async attempts. Might need to bump logging to see that23:19
*** IlyaG has joined #openstack-infra23:20
pabelangerjeblair: good question23:20
pabelangerjeblair: For example, we do restart sshd in some of our jobs23:20
jheskethMorning23:20
*** PollyZ has joined #openstack-infra23:20
pabelangerjeblair: infact, we do that in our beaker jobs.  local-local-ssh-root macro, but honestly we shouldn't need that. I need to see if beaker can leverage sudo after it SSH's23:21
crinklejeblair: could you share an example log for that? i've been in conference mode and don't have enough context23:22
jeblairpabelanger: hrm, none of that *seems* like it should affect ssh....23:22
jeblaircrinkle: sadly, no... the issue is that we are unable to copy the logs off of the host after the run23:23
crinkleoh23:23
pabelangerjeblair: is it possible we are hitting networking blips?23:23
jeblaircrinkle, pabelanger: i think the next step might be to trigger a job, watch for it to run on zl01, and then hold the node and poke at it23:23
anteayamorning jhesketh23:23
jeblairi have to run now, so i'll have to pick that up tomorrow23:24
crinklejeblair: sounds good to me23:24
* crinkle -> sleep23:24
*** PollyZ has quit IRC23:25
jeblair#status log jenkins01 is in prepare-for-shutdown mode in preparation for decommissioning.23:25
openstackstatusjeblair: finished logging23:25
*** tosky has quit IRC23:27
*** signed8bit is now known as signed8bit_Zzz23:28
*** IlyaG has quit IRC23:28
*** Guest5756 has quit IRC23:29
*** Sukhdev has quit IRC23:30
*** amotoki has joined #openstack-infra23:30
*** Sukhdev has joined #openstack-infra23:32
*** IlyaG has joined #openstack-infra23:33
*** PollyZ has joined #openstack-infra23:34
openstackgerritAugustina Ragwitz proposed openstack-infra/project-config: WIP: Add grenade test for Nova simple-cells-setup migration  https://review.openstack.org/32610523:34
*** amotoki has quit IRC23:35
*** IlyaG has quit IRC23:35
*** IlyaG has joined #openstack-infra23:35
*** Julien-zte has quit IRC23:36
*** ihrachys has quit IRC23:36
*** fawadkhaliq has quit IRC23:37
*** IlyaG has quit IRC23:37
*** ihrachys has joined #openstack-infra23:38
*** PollyZ has quit IRC23:38
*** amitgandhinz has joined #openstack-infra23:39
openstackgerritAugustina Ragwitz proposed openstack-infra/project-config: WIP: Add grenade test for Nova simple-cells-setup migration  https://review.openstack.org/32610523:39
*** Sukhdev has quit IRC23:40
*** Sukhdev has joined #openstack-infra23:40
*** salv-orl_ has quit IRC23:43
*** salv-orlando has joined #openstack-infra23:43
*** amitgandhinz has quit IRC23:44
openstackgerritMerged openstack-infra/nodepool: Add nodepool.launch.manager.* for nodes assigned via Gearman  https://review.openstack.org/32611423:44
openstackgerritEmilien Macchi proposed openstack-infra/project-config: disable voting on puppet-ceph beaker jobs  https://review.openstack.org/32659123:46
*** sdake has quit IRC23:46
*** PollyZ has joined #openstack-infra23:48
*** fawadkhaliq has joined #openstack-infra23:52
*** PollyZ has quit IRC23:52
pabelangerjeblair: crinkle: The issue with the beaker jobs failing on zl01, is in allow-local-ssh-root we are regenerating the SSH keys, for the jenkins user.  Which then prevents zuul-launcher from SSHing to get logs: http://paste.openstack.org/show/508782/23:54
pabelangerjeblair: crinkle: the fix is to stop replacing the SSH keys of the jenkins user in allow-local-ssh-root23:54
*** thorst has joined #openstack-infra23:56
*** fawadkhaliq has quit IRC23:56
*** thorst has quit IRC23:56
*** thorst has joined #openstack-infra23:57
openstackgerritPaul Belanger proposed openstack-infra/project-config: Don't override jenkins user SSH keys  https://review.openstack.org/32676623:58
pabelangerjeblair: crinkle: ^23:58
pabelangerI need to confirm beaker will still work23:58

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