Tuesday, 2017-11-14

*** xarses_ has quit IRC00:05
dhineshwhen i run the command "echo 'status' | nc 127.0.0.1 4730 -w 1" gearman does not show the jobs configured under zuul/layout/layout.yaml00:06
dhineshis there the way to verify if it is getting settings from layout.yml?00:07
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add ability to work in other auth contexts  https://review.openstack.org/51939400:13
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add helper property to get the current user id  https://review.openstack.org/51951100:13
clarkbdhinesh: I think that zuul logs when it registers jobs and it logs what gearman server it connects to00:13
clarkbdhinesh: you should be able to see if that is happening and if so against what server00:14
*** Sukhdev has joined #openstack-infra00:14
pabelangerdhellmann: yah, build-openstack-puppet-tarball should provide that test to build puppet tarballs.00:16
dhineshclarkb: looks like there are errors in the log , "ERROR gerrit.GerritWatcher: Exception on ssh event stream"00:18
clarkbmordred: if you are wanting to review things https://review.openstack.org/#/c/517831/ is relatively important now that git 2.15 is hitting places00:18
pabelangerianw: yah, I want to say we can drop rdo-release now, and have devstack job just install that package if needed00:18
clarkbdhinesh: that indicates a problem connecting to gerrit for the stream events00:18
mordredclarkb: the comment in there indicates that set-upstream-to is not supported in 1.7 ... do we need to support both forms?00:19
clarkbmordred: I did a scan of allt he distros and oldest I could find is centos 7 with 1.800:20
mordredoh - I see the comment about reqiuring 1.8 now00:20
mordredcool00:20
clarkbwhere all the distros ~= ubuntu, suse, centos00:20
mordredclarkb: wfm00:20
clarkbworst case they install older version00:20
dhineshclarkb: yeah but that issue seems orthogonal, tying to fix that one anyways00:21
ianwdhinesh: also, gear is ssl these days, so "echo status | openssl s_client -quiet -connect 127.0.0.1:4730 -cert /etc/zuul/ssl/client.pem -key /etc/zuul/ssl/client.key" will work00:21
ianw(depending on your key locations, etc)00:21
*** e0ne has quit IRC00:23
*** hongbin has quit IRC00:23
dhineshianw: looks like i don't have client.key or client.pem under  /etc/zuul/ssl is there a way to create them?00:24
*** stakeda has joined #openstack-infra00:25
ianwdhinesh: this is going to be part of the ssl setup in your environment ... just if you're talking to port 4730 and nothing is coming back, that's probably something to look at00:27
*** edmondsw has quit IRC00:27
*** edmondsw has joined #openstack-infra00:28
ianwbut, you're not going to see jobs in that status for zuulv300:28
ianwpabelanger: yeah, the rdo-release is gone but the centos-release-openstack-* was a little overlooked by myself, at least00:29
clarkbnoticing we don't seem to have job runtime broken down by node provider in graphite anymore00:29
pabelangerianw: ah00:29
clarkbdoes anyone know if I'm juts overlooking where that is now?00:29
*** rlandy|rover is now known as rlandy|rover|bbl00:30
pabelangerI haven't looked recently00:30
*** Goneri has quit IRC00:31
*** edmondsw has quit IRC00:32
*** salv-orlando has joined #openstack-infra00:38
*** andreas_s has joined #openstack-infra00:42
*** salv-orlando has quit IRC00:43
*** tpsilva has quit IRC00:44
ianw... ok, context switched back in my project-config building env and doing some test dib builds on that now00:45
ianwpabelanger: btw, that reminds me that i noticed there's a few hacks in windmill to get dib installed in a virtualenv into /usr/local/bin00:45
ianwnodepool should take a config path for disk-image-create rather than asssuming it's location.  we added a bunch of stuff so that it activates the virtualenv within itself so it "juts works" (famous last words)00:46
ianwon my todo list :)00:46
*** andreas_s has quit IRC00:47
ianwi also want to update my daily log generator to have a todo list section.  that's like the ultimate in procrastination00:47
pabelangerianw: yah, for the most part, I did that for cross-repo testing. But do remember nodepool does activate things now00:47
ianwyeah, i think it's probably valid to manage nodepool & dib in different virtualenvs, though, if you want00:49
*** edmondsw has joined #openstack-infra00:51
*** sdague has quit IRC00:55
*** sree has joined #openstack-infra00:55
*** edmondsw has quit IRC00:55
*** Nil_ has quit IRC00:56
*** sree has quit IRC00:59
*** dingyichen has joined #openstack-infra01:00
*** cuongnv has joined #openstack-infra01:02
*** aeng has joined #openstack-infra01:04
*** jkilpatr has quit IRC01:05
*** cshastri has joined #openstack-infra01:08
dhineshianw: is the ssl setup required even if gearmen and zuul are running on the single system?01:25
*** liujiong has joined #openstack-infra01:25
pabelangerdhinesh: I recommend it, since we pass secrets via gearman01:26
*** aeng has quit IRC01:31
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Remove legacy jobs from ansible-role-diskimage-builder  https://review.openstack.org/51951901:34
*** gongysh has joined #openstack-infra01:35
*** kiennt26 has joined #openstack-infra01:37
*** rwsu has joined #openstack-infra01:39
*** salv-orlando has joined #openstack-infra01:39
*** sree has joined #openstack-infra01:42
*** gcb has joined #openstack-infra01:42
*** eharney has quit IRC01:42
pabelangermnaser: ianw: mind a +3 https://review.openstack.org/519519/01:43
pabelangerhacking on native zuulv3 jobs :)01:43
*** salv-orlando has quit IRC01:44
*** Apoorva_ has joined #openstack-infra01:44
*** sree has quit IRC01:46
*** Apoorva has quit IRC01:48
*** aeng has joined #openstack-infra01:48
*** Apoorva_ has quit IRC01:49
*** caphrim007 has quit IRC01:52
*** robynh has joined #openstack-infra01:52
*** mriedem has quit IRC01:54
*** kiennt26 has quit IRC01:54
*** Douhet has quit IRC01:57
*** aeng has quit IRC02:00
*** aeng has joined #openstack-infra02:00
*** Douhet has joined #openstack-infra02:02
*** sbezverk has quit IRC02:03
*** aeng has quit IRC02:04
dhineshpabelanger: i created self signed certificate with openssl and added it as part of /etc/zuul/ssl02:05
dhineshpabelanger: looks like it did not help the setup02:05
*** liujiong has quit IRC02:06
*** liujiong has joined #openstack-infra02:06
*** sbezverk has joined #openstack-infra02:09
pabelangerdhinesh: this should help: http://git.openstack.org/cgit/openstack-infra/zuul/tree/tests/fixtures/gearman/README.rst?h=feature/zuulv302:12
mnaserpabelanger: don’t we want to remove those jobs once we have the new ones in?02:13
pabelangermnaser: no, is fine in this case.  I won't be approving anything until new jobs land02:13
*** namnh has joined #openstack-infra02:13
pabelangerdhinesh: https://review.openstack.org/473916/ is more info about SSL and gearman02:14
*** liujiong has quit IRC02:14
*** liujiong has joined #openstack-infra02:15
*** liujiong has quit IRC02:15
dhineshpabelanger: thanks, i will look into it, and one question, does the layout.yaml file location /etc/zuul/layout.yaml or /etc/zuul/layout/layout.yaml02:15
*** annp has joined #openstack-infra02:16
pabelangerdhinesh: layout.yaml is zuulv2.5, you'll want main.yaml.  The default should be /etc/zuul/main.yaml02:17
pabelangerbut for reasons, we likely have it in /etc/zuul/layout/main.yaml02:17
*** links has joined #openstack-infra02:17
mnaserpabelanger: cool done02:18
dhineshpabelanger: looks like i have zuul2.502:19
*** rfolco has quit IRC02:19
*** camunoz has quit IRC02:19
pabelangerdhinesh: okay, in that case, I don't think we have SSL support on gearman for 2.502:20
pabelangerdhinesh: I was assuming you were installing zuulv302:20
*** kiennt26 has joined #openstack-infra02:20
pabelangermnaser: danke!02:20
dhineshpabelanger: in that case is it recommended to move to zuulv3.0?02:21
pabelangerdhinesh: well, trickly question. If you move to zuulv3, it is more a developer preview right now. We haven't officially tag v3.0 just yet.02:23
pabelangerso, there is a chance something will still break or change02:23
pabelangerbut, 2.5 isn't really meant to be run outside openstack-infra02:23
clarkbpabelanger: it is though02:24
clarkbjust not the ansible zls02:24
clarkb2.5 and newer is completely backward compat02:24
pabelangeryah, zuulv2.5 will work with jenkins02:24
pabelangerzuul-launcher is another story.02:25
pabelangerso, you might want to test out zuulv3, but would hold off running in production until we officially tag 3.002:25
pabelangerotherwise, zuulv2.5 and jenkins work as clarkb says02:25
dhineshpabelanger: am looking to setup the CI, so i can merge cinder for queens release, so probably i want the stable version to make it possible.02:28
dhineshpabelanger: what does "zuulv2.5 will work with jenkins" mean, i don't need zuul to communicate with gearmen then?02:30
*** iyamahat_ has quit IRC02:30
*** yamahata has quit IRC02:30
pabelangerdhinesh: no, you still need zuul to talk with gearman. Are you using our puppet-openstackci modules and third-party CI docs?02:31
dhineshpabelanger: i am using most of this https://docs.openstack.org/infra/openstackci/third_party_ci.html to setup the CI02:32
pabelangerdhinesh: but back to your original question, you won't need SSL for gearman using zuulv2.5. I don't think we actually support it02:32
pabelangerdhinesh: okay, so you are on the right path. That is the docs I would recommend following02:32
openstackgerritMerged openstack-infra/project-config master: Remove legacy jobs from ansible-role-diskimage-builder  https://review.openstack.org/51951902:32
dhineshpabelanger: if the ssl is not the cause, can you think of any other issues that would cause gearman not to show layout.yaml "jobs" on "echo 'status' | nc 127.0.0.1 4730 -w 1 "02:35
dhineshpabelanger: i checked the logs02:36
dhineshpabelanger: the zuul logs only show a bunch of warnings02:36
ianwdhinesh: the jobs endpoints registered as gearman functions aren't there with zuulv302:36
pabelangerdhinesh: which warnings?02:37
dhineshpabelanger: http://paste.openstack.org/show/626215/02:39
pabelangerdhinesh: ah, ya. That is okay, just a warning like you said. Shouldn't stop things from working02:40
*** salv-orlando has joined #openstack-infra02:40
dhineshpabelanger: is there a way to bypass zuul and run tempest tests only through jenkins02:42
pabelangerdhinesh: what does your layout.yaml file look like? Can you explain what your issue is?02:44
*** salv-orlando has quit IRC02:44
pabelangerdhinesh: maybe, but zuul should be triggering the jobs for you02:44
*** gyee_ has quit IRC02:47
dhineshpabelanger: my layout.yaml is almost the same as this https://git.openstack.org/cgit/openstack-infra/project-config-example/tree/zuul/layout.yaml02:50
dhineshpabelanger: except for the email ids info02:51
*** rlandy|rover|bbl is now known as rlandy|rover02:51
ianwdhinesh: when you do the stats to port 4730 ... do you get *anything* back at all?02:52
dhineshpabelanger:  yes i get back the current jobs on my jenkins but not noop-check-communication or dsvm-tempest-full02:52
*** hongbin has joined #openstack-infra02:53
dhineshpabelanger: i mean the current builds02:53
dhineshpabelanger: only manually configured jenkins builds are visible, not the one from zuul02:54
pabelangerdhinesh: and have you posted a patch to opentack-dev/ci-sandbox?02:56
dhineshyes i have been posting https://review.openstack.org/#/c/517731/ by configuring through jenkins UI to trigger on gerrit streams03:01
dhineshpabelanger: but not to ci-sandbox but just sandbox03:01
pabelangerdhinesh: try ci-sandbox, default is to configure to it: https://git.openstack.org/cgit/openstack-infra/project-config-example/tree/zuul/layout.yaml#n6103:02
*** sree has joined #openstack-infra03:02
dhineshpabelanger: ok i can give it a shot, but i am not sure if it will be different since i just use jenkins to push results to gerrit, i doubt if i am using zuul to do it03:05
*** sree has quit IRC03:06
pabelangerdhinesh: well, if you get ci-sandbox working, zuul should trigger the jobs, then you can work on adding your zuul to 3rd party CI for cinder03:08
*** robynh has quit IRC03:09
dhineshpabelanger: hmm, so the CI is able to post https://review.openstack.org/#/c/519528/, but the only problem is zuul did not add noop-check-communication or dsvm-tempest-full to my jenkins03:20
pabelangerdhinesh: so, that likely means a gearman issue. Did you get any error in zuul logs03:21
dhineshpabelanger: no errors of failures in debug.log or zuul.log03:25
pabelangerdhinesh: and you have nodepool nodes online?03:26
pabelangerdhinesh: what is the output of echo status | nc 127.0.0.1 4730 again03:27
dhineshyeah, i do nodepool is running fine, once the job is done it deletes and recreates a new slave node03:27
pabelangerdhinesh: and gearman in jenkins is setup properly?03:27
*** [HeOS] has quit IRC03:28
pabelangerhttps://docs.openstack.org/infra/openstackci/third_party_ci.html#setup-jenkins03:28
pabelangeryou did: Enable Gearman, which is the Jenkins plugin zuul uses to queue jobs:03:29
*** hemna_ has quit IRC03:29
dhineshpabelanger: http://paste.openstack.org/show/626216/ i just replaced the server name03:29
pabelangerdhinesh: yah, I'd check jenkins settings again03:30
*** HeOS has joined #openstack-infra03:30
dhineshyeah "Gearman Plugin Config " has ip and port and says success when i do "Test Connection"03:31
ianwpabelanger: did you end up seeing that message about the pypi.slave node in rax from the other day?03:32
*** rlandy|rover has quit IRC03:32
pabelangerianw: oh, I did. Yes, I think we can delete that. I think I asked about that last week too03:32
pabelangerdhinesh: and both jobs exist in jenkins?03:32
ianwpabelanger: ok, i'll pop it in for a quick topic tomorrow and pending no comments we can delete it03:33
pabelangerianw: wfm03:33
dhineshpabelanger: yes they are visible, let me try to restart zuul service and see if that makes a differnece03:33
pabelangerdhinesh: I was going to suggest cycling your nodepool nodes to see if jobs register again03:34
pabelangerpossible the labels are not setup properly some how03:34
dhineshpabelanger: do you mean to delete the nodepool nodes?03:35
pabelangerdhinesh: yah, that will cause new nodes to build and hopefully re-register jobs in gearman03:36
pabelangerdhinesh: you can use nodepool cli command do do that03:36
pabelanger$ nodepool delete <id>03:36
dhineshpabelanger: ok will give it a shot03:37
*** coolsvap has joined #openstack-infra03:38
*** salv-orlando has joined #openstack-infra03:41
*** ramishra has joined #openstack-infra03:43
*** salv-orlando has quit IRC03:45
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Create ansible-role-gearman project  https://review.openstack.org/51952903:46
dhineshpabelanger: ok all nodes are new, no new jobs registered, does gearman have specific log?03:46
*** gongysh has quit IRC03:46
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Create ansible-role-gearman project  https://review.openstack.org/51952903:49
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add jobs for ansible-role-gearman  https://review.openstack.org/51953003:49
pabelangerdhinesh: yes, it should. You'll have to check zuul logging settings03:49
pabelangerdhinesh: might be worth looking at jenkins logs at this point too03:50
pabelangerI'm running out of ideas, and it has been some time since I've last used jenkins03:50
*** yamamoto has joined #openstack-infra03:52
*** Apoorva has joined #openstack-infra03:56
dhineshpabelanger: nothing interesting on the logs, is zuul and zuul-merger the only 2 services that should be running?03:57
*** ramishra_ has joined #openstack-infra04:01
pabelangerdhinesh: yah, that sounds correct04:01
pabelangerI wonder if this is the jenkins security issue04:02
pabelangerwhere you need to whitelist things04:02
pabelangerhttps://jenkins.io/security/advisory/2016-05-11/04:03
pabelangerbut, at this point, just a guess04:03
*** ramishra has quit IRC04:03
*** udesale has joined #openstack-infra04:04
dhineshpabelanger: ok, will give it a try04:06
*** dhinesh has quit IRC04:11
*** kiennt26 has quit IRC04:13
*** hichihara has joined #openstack-infra04:14
*** rosmaita has quit IRC04:15
*** psachin has joined #openstack-infra04:18
*** ykarel has joined #openstack-infra04:18
*** dave-mccowan has quit IRC04:19
*** dbecker has quit IRC04:23
*** andreas_s has joined #openstack-infra04:25
openstackgerritIan Wienand proposed openstack-infra/project-config master: Remove some non-standard things from bindep-fallback  https://review.openstack.org/51953304:28
openstackgerritIan Wienand proposed openstack-infra/project-config master: Remove ruby from bindep-fallback.txt  https://review.openstack.org/51953404:28
openstackgerritIan Wienand proposed openstack-infra/project-config master: Don't install centos-release-openstack-ocata  https://review.openstack.org/51953504:28
*** andreas_s has quit IRC04:29
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Remove legacy i18n-tox-doc-docs job  https://review.openstack.org/51867804:34
*** dbecker has joined #openstack-infra04:38
*** psachin has quit IRC04:38
*** ramishra_ has quit IRC04:38
*** ramishra has joined #openstack-infra04:39
*** salv-orlando has joined #openstack-infra04:41
*** salv-orlando has quit IRC04:46
*** psachin has joined #openstack-infra04:46
*** ramishra has quit IRC04:51
*** ramishra has joined #openstack-infra04:53
*** hongbin has quit IRC05:01
*** sree has joined #openstack-infra05:13
*** sree_ has joined #openstack-infra05:14
*** sree_ is now known as Guest2342305:14
*** rkukura_ has joined #openstack-infra05:16
*** sree has quit IRC05:17
*** rkukura has quit IRC05:20
*** rkukura_ is now known as rkukura05:20
*** sbezverk has quit IRC05:20
*** cuongnv has quit IRC05:20
*** cuongnv has joined #openstack-infra05:23
*** Apoorva has quit IRC05:27
*** gildub has joined #openstack-infra05:28
*** yamahata has joined #openstack-infra05:31
*** 3NAABTTL6 has quit IRC05:32
*** benj_ has joined #openstack-infra05:33
*** janki has joined #openstack-infra05:34
*** caphrim007 has joined #openstack-infra05:40
*** salv-orlando has joined #openstack-infra05:42
*** erlon has quit IRC05:45
*** salv-orlando has quit IRC05:47
*** dhinesh has joined #openstack-infra05:54
*** mat128 has quit IRC05:59
*** dhinesh has quit IRC06:00
*** armaan has joined #openstack-infra06:02
*** armaan has quit IRC06:04
*** armaan has joined #openstack-infra06:04
*** janki has quit IRC06:05
*** janki has joined #openstack-infra06:20
*** hichihara has quit IRC06:25
*** Guest23423 has quit IRC06:28
openstackgerritzhufl proposed openstack-infra/elastic-recheck master: Remove "Initializing SSH connection to" message from query  https://review.openstack.org/51954606:29
*** salv-orlando has joined #openstack-infra06:30
*** liujiong has joined #openstack-infra06:30
openstackgerritzhufl proposed openstack-infra/elastic-recheck master: Remove "Initializing SSH connection to" message from query  https://review.openstack.org/51954606:32
*** armax has quit IRC06:50
*** florianf has joined #openstack-infra06:50
*** armax has joined #openstack-infra06:51
*** armax has quit IRC06:51
*** armax has joined #openstack-infra06:52
*** armax has quit IRC06:52
*** mtreinish has quit IRC06:55
*** mtreinish has joined #openstack-infra06:55
*** rcernin has quit IRC07:02
*** mat128 has joined #openstack-infra07:03
*** liujiong has quit IRC07:05
*** pgadiya has joined #openstack-infra07:08
*** andreas_s has joined #openstack-infra07:11
*** liujiong has joined #openstack-infra07:13
*** liujiong has quit IRC07:15
*** liujiong has joined #openstack-infra07:15
*** threestrands has quit IRC07:15
*** namnh has quit IRC07:16
*** cuongnv has quit IRC07:16
*** annp has quit IRC07:16
*** annp has joined #openstack-infra07:16
*** namnh has joined #openstack-infra07:16
*** cuongnv has joined #openstack-infra07:16
*** xinliang has quit IRC07:21
*** makowals has joined #openstack-infra07:29
*** liusheng has left #openstack-infra07:30
*** gildub has quit IRC07:32
*** xinliang has joined #openstack-infra07:33
*** xinliang has joined #openstack-infra07:33
openstackgerritNam Nguyen Hoai proposed openstack-infra/project-config master: Remove legacy jobs from Zaqar  https://review.openstack.org/51073107:34
*** salv-orlando has quit IRC07:36
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Add building of openSUSE Tumbleweed nodepool images  https://review.openstack.org/50416907:36
*** salv-orlando has joined #openstack-infra07:36
*** ykarel is now known as ykarel|lunch07:37
*** mat128 has quit IRC07:38
openstackgerritRabi Mishra proposed openstack-infra/project-config master: Add heat-tempest-plugin project  https://review.openstack.org/51956707:39
*** salv-orlando has quit IRC07:40
*** ccamacho has quit IRC07:46
*** ccamacho has joined #openstack-infra07:46
*** salv-orlando has joined #openstack-infra07:47
*** ccamacho has left #openstack-infra07:53
*** ccamacho has quit IRC07:53
*** alexchadin has joined #openstack-infra07:54
openstackgerritMerged openstack-infra/zuul-jobs master: Add role to build Puppet module  https://review.openstack.org/51948907:56
openstackgerritRabi Mishra proposed openstack-infra/project-config master: Add heat-tempest-plugin project  https://review.openstack.org/51956708:06
*** d0ugal has quit IRC08:06
*** ralonsoh has joined #openstack-infra08:09
*** yamamoto has quit IRC08:09
*** pcaruana has joined #openstack-infra08:10
*** e0ne has joined #openstack-infra08:10
openstackgerritRabi Mishra proposed openstack-infra/project-config master: Add heat-tempest-plugin project  https://review.openstack.org/51956708:11
*** yamamoto has joined #openstack-infra08:12
*** yamamoto has quit IRC08:12
*** tesseract has joined #openstack-infra08:15
*** Sukhdev has quit IRC08:16
*** links has quit IRC08:17
openstackgerritRabi Mishra proposed openstack-infra/project-config master: Add heat-tempest-plugin project  https://review.openstack.org/51956708:20
*** Hal has joined #openstack-infra08:20
chandankumarramishra: please change the topic https://review.openstack.org/#/c/519567/ to goal-split-tempest-plugins08:23
chandankumarand governance one also08:23
*** salv-orlando has quit IRC08:24
*** shardy has joined #openstack-infra08:31
*** links has joined #openstack-infra08:31
openstackgerritMarkos Chandras (hwoarang) proposed openstack/diskimage-builder master: elements: Respect devpts mount options  https://review.openstack.org/51874908:32
*** inc0 has quit IRC08:33
AJaegerchandankumar: new-project would be the proper topic for new project creation08:34
*** mat128 has joined #openstack-infra08:36
AJaegerconfig-core, please review https://review.openstack.org/517217, the dependency has finally merged.08:40
*** iyamahat has joined #openstack-infra08:40
*** yamamoto has joined #openstack-infra08:41
*** salv-orlando has joined #openstack-infra08:42
*** bhavik has joined #openstack-infra08:42
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Switch Puppet tarball job to use Zuul role  https://review.openstack.org/51949108:42
*** ykarel|lunch is now known as ykarel08:43
*** yamahata has quit IRC08:44
openstackgerritRui Chen proposed openstack-infra/nodepool feature/zuulv3: Fix nodepool cmd TypeError when no arguemnts  https://review.openstack.org/51958208:47
*** amoralej|off is now known as amoralej08:50
*** yamamoto has quit IRC08:50
*** dingyichen has quit IRC08:50
openstackgerritClaudiu Belu proposed openstack-infra/project-config master: networking-hyperv: Adds neutron required project  https://review.openstack.org/51943508:51
*** iyamahat has quit IRC08:51
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Avoid running Puppet module build job for no reason  https://review.openstack.org/51949408:51
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Add Puppet build jobs to check and gate pipelines  https://review.openstack.org/51949508:51
*** jpena|off is now known as jpena08:52
openstackgerritClaudiu Belu proposed openstack-infra/project-config master: networking-hyperv: Adds neutron required project  https://review.openstack.org/51943508:52
*** priteau has joined #openstack-infra08:54
openstackgerritRui Chen proposed openstack-infra/nodepool feature/zuulv3: Fix nodepool cmd TypeError when no arguemnts  https://review.openstack.org/51958208:57
*** jpich has joined #openstack-infra08:57
*** Wei_Liu has quit IRC09:03
*** Wei_Liu has joined #openstack-infra09:03
openstackgerritClaudiu Belu proposed openstack-infra/project-config master: networking-hyperv: Uses release-notes-jobs-neutron  https://review.openstack.org/51943509:05
*** links has quit IRC09:07
*** mat128 has quit IRC09:08
openstackgerritJose Luis Franco proposed openstack-infra/tripleo-ci master: WIP: Upgrade UC and OC using tripleo-upgrade role  https://review.openstack.org/51564309:08
*** liujiong_lj has joined #openstack-infra09:19
*** ccamacho has joined #openstack-infra09:20
*** salv-orlando has quit IRC09:20
*** liujiong has quit IRC09:20
*** markvoelker has quit IRC09:21
*** links has joined #openstack-infra09:22
*** salv-orlando has joined #openstack-infra09:22
openstackgerritNam Nguyen Hoai proposed openstack-infra/openstack-zuul-jobs master: Remove Zaqar legacy jobs  https://review.openstack.org/51073209:23
*** bhavik has quit IRC09:23
*** jianghuaw has quit IRC09:26
*** efoley has joined #openstack-infra09:26
*** salv-orlando has quit IRC09:26
*** tosky has joined #openstack-infra09:27
openstackgerritAndreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Remove horizon legacy jobs (django variants, selenium-headless)  https://review.openstack.org/51904709:29
*** slaweq has joined #openstack-infra09:31
*** rbergeron has quit IRC09:34
*** efoley has quit IRC09:34
*** efoley_ has joined #openstack-infra09:34
*** rbergeron has joined #openstack-infra09:34
*** derekh has joined #openstack-infra09:39
*** hrubi has quit IRC09:39
*** lucas-afk is now known as lucasagomes09:39
*** hrubi has joined #openstack-infra09:39
*** andreas__ has joined #openstack-infra09:41
*** hrubi has quit IRC09:41
*** hrubi has joined #openstack-infra09:41
*** hrubi has quit IRC09:42
*** hrubi has joined #openstack-infra09:43
*** andreas_s has quit IRC09:45
*** rfolco has joined #openstack-infra09:45
*** d0ugal has joined #openstack-infra09:45
*** d0ugal_ has joined #openstack-infra09:51
*** d0ugal has quit IRC09:52
openstackgerritPaul Belanger proposed openstack-infra/zuul feature/zuulv3: Allow run to be list of playbooks  https://review.openstack.org/51959609:53
*** zaneb has quit IRC09:54
*** jianghuaw has joined #openstack-infra09:55
*** cshastri has quit IRC09:55
*** efoley_ has quit IRC09:57
*** jianghuaw has quit IRC09:57
*** jianghuaw has joined #openstack-infra09:58
*** yamamoto has joined #openstack-infra10:01
*** makowals has quit IRC10:01
openstackgerritMerged openstack-infra/project-config master: Remove barbican-tempest-plugins legacy jobs  https://review.openstack.org/51721710:01
*** d0ugal_ is now known as dmatthew10:03
*** dmatthew has quit IRC10:03
openstackgerritJose Luis Franco proposed openstack-infra/tripleo-ci master: WIP: Upgrade UC and OC using tripleo-upgrade role  https://review.openstack.org/51564310:03
*** makowals has joined #openstack-infra10:03
*** d0ugal has joined #openstack-infra10:03
*** namnh has quit IRC10:04
*** annp has quit IRC10:04
ianwurgh ... http://logs.openstack.org/70/519570/1/check/legacy-tempest-dsvm-py35/83bcb0e/logs/devstacklog.txt.gz#_2017-11-14_08_13_56_85010:05
ianwvenv-tempest runtests: commands[0] | pip install -c ../requirements/upper-constraints.txt -r requirements.txt10:05
ianwends up with10:06
ianwUnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 78: ordinal not in range(128)10:06
ianwif nobody figures it out, i'll look more in my morning :/10:06
*** sshnaidm is now known as sshnaidm|afk10:06
*** mat128 has joined #openstack-infra10:07
*** gildub has joined #openstack-infra10:07
*** salv-orlando has joined #openstack-infra10:08
*** liujiong_lj has quit IRC10:10
*** salv-orlando has quit IRC10:11
*** salv-orlando has joined #openstack-infra10:11
*** felipemonteiro has joined #openstack-infra10:16
*** markvoelker has joined #openstack-infra10:21
*** HeOS has quit IRC10:26
*** HeOS has joined #openstack-infra10:27
*** hrubi has quit IRC10:30
*** hrubi has joined #openstack-infra10:30
*** ykarel is now known as ykarel|afk10:31
*** sdague has joined #openstack-infra10:32
fungiinfra-root: i'm away (appointments on the mainland) most of today and not around a computer. i _may_ be back for at least part of the infra meeting, but there's a good chance i'll end up missing it10:33
*** efoley has joined #openstack-infra10:33
*** jascott1 has quit IRC10:35
*** jascott1 has joined #openstack-infra10:36
*** yamamoto has quit IRC10:36
*** yamamoto has joined #openstack-infra10:36
*** mat128 has quit IRC10:39
*** claudiub has joined #openstack-infra10:39
*** jascott1 has quit IRC10:40
openstackgerritLuka Peschke proposed openstack-infra/project-config master: Add pep8 jobs for cloudkitty-tempest-plugin  https://review.openstack.org/51960710:42
*** alexchadin has quit IRC10:42
*** alexchadin has joined #openstack-infra10:42
*** pblaho has quit IRC10:44
*** efoley_ has joined #openstack-infra10:45
*** efoley has quit IRC10:45
*** d0ugal has quit IRC10:46
*** andreas__ has quit IRC10:53
*** jianghuaw has quit IRC10:56
*** stakeda has quit IRC10:58
*** andreas_s has joined #openstack-infra10:58
*** udesale has quit IRC11:00
*** caphrim007 has quit IRC11:01
*** andreas_s has quit IRC11:02
*** alexchadin has quit IRC11:02
*** wolverineav has joined #openstack-infra11:02
*** andreas_s has joined #openstack-infra11:03
*** pblaho has joined #openstack-infra11:04
*** cuongnv has quit IRC11:04
*** ldnunes has joined #openstack-infra11:04
*** andreas_s has quit IRC11:07
*** andreas_s has joined #openstack-infra11:08
*** gouthamr has joined #openstack-infra11:10
*** alexchadin has joined #openstack-infra11:10
*** andreas_s has quit IRC11:12
*** andreas_s has joined #openstack-infra11:13
*** d0ugal has joined #openstack-infra11:14
*** caphrim007 has joined #openstack-infra11:16
*** salv-orlando has quit IRC11:19
*** salv-orlando has joined #openstack-infra11:19
*** dtantsur|afk is now known as dtantsur11:20
*** andreas_s has quit IRC11:22
*** andreas_s has joined #openstack-infra11:27
openstackgerritAkihiro Motoki proposed openstack-infra/zuul-jobs master: Fix npm-run-test  https://review.openstack.org/51887911:27
openstackgerritAkihiro Motoki proposed openstack-infra/zuul-jobs master: Fix npm-run-test  https://review.openstack.org/51887911:31
*** andreas_s has quit IRC11:32
*** efoley_ has quit IRC11:33
*** Wei_Liu has quit IRC11:33
*** pblaho has quit IRC11:33
*** sshnaidm|afk is now known as sshnaidm11:34
*** andreas_s has joined #openstack-infra11:35
*** mat128 has joined #openstack-infra11:38
*** felipemonteiro has quit IRC11:38
*** andreas_s has quit IRC11:43
*** andreas_s has joined #openstack-infra11:44
openstackgerritAkihiro Motoki proposed openstack-infra/openstack-zuul-jobs master: Remove horizon legacy jobs (django variants, selenium-headless)  https://review.openstack.org/51904711:45
*** Wei_Liu has joined #openstack-infra11:51
*** d0ugal has quit IRC11:55
flaper87what's the best way to know what went wrong here? http://logs.openstack.org/02/519602/2/check/ansible-role-k8s-keystone-kubernetes-centos/db2a917/job-output.txt.gz#_2017-11-14_10_27_45_22236811:57
flaper87it seems to have failed loading the run.yml file11:57
flaper87s/file/playbook/11:57
flaper87but I can't figure out where I should check to know what failed exactly11:57
flaper87also, I was expecting it to run the run.yml file from the parent job first. Did I misunderstood something?11:58
*** ykarel|afk is now known as ykarel11:58
flaper87jeblair: mordred dmsimard|off ^11:58
*** Wei_Liu has quit IRC11:58
*** alexchadin has quit IRC12:02
*** alexchadin has joined #openstack-infra12:03
*** tobiash has quit IRC12:04
*** pbourke has quit IRC12:05
*** askb has quit IRC12:05
*** tosky_ has joined #openstack-infra12:05
*** nsingh has quit IRC12:05
*** pahuang has quit IRC12:05
*** gouthamr has quit IRC12:05
*** gildub has quit IRC12:06
*** tobiash has joined #openstack-infra12:06
openstackgerritChandan Kumar proposed openstack-infra/project-config master: Added zuulv3 based inherited jobs for neutron tempest plugin  https://review.openstack.org/51962712:06
*** pahuang has joined #openstack-infra12:06
*** lucasagomes is now known as lucas-hungry12:06
*** niraj_singh has joined #openstack-infra12:06
*** askb has joined #openstack-infra12:06
*** tobiash has quit IRC12:06
*** tosky has quit IRC12:06
chandankumarAJaeger: is it correct in order to reuse the same job against neutron tempest plugin?12:06
*** tobiash has joined #openstack-infra12:07
*** gildub has joined #openstack-infra12:07
*** pbourke has joined #openstack-infra12:07
*** udesale has joined #openstack-infra12:07
*** ramishra has quit IRC12:08
AJaegerchandankumar: where are those jobs defined?12:09
*** mat128 has quit IRC12:09
*** shardy is now known as shardy_lunch12:09
chandankumarAJaeger: https://github.com/openstack/neutron/blob/master/.zuul.yaml12:09
AJaegerchandankumar: then I suggest to add a .zuul.yaml to neutron-tempest plugin repo12:10
*** pblaho has joined #openstack-infra12:10
AJaegerflaper87: I suggest to check the json file, it sometimes contains more information12:10
*** smatzek has joined #openstack-infra12:10
chandankumarAJaeger: with all playbooks ? is there a way to reuse it in another project?12:11
*** d0ugal has joined #openstack-infra12:11
AJaegerchandankumar: WE have a global name space, just use it. There12:13
AJaegerThere's no difference adding them in-tree or in project-config12:13
AJaegerchandankumar: the whole idea with zuul v3 is that you define them in one place - conveninent for neutron - and then use them in all repos...12:14
chandankumarAJaeger: got it , thanks :-)12:14
AJaegerchandankumar: happy to review your change for neutron tempest plugin, just tell me here if you have questions12:14
*** gouthamr has joined #openstack-infra12:20
openstackgerritMerged openstack-infra/project-config master: Add pep8 jobs for cloudkitty-tempest-plugin  https://review.openstack.org/51960712:22
*** tosky_ is now known as tosky12:23
mordredflaper87: only one job's run playbook gets run- so if a child job defines a run, that overrides the parent rather than supplementing12:23
fricklerflaper87: iiuc you need to have "run: tests/run.yml" now, i.e. use the full filename12:23
*** sbezverk has joined #openstack-infra12:24
mordredflaper87: yah - what frickler said12:24
fricklerthough I agree it would be nice if zuul did mention that the specified playbook doesn't exist12:26
openstackgerritMerged openstack-infra/project-config master: Remove legacy jobs from Zaqar  https://review.openstack.org/51073112:26
openstackgerritMerged openstack-infra/project-config master: Remove legacy-qinling-dsvm-tempest jobs  https://review.openstack.org/51927112:26
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Remove migrated legacy python-senlinclient jobs  https://review.openstack.org/51921112:28
AJaegerfrickler: I think it complains about missing file if you use "run.yaml" - but not if extension is missing...12:31
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add ability to work in other auth contexts  https://review.openstack.org/51939412:31
*** pgadiya has quit IRC12:35
fricklerAJaeger: hmm, the file "tests/run" doesn't exist, so if that (and only that) is what zuul is looking for, then it should complain just like if would for "tests/doesntexist.yaml", shouldn't it?12:40
fricklerdifferent issue: should we complain when projects install non-voting jobs into the gate queue in their local zuul config? see https://review.openstack.org/51693412:40
*** ricardoas has quit IRC12:41
*** jkilpatr has joined #openstack-infra12:42
*** rcernin has joined #openstack-infra12:44
*** niedbalski has quit IRC12:46
*** niedbalski has joined #openstack-infra12:46
*** zhurong has joined #openstack-infra12:46
flaper87frickler: mordred roger that, thanks12:47
*** gildub has quit IRC12:52
*** gouthamr has quit IRC12:53
*** lucas-hungry is now known as lucasagomes12:55
*** links has quit IRC12:56
mordredfrickler: yah - at least I think a friendly reminder to people that it's a waste of resources12:56
AJaegerfrickler: I give a -1 if I find those as reviews - and sometimes send direct patches. So, yes, complain loudly, please12:57
AJaegermordred, frickler: We need to do some more education on how to do jobs - like non-voting only in check, voting in check and gate.12:58
*** tosky has quit IRC12:58
fricklerinfra-root: I've seen a couple of jobs timeouts today which all seem to be on inap-mtl01, latest is http://logs.openstack.org/85/519585/1/check/legacy-tempest-dsvm-neutron-full/325b9db/job-output.txt.gz#_2017-11-14_12_01_48_313575 . they all fail to collect the logs directory, making further analysis difficult12:58
AJaegerchandankumar: https://review.openstack.org/#/c/516934/5/.zuul.yaml your api job is non-voting, please remove it from gate pipeline, it's just wasting resources12:59
*** tosky has joined #openstack-infra12:59
*** rosmaita has joined #openstack-infra13:01
*** gouthamr has joined #openstack-infra13:02
*** efoley_ has joined #openstack-infra13:05
*** efoley has joined #openstack-infra13:07
*** efoley_ has quit IRC13:07
*** dprince has joined #openstack-infra13:07
*** Douhet has quit IRC13:07
*** mat128 has joined #openstack-infra13:07
*** andreas_s has quit IRC13:08
*** Douhet has joined #openstack-infra13:10
*** zeih has joined #openstack-infra13:10
*** jpena is now known as jpena|lunch13:11
chandankumarAJaeger: https://review.openstack.org/#/c/519646/13:12
*** trown|outtypewww is now known as trown13:12
*** jaypipes has joined #openstack-infra13:12
*** zeih has quit IRC13:13
*** andreas_s has joined #openstack-infra13:13
*** dave-mccowan has joined #openstack-infra13:15
*** amoralej is now known as amoralej|lunch13:16
*** LindaWang has joined #openstack-infra13:17
openstackgerritAkihiro Motoki proposed openstack-infra/zuul-jobs master: Fix npm-run-test  https://review.openstack.org/51887913:19
AJaegerchandankumar: should work, one suggestion inline. Did you see my comment above regarding neutron? ^13:19
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add helper property to get the current user id  https://review.openstack.org/51951113:19
*** edmondsw has joined #openstack-infra13:22
*** erlon has joined #openstack-infra13:25
*** shardy_lunch is now known as shardy13:25
*** zhurong has quit IRC13:26
*** ykarel has quit IRC13:26
*** jbadiapa_ has joined #openstack-infra13:27
*** andreas_s has quit IRC13:27
*** jbadiapa has quit IRC13:27
*** rlandy has joined #openstack-infra13:28
*** andreas_s has joined #openstack-infra13:28
*** rlandy is now known as rlandy|rover13:29
*** ralonsoh has quit IRC13:32
openstackgerritTytus Kurek proposed openstack-infra/project-config master: Add charm-interface-designate project  https://review.openstack.org/51733613:37
*** gouthamr has quit IRC13:38
*** ramishra has joined #openstack-infra13:38
*** armaan has quit IRC13:38
*** links has joined #openstack-infra13:38
*** mat128 has quit IRC13:39
*** armaan has joined #openstack-infra13:39
*** e0ne_ has joined #openstack-infra13:40
*** salv-orlando has quit IRC13:40
*** salv-orlando has joined #openstack-infra13:41
*** e0ne has quit IRC13:43
*** andreas_s has quit IRC13:46
*** andreas_s has joined #openstack-infra13:48
*** Wei_Liu has joined #openstack-infra13:51
*** edmondsw_ has joined #openstack-infra13:53
*** esberglu has joined #openstack-infra13:54
*** coolsvap has quit IRC13:54
*** gouthamr has joined #openstack-infra13:54
*** edmondsw has quit IRC13:55
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/zuul feature/zuulv3: Override HOME environment variable in bubblewrap  https://review.openstack.org/51965413:57
*** szaher has quit IRC13:58
*** hashar has joined #openstack-infra13:58
*** bh526r has joined #openstack-infra13:59
*** edmondsw_ is now known as edmondsw13:59
*** edmondsw has quit IRC13:59
*** mriedem has joined #openstack-infra13:59
*** hashar has quit IRC14:00
*** [HeOS] has joined #openstack-infra14:00
*** andreas_s has quit IRC14:01
*** HeOS has quit IRC14:01
*** d0ugal_ has joined #openstack-infra14:01
*** szaher has joined #openstack-infra14:02
*** jianghuaw_ has joined #openstack-infra14:03
*** d0ugal has quit IRC14:03
*** d0ugal_ is now known as d0ugal14:04
*** d0ugal has quit IRC14:04
*** d0ugal has joined #openstack-infra14:04
*** d0ugal has quit IRC14:04
*** d0ugal has joined #openstack-infra14:04
*** andreas_s has joined #openstack-infra14:05
*** dmsimard|off is now known as dmsimard14:05
*** kgiusti has joined #openstack-infra14:07
*** Goneri has joined #openstack-infra14:07
*** jpena|lunch is now known as jpena14:08
*** alexchadin has quit IRC14:10
*** edmondsw has joined #openstack-infra14:12
*** efried has quit IRC14:14
*** mat128 has joined #openstack-infra14:16
*** bobh has joined #openstack-infra14:16
*** LindaWang has quit IRC14:20
*** LindaWang has joined #openstack-infra14:21
*** armaan has quit IRC14:23
*** armaan has joined #openstack-infra14:23
*** hamzy_ has quit IRC14:24
*** ralonsoh has joined #openstack-infra14:24
*** smatzek has quit IRC14:25
*** amoralej|lunch is now known as amoralej14:25
*** camunoz has joined #openstack-infra14:25
*** efried has joined #openstack-infra14:27
*** jascott1 has joined #openstack-infra14:37
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Save oooq generated files  https://review.openstack.org/51713614:39
*** jascott1 has quit IRC14:42
*** markvoelker has quit IRC14:43
openstackgerritMerged openstack/os-client-config master: Add shade-functional-tips jobs  https://review.openstack.org/51406714:43
*** markvoelker has joined #openstack-infra14:43
*** Nil_ has joined #openstack-infra14:44
*** dhill_ has quit IRC14:46
*** dhill_ has joined #openstack-infra14:51
*** smatzek has joined #openstack-infra14:53
*** smatzek has quit IRC14:53
*** yamahata has joined #openstack-infra14:53
*** smatzek has joined #openstack-infra14:53
*** jkilpatr has quit IRC14:53
*** ramishra has quit IRC14:54
*** iyamahat has joined #openstack-infra14:55
*** ramishra has joined #openstack-infra14:57
*** rcernin has quit IRC15:00
*** ykarel has joined #openstack-infra15:07
*** iyamahat has quit IRC15:08
*** eharney has joined #openstack-infra15:08
*** rbrndt has joined #openstack-infra15:12
*** dhill_ has quit IRC15:13
*** gouthamr has quit IRC15:13
*** dhill_ has joined #openstack-infra15:13
*** gouthamr has joined #openstack-infra15:16
*** psachin has quit IRC15:16
*** psachin has joined #openstack-infra15:16
*** armax has joined #openstack-infra15:19
*** dhill_ has quit IRC15:19
*** hongbin has joined #openstack-infra15:20
*** dhill_ has joined #openstack-infra15:20
*** armaan has quit IRC15:24
*** armaan has joined #openstack-infra15:24
*** hrubi has quit IRC15:25
*** hrubi_ has joined #openstack-infra15:25
*** [HeOS] is now known as HeOS15:28
*** ramishra has quit IRC15:29
*** ramishra has joined #openstack-infra15:29
openstackgerritJose Luis Franco proposed openstack-infra/tripleo-ci master: WIP: Upgrade UC and OC using tripleo-upgrade role  https://review.openstack.org/51564315:30
*** dhill_ has quit IRC15:30
*** efoley has quit IRC15:32
openstackgerritMerged openstack-infra/irc-meetings master: Change the name of openstack-helm chair This PS changes the name of meeting chair to mattmceuen. mattmceuen is the current chair and PTL of openstack-helm.  https://review.openstack.org/51883115:35
*** ramishra has quit IRC15:35
*** dhill_ has joined #openstack-infra15:35
*** chandankumar is now known as chkumar|upgrade15:37
*** janki has quit IRC15:39
*** xarses_ has joined #openstack-infra15:42
*** dtantsur is now known as dtantsur|brb15:46
*** dsariel has joined #openstack-infra15:47
*** caphrim007 has quit IRC15:48
*** caphrim007 has joined #openstack-infra15:49
*** e0ne_ has quit IRC15:51
*** e0ne has joined #openstack-infra15:52
*** caphrim007 has quit IRC15:53
*** jkilpatr has joined #openstack-infra15:58
*** hashar has joined #openstack-infra15:59
*** janki has joined #openstack-infra15:59
*** links has quit IRC16:00
*** ykarel has quit IRC16:02
*** salv-orlando has quit IRC16:09
clarkbfrickler: looks like ansible claims it cannot ssh to execute the rsync?16:09
clarkbI wonder if we are running out of fds?16:10
*** chkumar|upgrade is now known as chandankumar16:10
clarkbAJaeger: is the release notes job final in an attempt to avoid abuse of the afs publishing?16:14
AJaegerclarkb: it contains secrets, so that's why we made it final AFAIR. But better ask mordred (since jeblair is out).16:15
AJaegerclarkb: seeing the trove email now, we need to review all of these ;(16:16
clarkbwe may want to add a comment with a big NOTE that says "this job is final, that means you cannot modify it in your projects. You cannot add required projects or branch restrictions" etc to make it clear what that means to everyone while we learn the new job configs16:17
clarkbI think the problem in detecting the failures early (pre merge) is that zuul won't apply those changes beyond a syntax check if they modify things on a post merge pipeline16:18
clarkbnot sure if we can easily check final state during syntax checking (probably not) but that may be one way to catch this upfront16:19
AJaegerclarkb: and reviewer eductation - I didn't had that in mind when reviewing16:20
clarkbya16:20
*** LindaWang has quit IRC16:21
*** jkilpatr has quit IRC16:21
AJaegerclarkb: question is how to handle the releasenotes jobs: Have specific jobs for releasenotes generation with all required repos, or ask them to fix their set up. We could remove all required-projects from releasenotes...16:21
AJaegerclarkb: sorry, no time to dig deeper into these this week16:21
clarkbAJaeger: considering dhellmann says you shouldn't need any other projects to generate release notes I'm inclined to push back on the projects and have them fix release note generation?16:22
clarkbseems liek that is the most correct way16:22
AJaegerclarkb: yes - that means they cannot use their custom install_command and need to hardwire dependencies separately. So, a change to tox.ini for them16:23
AJaegerbut we should review whether other final jobs are in the same league16:24
*** Hal has quit IRC16:25
dhellmannperhaps the CTI for the release notes job needs to change to not use tox16:26
AJaegerclarkb: I wonder also about http://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/zuul.d/project-templates.yaml#n54 (publish-openstack-sphinx-docs),  http://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/zuul.d/project-templates.yaml#n196 (release-openstack-python - this one seems unneeded since release-openstack-python already install horizon)16:26
dhellmannit could set up a virtualenv with pre-defined packages and run sphinx directly16:26
fricklerclarkb: the devstack run before already takes 2.5h until it is killed by timeout, would need to look into devstacklog.txt to see more. I'm guessing it would be some networking issue on the node16:27
clarkbfrickler: ya that wouldn't surprise me16:28
clarkbfrickler: basically the instance was unhappy all along and its not until that point in the job where we notice in a fatal way16:28
*** andreas_s has quit IRC16:29
*** jkilpatr has joined #openstack-infra16:29
*** salv-orlando has joined #openstack-infra16:31
clarkbdhellmann: ya `virtualenv relenv && relenv/bin/pip install reno && reno generate notes` sort of thing16:32
fricklerclarkb: yeah, the question would rather be what we do when we confirm that this seems to have an increased rate of occurrences at inap-mtl01, maybe ask them for known issues or reduce the quota we use there16:32
clarkbfrickler: yup, mgagne may be able to help with that16:32
*** e0ne has quit IRC16:33
*** andreas_s has joined #openstack-infra16:33
smcginnisWe got a POST_FAILURE on a trove release: http://lists.openstack.org/pipermail/release-job-failures/2017-November/000663.html16:36
smcginnisLogs look fine, so was it something after the job run?16:37
smcginnisAnd tagging the trove-dashboard release failed too: http://lists.openstack.org/pipermail/release-job-failures/2017-November/000662.html16:38
*** andreas_s has quit IRC16:38
*** gyee_ has joined #openstack-infra16:38
fricklerinfra-root: can someone take a look at static.o.o? getting very slow responses for logs (that is the same server, isn't it?)16:40
*** hemna_ has joined #openstack-infra16:41
clarkbfrickler: does cacti show anything?16:41
clarkband yes same server16:42
*** psachin has quit IRC16:42
clarkbsmcginnis: trove-dashboard is the thing on the mailing list that I responded to dhellmann about right?16:43
clarkbya16:43
smcginnisclarkb: Oh sorry, missed it.16:43
smcginnisStill catching up and having hit the ML yet.16:43
dimsjeblair : clarkb : fungi : trying to crystallize the LTS discussion with specific proposals here - https://etherpad.openstack.org/p/LTS-proposal16:44
clarkbfrickler: http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=311&rra_id=all there is a spike in outbound traffic there16:44
clarkbfrickler: the disk usage/iops doesn't look too bad though so wondering if it was just lots of things asking for data, logs.o.o seems to be responsive to me now16:45
clarkbload average and cpu look fine too16:45
clarkbas does memory/swap16:45
clarkbsmcginnis: for your other thing http://logs.openstack.org/17/175bd53e7b18a9dc4d42e60fe9225a5748eded34/pre-release/release-openstack-python-without-pypi/7a9474c/job-output.txt.gz#_2017-11-14_16_22_57_628445 appears to be the logged error which is unfortunately not very verbose. Lets see if ara knows more16:46
*** jkilpatr has quit IRC16:46
clarkbfrickler: http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=1871&rra_id=all seems suspicious though16:48
*** pcaruana has quit IRC16:48
fricklerclarkb: there's a peak in tcp open conns + resets, still seeing very slow response here16:49
clarkbya it went back to being slow for me trying to open ara for smcginnis' failure above16:49
clarkbhttp://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=140&rra_id=all and ya that looks unhappy.16:51
* clarkb gets on host to see what is making all the connections16:51
clarkbfrickler: I don't see significant numbers of connections from a single source, I think that spike in connections is likely a side effect of whatever is slowing it down16:54
*** mrunge has quit IRC16:54
clarkbsmcginnis: http://paste.openstack.org/show/626285/ from ara16:54
clarkbsmcginnis: it is trying to set permissions on that file and failing because it is not allowed to if I am reading that correctly16:55
smcginnisclarkb: That's the impression I got, but really not clear. :)16:55
smcginnisclarkb: What would be trying to change the permissions?16:56
clarkbsmcginnis: ansible is trying to chagne the permissions, I do not know why but it seems to think it should16:56
clarkbit is in the file module which is a module that does things like update perms16:56
clarkboh I know16:57
clarkbI think we may do a +r to everything because otherwise the subsequent rsync will fail to read the files?16:57
clarkbit is possible that particular task wants to be become: yes so that it executes as root16:57
fricklerclarkb: did you check for device errors? this looks like xvdo might actually be broken http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=1869&rra_id=all16:58
clarkbfrickler: xvdo doesn't show up in syslog and nothing is in dmesg. `pvs` output looks happy17:00
clarkbfrickler: it is possible that lvm just isn't writing to that disk right now because it is logically full?17:01
*** slaweq has quit IRC17:02
fricklerclarkb: ya, possible, just the coincidence of going from writing pretty much to next to nothing in the last two hours seemed suspicous to me17:03
fricklerclarkb: but in fact it might have mostly moved to xvdp17:05
clarkbI'm not seeing anything immediately broken but do notice that a kworker is occasionally eating a bunch of cpu (so possible io contention?)17:05
clarkbI've got to go take care of the kids' breakfast now but will continue to look at it when I return17:05
*** rhallisey has quit IRC17:05
*** caphrim007 has joined #openstack-infra17:05
*** armaan has quit IRC17:06
*** armaan has joined #openstack-infra17:06
*** armaan has quit IRC17:06
*** bh526r has quit IRC17:07
*** eharney has quit IRC17:10
*** janki has quit IRC17:10
*** eharney has joined #openstack-infra17:11
*** udesale has quit IRC17:11
openstackgerritMerged openstack-infra/nodepool feature/zuulv3: Add username to build and upload information  https://review.openstack.org/45396817:12
*** clarkb has quit IRC17:14
*** yamamoto has quit IRC17:15
*** yamahata has quit IRC17:15
*** hashar is now known as hasharAway17:17
*** efoley has joined #openstack-infra17:18
*** rlandy|rover is now known as rlandy|rover|brb17:19
*** lucasagomes is now known as lucas-afk17:19
*** salv-orl_ has joined #openstack-infra17:20
*** florianf has quit IRC17:20
openstackgerritChristian Groschupp proposed openstack-infra/shade master: Creating a server and specifying scheduler_hints fails  https://review.openstack.org/51970517:20
*** yamamoto has joined #openstack-infra17:21
*** jpich has quit IRC17:21
*** clarkb has joined #openstack-infra17:22
*** salv-orlando has quit IRC17:22
*** Apoorva has joined #openstack-infra17:23
*** yamamoto has quit IRC17:26
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool feature/zuulv3: Be consistent with the ZK data model  https://review.openstack.org/51970617:27
*** inc0 has joined #openstack-infra17:30
*** rlandy|rover|brb is now known as rlandy|rover17:33
mnaseris logs.o.o responding for folks here?17:33
mnaserit seems to be responding slowly17:33
*** setuid has left #openstack-infra17:33
*** yamamoto has joined #openstack-infra17:36
*** bauzas_ has joined #openstack-infra17:36
pabelangeryah, I think clarkb is looking into ti17:37
pabelangerit*17:37
pandais there someone here with mathematical statistic background ? If the probability for a single job to fail is 4%, and we have an average of 4 jobs per gate, what's the probability that the entire set of jobs for a queue of 20 reviews will fail ? whats the probability for a queue of 5 instead ?17:39
*** bauzas_ has quit IRC17:39
openstackgerritChristian Groschupp proposed openstack-infra/shade master: Fix creating a server with specifying scheduler_hints  https://review.openstack.org/51970517:40
*** yamamoto_ has joined #openstack-infra17:40
*** gyee has quit IRC17:40
*** yamamoto has quit IRC17:41
*** gyee has joined #openstack-infra17:44
*** Apoorva has quit IRC17:44
*** salv-orl_ has quit IRC17:44
*** dsariel has quit IRC17:44
pandadam, why all the statistics teacher made me hate it ?17:44
*** Apoorva has joined #openstack-infra17:44
*** dtantsur|brb is now known as dtantsur17:45
*** bauzas_ has joined #openstack-infra17:45
mnaserclarkb: id look into DNS, the behaviour seems related to DNS issues where it takes forever to load then pops right out17:45
mnaserso maybe double check if resolvers are working on that machine17:45
*** yamamoto_ has quit IRC17:45
*** bauzas_ has quit IRC17:45
*** bauzas_ has joined #openstack-infra17:46
*** bauzas_ is now known as bauzas17:46
*** Swami has joined #openstack-infra17:48
*** jascott1 has joined #openstack-infra17:48
*** iyamahat has joined #openstack-infra17:49
mgagneclarkb: do you have more details on the issue at inap? I saw the link but what's the actual issue? Zuul unabled to SSH to slave to gather logs?17:50
*** salv-orlando has joined #openstack-infra17:52
*** yamamoto has joined #openstack-infra17:52
mgagnealso, I find it very hard to determine the actual instance in our cloud that was used for the job, there is no longer a hostname or UUID, only an IP.17:53
mgagneok found it in on of the zuul-info files17:53
*** derekh has quit IRC17:54
clarkbmgagne: ya job took a long time and timed out. and then ssh failed to run the post tasks for cleanup17:54
*** salv-orlando has quit IRC17:54
clarkbmnaser: will do17:55
*** salv-orlando has joined #openstack-infra17:55
*** salv-orl_ has joined #openstack-infra17:58
*** yamahata has joined #openstack-infra17:59
*** dsariel has joined #openstack-infra17:59
*** armaan has joined #openstack-infra18:00
*** salv-orlando has quit IRC18:01
*** yamamoto has quit IRC18:03
*** efoley has quit IRC18:07
*** claudiub|2 has joined #openstack-infra18:08
*** claudiub has quit IRC18:11
*** dsariel has quit IRC18:12
*** bobh has quit IRC18:19
clarkboh right infra meeting is an hour earlier now than before relative to my timezone18:20
clarkbinfra meeting in ~39 minutes18:20
*** salv-orl_ has quit IRC18:24
*** salv-orlando has joined #openstack-infra18:24
*** dsariel has joined #openstack-infra18:25
*** tosky has quit IRC18:26
*** rhallisey has joined #openstack-infra18:28
*** salv-orlando has quit IRC18:28
*** yamamoto has joined #openstack-infra18:29
*** dsariel has quit IRC18:30
clarkbpanda: you can probably treat failure as independent (though they won't be in all cases) then you want to calculate the chance of a single failure, 2 failures, 3 failures, 4 failures and sum them for total chance of a -118:31
*** jkilpatr has joined #openstack-infra18:31
clarkbpanda: that covers it for a single buildset for one change. Then you do a similar thing with multiple changes18:31
*** dprince has quit IRC18:33
clarkbfrickler: mnaser rereading cacti graphs I really thing the likeliest culprit is the large outbound data transfer that happened18:33
clarkbwe seem to be recovering now based on the fall off of established tcp connections18:34
mnaserThat can be an obvious cause as well18:34
*** yamamoto has quit IRC18:35
*** yamamoto has joined #openstack-infra18:36
*** tesseract has quit IRC18:37
*** kjackal has quit IRC18:38
*** trown is now known as trown|lunch18:41
openstackgerritMerged openstack-infra/infra-specs master: Mark the ptgbot spec implemented  https://review.openstack.org/51645418:49
*** jascott1 has quit IRC18:49
*** amoralej is now known as amoralej|off18:58
*** jpena is now known as jpena|off18:59
clarkbinfra meeting time by my UTC clock18:59
clarkbjoin us in #openstack-meeting18:59
*** iyamahat_ has joined #openstack-infra19:03
*** iyamahat has quit IRC19:03
*** camunoz has quit IRC19:06
*** yamamoto has quit IRC19:11
*** tosky has joined #openstack-infra19:13
*** dave-mccowan has quit IRC19:21
*** mihalis68 has quit IRC19:23
*** Sukhdev has joined #openstack-infra19:26
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Fix final: true issue with build-wheel-mirror jobs  https://review.openstack.org/51973019:30
*** dprince has joined #openstack-infra19:31
*** kjackal has joined #openstack-infra19:33
*** jascott1 has joined #openstack-infra19:33
pabelangerAJaeger: ianw: clarkb: another final: true issue ^. I didn't see that when I proposed the original change19:34
openstackgerritRuby Loo proposed openstack-infra/openstack-zuul-jobs master: Add irrelevant-files to openstack-tox-functional  https://review.openstack.org/51973119:36
*** trown|lunch is now known as trown19:39
*** bobh has joined #openstack-infra19:41
*** owalsh has quit IRC19:43
*** owalsh has joined #openstack-infra19:44
*** dtantsur is now known as dtantsur|afk19:45
*** ralonsoh has quit IRC19:46
openstackgerritMerged openstack-infra/project-config master: Switch puppet-nova to in-tree testing  https://review.openstack.org/51313119:50
openstackgerritwes hayutin proposed openstack-infra/tripleo-ci master: be more prescriptive in log collection  https://review.openstack.org/51152619:52
*** mat128 has quit IRC19:54
*** dhill_ has quit IRC19:57
openstackgerritRuby Loo proposed openstack-infra/openstack-zuul-jobs master: Add irrelevant-files to openstack-tox-functional*  https://review.openstack.org/51973120:00
*** Sukhdev has quit IRC20:01
*** dhill_ has joined #openstack-infra20:03
haleybclarkb: i just noticed a lot if ipv6 talk in the meeting channel, which reminded me of https://review.openstack.org/#/c/343041/ (support an ipv6 underlay network) - not sure it's exactly related to the topic discussed20:03
clarkbhaleyb: not really, we are talking about ipv6 on top of any overlay in the test framework. But also we stillcan't vxlan + ovs +ipv6 on current linux distros as far as I know20:04
clarkbI want to say most recent ovs can ipv6 with vxlan though? so probably worth sorting out20:04
haleybi think ovs 2.6+ supports it, been a while since i looked at what each distro is shipping20:06
*** shardy has quit IRC20:07
*** mrunge has joined #openstack-infra20:08
*** yamamoto has joined #openstack-infra20:12
*** pcaruana has joined #openstack-infra20:12
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Fix final: true issue with build-wheel-mirror jobs  https://review.openstack.org/51973020:13
openstackgerritMerged openstack-infra/os-loganalyze master: Support the log level "CRITICAL"  https://review.openstack.org/50967020:13
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Import TripleO legacy zuul jobs  https://review.openstack.org/51479320:14
*** rfolco has quit IRC20:14
openstackgerritJohn Trowbridge proposed openstack-infra/tripleo-ci master: Set ceph_use_fqdn for rdocloud  https://review.openstack.org/51974420:15
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config master: Remove outdated legacy-castellan-dsvm-functional  https://review.openstack.org/51974520:15
openstackgerritEmilien Macchi proposed openstack-infra/project-config master: WIP - Move openstack-infra/tripleo-ci jobs in-tree  https://review.openstack.org/51477820:15
*** ldnunes has quit IRC20:16
*** armaan has quit IRC20:17
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/openstack-zuul-jobs master: Remove outdated legacy-castellan-dsvm-functional  https://review.openstack.org/51974620:19
openstackgerritEmilien Macchi proposed openstack-infra/openstack-zuul-jobs master: WIP - Move TripleO jobs/templates to tripleo-ci  https://review.openstack.org/51479220:22
*** hasharAway has quit IRC20:23
openstackgerritEmilien Macchi proposed openstack-infra/openstack-zuul-jobs master: WIP - Move TripleO jobs/templates to tripleo-ci  https://review.openstack.org/51479220:23
*** yamamoto has quit IRC20:23
prometheanfirepabelanger: what did you mean with your comment here https://review.openstack.org/#/c/504530/ should I move the gentoo definition from nl02 to nodepool.yaml?20:24
prometheanfireI also didn't intend for that review to be the voting one, I'd rather have a smaller review that's easier to revert if it's broken :P20:25
pabelangerprometheanfire: image builds happen in nodepool.yaml right now20:25
pabelangerand nl01 and nl02 only launch images in the clouds20:26
pabelangerprometheanfire: so, right now, gentoo isn't actually added to nodepool-builder, because it is still missing in nodepool.yaml20:26
prometheanfireah, so I need to add it to nl01 and nodepool.yaml both?20:27
pabelangerprometheanfire: well, all 3 right now, just to keep things consistant20:27
pabelangerI'm going to try and clean that up tomorrow20:28
prometheanfirek20:28
AJaegerpabelanger: could you review https://review.openstack.org/504169 - openSUSE tumbleweed nodepool addition, please?20:28
*** eharney has quit IRC20:28
prometheanfireit looks like it was already added to nl01 by jens20:29
prometheanfireto nodepool.yaml too20:29
prometheanfire443b6417f2bc33d9f6a5c428012e811e7fe51e8420:29
pabelangerAJaeger: yes20:29
AJaegerthanks, pabelanger20:30
prometheanfireso it's defined but not in use, so next step should be to have a single node available somewhere that could be gated on?20:30
pabelangerno, it isn't built yet20:30
AJaegerprometheanfire: thanks to zuul v3, you can just define your own job and test it on any project - once it's build...20:31
pabelangerit needs to be added to all providers to be uploaded20:31
prometheanfireah20:31
prometheanfiredoes it need to be all providers or can there be a test provider (more or less)?20:32
prometheanfireand are you going to be doing this tomorrow pabelanger or should I added it to the providers now?20:32
EmilienMAJaeger: thanks for your help btw20:33
pabelangerAJaeger: clarkb: prometheanfire: actually, before we start bringing more images online, i really want to migrate nodepool-builders to feature/zuulv3 branch. right now we have the 1/2 and 1/2 setup between nodepool-builders and nodepool-launcher. Using a mixture of old and new syntax20:33
pabelangeror merge feature/zuulv3 back to master20:34
prometheanfireok, I can wait20:34
pabelangerand rebuild nodepool-builders as python320:34
prometheanfirejust ping me when I'm good to go :D20:34
pabelangerShrews: mordred: ^ you might be interested too20:34
*** rhallisey has quit IRC20:36
AJaegerdirk: fyi ^20:36
*** rhallisey has joined #openstack-infra20:36
clarkbpabelanger: what changed on the builder side? it was v3'd first and should have already haf yhe relevant code merged to master?20:37
pabelangerclarkb: nodepool config syntax is the big change, that is in feature/zuulv3 and not master20:37
pabelangerso we have old syntax still on nodepool-builders20:37
clarkbpabelanger: but none of it affects the builder right?20:38
pabelangerclarkb: not sure I follow20:38
clarkbthe builder had all of its stuff updated to use zk and all that long ago and was merged to master20:38
clarkbwe havent changed anything in thr builder on feature/zuulv3 since have we?20:39
pabelangerclarkb: yah, the syntax for nodepool.yaml changed20:39
pabelangerhttp://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/nodepool.yaml is what nodepool-builder is running20:39
pabelangerand http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/nl01.openstack.org.yaml is launchers20:40
pabelangerso, it is a little confusing to people when adding new images, because we have to switch between old and new syntax20:40
*** ccamacho has quit IRC20:40
clarkbI see, the diskimages section did not change though so should be able to use either?20:41
clarkbI guess the builders need cloud info for uploads20:41
pabelangeryah20:41
pabelangerso, I think we can remove or trim diskimages section from launchers, since they don't do builds20:42
clarkbmaybe make a builder.yaml using old config to reduce confusion then update it to new syntax as next step?20:42
clarkbreduce confusion on what the file is used for20:42
pabelangeryah, that is what I was going to do tomorrow20:43
pabelangerthen maybe see if we are ready to merge feature/zuulv3 to master20:43
pabelangerand redeploy nb04 / nb03 with new config syntax20:43
clarkbaiui merge to master on nodepool at this point requires a zuulv3, no more demand from gearman right?20:45
clarkbso will need to check openstackci puppet and maybe tag master first20:45
pabelangeryah20:46
pabelangerclarkb: mind a +3 on  https://review.openstack.org/519730/20:46
pabelangergoing to head down to school to get kids, will return shortly20:47
Shrewspabelanger: i'd like to see the feature branches merged back to master, personally20:48
Shrewsbut maybe we were waiting for the static node changes to get merged first?20:48
Shrewsi can't recall20:48
clarkbif we merge into master at this point on nodepool I would close feature/zuulv3 and add static nodes on master20:49
Shrewsclarkb: well, they've already been proposed. i think all we need to do is review and approve20:50
clarkbI think its more about making sure v2 is ready to be evicted from master than anything else20:50
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Import TripleO legacy zuul jobs  https://review.openstack.org/51479320:51
*** chasemp has joined #openstack-infra20:51
clarkbpabelanger: approved, left comment for another way we could approach that situation but not mecessary to update before merging20:51
*** gouthamr has quit IRC20:53
openstackgerritMerged openstack-infra/project-config master: Fix final: true issue with build-wheel-mirror jobs  https://review.openstack.org/51973020:55
*** e0ne has joined #openstack-infra20:55
AJaegerpabelanger, prometheanfire , this is the missing change for gentoo, isn't it? https://review.openstack.org/51919720:56
EmilienMAJaeger: you're fast20:57
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Import TripleO legacy zuul jobs  https://review.openstack.org/51479320:57
*** smatzek has quit IRC20:59
AJaegerEmilienM: sometimes ;)21:00
AJaegerEmilienM: you cannot just move a template from one repo to another. If you use the same name, you have name collision in our single global namespace21:00
EmilienMAJaeger: because we still have it in legacy layout?21:01
AJaegerEmilienM: So, you have to use a different name. And then rename users, perhaps in multiple steps21:01
AJaegerEmilienM: exactly, still in use in openstack-zuul-jobs21:01
EmilienMok I see21:01
*** smatzek has joined #openstack-infra21:03
*** ramishra has joined #openstack-infra21:03
*** armaan has joined #openstack-infra21:05
openstackgerritRonelle Landy proposed openstack-infra/tripleo-ci master: Add MTU asjustment parameters to RDO Cloud settings  https://review.openstack.org/51948621:06
*** e0ne_ has joined #openstack-infra21:07
*** smatzek has quit IRC21:07
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Import TripleO legacy zuul jobs  https://review.openstack.org/51479321:09
*** e0ne has quit IRC21:11
*** kjackal has quit IRC21:11
*** dhinesh has joined #openstack-infra21:14
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Import TripleO legacy zuul jobs  https://review.openstack.org/51479321:15
*** zoli has quit IRC21:16
openstackgerritEmilien Macchi proposed openstack-infra/project-config master: WIP - Move openstack-infra/tripleo-ci jobs in-tree  https://review.openstack.org/51477821:17
openstackgerritEmilien Macchi proposed openstack-infra/openstack-zuul-jobs master: WIP - Move TripleO jobs/templates to openstack-infra/tripleo-ci  https://review.openstack.org/51479221:18
*** salv-orlando has joined #openstack-infra21:18
*** zoli has joined #openstack-infra21:18
jlvillalclarkb: Thanks for approving the CRITICAL log level change. When will that take effect? Does something have to be restarted?21:19
clarkbianw: I'm dumping a restore tarball on zuulv3:/root/backup-restore-201711114 now21:20
*** Goneri has quit IRC21:21
*** kgiusti has left #openstack-infra21:21
*** gouthamr has joined #openstack-infra21:23
*** e0ne_ has quit IRC21:24
*** slaweq has joined #openstack-infra21:25
mordredclarkb: I just saw this: http://paste.openstack.org/show/626299/21:25
mordredclarkb: in a job - note that it's using inap for some mirrors and rax for others21:25
mordredclarkb: is this a known issue? or should I investigate more?21:26
pabelangerwow, that is new for me21:26
pabelangerpossible bug in UCA mirrors?21:26
ianwxenial-updates/pike/main ...21:26
mordredthat job was also having issues installing python-docutils21:26
clarkbmordred: I think that means our compat thing for uca is broken21:27
clarkbmirror.dfw is the default uca location in the image builds iirc21:27
clarkbso the ansible tasks that replace the nodepool ready script are likely writing out the wrong data or no data at all21:28
mordredoh yah21:28
pabelangerdo we use UCA for image builds?21:28
mordredsweet. well, at least it's a place to look21:28
clarkbpabelanger: we don't use it for builds but we write it in place as a disabled repo iirc21:28
*** dprince has quit IRC21:28
clarkbpabelanger: its in /etc/apt/sources.available or whatever and you ahve to symlink it over21:28
pabelangerah, okay21:29
*** rbrndt has quit IRC21:29
clarkbpabelanger: in Sydney Citycloud was looking for feedback on their cloud so I'm trying to put together an email response with some info about current situation there. Are those leaked instances that won't delete still a problem? that was in kna1 right?21:29
pabelangerclarkb: yah, I think that was the region, there was 7 nodes IIRC21:31
pabelangerI also sent an email before the summit, pretty sure I CC'd you21:31
clarkboh right, I'll followup from there21:32
portdirectin zuulv3 is there a way to specify the tags i want to apply to a playbook?21:32
pabelangerportdirect: no, we don't support --tags today21:33
pabelangerlast I looked, you could only toggle that from the CLI21:34
*** rbrndt has joined #openstack-infra21:34
*** chasemp has left #openstack-infra21:35
portdirecthmm21:35
*** felipemonteiro has joined #openstack-infra21:35
portdirectso I suppose similar functionality could be achieved through import of roles, or putting conditionals on tasks from vars21:36
clarkbianw: I've extracted /var/log/zuul/debug.log from the backup tar. It is 4.1GB large. Begins at 2017-11-13 06:25:03,188 and ends at 2017-11-14 05:38:38,211 according to the logged timestamps in the log file21:37
clarkbianw: so that file both looks up to date and fairly complete21:37
clarkbianw: without doing a full restore from backup I'm not sure there is much more I can do in order to check that the new backup server is working as expected21:37
clarkbianw: I say move forward with the migration. I will review the change to flip other hosts shortly21:38
pabelangerportdirect: yes, that is how I do it.  I usually define a task list variable, which gives me the ability to dynamically control tasks or roles21:38
pabelangerthen I don't need to pass flags to the CLI, but toggle them via configs21:38
portdirectyou happen to have an example handy?21:39
ianwclarkb: great, thanks.  i'll keep an eye on things over the next few days to make sure data is coming in ok21:39
ianwalthough, i admit i didn't think about zuul's debug log ... at 4+ gb per day, presumably all fuzzed sufficiently to avoid any de-duplication efforts ...21:41
ianwmaybe we should filter it21:41
clarkbpabelanger: can pabelanger-test1 be deleted from citycloud sto2?21:42
pabelangerclarkb: yes!21:42
pabelangerI must have missed it21:42
clarkbpabelanger: I think the presence of that server accounts for some of the quota miscalculation errors between nodepool and the cloud21:42
*** e0ne has joined #openstack-infra21:42
pabelangerclarkb: Oh21:42
pabelangerclarkb: i think that was the VM we keep to debug networking issues21:42
clarkbpabelanger: the ipv6? or something else?21:43
pabelangermaybe double ethernet interfaces?21:43
pabelangerbut, yah, we can delete it now I think21:43
clarkboh right that21:43
clarkbat this point it may be easier to just move forward and debug with new resources if necessary?21:44
*** rcernin has joined #openstack-infra21:44
pabelangeragree21:44
clarkbnone of the current active instances in sto2 have multiple private interfaces21:44
clarkbpabelanger: ok I'm going to delete it then21:44
pabelanger++21:45
*** e0ne has quit IRC21:45
*** armaan has quit IRC21:46
*** oomichi is now known as oomichi_afk21:46
clarkblon1 is the other region with quota funnyness but not seeing any immediate culprit for that. So that might be a "see anything on your end" question for citycloud21:47
*** MasterOfBugs has joined #openstack-infra21:47
*** gouthamr has quit IRC21:49
clarkbinteresting we definitely seem to be leaking floating IPs21:50
clarkb248 listed in sto221:50
clarkb75 in lon121:50
clarkbinstance quota is 50 in both cases so would expect fips to be <= 5021:50
clarkbmordred: ^ fyi21:50
clarkb18 in la1 which has no instances and 66 in kna121:51
clarkbI'm going to clean those up now but something we should watch21:52
clarkbcreated_at          | None <- would be helpful if neutrno showed us that info21:53
clarkbmordred: before I manually start deleting things, we haven't add floating ip pool management to nodepool right?21:53
clarkbShrews: ^21:53
mordredclarkb: hrm.21:53
mordredclarkb: what do you mean when you say "floating ip pool management"? I thought we still ran the leaked floater cleanup though ...21:54
EmilienMhave you already seen that one? http://logs.openstack.org/29/519229/3/gate/openstack-tox-validate/04a5d67/job-output.txt.gz#_2017-11-14_21_37_11_67735521:54
clarkbmordred: fip reuse without delete create21:54
mordrednope. we never will21:54
clarkbmordred: and yes I would expect the leaker to address this21:54
mordredit's too racy to be actually usable21:54
clarkbmordred: so there are definitely things broken somewhere possibly in nodepool or in the cloud or both :)21:54
mordredawesome. lemme look21:55
clarkbmordred: ok I won't delete any yet21:55
mordredI say that - actually - when we're able to use the create-and-attach creation mechanism, we should be able to safely re-use21:55
mordredbut no, we're not doing that in nodepool yet iirc21:55
Shrewsdoesn't ring a bell to me21:56
mordredclarkb: we do not have leaker cleanup in v3 that I can see21:56
Shrewswe do not21:56
*** pramodrj07 has joined #openstack-infra21:56
*** makowals_ has joined #openstack-infra21:56
*** trown is now known as trown|outtypewww21:56
mordredoh - wait - yah we do ...21:57
Shrewsleaked instances, yes21:57
mordred    def cleanupLeakedFloaters(self):21:57
mordred        with shade_inner_exceptions():21:57
mordred            self._client.delete_unattached_floating_ips()21:57
clarkbmordred: thats the leak cleanup but we don't reuse floating ips without deleting them first21:58
mordredright.21:58
clarkbmordred: so I think the leak checking must be broken21:58
clarkbdo we need to explicityl turn it on?21:58
Shrewsmordred: oh, heh. part of instance cleanup21:58
*** smatzek has joined #openstack-infra21:58
mordredyah - it's a config value ...21:58
mordredclean-floating-ips21:58
clarkbEmilienM: ya we've seen that happen occosionally but haven't tracked it down yet21:58
*** adreznec_ has joined #openstack-infra21:58
EmilienMok no prob21:58
clarkbEmilienM: checking nodepool launch logs that IP has not been reused since that job ran so I'm fairly certain we didn't cross wires with different VMs21:59
*** raissa_ has joined #openstack-infra21:59
*** adreznec has quit IRC21:59
*** raissa has quit IRC21:59
*** adreznec_ is now known as adreznec21:59
*** pahuang has quit IRC21:59
*** zigo has quit IRC21:59
clarkbmordred: its not enabled for citycloud21:59
*** pahuang has joined #openstack-infra22:00
clarkbso probably the best thing to do here is enable it for citycloud, then check back in that we've cleaned them up later22:00
*** makowals has quit IRC22:00
*** MasterOfBugs has quit IRC22:00
*** aeng has joined #openstack-infra22:00
* clarkb writes a patch22:01
*** zigo has joined #openstack-infra22:01
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Turn on floating ip cleanup on fip clouds  https://review.openstack.org/51976822:01
mordredclarkb: ^^22:01
clarkboh perfect22:01
mordredShrews: ^^ you too :)22:01
*** bandini has quit IRC22:01
*** smatzek has quit IRC22:02
*** pcaruana has quit IRC22:02
clarkbI'll hold off on emailing citycloud until we run with that for a bit. Hoping to see our error rate fall off or drop to zero. And if not bring up remaining items with them22:03
clarkbdoes modifying that config item require a nl restart?22:04
*** bandini has joined #openstack-infra22:04
*** pcaruana has joined #openstack-infra22:06
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Remove release.yaml from build-wheel-mirror jobs  https://review.openstack.org/51976922:07
Shrewsclarkb: nope22:07
*** pcaruana has quit IRC22:07
pabelangerclarkb: mordred: ianw: more wheel-mirror fixes^. Getting close to the job being functional22:08
clarkbShrews: cool, I'll check back on citycloud fip lists later today then22:08
*** Krinkle has joined #openstack-infra22:11
KrinkleHey all, would be good to get a git-review update released soon that fixes https://storyboard.openstack.org/#!/story/2001266 - "set-upstream" option removed in git 2.x22:11
clarkbKrinkle: ya I've been running the fix patch locally without any problems. It just needs reviews at this point22:11
clarkbwas hoping fungi could take a look but he was busy today22:12
Krinkleclarkb: Is it up on gerrit?22:12
*** threestrands has joined #openstack-infra22:12
*** threestrands has quit IRC22:12
*** threestrands has joined #openstack-infra22:12
KrinkleDidn't see a link22:12
clarkbKrinkle: ya let me get you a link22:12
clarkbKrinkle: https://review.openstack.org/#/c/517831/22:12
KrinkleIm using the homebrew packaee for git-review btw22:12
Krinkleseems last release 1.25 was in 2015?22:12
clarkbya its been fairly stable (intentionally so)22:12
openstackgerritMerged openstack-infra/project-config master: Turn on floating ip cleanup on fip clouds  https://review.openstack.org/51976822:12
Krinkleclarkb: Would this justify a patch release?22:13
KrinkleEither from current master or following 1.25.x maybe22:13
*** pramodrj07 has quit IRC22:13
clarkbKrinkle: I think we'll just release a 1.26 as soon as someone else can review that patch above22:13
clarkbKrinkle: the timing of this around the openstack summit wasn't great22:14
clarkbianw: couple comments on the backup server change. One I think should be fixed. The other I think we can live with and just clean out the old cron entries later22:16
clarkbianw: let me know what you think22:16
* mordred has +2d it already22:16
clarkbKrinkle: if fungi isn't able to review it tomorrow I think we'll move ahead with other reviews but he volunteered to be primary git-review maintainer many moons ago so would like his feedback22:19
Krinklesure22:20
KrinkleI'll downgrade to 2.14.x actually. Hadn't realised it was because of 2.1522:20
KrinkleGit22:20
*** threestrands has quit IRC22:21
*** threestrands has joined #openstack-infra22:22
*** threestrands has quit IRC22:22
*** threestrands has joined #openstack-infra22:22
*** Goneri has joined #openstack-infra22:22
clarkbKrinkle: ya I'm impressed by how many people are getting latest and greatest git22:24
*** aeng has quit IRC22:24
Krinkle:)22:24
clarkbI guess homebrew may be partially to blame? I got it because I run tumbleweed22:24
ianwclarkb: i tried to enable a git copr to get latest git to test that on fedora and ... copr is apparently broken.  this is why we can't have nice things :)22:25
KrinkleYeah, I run 'brew outdated' from time to time and for most tools I use regularly myself I tend to stay on the edge and figure out issues early22:25
*** gouthamr has joined #openstack-infra22:26
clarkbianw: did you see comments on https://review.openstack.org/#/c/516159/4 ? -1 is really only for the :22:27
ianwclarkb: yep, thanks just fixing now22:27
openstackgerritRonelle Landy proposed openstack-infra/tripleo-ci master: Add MTU adjustment parameters to RDO Cloud settings  https://review.openstack.org/51948622:27
mordredclarkb: I have git version 2.14.1 installed - which I have because PPA22:27
clarkbianw: fwiw testing new git-review with old git is also valuable22:27
ianwyeah, that's the easy bit :)22:28
clarkbsince this isn't theo nly change that has been made since last release22:28
*** mat128 has joined #openstack-infra22:28
openstackgerritIan Wienand proposed openstack-infra/system-config master: Remove ci-backup-rs-ord.openstack.org  https://review.openstack.org/51615922:29
openstackgerritRonelle Landy proposed openstack-infra/tripleo-ci master: Add MTU adjustment parameters to RDO Cloud settings  https://review.openstack.org/51948622:32
*** Swami has quit IRC22:38
ianwwell, fyi building git then setting PATH=~/path/to/gitdir:$PATH doesn't seem to work22:41
clarkbrandom ryi, but firefox 57 just released and is much much faster than older firefox. I've been running the 57 beta for a few weeks nwo and really like it. So if you firefox and don't rely on plugins broken by the new rendering engine stuff you should upgrade :)22:44
clarkbalso there is support for u2f now22:45
*** aeng has joined #openstack-infra22:46
ianwErrors running git rebase -p -i remotes/gerrit/master22:46
ianwb'Cannot rebase: Your index contains uncommitted changes.\nPlease commit or stash them.'22:46
ianw... resisting urge to unicode things ...22:46
*** bobh has quit IRC22:46
clarkbdoes git status show unmerged changes?22:46
ianwactually it looks totally borked -> http://paste.openstack.org/show/626301/22:48
*** priteau has quit IRC22:48
*** priteau has joined #openstack-infra22:49
*** eharney has joined #openstack-infra22:50
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Import TripleO legacy zuul jobs  https://review.openstack.org/51479322:52
ianwtonyb: so where does that leave us with https://review.openstack.org/#/c/510946/ ?  i still don't like that change, but maybe it's mroe correct than i thought22:52
*** priteau has quit IRC22:53
tonybianw: Yeah I *think* we need something like that.  there are 2 things happening at the same time22:54
*** Douhet has quit IRC22:55
tonyb1) I messed up and processed the EOL for most of the repos which left nova stranded neededing to land stuff on newton (for a [now] public CVE) but not able to as neutron (for example) has EOLd22:55
tonyband 2) the discussion around longer term stable branches.  While that *shouldn't* be needed for newton we're goifn to have to do somethign for ocata+ .. Whiler we have a confused gate we can be a little opportunistic and lay some of the ground work22:56
tonybianw: I completely agree that the project-config/zuul cleanup, which jasn't happend for newton yet, makes things more complex and I don't have an answer there22:57
clarkbre 2) I don't think we'd kill the branch and eol anything so the feature matrix would just live on as is22:57
openstackgerritPaul Belanger proposed openstack-infra/puppet-openafs master: Use regex to find afsd process  https://review.openstack.org/51982322:58
clarkb(though some of that is to be decided)22:58
*** mat128 has quit IRC23:01
*** Apoorva_ has joined #openstack-infra23:01
pabelangerclarkb: ianw: mind a +3 on https://review.openstack.org/519769/23:02
pabelangerwould like to enqueue another periodic job for wheel-mirror builds23:02
*** wolverineav has quit IRC23:02
*** wolverineav has joined #openstack-infra23:03
pabelangerI also think https://review.openstack.org/519823/ might explain why openafs-client isn't started by puppet23:03
pabelangerbut, need to test that23:03
*** edmondsw has quit IRC23:04
*** Apoorva has quit IRC23:04
*** edmondsw has joined #openstack-infra23:04
*** erlon has quit IRC23:04
*** Sukhdev has joined #openstack-infra23:05
ianwpabelanger: so basically it waits for the periodic release job?23:06
pabelangerianw: not sure I follow23:07
ianwoh, wait i see, this just happens in sequence http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul.d/projects.yaml#n2264423:07
*** edmondsw_ has joined #openstack-infra23:07
pabelangeryah23:07
clarkbmordred: Shrews floating ip cleanup seems to at least be partially working. La1 and Kna1 are much happier23:07
pabelangerianw: release-wheel-mirror will have the right afs keytab23:07
clarkbpabelanger: I'm not sure I understand why / and [/] are different. Aren't they the same?23:08
clarkbor si the bare / not being treated literally?23:08
*** edmondsw has quit IRC23:08
mordredclarkb: woot!23:09
clarkbsto2 is down toe 19223:09
pabelangerclarkb: I think ps -ef | grep /sbin/afsd is returning success, because it finds the grep command in ps.23:09
*** rocky-shiyan has quit IRC23:09
clarkbso must just be slowly processing it23:09
pabelangerwhere ps -ef | grep [/]sbin/afsd doesn't show grep23:09
*** aeng has quit IRC23:10
clarkbpabelanger: thats a timing behavior I don't think you should rely on23:10
pabelangerclarkb: why not?23:13
clarkbpabelanger: because if your cpu speeds up you could return to having grep in the results23:13
dhineshwhen does gearman trigger logs?, right now i do not have any log in /var/log/zuul/gearman-server.log(configured in gearman-logging.conf)23:13
pabelangerI don't think our puppet Service[] task is firing, because ps returns process true (due to grep)23:13
ianwthe old [p]rocess trick is ok ... but pgrep is probably better23:13
*** edmondsw_ has quit IRC23:13
clarkb(or slows down, not sure which direction it would need to go to do that)23:13
pabelangerclarkb: Hmm, I don't think we want grep at all23:13
clarkbya pgrep might be better23:13
pabelangercan we control that in puppet?23:13
clarkbianw: pabelanger oh is it working because [v] matches v and not [v] ?23:13
clarkbI'm a derp23:13
clarkbpabelanger: no probably not23:13
clarkbin that case I just need to get more caffeine23:13
pabelangerclarkb: I think we could add status => pgrep /sbin/afsd23:14
pabelangerif I am reading docs right23:14
*** aeng has joined #openstack-infra23:14
*** erlon has joined #openstack-infra23:14
clarkbthe race with grep is whether or not ps is done before grep starts and shows up in the process table. [x] works because [x] won't match [x]23:15
clarkbso ya change as is it good enough for me23:15
clarkbI just had to wake up enough to understand what was going on there23:15
pabelangerah, now I understand23:15
*** wolverineav has quit IRC23:16
*** Douhet has joined #openstack-infra23:16
openstackgerritEmilien Macchi proposed openstack-infra/project-config master: Move tripleo-ui layout in-tree  https://review.openstack.org/51982823:16
EmilienMjrist: ^23:17
tonybclarkb: You're probably correct WRT my second point but I can imaging a case wheer we've EOL'd say swift but not nova so we'll need something in test-matrix wont we?23:17
jristEmilienM: trying to understand all of what you're doing...23:18
clarkbtonyb: ya thats a good point, LTS doesn't necessarily imply LTS the same for all the things23:18
clarkbtonyb: hwoever, if glance depends on swift one would hope we don't do that23:18
clarkb(but there could be other examples that make more sense than swift)23:18
openstackgerritEmilien Macchi proposed openstack-infra/openstack-zuul-jobs master: Remove tripleo-ui legacy layout  https://review.openstack.org/51982923:18
EmilienMjrist: and ^ - so if that works, tripleo-ui moved to zuul v3 properly23:18
EmilienMjrist: no worries, it took me time to understand23:19
openstackgerritMerged openstack-infra/project-config master: Remove release.yaml from build-wheel-mirror jobs  https://review.openstack.org/51976923:19
jristok thanks23:19
notmynameoh no. did the LTS conversation move in here now?23:19
EmilienMjrist: note I removed legacy-tripleo-ci-centos-7-undercloud-oooq for now23:19
clarkbnotmyname: not really. its more specific to a particular change that would enable other things but has potential to impact lts stuff too23:20
EmilienMjrist: I don't understand why we run this job in tripleo-ui23:20
tonybclarkb: Sure that may have been a poor choice of projects but my point was longer stable branches doesn't mean longer stable branches for everything23:20
jristI don't think it was voting either EmilienM23:20
ianwtonyb: so the answer to my question on 510946 "why didn't we need this before" is maybe just that we're getting more asynchronous with eol tags, so people are mix-and-matching older branches more?23:20
clarkbtonyb: ya I think that is probably valid end of the day23:20
jristI think it got added when zuul change happened23:20
tonybnotmyname: not really, it's kinda a tangent23:20
notmynametonyb: I'm just trying to keep up ;-)23:20
EmilienMjrist: it was here before23:20
tonybnotmyname: /me too23:21
EmilienMjrist: I think I know why, the undercloud job deploy UI. But really there is no tests...23:21
EmilienMjrist: it's imho a lost of time23:21
*** rbrndt has quit IRC23:21
EmilienMjrist: we'll probably need a new job in the future when the tempest plugin is ready23:21
tonybianw: basically asynchornous covers it.  It was my mistake to EOL some but not all "defcore" projects23:21
jristyes and we have a test from weshay23:21
jristEmilienM: ^23:21
EmilienMjrist: where?23:21
jristEmilienM: that actually cehcks if UI is running23:21
EmilienMin undercloud-oooq?23:21
EmilienMlet's move on #tripleo23:22
jristEmilienM: https://review.openstack.org/#/c/514795/23:22
*** gyee_ has quit IRC23:23
*** pahuang has quit IRC23:23
*** pahuang has joined #openstack-infra23:25
*** rbrndt has joined #openstack-infra23:25
mnaserif a project has jobs defined in its own repo, do we still want to leave noop-jobs in there?23:29
*** rlandy|rover is now known as rlandy|rover|afk23:29
*** ramishra has quit IRC23:30
dhineshdoes zuul have a dependency on the version of jenkins? currently my jenkins is on 2.73 and zuul is 2.5.1 are they compatible?23:31
*** jaypipes has quit IRC23:32
clarkbdhinesh: they should be compatible. There are some known gotchas like with jenkins' env parameter sanitizing from plugins23:33
*** felipemonteiro has quit IRC23:34
*** edmondsw has joined #openstack-infra23:36
*** eharney has quit IRC23:36
*** gyee_ has joined #openstack-infra23:36
clarkbok citycloud fips appear cleaned up23:36
dhineshclarkb: do those env parameters affect the communication with zuul? since my builds defined in zuul/layout.yaml is not visible on jenkins UI23:37
clarkbdhinesh: it affects what environment parameter are available to running jobs. By default jenkins does not let jenkins plugins modify the environment. You can either whitelist entire plugins or specific vars that it will let pass through23:38
*** xarses_ has quit IRC23:38
*** edmondsw has quit IRC23:40
*** slaweq has quit IRC23:41
*** dave-mccowan has joined #openstack-infra23:42
*** slaweq has joined #openstack-infra23:42
dhineshclarkb: do you know the specific setting which i can use to allow entire plugins to pass through?23:42
clarkbdhinesh: not off the top of my head but I want to say the third party ci documentation covers it?23:42
dhineshclarkb: it has a part to securing it, but not much info on allowing a pass through, https://docs.openstack.org/infra/openstackci/third_party_ci.html#securing-jenkins-optional23:45
clarkbdhinesh: https://wiki.jenkins.io/display/JENKINS/Plugins+affected+by+fix+for+SECURITY-170 that has more info23:46
*** slaweq has quit IRC23:46
clarkbdhinesh: https://jenkins.io/security/advisory/2016-05-11/ too23:46
dhineshclarkb: thanks, will take a look23:50
*** stakeda has joined #openstack-infra23:52
*** gouthamr has quit IRC23:52
*** rbrndt has quit IRC23:52
*** rbrndt has joined #openstack-infra23:52
*** rbrndt has quit IRC23:52
*** claudiub|2 has quit IRC23:53
ianwarrgghh ... why did i start looking at unicode stuff23:57
openstackgerritMerged openstack-infra/shade master: Updated from global requirements  https://review.openstack.org/51978523:57
*** Goneri has quit IRC23:58

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