Monday, 2017-09-04

pabelangermordred: when do you start your travels to PTG?00:00
*** bobh has joined #openstack-infra00:01
mordredpabelanger: saturday. you?00:02
pabelangermordred: same00:02
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Support IPv6 with zuul_stream  https://review.openstack.org/50040100:02
*** Guest46592 has joined #openstack-infra00:03
mordredpabelanger: WOOT!!!!!!!00:05
mordredpabelanger: the sibling change worked!!!!!!00:05
mordredhttp://logs.openstack.org/87/500387/1/check/tox-py35/98fc1f1/testr_results.html.gz00:05
pabelangerNiiice00:05
mordredopen up a fail and look at the error message after "Error authenticating to keystone"00:05
clarkbif everyone is in a reviewing mood, want to review the parted alignment change in d-g?00:05
jamielennoxpabelanger:  hey, are you mapping any form of known_hosts into bwrap?00:05
pabelangerjamielennox: ya, should be in ~/.ssh/known_hosts00:06
jamielennoxfrom memory you can publish logs by copying to a mounted dir00:06
mordredbut we set it up explicitly in the base job00:06
clarkbare we mapping that in from the host?00:06
clarkbwe scan in the job right?00:06
mordredwe don't do either00:06
mordredwe provide host key in variables and set it explicitly in job content because nodepool already knows the host key00:06
clarkb"knows"00:07
clarkbbut ya00:07
pabelangerjamielennox: Ya, you can setup a trusted_rw_paths in zuul.conf, we do that for afs-docs now00:07
jamielennoxyea, nodepool provides the host ssh keys00:07
jamielennoxbut i have an rsync job for log publishing00:07
mordredjamielennox: yah - we have one of those, and do the same thing - pass in hostkey of the server we rsync to ...00:07
jamielennoxso i need to have a publishing key and known hosts file for logs.bonny.00:07
mordredjamielennox: http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul.yaml#n29200:08
pabelangerYa, that00:08
mordredjamielennox: that's our secret containing the key as well as the hostname and known_hosts00:08
pabelanger~/.ssh/known_hosts is just nodes from nodepool in bwrap00:08
pabelangerotherwise, what mordred linked00:08
jamielennoxoh, interesting00:08
jamielennoxi didn't actually think of using zuul secrets for that00:09
mordredthat's used in our base job: http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul.yaml#n13400:09
mordredwhich runs this: http://git.openstack.org/cgit/openstack-infra/project-config/tree/playbooks/base/post-logs.yaml00:09
mordredthe add-fileserver role that uses is in zuul-jobs - so you should be able to re-use it: http://git.openstack.org/cgit/openstack-infra/zuul-jobs/tree/roles/add-fileserver00:09
*** thorst_afk has joined #openstack-infra00:10
jamielennoxyou guys really lapped us there in job definitions00:10
mordredand if you make a secret with the same fields in it - you can just pass the secret to add-fileserver and it'll do the magic for you00:10
*** bobh has quit IRC00:10
pabelangerMagic!00:10
mordredjamielennox: well, we've got to get this openstack thing up and going - it's been a bit of a whirlwind of job writing00:11
mordredjamielennox: but - for the most part we're doing our best to make sure as much of what we're writing is directly consumable and if not that we put it in not-zuul-jobs00:11
openstackgerritMerged openstack-infra/project-config master: Revert "Turn off vexxhost in v3 for now"  https://review.openstack.org/50040700:11
jamielennoxyea, i just took my eye off the ball for too long on the job writing, but i know the idea is to keep that reusable00:12
*** thorst_afk has quit IRC00:12
mordredpabelanger: all three of teh DNM patches showing that sibling installation into tox works passed and did the right thing00:13
mordredthe stack of examples ends herE: https://review.openstack.org/#/c/50038800:13
jamielennoxso you've obviously relaxed secrets so they cna be used in the check pipeline for that to work?00:14
mordrednope00:14
mordredproject-config is a trusted repo00:14
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Remove more invalid settings for nodepoolv3.yaml  https://review.openstack.org/50039900:14
mordredso the job parts from it are never put into a speculative state00:14
*** dingyichen has joined #openstack-infra00:14
jamielennoxso the job + secret are bothing coming from trusted is what makes that ok ?00:15
mordredwhen you run a thing in the check pipeline, you don't ever get proposed project-config changes, only landed ones00:15
pabelangerya, secrets kinda changed too. they are now tied to playbooks more00:15
*** salv-orlando has joined #openstack-infra00:15
mordredyah- oh - yah, that change is important00:15
jamielennoxyea, right, last time i was playing with that stuff it was about the pipeline00:15
mordredthe playbooks of a job that consumes a secret are the only ones that get access to the secret now00:15
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Use afs_publisher_target for afs-docs  https://review.openstack.org/50040600:15
jamielennoxbut i need to publish jobs for check as well00:16
mordredyah00:16
pabelangerwe do too, they are just trusted playbooks00:16
mordredthat's why the secrets change was made00:16
jamielennoxoh, nice - that's a good change00:16
pabelangerya00:16
mordredso that we can use secrets for this00:16
mordredthat's 100% of our logging there :)00:16
pabelangermordred: re: 500388 Ya, that is powerful, mind is blown00:16
mordredpabelanger: right? that's possibly the coolest thing I've written in a while00:17
jamielennoxok, i can read code for this next bit then - but what is the key related to then?00:17
mordredthat's the private ssh key for the zuul account on the remote fileserver00:17
jamielennoxsorry, not what i meant00:17
jamielennoxthe key that encrypts secrets00:17
jamielennoxis there now a per job key?00:17
mordredper project00:18
mordredso you encrypt a secret for, say, project-config00:18
mordredand then jobs in project-config that consume that secret can decrypt it00:18
mordredyou can fetch the public key for a project from a URL - and there is a tool in the zuul source tree to help you encryptthings00:18
*** Guest46592 has quit IRC00:18
jamielennoxbut project-config isn't a job00:18
jamielennoxbut project-config isn't a project00:19
jamielennoxit's (more than) a list of jobs that other projects can import00:19
mordredit is - git.openstack.org/openstack-infra/project-config is a project00:19
mordred(every git repo is a project)00:19
jamielennoxok00:20
mordredin our case, git.openstack.org/openstack-infra/project-config happens to be a config-project, but it doens't matter, every git repo zuul knows about gets a keypair00:20
pabelangerhttp://zuulv3.openstack.org/keys/gerrit/openstack-infra/project-config.pub would be the public key used00:20
*** sflanigan has joined #openstack-infra00:20
*** sflanigan has joined #openstack-infra00:20
jamielennoxok, i should look more into how those keys get unlocked00:20
*** jascott1 has joined #openstack-infra00:21
jamielennoxit's fine that a run could unlock multiple keys, just not how i expected the import to work00:21
jamielennoxanyway - thanks, i can work from that00:21
mordredjamielennox: in case the helptext is terse ...00:21
mordredjamielennox: python3 tools/encrypt_secret.py --infile requirements.txt --outfile requirements.txt.yaml http://zuulv3.openstack.org gerrit openstack-infra/project-config00:21
jamielennoxyea, i've had to do that manually a few times00:22
pabelangermordred: Hmm, we should be okay to run bindep for publish-openstack-python-docs, AFS secrets are in bwrap.00:22
mordredjamielennox: is the command line to encrypt the contents of the file requirements.txt into a secret and write it to requirements.txt.yaml for the openstack-infra/project-config project00:22
pabelangerhttp://logs.openstack.org/ac/9c2783b596e8a40e51703d4ff2d381e0cb4adeac/post/publish-openstack-python-docs/b7e953c/job-output.txt.gz failed since graphviz wasn't installed00:22
jamielennoxwell manually like against the api,00:22
*** salv-orlando has quit IRC00:22
*** salv-orlando has joined #openstack-infra00:23
mordredpabelanger: oh - yah -we should definitely be running bindep in that job00:23
mordredpabelanger: I thought we were re-using tox base job00:23
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add bindep for publish-openstack-python-docs job  https://review.openstack.org/50040900:25
mordredpabelanger: you can kill those command and fallback lines00:26
pabelangermordred: Ya, there is some duplicate code here between trusted / untrusted job still. Going to push forward on that tomorrow00:26
mordredpabelanger: ahhhh . yes. I grok now00:26
mordredpabelanger: because we need the publish-openstack-afs parent, not theunittests parent00:26
mordredpabelanger: makes sense00:26
*** EricGonczer_ has joined #openstack-infra00:27
pabelangermordred: Ya, but I think we'll be able to use roles in project-config, and reduce some overlap00:27
mordredyah00:27
pabelangerbut PTG, like to whiteboard some of our jobs and bikeshed a little.00:27
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add bindep for publish-openstack-python-docs job  https://review.openstack.org/50040900:28
mordredpabelanger: yah - we've learned MANY things at this point00:28
mordredpabelanger: oh- also - I noticed earlier that nl01 is running python3.4 ...00:30
mordredpabelanger: so to your question about launchers and stuff for the PTG - we might wnat to spin up some new xenial launchers and decomission nl0100:30
pabelangerOh, ya it is trusty00:30
pabelanger++00:31
pabelangerwe can stand up nl02.o.o as xenial00:31
pabelangerthen replace n0100:31
mordred++00:31
jeblairhas ze01 been restarted with stream fix?00:32
pabelangerit is ready to be restarted now00:32
jeblairpabelanger: you doing that or should i?00:32
pabelangerjeblair: sure, if you like to00:32
jeblairwell, my job has been failing with that for a few hours so yes00:33
*** salv-orlando has quit IRC00:33
pabelangerack00:34
jeblairmordred: i fixed the syntax error from under you00:34
mordredyah - I see - my  patch was mostly so I could poke without stepping on you00:34
jeblairmordred: is etcd the next thing?00:35
mordredETCD_DOWNLOAD_URL: "http://tarballs.openstack.org/etcd/" is the other thing in there that I learned today00:35
mordredyah00:35
mordredjeblair: although - do please enjoy that things basically disappear while it's downloading etcd00:35
jeblairmordred: whatcha mean?00:35
mordredjeblair: so you might want to not apply that yet so we can poke at why everything stops logging when devstack does the wget00:35
mordredjeblair: multiple times in a row, the log stream got to the wget, and then it just ... stopped00:36
jeblairmordred: okay, i noticed something similar when it was getting cirros, but that was before i fixed the timeout so i assumed it was something with that; also infra cloud is slow and i was unsure there should be output00:36
mordredI would explain more, but I'm baffled by what was going on00:36
pabelangerOh, if tarballs.o.o/etcd is a thing, we can use proxy cache in devstack too00:36
mordredjeblair: good point00:36
pabelangerthen local mirror will have etcd00:36
jeblairmordred: but i did not look into it, so those are all just excuses :)00:36
mordredpabelanger: yah - it's one of the pile of 40 settings d-g makes for devstack that actually *are* meaningful00:37
mordredsorting through them is ... fun00:37
clarkbpabelanger: ya that is what I was saying earlier00:37
pabelangerclarkb: ah, I think I missed that00:37
pabelangerclarkb: see it now00:37
mordredjeblair: https://review.openstack.org/#/c/500365/7/.zuul.yaml ... around line 67 are the other ones I lifted out earlier today00:38
mordrednot 100% sure ALL of them are needed, but I think most are (since they're setting network ranges to use, etc)00:38
clarkbpabelanger: willing to review https://review.openstack.org/499314 ?00:38
openstackgerritMerged openstack-infra/project-config master: Remove more invalid settings for nodepoolv3.yaml  https://review.openstack.org/50039900:39
jeblairmordred: how's the devstack_local thing working out?  that make sense?00:39
mordredjeblair: yes - I like it all a lot00:39
mordredjeblair: it was easy for me to write all of the jobs shade needs00:39
jeblairmordred: minor thing -- do you like 'post-config: "$CINDER_CONF": ...' or would you prefer '"post-config|$CINDER_CONF": ...' ?00:40
mordredjeblair: the hardest bit is figuring out what the actual devstack settings are for some of the d-g flags00:40
mordredjeblair: either is fine with me tbh - needing to quote the key name is the only strange bit, but works fine00:40
jeblairi was going back and forth on that -- whether to base in on the underlying construct or be more in tune with the devstack implementation.00:40
mordredI think I like post_config: "$CINDER_CONF" though00:40
jeblairmordred: yeah, and that'd be necessary either way00:40
jeblaircool00:41
mordredjeblair: oh - don't know if you saw in the scrollback - sibling tox installs from git totally works now00:41
jeblairmordred: \o/00:42
jeblairmordred: that's going to be awesome00:42
jeblairhttp://logs.openstack.org/02/500202/14/check/devstack-lxc/514a7ce/job-output.txt.gz#_2017-09-04_00_36_36_11202800:42
jeblairthat's a new devstack error00:42
mordredjeblair: there is a stack of patches in shade thatend with  https://review.openstack.org/#/c/500388 that show it working00:42
jeblairmordred: mind if i look at them when i have better brains?00:42
mordredoh - totally00:43
mordredno rush00:43
mordredjeblair: I think that new error might be related to the set of things from https://review.openstack.org/#/c/500365/7/.zuul.yaml line 6700:43
mordredjeblair: since we have to tell devstack about its network information00:43
mordredoh - we also do: devstack-vm-gate.sh:            localrc_set "$localrc_file" "HOST_IP" "$primary_node"00:43
jeblairwelp.  there we go.00:44
jeblairwonder why the detection fails00:44
mordreddunno - and it looks like all of the places we set HOST_IP are for subnodes00:45
*** slaweq has joined #openstack-infra00:45
clarkbmordred: you should be able to diff local.conf files from run jobs to see what needs adding00:45
mordredclarkb: ++00:45
jeblairprivate_ipv4: 10.0.1.79         public_ipv4: 77.81.189.9400:46
jeblairi'm guessing the 10. confuses devstack?00:46
*** markvoelker has joined #openstack-infra00:47
clarkbwe explicitly tell devstack to use 10.1.0.0/20 to fix that00:47
jeblairmordred: mind if i just incorporate your etcd line along with host_ip in my next patchset?00:47
mordredjeblair: please do - I'd go ahead and grab the otherlines too though00:47
mordredwith FIXED_RANGE and IPV4_ADDRS_SAFE_TO_USE and FLOATING_RANGE and whatnot00:47
jeblairmordred: this set: https://etherpad.openstack.org/p/By9Rw7nNTK00:49
jeblairclarkb:  ^00:49
* jeblair works on host_ip00:49
mordredyes - I missed one ... one sec:00:49
mordredadded00:50
openstackgerritMerged openstack-infra/project-config master: Add bindep for publish-openstack-python-docs job  https://review.openstack.org/50040900:50
jeblairoh, hrm, host_ip is going to need to be special00:50
mordredjeblair: I think we actualy don't set HOST_IP for single-node runs - only for multinode -00:50
jeblairmordred: hrm, i think you're right... but then that's how it failed00:51
*** slaweq has quit IRC00:51
pabelangerokay, rackspace is working great now00:51
jeblairmordred: do you think it's all the other vars that make it work?00:51
mordredjeblair: yes, I do00:52
pabelangerguess we'll just wait for vexxhost jobs now00:52
*** mat128 has joined #openstack-infra00:52
jeblairmordred: indeed, as clarkb suggested, i checked local.conf on a current runand HOST_IP is not there00:52
jeblairi will also add ERROR_ON_CLONE :)00:53
mordredjeblair: $(get_default_host_ip "$FIXED_RANGE" "$FLOATING_RANGE" "$HOST_IP_IFACE" "$HOST_IP" "inet")00:54
mordredjeblair: sorry - bad paste:00:54
mordredjeblair: HOST_IP=$(get_default_host_ip "$FIXED_RANGE" "$FLOATING_RANGE" "$HOST_IP_IFACE" "$HOST_IP" "inet")00:54
openstackgerritJames E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: run devstack  https://review.openstack.org/50020200:54
mordredjeblair: that's from stackrc - so yeah, I think the other things will make it work00:54
jeblairmordred: got it -- fixed_range etc make it work00:54
mordredjeblair: fingers crossed00:54
mordredjeblair: and now I shall dinner00:54
jeblairmordred: erm, me too.00:55
*** ijw_ has joined #openstack-infra00:55
*** ijw has quit IRC00:58
pabelangerya, I'm out too00:58
openstackgerritIan Wienand proposed openstack-infra/devstack-gate master: Ansiblise ephemeral/swap setup  https://review.openstack.org/49946700:59
*** ijw has joined #openstack-infra01:04
*** ijw_ has quit IRC01:07
*** zhurong has joined #openstack-infra01:09
openstackgerritJames E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: run devstack  https://review.openstack.org/50020201:17
*** liujiong has joined #openstack-infra01:18
*** markvoelker has quit IRC01:19
*** dims has quit IRC01:21
*** ijw has quit IRC01:29
*** adisky__ has joined #openstack-infra01:30
*** dims has joined #openstack-infra01:33
*** gcb has joined #openstack-infra01:35
*** abelur_ has joined #openstack-infra01:38
*** stakeda has joined #openstack-infra01:43
openstackgerritJames E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: run devstack  https://review.openstack.org/50020202:02
*** liusheng has quit IRC02:12
*** liusheng has joined #openstack-infra02:12
*** markvoelker has joined #openstack-infra02:16
zhongjunHi everyone. Since we merged many patches [1] about api-ref doc  in manila 3 weeks ago. But it didn't display in the Manila developer doc [2].   Do we need to do anything else or just waiting for automatic update?02:17
zhongjun[1] https://review.openstack.org/#/c/491661/02:18
zhongjun[2] https://developer.openstack.org/api-ref/shared-file-systems/#consistency-groups-since-api-v2-402:18
*** xinliang has quit IRC02:22
ianwmordred: i'm going to assume you are ok with me uploading changes over 500375 :)02:24
*** bobh has joined #openstack-infra02:33
*** xinliang has joined #openstack-infra02:34
*** xinliang has quit IRC02:34
*** xinliang has joined #openstack-infra02:34
*** mwarad has joined #openstack-infra02:37
*** EricGonczer_ has quit IRC02:41
*** mwarad has quit IRC02:42
*** ianychoi_ has joined #openstack-infra02:43
*** ianychoi has quit IRC02:46
yamamotocan anyone take care of lib/neutron?  https://review.openstack.org/#/c/437774/02:47
yamamotooops, i guess it should be openstack-qa.  sorry02:49
*** markvoelker has quit IRC02:50
*** mat128 has quit IRC02:52
*** mat128 has joined #openstack-infra02:53
*** bobh has quit IRC02:58
*** chenying has joined #openstack-infra02:58
*** ramishra has joined #openstack-infra03:01
*** thorst_afk has joined #openstack-infra03:01
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: DNM: test wget  https://review.openstack.org/50042603:07
*** thorst_afk has quit IRC03:15
*** udesale has joined #openstack-infra03:19
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: DNM: test wget  https://review.openstack.org/50042603:22
*** zhurong_ has joined #openstack-infra03:22
*** ykarel has joined #openstack-infra03:23
*** zhurong_ has quit IRC03:25
*** yamahata has joined #openstack-infra03:30
*** nicolasbock has quit IRC03:41
openstackgerritTristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: sql: normalize logger name  https://review.openstack.org/50043103:42
*** markvoelker has joined #openstack-infra03:47
*** Dinesh_Bhor has joined #openstack-infra03:53
*** zhurong has quit IRC03:56
*** claudiub|2 has joined #openstack-infra04:13
*** links has joined #openstack-infra04:19
*** markvoelker has quit IRC04:20
*** persia has quit IRC04:20
*** mat128 has quit IRC04:21
*** hongbin has quit IRC04:27
*** sree_ has joined #openstack-infra04:28
*** psachin has joined #openstack-infra04:28
*** sree_ is now known as Guest5042504:28
yamamotois there a way to rename LP "series"?  i thought Q was queen but it's actually queens.04:31
*** jaosorior has joined #openstack-infra04:36
*** bhavik1 has joined #openstack-infra04:53
*** andreww is now known as xarses05:06
*** shu-mutou-AWAY is now known as shu-mutou05:12
*** gcb has quit IRC05:15
*** markvoelker has joined #openstack-infra05:17
*** gcb has joined #openstack-infra05:29
*** dhajare has joined #openstack-infra05:35
*** gouthamr has quit IRC05:41
*** markvoelker has quit IRC05:49
*** slaweq has joined #openstack-infra05:51
*** slaweq has quit IRC05:56
*** florianf has joined #openstack-infra06:03
*** LindaWang has joined #openstack-infra06:08
*** ccamacho has joined #openstack-infra06:08
*** zhurong has joined #openstack-infra06:09
*** anthonyper has quit IRC06:11
*** anthonyper has joined #openstack-infra06:13
*** hashar has joined #openstack-infra06:18
*** hashar is now known as hasharAway06:18
*** HeOS has joined #openstack-infra06:22
*** pgadiya has joined #openstack-infra06:23
*** ijw has joined #openstack-infra06:30
*** ijw has quit IRC06:35
*** HeOS has quit IRC06:38
*** Guest50425 is now known as Sree06:42
*** markvoelker has joined #openstack-infra06:47
*** jascott1 has quit IRC06:49
*** rcernin has quit IRC06:52
*** rcernin has joined #openstack-infra06:52
*** slaweq has joined #openstack-infra06:52
*** slaweq has quit IRC06:57
ttxyamamoto: maybe when on the series page, click "Change details" ?06:58
ttx(haven't tried)06:58
*** jpena|off is now known as jpena06:59
yamamotottx: it worked.  thank you!06:59
ttxyamamoto: \o/07:00
*** e0ne has joined #openstack-infra07:02
*** slaweq has joined #openstack-infra07:03
*** coolsvap has joined #openstack-infra07:07
*** yamahata has quit IRC07:07
*** zhurong has quit IRC07:08
*** tesseract has joined #openstack-infra07:16
*** markvoelker has quit IRC07:20
openstackgerritMerged openstack-infra/devstack-gate master: Update Ansible from 2.2.0.0 to 2.3.2.0  https://review.openstack.org/49635607:22
*** jtomasek has joined #openstack-infra07:23
*** aarefiev_afk is now known as aarefiev07:24
openstackgerritJamie Lennox proposed openstack-infra/zuul-jobs master: Allow overriding the workspace directory in prepare-workspace  https://review.openstack.org/50046607:25
*** dingyichen has quit IRC07:31
openstackgerritMerged openstack-infra/zuul-jobs master: upload-logs/bindep: fix indentation  https://review.openstack.org/50033907:32
*** dtantsur|afk is now known as dtantsur07:34
openstackgerritMerged openstack-infra/project-config master: Add Neutron API job to networking-ovn  https://review.openstack.org/49846607:34
*** jpich has joined #openstack-infra07:35
*** pcaruana has joined #openstack-infra07:36
*** pcaruana has quit IRC07:36
*** pcaruana has joined #openstack-infra07:37
*** lucas-afk is now known as lucasagomes07:41
*** rcernin has quit IRC07:41
*** s-shiono has joined #openstack-infra07:44
*** egonzalez has joined #openstack-infra07:45
*** HeOS has joined #openstack-infra07:48
*** jascott1 has joined #openstack-infra07:50
*** shardy has joined #openstack-infra07:50
*** shu-mutou has quit IRC07:50
*** oomichi has quit IRC07:51
*** oomichi has joined #openstack-infra07:52
*** ralonsoh has joined #openstack-infra07:53
*** andreas_s has joined #openstack-infra07:56
*** alexchadin has joined #openstack-infra07:59
*** andreas_s has quit IRC07:59
*** slaweq has quit IRC08:09
*** slaweq has joined #openstack-infra08:09
*** ykarel is now known as ykarel|lunch08:10
*** markvoelker has joined #openstack-infra08:18
*** slaweq has quit IRC08:20
*** HeOS has quit IRC08:21
openstackgerritJamie Lennox proposed openstack-infra/zuul feature/zuulv3: Print SIGTERM logging to debug  https://review.openstack.org/50047608:23
*** Sree is now known as sreeram_V08:26
*** sreeram_V is now known as sree08:26
*** derekh has joined #openstack-infra08:26
*** sree is now known as Sree08:27
*** yamamoto has quit IRC08:35
*** bauwser is now known as bauzas08:40
*** hasharAway is now known as hashar08:42
*** yamamoto has joined #openstack-infra08:46
*** markvoelker has quit IRC08:51
*** sshnaidm|off is now known as sshnaidm08:54
*** nicolasbock has joined #openstack-infra08:55
*** electrofelix has joined #openstack-infra08:56
openstackgerritGael Chamoulaud proposed openstack-infra/tripleo-ci master: Enable tripleo-validations tests  https://review.openstack.org/48108008:57
*** yamamoto has quit IRC08:59
*** jokke_ has joined #openstack-infra09:04
*** vponomaryov has joined #openstack-infra09:11
*** yamamoto has joined #openstack-infra09:11
*** yamamoto has quit IRC09:13
openstackgerrityolanda.robla proposed openstack-infra/project-config master: Move working centos jobs in bifrost to check queue  https://review.openstack.org/49952509:15
*** dtantsur is now known as dtantsur|bbl09:21
*** slaweq has joined #openstack-infra09:21
*** tosky has joined #openstack-infra09:22
*** slaweq has quit IRC09:26
*** liujiong has quit IRC09:35
*** liujiong has joined #openstack-infra09:35
*** ykarel_ has joined #openstack-infra09:36
openstackgerritJens Harbott (frickler) proposed openstack-infra/elastic-recheck master: Add query for bug 1714901  https://review.openstack.org/50049309:37
openstackbug 1714901 in neutron "gate-rally-dsvm-neutron-neutron-ubuntu-xenial failing 100% in NeutronTrunks.create_and_list_trunk_subports" [Undecided,New] https://launchpad.net/bugs/171490109:37
*** ykarel|lunch has quit IRC09:38
*** nicolasbock has quit IRC09:39
openstackgerritKevin Benton proposed openstack-infra/project-config master: Enable Neuron trunk plugin for rally job  https://review.openstack.org/50049609:46
kevinbentonhi, can we get this merged to unblock the neutron queue? ^^09:46
*** markvoelker has joined #openstack-infra09:48
*** baoli has joined #openstack-infra09:48
*** stakeda has quit IRC09:51
*** lucasagomes is now known as lucas-brb09:52
*** gcb has quit IRC09:52
*** baoli has quit IRC09:57
*** yamamoto has joined #openstack-infra10:04
*** s-shiono has quit IRC10:04
*** tosky has quit IRC10:05
*** HeOS has joined #openstack-infra10:06
*** alexchadin has quit IRC10:09
*** alexchadin has joined #openstack-infra10:09
*** markvoelker has quit IRC10:21
*** slaweq has joined #openstack-infra10:22
*** slaweq has quit IRC10:27
*** pgadiya has quit IRC10:31
*** thorst_afk has joined #openstack-infra10:36
*** ykarel__ has joined #openstack-infra10:38
*** alexchadin has quit IRC10:38
*** pblaho has joined #openstack-infra10:38
*** dhajare has quit IRC10:38
*** adisky__ has quit IRC10:39
*** alexchadin has joined #openstack-infra10:39
*** ykarel_ has quit IRC10:41
*** Sree has quit IRC10:42
*** ykarel__ is now known as ykarel10:45
*** udesale has quit IRC10:46
*** pgadiya has joined #openstack-infra10:47
*** lucas-brb is now known as lucasagomes10:48
*** thorst_afk has quit IRC10:54
*** liujiong_lj has joined #openstack-infra10:57
*** liujiong has quit IRC11:00
*** bhavik1 has quit IRC11:01
*** alexchadin has quit IRC11:06
*** tinwood has quit IRC11:07
*** links has quit IRC11:07
*** tinwood has joined #openstack-infra11:08
*** shardy is now known as shardy_lunch11:10
*** wolverineav has joined #openstack-infra11:11
*** pkovar has joined #openstack-infra11:11
*** pgadiya has quit IRC11:15
*** markvoelker has joined #openstack-infra11:19
*** links has joined #openstack-infra11:20
*** pbourke has quit IRC11:29
*** pbourke has joined #openstack-infra11:31
*** gabor_antal_km has joined #openstack-infra11:33
gabor_antal_kmHey there! Would someone please let in out company modification patch in stackaltics? https://review.openstack.org/#/c/499764/11:34
*** _mugsie_ has joined #openstack-infra11:39
*** slaweq has joined #openstack-infra11:41
*** links has quit IRC11:42
*** lucasagomes is now known as lucas-hungry11:43
*** liujiong_lj has quit IRC11:44
*** shardy_lunch is now known as shardy11:44
*** mugsie is now known as mugsie__11:45
*** _mugsie_ is now known as mugsie11:45
*** mugsie has quit IRC11:45
*** mugsie has joined #openstack-infra11:45
*** mugsie__ has quit IRC11:46
*** slaweq has quit IRC11:48
*** jpena is now known as jpena|lunch11:51
*** jkilpatr has joined #openstack-infra11:51
*** markvoelker has quit IRC11:51
*** dtantsur|bbl is now known as dtantsur11:52
*** baoli has joined #openstack-infra11:54
*** links has joined #openstack-infra11:56
*** baoli has quit IRC11:59
ttxgabor_antal_km: you need someone from stackalytics-core to process the patch: https://review.openstack.org/#/admin/groups/183,members12:04
*** alexchadin has joined #openstack-infra12:07
openstackgerritLingxian Kong proposed openstack-infra/project-config master: Change Qinling devstack job  https://review.openstack.org/50052512:07
*** alexchadin has quit IRC12:11
*** erlon has joined #openstack-infra12:14
openstackgerritMarton Kiss proposed openstack-infra/puppet-askbot master: Add missing www-browser dependency for apachectl status  https://review.openstack.org/50052812:25
*** lucas-hungry is now known as lucasagomes12:27
*** udesale has joined #openstack-infra12:28
*** jaypipes has joined #openstack-infra12:33
*** alexchadin has joined #openstack-infra12:39
*** LindaWang has quit IRC12:42
*** EricGonczer_ has joined #openstack-infra12:43
*** EricGonczer_ has quit IRC12:44
mordredianw: always12:48
*** markvoelker has joined #openstack-infra12:48
*** pcrews has quit IRC12:56
*** gcb has joined #openstack-infra13:00
*** jpena|lunch is now known as jpena13:01
sshnaidmhi, can anybody tell exactly how do we mirror docker - by apache reverse proxy or docker mirror (https://docs.docker.com/registry/recipes/mirror/) ?13:01
sshnaidmpabelanger, ^^13:02
*** tosky has joined #openstack-infra13:05
*** nicolasbock has joined #openstack-infra13:10
*** Sree has joined #openstack-infra13:13
*** baoli has joined #openstack-infra13:14
gabor_antal_kmttx: thanks, I hoped someone is here from them, but i'm unlucky it seems13:15
openstackgerritMonty Taylor proposed openstack-infra/shade master: WIP Force keystone v2 admin call to admin interface  https://review.openstack.org/50054013:17
pabelangersshnaidm: reverse proxy cache http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/mirror.vhost.erb#n19813:18
pabelangersshnaidm: we don't have any docker binaries running on our control plane13:18
sshnaidmpabelanger, thanks, so do we configure docker right for using it?13:19
pabelangersshnaidm: yes, tripleo specifically has been using it for the last month13:20
*** markvoelker has quit IRC13:21
openstackgerritMerged openstack-infra/zuul feature/zuulv3: sql: normalize logger name  https://review.openstack.org/50043113:30
*** sshnaidm is now known as sshnaidm|mtg13:31
*** LindaWang has joined #openstack-infra13:33
*** ldnunes has joined #openstack-infra13:33
*** bobh has joined #openstack-infra13:37
openstackgerritSamuel de Medeiros Queiroz proposed openstack-infra/shade master: De-client-ify Check User in Group  https://review.openstack.org/49935713:39
openstackgerritSamuel de Medeiros Queiroz proposed openstack-infra/shade master: De-client-ify Check User in Group  https://review.openstack.org/49935713:42
openstackgerritSamuel de Medeiros Queiroz proposed openstack-infra/shade master: De-client-ify Remove User from Group  https://review.openstack.org/49936013:43
*** pkovar has left #openstack-infra13:48
*** hashar is now known as hasharAway13:49
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Add python backport PPA during stream test  https://review.openstack.org/50054913:50
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Set ansible_python_interpreter in stream test  https://review.openstack.org/50055013:50
*** slaweq has joined #openstack-infra13:50
*** slaweq has quit IRC13:55
*** bobh has quit IRC13:57
mnasermorning folks -- any idea why https://review.openstack.org/#/c/500335/ is not starting gate jobs?13:58
fungimost common causes are unapproved git parents, unmerged cross-repo dependencies, or dependency loops (often in children of the change in question)14:00
fungithe first two don't seem to be the issue, the third is much harder to track down14:00
fungido you happen to know whether there are any changes in other repos declaring a cross-repo dependency on this one?14:01
fungioh, fourth common cause is bad/greedy skip-if rules in the zuul config skipping all jobs for a particular set of files in a change14:01
openstackgerritMonty Taylor proposed openstack-infra/shade master: Remove use of legacy keystone client in functional tests  https://review.openstack.org/50055814:02
fungione more common cause is approving before adding any code review +2, which also doesn't seem to be the case here14:02
openstackgerritSamuel de Medeiros Queiroz proposed openstack-infra/shade master: Remove improper exc handling in is_user_in_group  https://review.openstack.org/50056014:03
mordredmorning fungi!14:03
pabelangerpuppet jobs also depend a lot on FileMatcher, so maybe patch doesn't match any jobs now?14:04
mordredfungi: feel like a reasonably easy review? https://review.openstack.org/#/c/50022614:04
fungimorning mordred. how are you enjoying your canadian holiday?14:04
mordredfungi: I feel very canadian14:04
*** udesale has quit IRC14:05
mordredfungi: I'm wearing moose antlers and drinking a nice large cup of maple syrup while holding a hockey stick - that's the right way to celebrate today ... right pabelanger ?14:05
pabelangerindeed! I'm hanging out in the igloo this morning too14:05
mordredfungi: if you feel slightly more adventurous - the rest of that stack gets us all the way to having the wheel mirror builders being run out of zuulv3 and not in zuulv214:06
*** udesale has joined #openstack-infra14:07
mordredfungi: oh - also, I don't know if you were around when we realized it - but we actually don't need those long-lived builders - we DON'T reuse cache on them - two more patches after those and we can delete those servers14:08
fungimordred: yep, caught that discussion. excellent news!14:08
*** efoley has joined #openstack-infra14:10
*** efoley has quit IRC14:10
*** efoley has joined #openstack-infra14:10
*** efoley has quit IRC14:11
*** efoley has joined #openstack-infra14:11
fungimnaser: EmilienM: bingo... "Exception: Dependency cycle detected: 500318 in ['500318', u'500317']"14:12
mnaserdid i break somethingggg14:12
mnaseri mean i can drop that depends-on14:12
fungier, well maybe... i'm running those down but the timestamp from that traceback in the log was right at the same time the change in question got approved14:12
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Add trusty images to nodepool v3  https://review.openstack.org/50056414:12
mordredfungi, pabelanger: ^^ patch #1 for no-more-long-lived-wheel-mirrors14:13
mnaserah crap14:13
mnaserhttps://review.openstack.org/#/c/500318/14:13
mnaserthe depends-on in that one is wrong14:13
mnasererr14:13
mnaserhttps://review.openstack.org/#/c/500317/14:13
mnaseri wanted to have it depend on the project-config change14:13
*** Sree has quit IRC14:14
mnaserhttps://review.openstack.org/#/c/500334/ one specifically14:14
mnaserwait, it does depend on it14:14
pabelangermordred: looking14:14
* mnaser is confused14:14
fungimnaser: i'm trying to trace back through the dep tree from that cycle to 50033514:15
mnaserhttps://review.openstack.org/#/c/500335/ (change that is not merging) depends on https://review.openstack.org/#/c/500334/ (already merged!) which does not depend on anything14:15
mnaserit was a bit of a mess i admit so the logs might have been complicated to go through14:15
*** efoley has quit IRC14:15
fungimnaser: yes, but the issue can also be in changes which depend _on_ 500335 having a dependency cycle which causes zuul to give up trying to figure out what order things stack in14:16
pabelangermordred: fungi: +214:16
fungieven if 500335 is closer to head than the dependency loop14:16
EmilienMhello14:16
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Move ara output generation to post playbook  https://review.openstack.org/50040314:16
mnaseri guess maybe better off avoiding fancy depends-on's :p14:17
* EmilienM happy to not being alone today :)14:17
mordredpabelanger: piddle. getting afs client on the nodes will be harder - will need to wait til after ptg - because we need to make a role equiv to puppet-openafs to handle centos ... OH WAIT - I just had a very very evil realization14:17
mordredpabelanger: I'm going to spend 10 minutes on a patch - then I think you're going to laugh14:18
fungimnaser: 500317 depends-on 500318 which depends-on (500317 and 500335)14:18
pabelangermordred: Right, we don't have openafs installed... kk waiting14:18
fungimnaser: and so 500335 isn't being tested now14:18
mnaserok the depends-on in https://review.openstack.org/#/c/500317/ is wrong14:18
mnaserthat's the reason14:19
mnaserit should have been the project-config change, sorry14:19
openstackgerritMerged openstack-infra/project-config master: tripleo: remove centos-7-nonha-multinode-updates job  https://review.openstack.org/50024914:19
mnaserfungi i believe everything should be correct now and 500317 has the right depends-on (which already merged)14:20
mnasersorry for the noise :<14:20
*** ykarel has quit IRC14:21
mnaserfungi would a 'recheck' on the cinder job be needed now or it will be automatically retriggered14:22
mnasers/job/change/14:22
openstackgerritJakub Libosvar proposed openstack-infra/project-config master: neutron: Make grenade-neutron-dvr-multinode job non-voting  https://review.openstack.org/50056714:25
fungimnaser: 500335 will need another approval (either EmilienM removing and readding his or you adding a second approval vote)14:26
fungirechecking won't help since that change already has a verify +114:26
* mnaser can't approve things yet14:26
EmilienMok let me approve it14:28
EmilienMit's moving in gate now14:28
mnaseryay, thanks EmilienM !14:29
EmilienMcool14:29
EmilienMthanks for your work :)14:29
*** gcb has quit IRC14:29
mnasernp :>14:29
* mnaser goes back to neutron wsgi fun14:29
fungimnaser: you're the ptl but not a core reviewer? that's pretty awesome division of labor14:29
openstackgerritJakub Libosvar proposed openstack-infra/project-config master: neutron: Make grenade-neutron-dvr-multinode job non-voting  https://review.openstack.org/50056714:29
mnaserfungi i believe the change in groups/whatnot will be done at some point, but i'm in no rush, plenty of folks who can help approve things :)14:30
fungigranted a little confusing since core reviewers are actually considered appointees of the ptl14:30
fungimordred: okay, reviewing now14:31
clarkbthats a neat trick14:31
*** pcrews has joined #openstack-infra14:33
*** amotoki is now known as amotoki__away14:34
*** udesale has quit IRC14:35
*** ccamacho has quit IRC14:36
*** ccamacho has joined #openstack-infra14:37
*** links has quit IRC14:40
*** armax has joined #openstack-infra14:40
mnaseris zm04.openstack.org okay?14:41
mnaserhttp://logs.openstack.org/17/500317/12/check/gate-puppet-ceph-puppet-syntax-4-centos-7/9507183/console.html14:41
fungiclarkb: were you planning to review 497699 or are we safe to go ahead there (it's got several +2s and the logs look fine other than that job timeout is really tight in infracloud)14:41
mnaserstderr: 'fatal: unable to access 'http://zm04.openstack.org/p/openstack/puppet-ceph/': The requested URL returned error: 500'14:41
fungimnaser: i suspect that's continued network connectivity issues manifesting in citycloud-sto214:42
mnaserwouldn't that be a timeout or something instead of a 500 (unless zm04 is hosted there)14:43
fungiahh yep that's a 500 error14:43
clarkbfungi: I think you cam go ahead with it. Not sure I will get around to that today14:43
fungiclarkb: okay, i just didn't know whether we were waiting for you to have an opportunity to look at it14:44
openstackgerritMerged openstack-infra/shade master: De-client-ify User Update  https://review.openstack.org/49928414:45
fungimnaser: i do see a fairly large outbound traffic spike on zm04 right at that time, though with 5-minute granularity from snmp polling it's hard to say how high it really went14:46
fungicorresponding spike in system cpu utilization as well14:46
fungi[Mon Sep 04 14:22:23.730541 2017] [cgid:error] [pid 2540:tid 139758755895040] [client 188.240.223.225:45816] End of script output before headers: git-http-backend14:48
mnaserprobably timed out or crashed in relation to that cpu usage14:48
fungiconfirmed that client ip address matches the fip in our ansible inventory logged from that job14:49
funginothing related in dmesg/syslog so that doesn't seem to have been from widespread distress on the system anyway14:50
*** slaweq has joined #openstack-infra14:51
*** ianychoi_ is now known as ianychoi14:52
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: DNM: test wget  https://review.openstack.org/50042614:52
fungizm04 is reasonably busy right now but doesn't look overtaxed14:52
openstackgerritPaul Belanger proposed openstack-infra/openstack-zuul-jobs master: Update to using zuulv3 variables  https://review.openstack.org/50022914:53
*** sshnaidm|mtg is now known as sshnaidm14:53
*** udesale has joined #openstack-infra14:54
*** slaweq has quit IRC14:56
*** baoli has quit IRC14:57
fungimordred: seems like it would make sense for the periodic pipeline to be considered post-merge... it doesn't run against proposed changes14:57
*** udesale has quit IRC14:58
*** aarefiev is now known as aarefiev_afk14:59
openstackgerritPaul Belanger proposed openstack-infra/openstack-zuul-jobs master: Update to using zuulv3 variables  https://review.openstack.org/50022914:59
*** nicolasbock has quit IRC15:00
*** EricGonczer_ has joined #openstack-infra15:01
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: DNM: test wget  https://review.openstack.org/50042615:02
*** ykarel has joined #openstack-infra15:04
*** alexchadin has quit IRC15:05
*** alexchadin has joined #openstack-infra15:05
openstackgerritPaul Belanger proposed openstack-infra/openstack-zuul-jobs master: Update to using zuulv3 variables  https://review.openstack.org/50022915:06
*** alexchadin has quit IRC15:06
*** thorst_afk has joined #openstack-infra15:07
pabelangerfungi: clarkb: looks like tox 2.8.1 is out, did we want to start the unpinning process?15:10
mordredfungi: good point15:15
clarkbpabelanger: probably start with constraints and make sure tempest py35 works first15:15
pabelangermordred: https://review.openstack.org/500229/ is green now. checking against zuulv3 and shade to see if role works15:15
pabelangerclarkb: ya, good idea15:16
mrmartinfungi: I made this patch to enable the apachectl status on ask.o.o sites, so we can get a detailed worker status when apache fails to serve the requests: https://review.openstack.org/#/c/500528/15:17
mordredpabelanger: I think we should promote nodepool/elements/nodepool-base/install.d/06-record-builddate into an element in base nodepool - I was just writing a little piece of doc about it, and it seems like a thing that's just handy to have for folks using dib for images15:20
*** thorst_afk has quit IRC15:21
pabelangermordred: ah, I always thought that was by default. Seems like a good idea15:21
pabelangerclarkb: remote:   https://review.openstack.org/500583 Revert "Add tox to upper-constraints to help pin the gate"15:22
mordredpabelanger: also nodepool/elements/nodepool-base/install.d/05-record-details - and it might not be totally stupid to add one that records elements used too15:22
*** thorst_afk has joined #openstack-infra15:23
*** armax_ has joined #openstack-infra15:23
*** gmann has quit IRC15:24
*** gmann has joined #openstack-infra15:24
pabelangermordred: maybe move them into /etc/dib-manifests folder if we are reorging, but agree with move upstream15:24
fungimrmartin: at the moment you can just pull up https://ask.openstack.org/server-status in a browser even (it doesn't appear to be restricted to access only by localhost)15:24
mordredpabelanger, jeblair: I also just realized there is a hole in our validate_hosts role (similar to one jeblair brought up when we were looking at secrets reorg) - fixing now15:25
*** armax has quit IRC15:25
*** armax_ is now known as armax15:25
mrmartinfungi: oh, don't we like to limit this access to localhost only?15:25
*** thorst_afk has quit IRC15:25
fungimrmartin: we try to elsewhere, though at the moment we're running into issues getting it to work correctly on multi-vhost servers (particularly files01.o.o and static.o.o)15:26
openstackgerritPaul Belanger proposed openstack-infra/shade master: Add openstack-doc-build to shade  https://review.openstack.org/50020115:27
*** bobh has joined #openstack-infra15:34
openstackgerritPaul Belanger proposed openstack-infra/openstack-zuul-jobs master: Update to using zuulv3 variables  https://review.openstack.org/50022915:35
*** coolsvap has quit IRC15:37
*** gouthamr has joined #openstack-infra15:37
*** LindaWang has quit IRC15:38
*** ccamacho has quit IRC15:38
fungimrmartin: if you look at the default /etc/apache2/mods-enabled/status.conf provided by the system package you'll see it attempts to do a "Require local" in <Location /server-status> but something in some of our vhost definitions is then overriding that and allowing full public access instead. as of yet i haven't been able to spend enough time to work out what's doing that15:39
pabelangermordred: woot15:40
pabelangerhttp://logs.openstack.org/36/500236/2/check/openstack-doc-build/a6ad32a/html/15:40
*** thorst_afk has joined #openstack-infra15:41
*** e0ne has quit IRC15:41
mrmartinfungi: ok, I'll check it.15:41
pabelangermordred: until we can use zuul_return with success-url, clicking on jobs results won't take you directly to sphinx html page for openstack-doc-build on stable or tags.  But it does mean, publishing to afs, works correctly15:42
pabelangermordred: in fact, I think we can refactor some of that logic in zuulv3, but I think this is best effort for PTG now15:42
fungimaybe like something with "satisfy any" in combination with "require all granted" for the docroot directory block in the vhost is overriding the location restriction for /server-status, but reading the apache 2.4 configuration docs it seems like that's not supposed to happen15:42
fungimrmartin: ^15:43
pabelangermordred: and shade: http://logs.openstack.org/01/500201/3/check/openstack-doc-build/c1b5458/html/15:43
openstackgerritDavid Shaughnessy proposed openstack-infra/irc-meetings master: Adding David Shaughnessy as meeting chair.  https://review.openstack.org/50058815:44
*** thorst_afk has quit IRC15:45
*** bobh has quit IRC15:47
*** Krenair has quit IRC15:47
*** hongbin has joined #openstack-infra15:48
fungimrmartin: one other possibility i haven't looked into yet is that this could be caused by mod_access_compat15:48
*** slaweq has joined #openstack-infra15:52
*** Krenair has joined #openstack-infra15:52
mrmartinok, thnx, now worries, I'm going to find out what is causing that.15:52
*** davidsha has joined #openstack-infra15:55
*** slaweq has quit IRC15:56
*** lucasagomes is now known as lucas-afk15:58
davidshaHey, would someone be able to have a look at this patch: https://review.openstack.org/#/c/500588/1 The chairs are currently on leave and we need someone to be able to start the meeting tomorrow.15:59
clarkbdavidsha: anyone can start a meeting16:00
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Update publish-openstack-python-docs to use tox role  https://review.openstack.org/50059116:00
fungidavidsha: the chairs list in the meeting definitions is just informational, in case potential attendees want to reach out to the chairs about agenda topics in advance16:01
*** dtantsur is now known as dtantsur|bbl16:01
*** pblaho has quit IRC16:02
*** egonzalez has quit IRC16:02
davidshaclarkb, fungi: Ah, Thanks! I presumed this gave people access to the actions.16:02
*** bobh has joined #openstack-infra16:02
mordredpabelanger: woot! I think we can land the stack ending at https://review.openstack.org/#/c/500229 and shift our v3 projects to publishing from v3 and not in v2 yeah?16:04
fungidavidsha: nope. by default the chair for any meeting is the nick who initiates the #startmeeting command, and then that person can add the nicks of additional chairs if they want to delegate some of the chair-only commands over the course of the meeting or need to drop from the meeting early and want someone else to take over chairing for the remainder of that time16:04
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Make validate-host read from site-variables  https://review.openstack.org/50059216:05
pabelangermordred: Ya, I think so. https://review.openstack.org/500591/ will be the changes needed for publishing to afs with trusted playbooks16:05
pabelangermordred: it atleasts puts us in a good spot to itterate forward as we find issues16:05
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Make validate-host read from site-variables  https://review.openstack.org/50059216:06
davidshafungi: Ok, I understand now. Thanks!16:06
fungimordred: pabelanger: why is zuul complaining about extra keys for periodic on 499843?16:08
pabelangerfungi: we need to land 500226 first, since zuul doesn't have periodic in its pipeline configuration16:09
fungipabelanger: oh, needed a depends-on i guess?16:10
fungior rebase onto that change16:10
fungioh, wait, it is based on that change16:11
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: DNM: test wget  https://review.openstack.org/50042616:11
fungipabelanger: so zuul needs to reload with 500226 in place before 499843 will pass?16:11
pabelangerfungi: ya16:12
pabelangerpipelines changes are post-merge only16:12
fungigot it, thanks for your patience ;)16:14
pabelangernp!16:14
fungiand yes, now i remember why that is16:14
*** dosaboy has quit IRC16:16
*** dosaboy has joined #openstack-infra16:18
*** Goneri has joined #openstack-infra16:18
*** cloudnull has quit IRC16:18
fungibasically, safety measure working as intended16:20
*** cloudnull has joined #openstack-infra16:21
*** armax has left #openstack-infra16:25
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: DNM: test wget  https://review.openstack.org/50042616:28
*** davidsha has left #openstack-infra16:32
openstackgerritMerged openstack-infra/irc-meetings master: Adding David Shaughnessy as meeting chair.  https://review.openstack.org/50058816:33
*** jpich has quit IRC16:45
*** tesseract has quit IRC16:48
*** bobh has quit IRC16:49
*** slaweq has joined #openstack-infra16:53
*** dtantsur|bbl is now known as dtantsur16:54
*** markvoelker has joined #openstack-infra16:54
*** derekh has quit IRC16:57
*** slaweq has quit IRC16:58
*** Goneri has quit IRC17:02
openstackgerritPaul Belanger proposed openstack-infra/devstack-gate master: DNM: tox 2.8.1 testing  https://review.openstack.org/50060017:06
*** ralonsoh has quit IRC17:08
*** jkilpatr has quit IRC17:17
*** jamesmcarthur has joined #openstack-infra17:17
*** jpena is now known as jpena|off17:19
*** sshnaidm is now known as sshnaidm|off17:22
*** markvoelker has quit IRC17:27
*** gabor_antal_km has quit IRC17:29
*** tosky has quit IRC17:30
*** psachin has quit IRC17:33
*** EricGonczer_ has quit IRC17:34
*** ramishra has quit IRC17:38
*** electrofelix has quit IRC17:42
*** jamesdenton has quit IRC17:48
*** slaweq has joined #openstack-infra17:54
*** tosky has joined #openstack-infra17:55
*** EricGonczer_ has joined #openstack-infra17:56
*** rcernin has joined #openstack-infra17:57
*** dtantsur is now known as dtantsur|afk17:57
*** slaweq has quit IRC17:58
*** mat128 has joined #openstack-infra17:59
mordredfungi: yay safety!18:00
*** jamesmcarthur has quit IRC18:10
*** EricGonczer_ has quit IRC18:11
*** tinwood has quit IRC18:13
*** ykarel has quit IRC18:14
*** tinwood has joined #openstack-infra18:15
*** gouthamr has quit IRC18:19
*** gouthamr has joined #openstack-infra18:20
*** markvoelker has joined #openstack-infra18:24
*** hongbin has quit IRC18:25
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Make validate-host read from site-variables  https://review.openstack.org/50059218:25
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Rework upload-logs to enable running on localhost  https://review.openstack.org/50061118:25
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Add zuul base roles to ease sharing base job content  https://review.openstack.org/50061218:25
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Set validate_host parameters in site-variables  https://review.openstack.org/50061318:25
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Use rollup base roles in base-test job  https://review.openstack.org/50061418:25
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Use zuul base roll-up roles in base jobs  https://review.openstack.org/50061518:25
smcginnisLooks like a POST_FAILURE publishing a tarball for tripleo-heat.18:26
*** jascott1 has quit IRC18:26
*** jascott1 has joined #openstack-infra18:26
fungismcginnis: we don't seem to be out of space at least... i'll see if i can tell what happened18:26
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Add zuul base roles to ease sharing base job content  https://review.openstack.org/50061218:27
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Contract back to a single upload-logs tasks file  https://review.openstack.org/50061818:27
*** yee379 has joined #openstack-infra18:27
smcginnisfungi: Thanks18:30
fungifound where it reported the result in zuul's debug log... tracking it down to a launcher now18:30
*** simondodsley_ has joined #openstack-infra18:30
*** kmalloc_ has joined #openstack-infra18:30
*** edwarnicke_ has joined #openstack-infra18:30
*** csatari_ has joined #openstack-infra18:30
*** slaweq has joined #openstack-infra18:31
fungi2017-09-04 18:17:40,368 DEBUG zuul.Gearman: Build <gear.Job 0x7fa6d7cb30d0 handle: H:127.0.0.1:7116407 name: build:tripleo-heat-templates-tarball unique: 517ee89f29b7417b88c3b4f6b43af602> update {u'url': u'telnet://46.254.15.207:19885', u'manager': u'zl04', u'number': u'517ee89f29b7417b88c3b4f6b43af602'}18:32
fungiso zl0418:32
*** slaweq has quit IRC18:32
*** thorre_se has joined #openstack-infra18:33
*** StevenK_ has joined #openstack-infra18:33
*** mikap has joined #openstack-infra18:33
fungi2017-09-04 18:18:56,570 DEBUG zuul.NodeWorker.ubuntu-xenial-citycloud-sto2-10765911: Ansible post output: ERROR! Unexpected Exception: [Errno 17] File exists18:35
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Add nl02.openstack.org  https://review.openstack.org/50062018:36
smcginnisHmm18:36
*** evrardjp_ has joined #openstack-infra18:36
*** __Cyclone__ has joined #openstack-infra18:36
*** eventingmonkey_ has joined #openstack-infra18:36
pabelangerinfra-root: ^brings nl02.openstack.org online for xenial18:36
*** leifmadsen_ has joined #openstack-infra18:36
pabelangernodepool-launcher is currently stopped so we can schedule cutover from nl01 when people are ready18:37
*** saneax___ has joined #openstack-infra18:37
*** thorre has quit IRC18:37
*** yee37926 has quit IRC18:37
*** kambiz has quit IRC18:37
*** saneax has quit IRC18:37
*** fried_rice has quit IRC18:37
*** eventingmonkey has quit IRC18:37
*** _Cyclone_ has quit IRC18:37
*** evrardjp has quit IRC18:37
*** mika has quit IRC18:37
*** leifmadsen has quit IRC18:37
*** stephenfin has quit IRC18:37
*** StevenK has quit IRC18:37
*** simondodsley has quit IRC18:37
*** kmalloc has quit IRC18:37
*** csatari has quit IRC18:37
*** edwarnicke has quit IRC18:37
*** mrmartin has quit IRC18:37
*** mikap is now known as mika18:37
*** thorre_se is now known as thorre18:37
*** simondodsley_ is now known as simondodsley18:37
*** csatari_ is now known as csatari18:37
*** edwarnicke_ is now known as edwarnicke18:37
*** kmalloc_ is now known as kmalloc18:37
*** kambiz has joined #openstack-infra18:37
fungismcginnis: here's what i've managed to grep out of the launcher log: http://paste.openstack.org/show/620362/18:38
*** stephenfin has joined #openstack-infra18:38
*** jklare has quit IRC18:40
*** isviridov_away has quit IRC18:40
fungiunfortunately it seems the playbook got cleaned up... it's not entirely clear to me what file it's objecting to existing18:41
*** mattoliverau has quit IRC18:42
*** trown has quit IRC18:42
*** migi has quit IRC18:42
*** trown has joined #openstack-infra18:42
*** mattoliverau has joined #openstack-infra18:42
fungigiven all subsequent jobs were skipped, i can reenqueue the tag into the release pipeline and see if it happens again18:42
*** migi has joined #openstack-infra18:42
smcginnisfungi: Sounds good. Hopefully it was just an fluke.18:43
*** jklare has joined #openstack-infra18:43
*** mdrabe has quit IRC18:44
*** dims has quit IRC18:44
*** ericyoung has quit IRC18:44
*** fried_rice has joined #openstack-infra18:45
*** oomichi has quit IRC18:45
fungismcginnis: okay, it's enqueued and rerunning the tarball job now18:46
*** oomichi has joined #openstack-infra18:46
*** mat128 has quit IRC18:47
*** dims has joined #openstack-infra18:47
*** mdrabe has joined #openstack-infra18:47
*** ericyoung has joined #openstack-infra18:47
fungijob succeeded (already) so waiting to see whether the publish works this time18:47
smcginnisfungi: Yeah, looking good so far.18:47
fungiyep! must have been a fluke... dependent jobs are running now18:47
fungipypi uploaded seems to have completed18:47
smcginnisAnd done..18:48
smcginnisOh, one last job.18:48
openstackgerritPaul Belanger proposed openstack-infra/zuul feature/zuulv3: Reduce debug output for repo  https://review.openstack.org/50062218:49
*** isviridov_away has joined #openstack-infra18:49
smcginnisNow done.18:50
smcginnisfungi: Thanks for checking on it.18:50
fungithanks for bringing it to our attention18:50
*** hasharAway is now known as hashar18:51
fungimy guess is we have some subtle bug in the zuul ansible-launcher (or maybe deeper in ansible itself). if we see similar errors in zuulv3 we should probably dig deeper at that point, but i'm not too inclined to go hunting this down in the deprecated launcher18:51
smcginnisYeah, probably good to wait and see.18:52
*** gaurangt has joined #openstack-infra18:52
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: DNM: test wget  https://review.openstack.org/50042618:57
openstackgerritPaul Belanger proposed openstack-infra/zuul feature/zuulv3: Reduce debug output for repo  https://review.openstack.org/50062218:57
*** markvoelker has quit IRC18:57
*** baoli has joined #openstack-infra18:59
fricklerp-c cores: could you please take a look at https://review.openstack.org/500567 to help unblock neutron gate?19:01
pabelangerjeblair: clarkb: fungi: mordred: what do you think about stopping logstash-worker16.o.o to logstash-worker20.o.o. and see how logstash reacts?19:02
*** baoli has quit IRC19:03
fungipabelanger: seems like a fine experiment19:04
*** mrmartin has joined #openstack-infra19:09
mordredpabelanger: kk19:11
mordredpabelanger, fungi, jeblair: you ready to see something insane?19:12
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Add some Infra puppet module repos to Zuul v3  https://review.openstack.org/50062619:13
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Make wheel mirror builders normal zuul nodes  https://review.openstack.org/50062719:13
mordredboom19:13
mordredfungi: enjoy https://review.openstack.org/500627 - wherein I use ansible to run puppet in a zuulv3 job to set up the state on the node19:14
mordredfungi: or, by enjoy, I could mean "stab yourself in the eyes and run away screaming"19:14
pabelanger#status log logstash-worker16.o.o to logstash-worker20.o.o services stopped19:16
*** jamesmcarthur has joined #openstack-infra19:17
*** pabelanger has quit IRC19:17
*** pabelanger has joined #openstack-infra19:17
pabelanger#status log logstash-worker16.o.o to logstash-worker20.o.o services stopped19:17
openstackstatuspabelanger: finished logging19:17
*** shardy has quit IRC19:18
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Add post-review flag to periodic pipeline  https://review.openstack.org/50062819:18
pabelanger#status log ubuntu-xenial nodepool-launcher (nl02.o.o) online19:18
openstackstatuspabelanger: finished logging19:18
mordredfungi, pabelanger: ^^ there's the followup patch to the periodic patch to add post-review flag19:19
pabelangerlooking19:19
*** jamesmcarthur has quit IRC19:19
openstackgerritMonty Taylor proposed openstack-infra/shade master: De-client-ify Add User to Group  https://review.openstack.org/49934519:20
openstackgerritMonty Taylor proposed openstack-infra/shade master: De-client-ify Check User in Group  https://review.openstack.org/49935719:21
openstackgerritMonty Taylor proposed openstack-infra/shade master: De-client-ify Remove User from Group  https://review.openstack.org/49936019:21
openstackgerritMonty Taylor proposed openstack-infra/shade master: Remove use of legacy keystone client in functional tests  https://review.openstack.org/50055819:21
openstackgerritMonty Taylor proposed openstack-infra/shade master: Remove improper exc handling in is_user_in_group  https://review.openstack.org/50056019:21
pabelangermordred: wow, 500627 is all sorts of crazy! But, don't we still need keytabs in zuulv3?19:21
mordredwe do - but what I removed was the ssh keys19:26
mordredpabelanger: so it'll still use secrets to add the keytabs19:27
mordredand it'll add just the build keytab for the build job, and then the admin/release keytab only for the release job19:27
pabelangermordred: Oh, yes. My mistake19:28
mordredpabelanger: I'm starting to hit my stride in terms of thinking about crazy things the jobs can do now :)19:28
openstackgerritMerged openstack-infra/project-config master: Add periodic pipeline  https://review.openstack.org/50022619:28
pabelangermordred: ++19:28
*** EricGonczer_ has joined #openstack-infra19:29
mordredpabelanger: I should (not today) figure out a post-playbook for things that use the puppet role for log collection19:29
pabelangermordred: Ya, pretty sure we can write a simple role to deploy one of our services on a node, and that becomes new beaker testing / wheel-mirror deploy19:31
pabelangerso much awesome19:31
*** slaweq has joined #openstack-infra19:33
*** benj_ has quit IRC19:35
*** benj_ has joined #openstack-infra19:37
*** slaweq has quit IRC19:38
mnaserthis might be throwing things out there but is it possible to somehow test p-o-i jobs in zuulv3 and try seeing if there are things which are breaking which we can fix in advance?19:45
*** markvoelker has joined #openstack-infra19:55
jeblairmnaser: it's a holiday so you'll have to remind me what you mean by p-o-i :)19:55
mnaserjeblair  puppet-openstack-integration jobs :p19:55
mnaser(which pretty much run for most puppet module changes, ensuring that we can deploy openstack successfully with the modules)19:57
mnaser(therefore, i have a feeling that it may be slightly more complicated than the usual tox or devstack based jobs)19:57
jeblairmnaser: ah, not yet.  but those sound like good test cases -- once we have the migration script able to create those jobs, we can check them out and make sure they work right.19:58
mnaserjeblair cool, i'd be more than happy to help figure out any issues that come up earlier than later19:59
jeblairthanks!19:59
*** [HeOS] has joined #openstack-infra20:10
*** HeOS has quit IRC20:11
fungimordred: huh... so that's a 6-node job mixing nodes from three different linux distros/releases? neat!20:18
fungiit had dawned on me not too far back that zuulv3's multinode concept does not preclude us from mixing nodes booted from wholly different images, or on diverse architectures even20:19
fungiso long as the complete set of nodes we'd need could all be satisfied in the same provider, i guess20:21
openstackgerritMerged openstack-infra/project-config master: Add post-review flag to periodic pipeline  https://review.openstack.org/50062820:22
*** ldnunes has quit IRC20:26
*** markvoelker has quit IRC20:28
*** slaweq has joined #openstack-infra20:34
*** [HeOS] has quit IRC20:37
*** slaweq has quit IRC20:39
*** ldnunes has joined #openstack-infra20:39
*** slaweq has joined #openstack-infra20:42
*** [HeOS] has joined #openstack-infra20:43
*** hashar has quit IRC20:44
*** rcernin has quit IRC20:45
*** thorst_afk has joined #openstack-infra20:47
*** thorst_afk has quit IRC20:51
*** hongbin has joined #openstack-infra20:59
*** jaypipes has quit IRC21:01
*** slaweq has quit IRC21:02
mordredfungi: yup!21:03
*** rkukura has joined #openstack-infra21:03
openstackgerritMerged openstack-infra/shade master: De-client-ify Add User to Group  https://review.openstack.org/49934521:05
*** thorst_afk has joined #openstack-infra21:07
*** florianf has quit IRC21:07
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Reduce debug output for repo  https://review.openstack.org/50062221:12
*** thorst_afk has quit IRC21:12
*** ldnunes has quit IRC21:17
*** pcaruana has quit IRC21:20
*** baoli has joined #openstack-infra21:21
*** jamesmcarthur has joined #openstack-infra21:23
*** markvoelker has joined #openstack-infra21:25
*** baoli has quit IRC21:25
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Make wheel mirror builders normal zuul nodes  https://review.openstack.org/50062721:26
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Add some Infra puppet module repos to Zuul v3  https://review.openstack.org/50062621:26
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Treat wheel builders more like build nodes  https://review.openstack.org/50021721:27
*** jamesmcarthur has quit IRC21:27
*** b4rti has joined #openstack-infra21:37
openstackgerritPaul Belanger proposed openstack-infra/elastic-recheck master: Add query for bug 1715029  https://review.openstack.org/50063521:42
openstackbug 1715029 in tripleo "[overcloud.AllNodesDeploySteps.ControllerDeployment_Step3]: CREATE_FAILED Resource CREATE failed: Operation cancelled" [Undecided,New] https://launchpad.net/bugs/171502921:42
openstackgerritPaul Belanger proposed openstack-infra/puppet-jenkins master: Revert "Pin tox to 2.7.0"  https://review.openstack.org/50063621:44
*** jtomasek has quit IRC21:44
*** aeng has joined #openstack-infra21:45
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Revert "Pin tox to 2.7.0"  https://review.openstack.org/50063721:45
fungipabelanger: is http://downloads.asterisk.org/pub/security/AST-2017-006.html anything we need to worry about for pbx.o.o?21:49
funginot sure whether the app_minivm module is something we're using21:49
openstackgerritMerged openstack-infra/elastic-recheck master: Add query for bug 1715029  https://review.openstack.org/50063521:50
openstackbug 1715029 in tripleo "[overcloud.AllNodesDeploySteps.ControllerDeployment_Step3]: CREATE_FAILED Resource CREATE failed: Operation cancelled" [Undecided,New] https://launchpad.net/bugs/171502921:50
pabelangerfungi: I'll double check, but pretty sure we didn't load that module21:57
fungipabelanger: thanks, seemed like that might be the case but i don't feel certain of my ability to confirm it conclusively21:58
*** markvoelker has quit IRC21:58
pabelangerfungi: ya, we are not using it21:58
pabelangerfungi: we're also protected from the other 2 recent security, strictrtp (I think) and pjsip21:58
fungipabelanger: thanks for checking!21:59
pabelangerfungi: also, sudo asterisk -rx22:01
pabelangergets you to console22:01
pabelangerthen you can do22:01
pabelanger*CLI> core show modules22:01
pabelangerthat lists what we have loaded22:01
fungiasterisk: option requires an argument -- 'x'22:01
pabelangerdoh22:01
pabelangerno x22:01
pabelangersudo asterisk -r22:01
pabelangersigh22:02
pabelanger*CLI> modules show22:02
fungii guess the constant stream of "Wrong password" errors is just internet background radiation?22:02
pabelangerfungi: Yup22:02
pabelangerfungi: we likely could run fail2ban on the server to block them after x attempts22:03
pabelangerotherwise, will just spam logs22:03
fungiNo such command 'modules show' (type 'core show help modules show' for other possible commands)22:03
pabelangersorry22:03
pabelangermodule show22:03
pabelangerwill get the commands right22:03
fungithat works great, thanks!!!22:04
fungidoes a use count of 0 mean it's not loaded, or just not being used by any clients at the moment?22:04
pabelangerso, if you see the module listed, it is loaded into memory. Count is how many channels are interacting with said module22:05
pabelangeror threads22:05
pabelangercan never remember22:05
fungithanks, that makes sense22:05
openstackgerritJamie Lennox proposed openstack-infra/zuul feature/zuulv3: Print SIGTERM logging to debug  https://review.openstack.org/50047622:05
pabelangerfungi: *CLI> core show channels22:06
fungiinteresting that the interactive shell seems to want ctrl-c (interrupt) to exit rather than ctrl-d (end of file)22:06
pabelangerwill show open channels22:06
pabelangerlooks like people are in conference22:06
pabelangercould be hung channels are people actually using it22:06
*** wolverineav has quit IRC22:10
pabelanger2441141 calls processed22:10
pabelangerstill impressive is just spammers22:10
*** thorst_afk has joined #openstack-infra22:13
*** bobh has joined #openstack-infra22:17
*** thorst_afk has quit IRC22:18
fungiconstant load-testing provided free by "the internet"22:22
*** bobh has quit IRC22:22
pabelangerindeed22:23
*** thorst_afk has joined #openstack-infra22:34
*** EricGonczer_ has quit IRC22:37
*** thorst_afk has quit IRC22:39
*** markvoelker has joined #openstack-infra22:54
*** rwsu has joined #openstack-infra22:59
openstackgerritMerged openstack-infra/shade master: De-client-ify Check User in Group  https://review.openstack.org/49935722:59
*** aeng has quit IRC23:03
*** aeng has joined #openstack-infra23:06
openstackgerritJames E. Blair proposed openstack-infra/zuul-jobs master: Ignore errors from ara generate  https://review.openstack.org/50064523:09
*** rama_y has joined #openstack-infra23:21
*** tosky has quit IRC23:23
*** markvoelker has quit IRC23:29
*** ijw has joined #openstack-infra23:33
*** jamesmcarthur has joined #openstack-infra23:38
*** jamesmcarthur has quit IRC23:42
*** ijw has quit IRC23:44
*** hongbin has quit IRC23:44
*** EricGonczer_ has joined #openstack-infra23:49
*** thorst_afk has joined #openstack-infra23:50
*** ijw has joined #openstack-infra23:51
*** baoli has joined #openstack-infra23:51
*** thorst_afk has quit IRC23:55
*** baoli has quit IRC23:56

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