Wednesday, 2017-04-12

openstackgerritPaul Belanger proposed openstack/diskimage-builder master: [WIP] Add DIB_DISTRIBUTION_MIRROR support for centos-minimal  https://review.openstack.org/45585200:01
pabelangerunbound is running in your job00:01
kfox1111yeah.00:01
*** esikachev has joined #openstack-infra00:01
ianwrm_work: ooohhhh ... Collecting diskimage-builder===2.2.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 129))00:02
ianwneeds to be 2.3.000:02
clarkbdo you collect any data from the subnode?00:03
clarkball the logs seem to be for the primary node?00:03
*** sflanigan has quit IRC00:04
pabelangerhttp://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/50ae7d9/console.html#_2017-04-11_16_54_27_99433200:04
pabelangerthat expected?00:04
*** pahuang has quit IRC00:05
pabelangerand http://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/50ae7d9/console.html#_2017-04-11_16_54_36_13294900:05
pabelangernameservers are not localhost00:05
*** esikachev has quit IRC00:05
pabelangeralso, need to work on that glean config file to disable dns updates00:06
kfox1111pabelanger: yeah. I still need to fix that. but a known issue.00:06
clarkbthe subnode appears to be heartbeating in nodes.yaml just fine until the end of the job00:07
rm_workianw: aah so we just need to update g-r00:08
rm_workto fix their u-c00:08
clarkbhttp://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/50ae7d9/logs/pods/default-test-dns-centos-7-2-node-rax-iad-8375909-522920-qgv49.txt is the one that failed00:08
*** thorst has quit IRC00:09
clarkbkfox1111: what is 172.16.128.1:443 ?00:09
kfox1111I believe thats kubernetes's api.00:10
clarkbok that makes sense given the url, and thats running on the primary node?00:11
kfox1111yeah.00:11
clarkbwhat provides the overlay l2 network for that /24?00:11
kfox1111two pieces. kube-proxy deals with the /24 service network. and flannel deals with the /1600:12
kfox1111pod network.00:12
clarkbsorry let me reprhase how are you overlaying that l200:13
clarkbvxlan? gre?00:13
clarkbeg how do packets get from subnode to primary node in order to make that http connection to 172.16.128.1:443 succeed00:14
ianwrm_work: yep, after pip3 installing git it seems to work00:14
kfox1111flannel is using vxlan's between the two hosts.00:14
kfox1111let me double check that address...00:14
kfox1111yeah. thats the service ip space.00:15
kfox1111so, thing on slave contacts 172.16.128.1:443,00:15
kfox1111it goes through iptables through the rules kube-proxy wrote for that endpointk, and it gets rewritten with the ip adress of the kube-apiserver running on the master node.00:15
kfox1111in this case, the hosts own ip address, so no overlay network at all.00:16
clarkbso 172.16.128.1:443 is NAT'd to primary_node_realip:6443?00:17
kfox1111yeah.00:17
clarkbwoo its metadata server all over again. ok00:17
kfox1111hehe.00:17
kfox1111yeah.00:17
*** sflanigan has joined #openstack-infra00:17
*** sflanigan has joined #openstack-infra00:17
clarkbliterally the worst design ever and everyone uses it apparently00:17
clarkbwith that out of the way, I would double check the NAT rules first and then general firewall rules to make sure packets are allowed to all the addrs and ports in question00:18
clarkb10.210.34.86:6443 looks like thats what it will be NATed to00:19
kfox1111http://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-3-ceph-multi-nv/0fa9c5c/logs/iptables.txt00:19
clarkbbut I don't think we have any subnode routing table or iptables info00:19
clarkball the info we have is for primary00:19
kfox1111on the master.00:19
kfox1111http://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-3-ceph-multi-nv/0fa9c5c/logs/iptables-10.211.2.162.txt on the slave.00:19
kfox1111I collect a lot of logs. :)00:20
kfox1111I don't have slave routes, but the parent is: http://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-3-ceph-multi-nv/0fa9c5c/logs/routes.txt00:20
*** jkilpatr_ has quit IRC00:21
clarkbreading the nat rule for the primary at least (which won't affect subnode nat) its 172.16.128.1/32 port 443 to 10.210.34.86/32 port 6443 so that side looks ok00:22
kfox1111hmm.... eth1's routes are weird.00:22
*** pahuang has joined #openstack-infra00:22
clarkbkfox1111: according to the config drive http://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/50ae7d9/console.html#_2017-04-11_16_53_57_800613 are the routes you should have on eth100:24
clarkbhttp://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/50ae7d9/console.html#_2017-04-11_16_53_57_819996 and they are configured properly at job start00:25
kfox1111yeah.00:25
clarkbso something is breaking your default gateway for those networks00:25
kfox1111sec...00:25
clarkboh wait thats a different job00:26
clarkbstreams got crossed00:26
kfox1111oh. sorry.00:26
clarkbhttp://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/50ae7d9/logs/routes.txt looks ok and lines up with the info I linked to above00:26
kfox1111k.00:26
clarkbkfox1111: thats the private interface so rax supplied a set of routes to be able to hit the other hosts private interfaces00:27
*** esikachev has joined #openstack-infra00:27
kfox1111ah. yeah.00:27
clarkbthat is the interface that traffic to 10.210.34.86/32 would go over so possibly involved but routes look ok00:27
kfox1111I didnt realize they had multiple subnets hanging off of it.00:27
clarkbI think a good next step would be getting the iptables, route, and interface info off the subnode(s) too00:28
kfox1111hmm...00:28
kfox1111finally got one to pass.00:28
kfox1111osic.00:28
kfox1111so it does seem tied to rax somehow.00:28
kfox1111http://logs.openstack.org/41/454841/10/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/a0f563a/console.html00:28
*** armax has quit IRC00:29
clarkbwell networking is different in rax, so if this is a networking issue like ip conflict or route problem its possible it would be restricted to a specific cloud00:29
kfox1111yeah. thats kind of what I was thinking.00:29
kfox1111helps narrow down the possible causes.00:29
*** rfolco has joined #openstack-infra00:30
*** john-davidge has joined #openstack-infra00:30
kfox1111and another fail... rax again http://logs.openstack.org/41/454841/10/check/gate-kolla-kubernetes-deploy-centos-binary-3-ceph-multi-nv/c3e8590/console.html00:30
*** cody-somerville has joined #openstack-infra00:31
*** esikachev has quit IRC00:31
*** jkilpatr_ has joined #openstack-infra00:31
clarkbreading through logs it appears a bunch of other containers do successfully start as well00:32
kfox1111yeah. so far in the run, it starts up all of k8s on the primary,00:32
kfox1111calico/flannel seems to maybe launch on both nodes.00:32
kfox1111kube-proxy on both nodes,00:32
kfox1111then the first real container we start is the test-dns pods. one per host.00:32
kfox1111its working on the primary. failing to launch on the slave.00:32
kfox1111the pod log files are in /logs/pods00:33
clarkbya looking at those its easy to tell where the dns test pods launch because of their names, but how do you tell where the others launch?00:33
*** csomerville has quit IRC00:34
kfox1111there are two types of log files in there.00:34
kfox1111ones with an extra -containername.txt are the individulal logs in the pod.00:34
kfox1111the ones without the container name are the 'kubectl describe pod' output.00:34
*** john-davidge has quit IRC00:34
kfox1111with the lifecycle of the pod.00:34
kfox1111so, like:00:34
kfox1111http://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-3-ceph-multi-nv/0fa9c5c/logs/pods/default-test-dns-centos-7-2-node-rax-ord-8375918-522923-8mc8w.txt00:34
*** thorst has joined #openstack-infra00:35
kfox1111the error on it is very strange though. havent see it before.00:35
kfox1111seems like its getting scheduled an ip, but TeardownNetworkError is unusual.00:35
clarkbI think the failed to setup network one is likely the underlying issue00:36
kfox1111ah. but this is probably it:Get https://172.16.128.1:443/api/v1/namespaces/default/pods/test-dns-centos-7-2-node-rax-ord-8375918-522923-8mc8w: dial tcp 172.16.128.1:443: i/o timeout"00:36
clarkband the i/o timeout. Basically its trying to configure networking and can't bceause https not working00:36
kfox1111so its trying to reach across and failing.00:36
kfox1111yeah.00:36
clarkband it looks like it might be the only pod that actually starts on the subnode00:37
clarkbat least up to that point00:37
kfox1111its the only pod using the sdn.00:38
clarkbso ya I think we need to see what networking is like on the subnode00:38
kfox1111k. I'll add some extra dumping of slave state.00:38
kfox1111gotta head out for a bit. thanks for the help. :)00:38
*** kgiusti has quit IRC00:39
clarkbno problem. Definitely look at the iptables, routes, and interfaces on subnode to see if anything is off there that would prevent traffic making it to k8s api service00:39
*** zhurong has joined #openstack-infra00:39
*** armax has joined #openstack-infra00:41
*** Apoorva_ has quit IRC00:42
*** Apoorva has joined #openstack-infra00:43
openstackgerritPaul Belanger proposed openstack/diskimage-builder master: [WIP] Add DIB_DISTRIBUTION_MIRROR support for centos-minimal  https://review.openstack.org/45585200:43
*** thorst has quit IRC00:46
*** adriant has joined #openstack-infra00:52
*** Goneri has quit IRC00:54
openstackgerritPaul Belanger proposed openstack/diskimage-builder master: [WIP] Add DIB_DISTRIBUTION_MIRROR support for centos-minimal  https://review.openstack.org/45585200:54
*** mdrabe has joined #openstack-infra00:56
*** pvaneck has quit IRC00:58
openstackgerritPaul Belanger proposed openstack/diskimage-builder master: [WIP] Add DIB_DISTRIBUTION_MIRROR support for centos-minimal  https://review.openstack.org/45585200:59
*** armax has quit IRC01:08
*** esikachev has joined #openstack-infra01:08
*** smarcet has joined #openstack-infra01:16
*** esikachev has quit IRC01:17
*** thorst has joined #openstack-infra01:17
*** liujiong has joined #openstack-infra01:18
*** esikachev has joined #openstack-infra01:20
*** thorst has quit IRC01:24
*** esikachev has quit IRC01:25
*** MasterOfBugs has quit IRC01:25
*** pramodrj07 has quit IRC01:25
*** smarcet has quit IRC01:26
*** ricardoas has quit IRC01:28
*** john-davidge has joined #openstack-infra01:31
*** gcb has joined #openstack-infra01:32
*** yanyanhu has joined #openstack-infra01:35
*** tphummel has quit IRC01:35
*** john-davidge has quit IRC01:35
mriedempbr 2.1.0 is breaking some docs and specs repos https://bugs.launchpad.net/pbr/+bug/168198301:36
openstackLaunchpad bug 1681983 in PBR "2.1.0: sphinx.errors.SphinxWarning: WARNING: no "man_pages" config value found; no manual pages will be written" [Undecided,New]01:36
*** smarcet has joined #openstack-infra01:41
*** rderose_ has quit IRC01:42
*** esikachev has joined #openstack-infra01:42
mordredmriedem: and the behavior you thing is more correct is for it to not break repos, right?01:44
mordredmriedem: for now, if you comment out that man_pages = [] line, it should 'fix' the issue01:44
*** smarcet has quit IRC01:45
mordredmriedem: (I just approved the blacklist patch - just wanted to make sure you knew of the workaround in case that's useful)01:46
*** esikachev has quit IRC01:47
*** Sukhdev has quit IRC01:47
*** ricardoas has joined #openstack-infra01:52
*** esikachev has joined #openstack-infra01:54
*** s-shiono_ has joined #openstack-infra01:54
*** sflanigan has quit IRC01:56
*** s-shiono has quit IRC01:57
*** esikachev has quit IRC02:00
*** esikachev has joined #openstack-infra02:00
*** wolverineav has quit IRC02:04
*** jamielennox is now known as jamielennox|away02:07
*** esikachev has quit IRC02:08
*** rfolco has quit IRC02:08
*** gongysh has joined #openstack-infra02:09
*** Apoorva_ has joined #openstack-infra02:09
*** esikachev has joined #openstack-infra02:09
*** fandi has joined #openstack-infra02:10
*** sflanigan has joined #openstack-infra02:10
*** sflanigan has joined #openstack-infra02:10
*** mdrabe has quit IRC02:12
*** Apoorva has quit IRC02:13
*** Apoorva_ has quit IRC02:14
*** esikachev has quit IRC02:14
*** cody-somerville has quit IRC02:14
openstackgerritMerged openstack/diskimage-builder master: Skip python3-virtualenv on <= trusty  https://review.openstack.org/45581602:17
*** thorst has joined #openstack-infra02:21
*** Julien-zte has joined #openstack-infra02:26
*** mriedem1 has joined #openstack-infra02:30
mriedem1mordred: thanks, i didn't know if there was a workaround02:30
*** mriedem has quit IRC02:32
*** esikachev has joined #openstack-infra02:33
*** mriedem1 is now known as mriedem02:36
*** esikachev has quit IRC02:38
*** thorst has quit IRC02:41
*** Julien-zte has quit IRC02:43
*** Julien-zte has joined #openstack-infra02:44
*** gouthamr has quit IRC02:44
*** erikmwilson has joined #openstack-infra02:47
*** erikmwil_ has quit IRC02:47
*** chason has joined #openstack-infra02:47
*** Julien-zte has quit IRC02:47
*** Julien-zte has joined #openstack-infra02:47
chasonHi, is there anybody know the IRC channel of  "keystone-specs" ?02:48
*** esikachev has joined #openstack-infra02:49
*** gildub has quit IRC02:49
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: TEST: DONT RECHECK or REVIEW: periodic jobs  https://review.openstack.org/35921502:53
*** esikachev has quit IRC02:53
*** Kevin_Zheng has joined #openstack-infra02:54
*** Julien-zte has quit IRC02:56
*** wolverineav has joined #openstack-infra02:56
*** Julien-zte has joined #openstack-infra02:56
*** esikachev has joined #openstack-infra02:56
*** Apoorva has joined #openstack-infra02:58
*** vikrant has joined #openstack-infra02:59
*** smarcet has joined #openstack-infra03:00
*** smarcet has quit IRC03:00
*** esikachev has quit IRC03:00
*** chlong has joined #openstack-infra03:03
*** chlong_ has joined #openstack-infra03:03
*** nicolasbock has quit IRC03:03
*** wolverineav has quit IRC03:07
*** Julien-zte has quit IRC03:07
*** Julien-zte has joined #openstack-infra03:08
*** tphummel has joined #openstack-infra03:08
*** esikachev has joined #openstack-infra03:09
*** wolverineav has joined #openstack-infra03:11
*** vikrant is now known as vikrant|brb03:13
*** esikachev has quit IRC03:14
*** Julien-zte has quit IRC03:17
*** Julien-zte has joined #openstack-infra03:18
*** esikachev has joined #openstack-infra03:18
*** gongysh has quit IRC03:21
*** esikachev has quit IRC03:23
*** jamielennox|away is now known as jamielennox03:23
*** wolverineav has quit IRC03:23
*** wolverineav has joined #openstack-infra03:24
*** Apoorva has quit IRC03:24
*** vikrant|brb is now known as vikrant03:25
*** Julien-zte has quit IRC03:26
*** Julien-zte has joined #openstack-infra03:27
gmannAJaeger: i did not get about removal from jenkin/jobs - https://review.openstack.org/#/c/455637/03:28
*** wolverineav has quit IRC03:28
*** Julien-zte has quit IRC03:31
*** Julien-zte has joined #openstack-infra03:32
*** esikachev has joined #openstack-infra03:33
*** gongysh has joined #openstack-infra03:35
*** sflanigan has quit IRC03:35
*** esikachev has quit IRC03:38
openstackgerritsebastian marcet proposed openstack-infra/openstackid master: Updated claims on OpenId/OAuth  https://review.openstack.org/45589503:38
*** armax has joined #openstack-infra03:41
*** esikachev has joined #openstack-infra03:41
*** Julien-zte has quit IRC03:44
*** wolverineav has joined #openstack-infra03:44
openstackgerritMerged openstack-infra/openstackid master: Updated claims on OpenId/OAuth  https://review.openstack.org/45589503:45
*** wolverineav has quit IRC03:45
*** wolverin_ has joined #openstack-infra03:45
*** Julien-zte has joined #openstack-infra03:45
*** krtaylor has quit IRC03:45
*** esikachev has quit IRC03:46
*** sflanigan has joined #openstack-infra03:48
*** sflanigan has joined #openstack-infra03:48
*** mriedem has quit IRC03:48
ianwpabelanger: 2.3.2 pushed, only contains the trusty venv fix03:51
*** Julien-zte has quit IRC03:51
*** Julien-zte has joined #openstack-infra03:52
*** baoli has quit IRC03:53
*** dave-mccowan has joined #openstack-infra03:57
*** john-davidge has joined #openstack-infra03:58
*** Julien-zte has quit IRC03:58
*** Julien-zte has joined #openstack-infra03:59
*** rcernin has joined #openstack-infra03:59
*** rcernin is now known as rcernin|wfh|mtg03:59
*** armax has quit IRC04:01
*** armax has joined #openstack-infra04:02
*** john-davidge has quit IRC04:03
*** links has joined #openstack-infra04:03
*** esikachev has joined #openstack-infra04:05
*** zhurong has quit IRC04:06
openstackgerritOpenStack Proposal Bot proposed openstack-dev/hacking master: Updated from global requirements  https://review.openstack.org/44002904:09
openstackgerritOpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements  https://review.openstack.org/45589804:09
*** esikachev has quit IRC04:10
*** esikachev has joined #openstack-infra04:10
openstackgerritOpenStack Proposal Bot proposed openstack/diskimage-builder master: Updated from global requirements  https://review.openstack.org/45590904:10
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Clean up dib-python symlink  https://review.openstack.org/45548604:12
*** Julien-zte has quit IRC04:13
*** Julien-zte has joined #openstack-infra04:13
*** Julien-zte has joined #openstack-infra04:14
*** esikachev has quit IRC04:15
openstackgerritTuan Luong-Anh proposed openstack/diskimage-builder master: Add support for building images capable of UEFI  https://review.openstack.org/28778404:15
*** dave-mccowan has quit IRC04:16
*** esikachev has joined #openstack-infra04:16
*** gildub has joined #openstack-infra04:16
*** dave-mccowan has joined #openstack-infra04:16
openstackgerritOpenStack Proposal Bot proposed openstack/os-testr master: Updated from global requirements  https://review.openstack.org/45451104:19
*** esikachev has quit IRC04:21
*** esikachev has joined #openstack-infra04:23
*** wolverin_ has quit IRC04:26
*** wolverineav has joined #openstack-infra04:27
*** esikachev has quit IRC04:27
*** tphummel has quit IRC04:27
*** wolverineav has quit IRC04:31
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Clean up dib-python symlink  https://review.openstack.org/45548604:34
*** zhurong has joined #openstack-infra04:34
*** psachin has joined #openstack-infra04:35
*** Julien-zte has quit IRC04:36
*** thorst has joined #openstack-infra04:37
*** yamamoto has quit IRC04:38
*** Julien-zte has joined #openstack-infra04:38
*** yamamoto has joined #openstack-infra04:41
*** thorst has quit IRC04:42
openstackgerritAndreas Jaeger proposed openstack-infra/infra-manual master: Improve rebase section  https://review.openstack.org/45604404:46
AJaegerclarkb, this addresses most of your comments ^04:46
*** Julien-zte has quit IRC04:47
*** esmute has joined #openstack-infra04:49
*** dave-mccowan has quit IRC04:50
*** Julien-zte has joined #openstack-infra04:50
*** Julien-zte has quit IRC04:53
*** Julien-zte has joined #openstack-infra04:54
*** ihrachys has quit IRC04:57
*** wolverineav has joined #openstack-infra04:59
*** diltram has quit IRC05:01
AJaegerianw, pabelanger : Looking at https://review.openstack.org/#/c/455816/ - this is not in dib 2.3.1, correct? In that case we would need a 2.3.2 for https://review.openstack.org/#/c/455843, don't we?05:02
ianwAJaeger: bah, sorry i probably meant to type 2.3.205:02
ianwoh, i did05:02
ianwyeah, i made a 2.3.2 release05:03
AJaegeroh, you did - let me check again...05:03
*** chlong_ has quit IRC05:03
*** chlong has quit IRC05:03
ianwi did push it didn't i?05:03
* ianw dobuts myself05:03
AJaegerianw: yes, everything fine.05:03
ianwheh, ok :)05:03
*** wolverineav has quit IRC05:03
openstackgerritMerged openstack-infra/project-config master: Do not set permissions for jenkins/*  https://review.openstack.org/45558405:03
AJaegerianw: Ah, I got as new tags: 2.3.2, 2.3.0, 2.3.1 - and checked the latest only, missed that those are not in order. And then only checked 2.3.1. Mea culpa05:04
openstackgerritMerged openstack-infra/system-config master: Move exim management to openstack_project::server  https://review.openstack.org/45501105:04
*** jtomasek_ has joined #openstack-infra05:04
*** esikachev has joined #openstack-infra05:04
AJaegerianw: so, shall we merge pabelanger's revert 455843? Or wait until he's awake?05:04
ianwAJaeger: i think i'd leave it for now ... it's probably worth doing it then manually watching builds05:05
AJaegerok05:06
openstackgerritMerged openstack-infra/system-config master: Stop including params class where it is not needed  https://review.openstack.org/45502105:06
openstackgerritMerged openstack-infra/system-config master: Move automatic_upgrades management to o_p::server  https://review.openstack.org/45501205:07
*** Hal1 has quit IRC05:07
openstackgerritMerged openstack-infra/system-config master: Move package and file purging to o_p::server  https://review.openstack.org/45501305:08
*** wolverineav has joined #openstack-infra05:08
*** esikachev has quit IRC05:09
*** esikachev has joined #openstack-infra05:10
openstackgerritMerged openstack-infra/system-config master: Clean up $update_pkg_list_cmd param  https://review.openstack.org/45502005:10
*** rcernin|wfh|mtg has quit IRC05:11
*** sflanigan has quit IRC05:12
*** Julien-zte has quit IRC05:12
*** wolverineav has quit IRC05:13
*** jaosorior_away is now known as jaosorior05:13
*** knangia has joined #openstack-infra05:14
*** Julien-zte has joined #openstack-infra05:16
*** esikachev has quit IRC05:16
*** rwsu has quit IRC05:17
*** prateek has joined #openstack-infra05:18
*** Sukhdev has joined #openstack-infra05:19
*** rcernin has joined #openstack-infra05:20
*** prateek is now known as prateek_05:22
*** prateek_ is now known as prateek05:22
*** prateek is now known as prateek_05:23
*** diltram has joined #openstack-infra05:25
*** sflanigan has joined #openstack-infra05:25
*** sflanigan has joined #openstack-infra05:25
openstackgerritChhavi Agarwal proposed openstack/diskimage-builder master: Centos7 support for ppc64le  https://review.openstack.org/45605505:28
*** Julien-zte has quit IRC05:30
*** Julien-zte has joined #openstack-infra05:31
*** MasterOfBugs has joined #openstack-infra05:32
*** pramodrj07 has joined #openstack-infra05:32
*** jkilpatr_ has quit IRC05:35
*** wolverineav has joined #openstack-infra05:38
*** thorst has joined #openstack-infra05:39
*** wolverineav has quit IRC05:42
*** thorst has quit IRC05:43
*** jtomasek_ has quit IRC05:44
*** shu-mutou-AWAY is now known as shu-mutou05:45
*** Julien-zte has quit IRC05:46
*** markus_z has joined #openstack-infra05:46
*** Julien-zte has joined #openstack-infra05:47
*** jkilpatr_ has joined #openstack-infra05:47
*** jtomasek has quit IRC05:49
*** cshastri has joined #openstack-infra05:49
*** esikachev has joined #openstack-infra05:54
*** Julien-zte has quit IRC05:57
*** Julien-zte has joined #openstack-infra05:57
*** Sukhdev has quit IRC05:58
*** claudiub has joined #openstack-infra05:59
*** Dinesh_Bhor has quit IRC06:04
*** Julien-zte has quit IRC06:06
*** Julien-zte has joined #openstack-infra06:07
*** ociuhandu has quit IRC06:08
*** gyee has quit IRC06:08
*** Julien-zte has quit IRC06:11
*** Julien-zte has joined #openstack-infra06:12
*** Julien-zte has quit IRC06:15
*** Julien-zte has joined #openstack-infra06:16
*** tphummel has joined #openstack-infra06:16
*** wolverineav has joined #openstack-infra06:17
*** Julien-zte has quit IRC06:20
*** Julien-zte has joined #openstack-infra06:21
*** wolverineav has quit IRC06:22
*** john-davidge has joined #openstack-infra06:25
*** aeng has quit IRC06:28
openstackgerritAndreas Florath proposed openstack-infra/bindep master: Refactor 'main.py'  https://review.openstack.org/45607106:29
*** e0ne has joined #openstack-infra06:30
*** john-davidge has quit IRC06:30
*** pcaruana has joined #openstack-infra06:30
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Clean up puppetmaster cruft  https://review.openstack.org/45255806:31
*** Julien-zte has quit IRC06:31
*** pramodrj07 has quit IRC06:32
*** MasterOfBugs has quit IRC06:32
*** Julien-zte has joined #openstack-infra06:32
*** Julien-zte has quit IRC06:34
*** Julien-zte has joined #openstack-infra06:34
*** e0ne has quit IRC06:35
*** wolverineav has joined #openstack-infra06:37
*** Dinesh_Bhor has joined #openstack-infra06:38
*** wolverineav has quit IRC06:42
*** HeOS has joined #openstack-infra06:42
*** yuanying_ has joined #openstack-infra06:48
*** yuanying has quit IRC06:48
*** esmute has quit IRC06:49
*** pbourke has quit IRC06:49
*** tesseract has joined #openstack-infra06:49
*** pbourke has joined #openstack-infra06:51
*** cshastri_ has joined #openstack-infra06:52
*** Julien-zte has quit IRC06:54
*** andreykurilin has quit IRC06:54
*** andreykurilin has joined #openstack-infra06:54
*** cshastri has quit IRC06:54
*** esikache1 has joined #openstack-infra06:54
*** jistr has quit IRC06:54
*** jklare has quit IRC06:54
*** adreznec has quit IRC06:55
*** vtapia has quit IRC06:55
*** raissa has quit IRC06:55
*** SamYaple has quit IRC06:55
*** jzerebecki has quit IRC06:55
*** quite has quit IRC06:55
*** csaba has quit IRC06:55
*** dmsimard has quit IRC06:55
*** fabo has quit IRC06:55
*** degorenko has quit IRC06:55
*** jklare has joined #openstack-infra06:55
*** raissa has joined #openstack-infra06:55
*** SamYaple has joined #openstack-infra06:55
*** trown|outtypewww has quit IRC06:55
*** pcrews has quit IRC06:55
*** esikachev has quit IRC06:55
*** markus_z has quit IRC06:55
*** mika has quit IRC06:55
*** dmsimard has joined #openstack-infra06:55
*** mdurrant_ has joined #openstack-infra06:55
*** pfalleno1 has quit IRC06:56
*** corvus has quit IRC06:56
*** jistr has joined #openstack-infra06:56
*** dtardivel has joined #openstack-infra06:56
*** trown has joined #openstack-infra06:56
*** degorenko has joined #openstack-infra06:56
*** jzerebecki has joined #openstack-infra06:56
*** adreznec has joined #openstack-infra06:56
*** pfallenop has joined #openstack-infra06:56
*** fabo has joined #openstack-infra06:56
*** fabo has quit IRC06:56
*** fabo has joined #openstack-infra06:56
*** corvus has joined #openstack-infra06:56
*** csaba has joined #openstack-infra06:57
*** mika has joined #openstack-infra06:57
*** wolverineav has joined #openstack-infra06:57
*** Julien-zte has joined #openstack-infra06:57
*** pcrews has joined #openstack-infra06:58
*** quite has joined #openstack-infra06:58
*** mdurrant has quit IRC06:58
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Retire mitaka translation sync  https://review.openstack.org/45608106:58
*** vtapia has joined #openstack-infra06:59
*** rcernin has quit IRC06:59
*** florianf has joined #openstack-infra07:00
*** markus_z has joined #openstack-infra07:01
*** wolverineav has quit IRC07:02
*** pgadiya has joined #openstack-infra07:02
*** prateek_ has quit IRC07:02
*** prateek has joined #openstack-infra07:02
*** d0ugal has joined #openstack-infra07:03
*** d0ugal has quit IRC07:03
*** d0ugal has joined #openstack-infra07:03
*** Julien-zte has quit IRC07:06
*** Julien-zte has joined #openstack-infra07:07
gmannAJaeger: ping07:07
*** cshastri_ is now known as cshastri07:07
*** Hal has joined #openstack-infra07:07
AJaegergmann: feel free to leave a message and ask, there are others in this channel that can help as well...07:08
gmannAJaeger: do we define separate job for mitaka  - https://review.openstack.org/#/c/455637/107:09
AJaegergmann: as I said: Yes07:09
gmannAJaeger: that should be using the standard definition which  other stable branch use07:09
*** bootsha[m] has left #openstack-infra07:10
gmannlike this - https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L4207:10
AJaegergmann: https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L2466 is the job-group and that is uses as periodic job in projects.yaml07:11
gmannAJaeger: yes so that is not specific to mitaka right07:12
AJaegergmann: please coordinate with tonyb, I like his review on your change - we might want to make this larger.07:12
AJaegergmann: it is, did you check the usage in projects.yaml?07:12
*** jpich has joined #openstack-infra07:13
openstackgerritJoshua Hesketh proposed openstack-infra/zuul feature/zuulv3: Remove outdated TODO  https://review.openstack.org/45608907:13
AJaegergmann: https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/projects.yaml#L371807:14
gmannAJaeger: i cannot find any mitaka specific defintion. that definition used for newton also for periodic pipeline.07:14
gmannAJaeger: oh, you there,07:15
*** adriant has quit IRC07:15
AJaegerfor the gate jobs, there are other users still in zuul/layout, so those should not get removed07:15
gmannAJaeger: ok, let me update quickly, actually we cannot wait it till whole cleanup as tempest gate will be blocked if stable branches are gone07:15
tonybAJaeger, gmann: Based on a 30second review I think we should also remove the mitaka "bitrot-jobs" also.  I s'pose that could be a seperate but dependant change07:16
AJaegergmann: removing stable branches takes time, no stress.07:16
*** rcernin has joined #openstack-infra07:16
tonybgmann: the branches wont go until next week at the soonest so we have a few days to do it right07:16
gmanntonyb:  AJaeger: but then we can merge current patch and remove definition along with complete cleanup07:16
gmanntonyb: AJaeger but does complete cleanup happen before stable branches are gone or after ?07:17
openstackgerritJoshua Hesketh proposed openstack-infra/zuul feature/zuulv3: Set the git sshkey for the connection  https://review.openstack.org/45609007:17
tonybgmann: I need to think about it in more detail but right now I think I'm okay with that approach, but not okay enough to +1 it :/07:17
AJaegergmann, tonyb: Please check how it was done last time...07:17
*** gildub has quit IRC07:17
tonybAJaeger: Yup will do07:17
gmanntonyb: AJaeger only difference here is tempest run mitaka jobs as voting in check pipeline07:18
AJaegertonyb, gmann : Might be nice to use one topic for all of these...07:18
tonybAJaeger: Yeah cleanup-mitaka would work for me07:18
gmannAJaeger: tonyb last time we did with complete cleanup but with blocking the tempest gate07:18
*** Julien-zte has quit IRC07:18
AJaegergmann: Ah, yeah07:18
*** andreas-f has quit IRC07:18
gmanntonyb: AJaeger but that would nopt work in tempest case as stable job is voting in check pipeline07:19
*** aviau has quit IRC07:19
*** Julien-zte has joined #openstack-infra07:19
*** aviau has joined #openstack-infra07:19
AJaegerlet's prepare changes, and merge them before we retire branches - but this can wait until next week.07:19
tonybAJaeger: +107:19
gmannhttps://review.openstack.org/#/c/410928/  and https://review.openstack.org/#/c/411113/07:20
openstackgerritAdam Coldrick proposed openstack-infra/project-config master: Remove python-jobs from pynotedb  https://review.openstack.org/45582707:21
*** andreas-f has joined #openstack-infra07:21
*** nadya has joined #openstack-infra07:22
SotKAJaeger: thanks for catching the things I missed out of that07:22
*** shardy has joined #openstack-infra07:24
*** hashar has joined #openstack-infra07:25
gmanntonyb: AJaeger i am ok as long as we cleanup (including tempest check pipeline) before repo are gone. otherwise it block tempest gate like in liberty EOL case07:26
AJaegergmann: sure.07:26
*** wolverineav has joined #openstack-infra07:27
*** flepied has quit IRC07:28
tonybgmann: Yup now that I knwo that was/is a problem I'll factor it in07:28
AJaegergmann, tonyb : let's use "mitaka-eol" as topic07:29
gmanntonyb: AJaeger cool. thanks07:29
*** andreas-f has quit IRC07:31
*** wolverineav has quit IRC07:32
*** nadya has quit IRC07:32
*** nadya has joined #openstack-infra07:33
*** jkilpatr_ has quit IRC07:34
*** jkilpatr_ has joined #openstack-infra07:35
*** rcernin has quit IRC07:37
*** rcernin_ has joined #openstack-infra07:37
*** rcernin_ has quit IRC07:38
*** Julien-zte has quit IRC07:38
*** rcernin_ has joined #openstack-infra07:38
*** Julien-zte has joined #openstack-infra07:38
*** eranrom has quit IRC07:39
*** thorst has joined #openstack-infra07:40
*** tuanluong has joined #openstack-infra07:41
*** eranrom has joined #openstack-infra07:41
openstackgerritMerged openstack-infra/project-config master: Remove python-jobs from pynotedb  https://review.openstack.org/45582707:42
*** jkilpatr_ has quit IRC07:43
openstackgerritMerged openstack-infra/project-config master: Demote Senlin py35 job to non-voting  https://review.openstack.org/45572607:43
*** jkilpatr_ has joined #openstack-infra07:43
*** rossella_s has joined #openstack-infra07:44
*** nadya has quit IRC07:45
*** thorst has quit IRC07:45
*** Julien-zte has quit IRC07:45
*** Julien-zte has joined #openstack-infra07:46
*** Julien-zte has quit IRC07:50
*** Julien-zte has joined #openstack-infra07:50
*** e0ne has joined #openstack-infra07:51
*** nadya has joined #openstack-infra07:56
*** flepied has joined #openstack-infra07:56
*** zzzeek has quit IRC08:00
*** nadya has quit IRC08:00
*** zzzeek has joined #openstack-infra08:00
*** e0ne has quit IRC08:00
*** e0ne has joined #openstack-infra08:01
*** nadya has joined #openstack-infra08:01
*** ralonsoh has joined #openstack-infra08:02
*** lucas-afk is now known as lucasagomes08:04
*** nadya has quit IRC08:06
*** Julien-zte has quit IRC08:07
*** Julien-zte has joined #openstack-infra08:08
*** Julien-zte has quit IRC08:12
*** Julien-zte has joined #openstack-infra08:12
*** dixudx has joined #openstack-infra08:14
*** Julien-zte has quit IRC08:15
*** shardy has quit IRC08:15
*** Julien-zte has joined #openstack-infra08:16
*** alexchadin has joined #openstack-infra08:16
*** shardy has joined #openstack-infra08:17
*** ssbarnea has joined #openstack-infra08:17
*** dixudx has left #openstack-infra08:17
*** Julien-zte has quit IRC08:19
*** Julien-zte has joined #openstack-infra08:19
*** dmellado has joined #openstack-infra08:23
*** aarefiev_afk is now known as aarefiev08:24
*** Hal has quit IRC08:25
*** Julien-zte has quit IRC08:26
openstackgerritMerged openstack-infra/project-config master: Load nova configuration for devstack-plugin-ceph job  https://review.openstack.org/45581808:26
*** Julien-zte has joined #openstack-infra08:26
*** radez has quit IRC08:26
openstackgerritMerged openstack-infra/project-config master: Move DVR+HA multinode tempest job to check queue  https://review.openstack.org/45540608:26
openstackgerritMerged openstack-infra/project-config master: Bump dsvm-nodepool to 90min timeout  https://review.openstack.org/45583808:27
*** s-shiono_ has quit IRC08:28
openstackgerritChhavi Agarwal proposed openstack/diskimage-builder master: Centos7 support for ppc64le  https://review.openstack.org/45605508:29
openstackgerritSteven Hardy proposed openstack-infra/tripleo-ci master: DNM add python-heat-agent to the delorean-current whitelist  https://review.openstack.org/45611108:30
*** Julien-zte has quit IRC08:31
*** knangia has quit IRC08:31
*** Julien-zte has joined #openstack-infra08:31
*** efoley has joined #openstack-infra08:34
*** links has quit IRC08:35
openstackgerritMerged openstack-infra/project-config master: Delete running tempest with all plugins  https://review.openstack.org/45520708:35
*** efoley_ has joined #openstack-infra08:36
*** GeraldK has joined #openstack-infra08:36
openstackgerritMerged openstack-infra/project-config master: Create a repo for container devstack plugin  https://review.openstack.org/45323008:36
ttxFTR we are experiencing issues uploading releases to Pypi08:37
GeraldKHi. I want to move a page in wiki, however, even after being logged in I cannot see the "Action", "move" as described in the How To: https://wiki.openstack.org/wiki/How_To_Use_The_Wiki08:37
ttx"twine upload" fails with requests.exceptions.ConnectionError: HTTPSConnectionPool(host='upload.pypi.io', port=443): Max retries exceeded with url: /legacy/ (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)08:37
GeraldKI want to rename https://wiki.openstack.org/wiki/ProductTeam/User_Stories to https://wiki.openstack.org/wiki/ProductTeam/Development_Proposals as agreed in the team08:38
ttxGeraldK: let me see08:39
ttx"Move" might be a wiki admin action08:39
*** efoley has quit IRC08:39
ttxyeah, apparently I can do it. Should I do the rename for you now ?08:40
ttxShould I leave a redirect behind (probably yes)08:40
GeraldKttx: yes. a redirect would be great. I will also manually update the 3 pages that are currently referring to this page08:41
*** thorst has joined #openstack-infra08:41
ttxGeraldK: done08:41
ttxplease check it works08:41
GeraldKttx: should we also update the How To with a note that this is an Admin action?08:41
ttxyeah probably08:42
GeraldKttx: great. thanks for the quick help.08:42
*** neiljerram has joined #openstack-infra08:42
ttxmight have been changed to limit damage that can be done by spammers08:42
GeraldKttx: should I change the How To page or you want to do it?08:42
ttxGeraldK: please do it if you have the page open :)08:42
*** Julien-zte has quit IRC08:44
*** kwazar has joined #openstack-infra08:44
*** Julien-zte has joined #openstack-infra08:45
GeraldKttx: okay08:45
*** electrofelix has joined #openstack-infra08:45
*** Julien-zte has quit IRC08:47
*** Julien-zte has joined #openstack-infra08:48
*** priteau has joined #openstack-infra08:49
*** yonglihe has quit IRC08:49
*** Julien-zte has quit IRC08:51
*** Julien-zte has joined #openstack-infra08:51
*** yamahata has quit IRC08:51
*** links has joined #openstack-infra08:52
*** jklare_ has joined #openstack-infra08:55
*** mhickey has joined #openstack-infra08:55
*** ociuhandu has joined #openstack-infra08:55
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: WIP: test containers with single-nic-vlan  https://review.openstack.org/44797308:57
*** jklare has quit IRC08:57
*** jklare_ is now known as jklare08:57
*** shardy is now known as shardy_mtg08:57
*** thorst has quit IRC09:00
*** Julien-zte has quit IRC09:05
*** Julien-zte has joined #openstack-infra09:05
*** jkilpatr_ has quit IRC09:06
*** Julien-zte has quit IRC09:07
*** jkilpatr_ has joined #openstack-infra09:07
*** Julien-zte has joined #openstack-infra09:08
*** GeraldK has quit IRC09:10
*** csmart1 has quit IRC09:11
*** masayukig[m] has quit IRC09:11
*** jkilpatr_ has quit IRC09:11
*** jkilpatr_ has joined #openstack-infra09:12
*** csmart has joined #openstack-infra09:13
*** dtantsur|afk is now known as dtantsur09:15
openstackgerritFabien Boucher proposed openstack-infra/storyboard-webclient master: Change minlength to 3 for projects and project_groups name  https://review.openstack.org/45612509:16
*** neiljerram has quit IRC09:17
*** neiljerram has joined #openstack-infra09:18
*** Julien-zte has quit IRC09:19
openstackgerritSteven Dake proposed openstack-infra/project-config master: Promote compute-kit to check jobs  https://review.openstack.org/45613009:20
*** Julien-zte has joined #openstack-infra09:20
*** links has quit IRC09:20
*** masayukig[m] has joined #openstack-infra09:20
*** numans has quit IRC09:21
*** Hal has joined #openstack-infra09:21
*** Julien-zte has quit IRC09:24
*** Julien-zte has joined #openstack-infra09:24
*** Julien-zte has quit IRC09:26
*** Julien-zte has joined #openstack-infra09:26
*** Julien-zte has quit IRC09:28
*** Julien-zte has joined #openstack-infra09:28
*** xarses has quit IRC09:30
*** liujiong_lj has joined #openstack-infra09:30
*** xarses_ has joined #openstack-infra09:30
*** liujiong has quit IRC09:31
*** numans has joined #openstack-infra09:32
*** tosky has joined #openstack-infra09:32
*** links has joined #openstack-infra09:33
*** Julien-zte has quit IRC09:33
*** liujiong_lj is now known as liujiong09:34
openstackgerritMerged openstack-infra/irc-meetings master: Remove the Stable team meeting  https://review.openstack.org/45584809:36
*** wolverineav has joined #openstack-infra09:38
*** john-davidge has joined #openstack-infra09:41
*** wolverineav has quit IRC09:42
openstackgerritRoman Podoliaka proposed openstack-infra/project-config master: osc-placement: experimental job for running of functional tests  https://review.openstack.org/45221009:47
*** neiljerram has quit IRC09:48
*** neiljerram has joined #openstack-infra09:51
*** sambetts|afk is now known as sambetts09:52
*** john-dav_ has joined #openstack-infra09:55
*** john-davidge has quit IRC09:55
*** thorst has joined #openstack-infra09:57
*** wolverineav has joined #openstack-infra09:58
*** thorst has quit IRC10:01
*** wolverineav has quit IRC10:03
*** askb has quit IRC10:07
openstackgerritMartin André proposed openstack-infra/project-config master: Switch gate-tripleo-buildimage to use trunk.rdoproject.org  https://review.openstack.org/45614810:11
asettlemordred: we appear to be having another element failing doc patches this morning \o/10:14
*** Hal has quit IRC10:14
asettlehave you seen this before? "UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 51: character maps to <undefined>"10:14
asettleIt's failing three of my patches in the 'niceness' tests.10:15
asettleExample: https://review.openstack.org/#/c/456120/10:15
*** tphummel has quit IRC10:15
*** rhallisey has quit IRC10:16
openstackgerritMerged openstack-infra/project-config master: Fix syntax error in blazar.yaml  https://review.openstack.org/45568310:16
*** wolverineav has joined #openstack-infra10:18
*** sdague has joined #openstack-infra10:22
*** wolverineav has quit IRC10:22
*** adarazs is now known as adarazs_afk10:26
*** wolverineav has joined #openstack-infra10:28
openstackgerritStephen Finucane proposed openstack-dev/pbr master: doc: Document Sphinx integration  https://review.openstack.org/45615410:28
openstackgerritStephen Finucane proposed openstack-dev/pbr master: docs: Use definition lists  https://review.openstack.org/45615510:28
openstackgerritStephen Finucane proposed openstack-dev/pbr master: Stop building man pages by default  https://review.openstack.org/45615610:28
*** wolverineav has quit IRC10:32
openstackgerritStephen Finucane proposed openstack-dev/pbr master: Remove 'build_sphinx_latex'  https://review.openstack.org/45615710:32
openstackgerritSean Dague proposed openstack-infra/os-loganalyze master: Fix systemd line parsing  https://review.openstack.org/45583110:32
*** rossella_s has quit IRC10:33
*** nicolasbock has joined #openstack-infra10:33
*** aspiers has quit IRC10:33
*** neiljerram has quit IRC10:34
openstackgerritStephen Finucane proposed openstack-dev/pbr master: Remove 'build_sphinx_latex'  https://review.openstack.org/45615710:34
*** rossella_s has joined #openstack-infra10:34
*** efoley__ has joined #openstack-infra10:35
*** neiljerram has joined #openstack-infra10:35
openstackgerritStephen Finucane proposed openstack-dev/pbr master: Stop building man pages by default  https://review.openstack.org/45615610:36
*** aspiers has joined #openstack-infra10:36
*** esikache1 has quit IRC10:38
*** esikachev has joined #openstack-infra10:38
*** efoley_ has quit IRC10:38
openstackgerritJoshua Hesketh proposed openstack-infra/zuul feature/zuulv3: Only grab the gerrit change if necessary  https://review.openstack.org/45616210:41
openstackgerritJoshua Hesketh proposed openstack-infra/zuul feature/zuulv3: Only grab the gerrit change if necessary  https://review.openstack.org/45616210:42
*** tuanluong has quit IRC10:43
openstackgerritAdam Coldrick proposed openstack-infra/project-config master: Remove check-requirements template from pynotedb  https://review.openstack.org/45616310:45
*** hashar has quit IRC10:46
*** aspiers has quit IRC10:46
*** jkilpatr_ has quit IRC10:49
*** yanyanhu has quit IRC10:50
*** efoley_ has joined #openstack-infra10:54
*** liujiong has quit IRC10:56
*** aspiers has joined #openstack-infra10:58
*** efoley__ has quit IRC10:58
*** alexchadin has quit IRC11:00
*** dtantsur is now known as dtantsur|brb11:01
openstackgerritIldiko Vancsa proposed openstack-infra/system-config master: Add #openstack-upstream-institute to meetbot channels  https://review.openstack.org/44200411:02
*** alexchadin has joined #openstack-infra11:04
*** john-dav_ is now known as john-davidge11:06
*** wolverineav has joined #openstack-infra11:07
*** wolverineav has quit IRC11:12
*** rhallisey has joined #openstack-infra11:13
*** shardy_mtg is now known as shardy11:13
*** rfolco has joined #openstack-infra11:15
*** adarazs_afk is now known as adarazs11:17
*** shardy is now known as shardy_lunch11:19
*** jkilpatr_ has joined #openstack-infra11:20
*** zhurong has quit IRC11:26
*** wolverineav has joined #openstack-infra11:27
*** askb has joined #openstack-infra11:28
*** wolverineav has quit IRC11:31
*** lucasagomes is now known as lucas-hungry11:32
AJaegerpabelanger, cmurphy, clarkb, we have a problem with current images, see asettle's comment from an hour ago about the UnicodeError http://logs.openstack.org/20/456120/1/check/gate-openstack-manuals-tox-checkniceness-ubuntu-xenial/3c6cd7d/console.html#_2017-04-12_10_00_56_238447 . Is that related to the image changes we're doing?11:39
asettlethanks AJaeger :)11:39
cmurphyAJaeger: I'm not sure but I wouldn't think so because it is using python211:41
*** thorst has joined #openstack-infra11:41
cmurphycool, I can reproduce it on my machine \o/11:44
AJaegercmurphy: so, it's unrelated? New package release that's broken?11:46
*** baoli has joined #openstack-infra11:49
*** prateek_ has joined #openstack-infra11:49
cmurphyAJaeger: that is my guess11:49
cmurphyAJaeger: looks like chardet released a new version yesterday11:49
*** psachin has quit IRC11:51
*** prateek has quit IRC11:52
*** chlong_ has joined #openstack-infra11:53
*** chlong has joined #openstack-infra11:53
cmurphyAJaeger: asettle rolling chardet back to 2.3.0 from 3.0.1 makes the problem go away for me, so maybe it should get pinned in requirements and a bug filed with them11:54
*** chlong_ has quit IRC11:54
*** shu-mutou is now known as shu-mutou-AWAY11:55
*** radez has joined #openstack-infra11:56
*** wolverineav has joined #openstack-infra11:57
*** shardy_lunch is now known as shardy12:00
*** dtantsur|brb is now known as dtantsur12:00
*** wolverineav has quit IRC12:02
rakhmerovhi, are you guys aware of any problems brought by oslo.messaging 5.21.0?12:02
*** Zhongjun__ has joined #openstack-infra12:02
rakhmerovthat's what we started getting today: http://paste.openstack.org/show/606269/12:02
rakhmerovin Mistral12:02
*** mat128 has joined #openstack-infra12:02
rakhmerovtrying to figure out if it's a known problem and if someone is working on it..12:02
openstackgerritJiri Stransky proposed openstack-infra/tripleo-ci master: Support container upgrades in multinode OOOQ CI  https://review.openstack.org/45078412:04
*** winggundamth has joined #openstack-infra12:07
*** psachin has joined #openstack-infra12:08
*** hashar has joined #openstack-infra12:09
*** sbezverk has quit IRC12:09
openstackgerritEmma Foley proposed openstack-infra/project-config master: Re-order plugins in collectd-ceiloemter-plugin job  https://review.openstack.org/45619312:09
*** krtaylor has joined #openstack-infra12:11
*** gouthamr has joined #openstack-infra12:14
*** lucas-hungry is now known as lucasagomes12:14
*** gongysh has quit IRC12:15
*** esikachev has quit IRC12:15
*** gongysh has joined #openstack-infra12:17
*** armax has quit IRC12:17
openstackgerritStephen Finucane proposed openstack-dev/pbr master: Remove 'build_sphinx_latex'  https://review.openstack.org/45615712:21
*** kgiusti has joined #openstack-infra12:21
*** gordc has joined #openstack-infra12:25
*** Goneri has joined #openstack-infra12:30
*** mriedem has joined #openstack-infra12:31
*** pgadiya has quit IRC12:31
openstackgerritStephen Finucane proposed openstack-dev/pbr master: Stop building man pages by default  https://review.openstack.org/45615612:31
*** jcoufal has joined #openstack-infra12:34
*** askb has quit IRC12:36
*** hashar has quit IRC12:37
*** markvoelker has joined #openstack-infra12:37
*** baoli has quit IRC12:39
*** eharney has joined #openstack-infra12:43
mordredsfinucan: those all look great12:49
mordredsfinucan: thank you for taking on improvements there12:49
sfinucanmordred: No problemo12:50
trownpabelanger: yolanda: when you get a chance could you review https://review.openstack.org/456148 ... our gate on tripleoclient is broken without that12:51
*** mika has quit IRC12:52
*** mika has joined #openstack-infra12:52
*** mika has quit IRC12:53
*** mika has joined #openstack-infra12:53
*** mika has joined #openstack-infra12:53
*** jcoufal_ has joined #openstack-infra12:53
*** mika has quit IRC12:54
*** mika has joined #openstack-infra12:54
dhellmanngood morning infra team12:55
dhellmannearlier this morning we saw several jobs uploading to pypi fail with what looks like DNS errors, http://logs.openstack.org/a5/a52ae17a85b4743a41bf104e1d621d29cc345185/release/python-tricircleclient-pypi-both-upload/b0633cb/console.html12:55
dhellmannare you aware of similar issues in other types of jobs, or should I be contacting the pypi folks to see if they had some sort of provider issue around then?12:56
*** jcoufal has quit IRC12:56
*** hashar has joined #openstack-infra12:58
ricardoasmorning everybody... maybe a silly question... but how updated a third party ci project-config should be wrt openstack-infra/project-config?12:59
*** armax has joined #openstack-infra13:00
asettlecmurphy and AJaeger - sorry, was out13:00
ricardoasspecially jenkins/scripts, nodepool/scripts and nodepool/elements dirs13:00
*** jklare has quit IRC13:01
*** baoli has joined #openstack-infra13:02
*** mat128 has quit IRC13:02
*** hrubi has quit IRC13:04
*** jklare has joined #openstack-infra13:04
*** hrubi has joined #openstack-infra13:04
*** mat128 has joined #openstack-infra13:05
*** hrubi has quit IRC13:06
*** psachin has quit IRC13:06
*** hrubi has joined #openstack-infra13:07
*** Julien-zte has joined #openstack-infra13:11
fricklerdhellmann: ttx mentioned similar issues earlier, but I think noone has taken any action yet13:11
openstackgerritMajor Hayden proposed openstack-infra/bindep master: Add Amazon Linux support to bindep  https://review.openstack.org/45424013:14
fricklerdhellmann: looking at the logs, I'd assume contacting pypi would be the proper step13:15
*** dprince has joined #openstack-infra13:15
*** prateek_ has quit IRC13:16
*** links has quit IRC13:17
*** esberglu has joined #openstack-infra13:18
*** xyang1 has joined #openstack-infra13:18
*** Julien-zte has quit IRC13:21
*** erlon has joined #openstack-infra13:23
dhellmannfrickler : ttx and I are working on the same issue13:23
*** tmorin has joined #openstack-infra13:23
*** Julien-zte has joined #openstack-infra13:24
dhellmannI'm able to upload to pypi now by hand using twine, so I think the next step is to resubmit one of the jobs and see if it was a dns issue with our build node13:24
tmorinhi yolanda...  we've got neutron liaison ack for https://review.openstack.org/#/c/451897, can you push the button ?13:24
yolandahi, trown , tmorin , looking13:25
trownyolanda: morning :)13:25
tmorinthanks yolanda !13:26
*** mattmceuen has joined #openstack-infra13:26
fricklerdhellmann: ah, o.k., I assumed that you had seen independent failures, but then it may have been a local node issue indeed13:26
*** psachin has joined #openstack-infra13:27
dhellmannthe full list of failures is in https://etherpad.openstack.org/p/fSNrLxz3Hx13:27
*** neiljerram has quit IRC13:28
dhellmannwho's on duty this week who can requeue jobs?13:28
*** dimtruck is now known as zz_dimtruck13:29
*** zz_dimtruck is now known as dimtruck13:29
*** neiljerram has joined #openstack-infra13:30
*** vikrant has quit IRC13:32
*** efoley__ has joined #openstack-infra13:33
openstackgerritMerged openstack-infra/project-config master: networking-bagpipe: add an experimental fullstack job  https://review.openstack.org/45189713:33
*** efoley_ has quit IRC13:37
*** markvoelker has quit IRC13:37
*** hrubi has quit IRC13:37
*** hrubi has joined #openstack-infra13:37
*** markvoelker has joined #openstack-infra13:40
*** Julien-zte has quit IRC13:40
*** Julien-zte has joined #openstack-infra13:41
*** dimtruck is now known as zz_dimtruck13:43
*** mriedem has quit IRC13:44
*** mriedem has joined #openstack-infra13:44
*** ihrachys has joined #openstack-infra13:45
*** Julien-zte has quit IRC13:45
*** Julien-zte has joined #openstack-infra13:46
*** zhurong has joined #openstack-infra13:46
*** hamzy has quit IRC13:47
*** mattmceuen has quit IRC13:48
*** Julien-zte has quit IRC13:48
*** Julien-zte has joined #openstack-infra13:49
*** kjackal_ has joined #openstack-infra13:50
*** adarazs is now known as adarazs_afk13:50
*** schang has joined #openstack-infra13:53
*** amotoki has joined #openstack-infra13:54
*** Julien-zte has quit IRC13:54
*** kjackal_ has quit IRC13:54
*** Julien-zte has joined #openstack-infra13:54
*** erikmwilson has quit IRC13:56
*** erikmwil_ has joined #openstack-infra13:56
mwhahahamgagne: can you either close down #openstack-puppet or transfer ownership over to infra so we can get it redirected to #puppet-openstack13:57
*** kjackal_ has joined #openstack-infra13:57
*** tongli has joined #openstack-infra13:57
*** rbrndt has joined #openstack-infra13:58
*** zhurong_ has joined #openstack-infra13:59
*** zhurong has quit IRC14:01
*** kjackal_ has quit IRC14:02
*** alexchadin has quit IRC14:02
*** zz_dimtruck is now known as dimtruck14:02
*** mhickey has quit IRC14:03
*** kjackal_ has joined #openstack-infra14:03
AJaegercmurphy : Blacklisting chardet helps, thanks! I opened a bug now but have too little details (https://github.com/chardet/chardet/issues/112) . asettle, FYI.14:04
*** smarcet has joined #openstack-infra14:04
asettleThanks AJaeger ;)14:04
hwoarangHi. does anyone know at which point 'tox' is installed on the openstack ci images? as far as I can see, an image generated by dib does not have tox in it, and the run-tox.sh script from project-config does not install tox. so i presume it's installed by a puppet module at some point?14:09
*** felipemonteiro has joined #openstack-infra14:10
*** pblaho has quit IRC14:11
*** david-lyle has quit IRC14:15
*** jcoufal has joined #openstack-infra14:16
*** jcoufal_ has quit IRC14:16
*** mhickey has joined #openstack-infra14:18
*** ldnunes has joined #openstack-infra14:19
openstackgerritMonty Taylor proposed openstack-infra/shade master: Don't fail on security_groups=None  https://review.openstack.org/45623114:19
*** hamzy has joined #openstack-infra14:21
mordredadam_g: ^^ that should fix a bug you submitted - sorry for the delay14:22
*** hrubi has quit IRC14:25
*** hrubi has joined #openstack-infra14:25
*** Julien-zte has quit IRC14:27
openstackgerritchenying proposed openstack-infra/project-config master: Karbor: update the $PROJECTS variable of the job definition  https://review.openstack.org/45623314:27
*** adarazs_afk is now known as adarazs14:27
*** armax has quit IRC14:28
*** hrubi has quit IRC14:29
*** hrubi has joined #openstack-infra14:29
*** Julien-zte has joined #openstack-infra14:30
*** EricGonczer_ has joined #openstack-infra14:30
*** rossella_s has quit IRC14:33
*** links has joined #openstack-infra14:33
*** rossella_s has joined #openstack-infra14:34
*** witek has joined #openstack-infra14:36
witekhello14:36
*** links has quit IRC14:36
witekdoes anyone has an idea why maven-build jobs fail at the moment?14:37
witeke.g. gate-monasca-api-maven-build-ubuntu-xenial14:37
witek2017-04-12 13:08:10.351894 | /tmp/04-8a792176869044e48a7ddb783cf72e34.sh: line 4: mvn: command not found14:37
pabelangermorning14:38
*** rkukura_ has joined #openstack-infra14:38
pabelangerhwoarang: tox is installed by our puppet manifest, however it will be moving to a DIB element shortly14:38
cmurphypabelanger: I bet that one is our fault ^14:38
pabelangercmurphy: looks like it14:39
*** efoley_ has joined #openstack-infra14:39
pabelangerwe can add it to bindep14:39
*** eharney has quit IRC14:40
AJaegerwitek: can you add a bindep.txt file, please?14:40
pabelangerwitek: you should be able to add maven to your project bindep.txt file14:40
pabelangerAJaeger: thanks14:40
openstackgerritTom Barron proposed openstack-infra/project-config master: Add experimental manila cephfs CentOS jobs  https://review.openstack.org/45391014:40
AJaegerwitek: https://docs.openstack.org/infra/manual/drivers.html#package-requirements14:40
*** rkukura has quit IRC14:40
*** rkukura_ is now known as rkukura14:40
hwoarangpabelanger: thank you. can you point me to that manifest file? I am curious why 'tox' execution on openstack ci results to /usr/local/bin/dib-python  being used as interp.14:41
hwoarangsounds like that manifest modifies tox to use the python wrapper from  dib but i like to see how it's done14:42
rajinirzuul process dies suddenly. Anyone know why this would happen? I have zuul-2.5.1installed.14:42
pabelangerhwoarang: oh, that is a bug. and should be fixed now14:42
*** efoley__ has quit IRC14:42
*** liusheng has quit IRC14:42
pabelangerhwoarang: we are doing new image builds today, which will not have /usr/local/bin/dib-python14:43
hwoarangoh14:43
*** felipemonteiro__ has joined #openstack-infra14:43
pabelangerhwoarang: https://review.openstack.org/#/c/455482/14:43
*** cshastri has quit IRC14:43
pabelangerhttp://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/single_use_slave.pp#n5714:44
pabelangerwhere we install tox14:44
hwoarangthank you pabelanger14:44
pabelangerhwoarang: np14:44
openstackgerritStephen Finucane proposed openstack-dev/pbr master: doc: Document Sphinx integration  https://review.openstack.org/45615414:44
*** jcoufal has quit IRC14:44
*** eharney has joined #openstack-infra14:45
*** yamahata has joined #openstack-infra14:45
*** Julien-zte has quit IRC14:46
openstackgerritMonty Taylor proposed openstack/os-client-config master: Add ability to pass in user_agent  https://review.openstack.org/45255014:46
*** felipemonteiro_ has quit IRC14:47
*** Julien-zte has joined #openstack-infra14:47
*** jcoufal has joined #openstack-infra14:48
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Run ovb jobs in transition mode  https://review.openstack.org/45413414:48
*** hongbin has joined #openstack-infra14:50
witekAJaeger, pabelanger: should I just add 'mvn' in bindep.txt and refer to it in tox.ini?14:51
*** Julien-zte has quit IRC14:51
pabelangerwitek: either maven or maven2 IIRC14:53
*** Julien-zte has joined #openstack-infra14:53
cmurphywitek: pabelanger looks like 'maven' http://git.openstack.org/cgit/openstack-infra/puppet-jenkins/tree/manifests/params.pp#n5514:53
cmurphyfor xenial14:53
*** EricGonc_ has joined #openstack-infra14:54
witekpabelanger, cmurphy: thanks14:54
*** EricGonczer_ has quit IRC14:55
openstackgerritTom Barron proposed openstack-infra/project-config master: Add experimental manila cephfs CentOS jobs  https://review.openstack.org/45391014:55
*** Julien-zte has quit IRC14:55
AJaegerwitek: and copy over what we use today, bindep.txt replaces our fallback file from project-config14:56
asettleSo, cmurphy this popped up in the swift channel today: https://review.openstack.org/#/c/454386/2 And this one too: https://review.openstack.org/#/c/453071/14:56
asettleShould we be fixing the rest of the guide? :/14:56
asettleI went looking for bug reports today and found naught14:57
*** zhurong_ has quit IRC14:57
*** Julien-zte has joined #openstack-infra14:57
*** annegentle has joined #openstack-infra14:57
cmurphyasettle: I went through pretty much the entire guide and those were the only two instances I noticed it14:58
asettlecmurphy: oh phew. Thank you!!!14:58
*** mkoderer has joined #openstack-infra14:58
asettleI was about to start the same shenanigans14:59
*** armax has joined #openstack-infra14:59
*** jkilpatr_ has quit IRC14:59
*** florianf has quit IRC14:59
cmurphyasettle: :)15:00
asettle:D15:00
asettleHahahha you really just made my day.15:00
asettleI was seriously dreading that15:00
*** srobert has joined #openstack-infra15:00
*** jkilpatr has joined #openstack-infra15:00
*** john-davidge has quit IRC15:00
*** Julien-zte has quit IRC15:00
openstackgerritAndy McCrae proposed openstack-infra/project-config master: Add os_karbor to OpenStack-Ansible  https://review.openstack.org/45624415:00
*** marst has joined #openstack-infra15:01
pabelangerdhellmann: ttx: is anybody help requeue pypi jobs failures yet?15:01
*** john-davidge has joined #openstack-infra15:01
*** Julien-zte has joined #openstack-infra15:01
cmurphyasettle: I was looking more for issues in the SUSE instructions than for that specific issue so I by no means guarantee I found them all15:01
*** srobert has quit IRC15:01
asettlecmurphy: oh no I trust you implicitly you seem like a nice person :p15:02
asettle(I'll review the guide, and make sure :) )15:02
*** srobert has joined #openstack-infra15:02
cmurphyasettle: yay :)15:02
*** srobert has quit IRC15:02
*** jaosorior is now known as jaosorior_away15:02
*** srobert has joined #openstack-infra15:03
pabelangerAJaeger: are you aware of any issues with the gate-project-config-layout job?15:03
*** rcernin_ has quit IRC15:04
AJaegerpabelanger: saw a failure a few minutes ago and had no time to check further. Something looked very odd ;(15:04
AJaegerpabelanger: in a meeting now, won't have time to dig deeper ;(15:04
pabelangerAJaeger: cool thanks15:05
*** Julien-zte has quit IRC15:06
*** florianf has joined #openstack-infra15:06
*** Julien-zte has joined #openstack-infra15:07
pabelangerAJaeger: looks like new voluptuous release today15:07
*** Julien-zte has quit IRC15:10
*** Apoorva has joined #openstack-infra15:10
*** Julien-zte has joined #openstack-infra15:11
*** Apoorva has quit IRC15:13
AJaegerpabelanger: so, blacklist it in both project-config and zuul - and file a bug?15:15
*** ggnel_t has quit IRC15:16
*** xarses has joined #openstack-infra15:16
*** mhickey has quit IRC15:16
*** andreww has joined #openstack-infra15:17
openstackgerritchenying proposed openstack-infra/project-config master: Karbor: update the $PROJECTS variable of the job definition  https://review.openstack.org/45623315:18
AJaegerwitek: bindep.txt is self-testing, so if it passes all tests, merge it ;) I commented, I fear your file is too short15:20
openstackgerritRabi Mishra proposed openstack-infra/project-config master: WIP Make heat py35 dsvm job voting  https://review.openstack.org/45625315:20
*** xarses has quit IRC15:20
*** wolverineav has joined #openstack-infra15:21
witekAJaeger: thanks15:21
*** xarses has joined #openstack-infra15:21
*** andreww has quit IRC15:21
*** xarses has quit IRC15:21
*** xarses has joined #openstack-infra15:22
clarkbcmurphy: thats a fun doc bug15:24
*** beslemon has joined #openstack-infra15:24
clarkbAJaeger: I +2'd the infra manual rebase change, thanks for following up on that. Do you have a link to one of the zuul layout failures?15:24
AJaegerclarkb: thanks for review. For layout, see http://logs.openstack.org/44/456244/1/check/gate-project-config-layout/989b03a/console.html#_2017-04-12_15_07_29_39372215:25
cmurphyclarkb: ya i think there's a funny character on this line that it doesn't understand http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/contributor-guide/source/docs-builds.rst#n14015:25
*** Julien-zte has quit IRC15:28
*** Julien-zte has joined #openstack-infra15:28
*** baoli has quit IRC15:28
AJaegercmurphy: do you want to propose a change that updates that line and removes the blacklist of chardet?15:28
clarkbAJaeger: pabelanger almost looks like voluptuous is just being more strict now? let me try pushing a change15:29
*** baoli has joined #openstack-infra15:29
*** mhickey has joined #openstack-infra15:29
cmurphyAJaeger: yep working on it15:30
AJaegerthanks, cmurphy !15:30
*** d0ugal has quit IRC15:30
* clarkb runs tests locally first15:30
*** d0ugal has joined #openstack-infra15:30
*** d0ugal has quit IRC15:30
*** d0ugal has joined #openstack-infra15:30
*** d0ugal has quit IRC15:31
*** d0ugal has joined #openstack-infra15:31
*** d0ugal has quit IRC15:31
*** d0ugal has joined #openstack-infra15:31
*** mdrabe has joined #openstack-infra15:31
*** Julien-zte has quit IRC15:33
*** Julien-zte has joined #openstack-infra15:35
*** knangia has joined #openstack-infra15:36
*** winggundamth_ has joined #openstack-infra15:36
*** tphummel has joined #openstack-infra15:36
*** Julien-zte has quit IRC15:37
*** Julien-zte has joined #openstack-infra15:38
pabelangerclarkb: thanks, got side tracked with meeting15:39
*** florianf has quit IRC15:39
*** winggundamth has quit IRC15:40
clarkbthis portion of the config validation is somewhat complicated in zuul, looks like connection drivers can specify their own schemas here15:40
*** john-davidge has quit IRC15:40
*** john-dav_ has joined #openstack-infra15:40
pabelangerIIRC, it changes a little in zuulv315:41
*** john-dav_ is now known as john-davidge15:41
clarkbya but this is failing in v2 right?15:41
*** florianf has joined #openstack-infra15:41
clarkbgerrit_reporter = v.Any(str, v.Schema({}, extra=True)) is what I think the valid schema is for what fails15:41
*** jianghuaw has joined #openstack-infra15:42
*** Rockyg has joined #openstack-infra15:42
*** EricGonc_ has quit IRC15:42
clarkbschema = Schema({}, extra=ALLOW_EXTRA)  # don't do this schema = Schema(dict)  # do this instead maybe we are hitting that15:45
*** jpich has quit IRC15:45
dhellmannpabelanger : not yet, but I dropped off to go to the dentist a while ago so I wasn't expecting anything right off. If you'll have time to help today, that'd be great.15:46
openstackgerritMonty Taylor proposed openstack-infra/shade master: Pass in client name information to keystoneauth  https://review.openstack.org/45626815:47
clarkbtrying to reproduce in zuul test suite to see15:48
clarkbException: Error has already been tested: expected a list for dictionary value @ data['pipelines'][0]['failure']['review_gerrit'] <- easy reproduction using tox -re py27 -- test_layouts15:49
*** Julien-zte has quit IRC15:49
*** vhosakot has joined #openstack-infra15:50
*** Julien-zte has joined #openstack-infra15:50
*** flepied has quit IRC15:51
cmurphyasettle: AJaeger https://review.openstack.org/#/c/456263/ passes15:51
cmurphyI don't have a good explanation for the why, there were 104 commits between chardet 2.3.0 and 3.0.015:52
asettlecmurphy: :o15:52
asettleWhat15:52
asettleWhat15:52
cmurphy¯\_(ツ)_/¯15:52
asettleWhat15:52
* asettle glares at sphinx15:52
asettleI've had *enough* of its shenanigans this week.15:52
asettle:;15:52
asettle:P *15:52
* asettle merges15:53
*** Sukhdev_ has joined #openstack-infra15:55
openstackgerritClark Boylan proposed openstack-infra/zuul master: Handle dict extras in Voluptuous Schema  https://review.openstack.org/45627015:55
clarkbpabelanger: AJaeger ^ that seems to fix it locally for me using tox -re py27 -- test_layouts as test15:55
pabelangerclarkb: great15:56
pabelangerclarkb: mordred: do you mind reviewing, +3 https://review.openstack.org/#/c/455803/ for todays images. Now that DIB is managing those files15:57
*** tesseract has quit IRC15:58
mgagnemwhahaha: re #openstack-puppet sure, is there a procedure I can follow?15:59
*** ralonsoh_ has joined #openstack-infra15:59
mwhahahamgagne: not sure, maybe you could at least give infra perms on that channel as i believe you're the only owner16:00
*** Julien-zte has quit IRC16:01
openstackgerritClark Boylan proposed openstack-infra/zuul feature/zuulv3: Handle dict extras in Voluptuous Schema  https://review.openstack.org/45627316:01
*** jascott1_ has joined #openstack-infra16:01
clarkbpabelanger: trade you ^16:01
*** ralonsoh has quit IRC16:01
mwhahahamgagne: there is https://epir.at/2016/06/26/redirecting-freenode-channels/16:01
*** Julien-zte has joined #openstack-infra16:02
*** marst_ has joined #openstack-infra16:03
*** dharinic has quit IRC16:03
*** marst has quit IRC16:03
*** Julien-zte has quit IRC16:04
mordredpabelanger, clarkb: you know - as a next step after we're done with de-puppet - and on the path to zuul v3 - we should rewrite all of the jenkins slave_scripts as roles, install them on the 2.5 launcher and put in a hacky translation piece for the jjb translator to just emit a role reference in the generated playbook instead of a shell task to run the slave_script16:05
mordredseems like a thing we could do one script at a time and end up with more real v3 content16:05
mordred(similar to the devstack-gate translation)16:05
*** aarefiev is now known as aarefiev_afk16:06
*** Julien-zte has joined #openstack-infra16:06
*** jcoufal_ has joined #openstack-infra16:06
*** jcoufal has quit IRC16:06
openstackgerritMerged openstack-infra/system-config master: Remove /usr/local/jenkins from single_use_slave.pp  https://review.openstack.org/45580316:07
pabelangerya, should get easier moving forward16:07
*** baoli has quit IRC16:07
*** Julien-zte has quit IRC16:08
clarkbsome of them really want to be in $programminglanguage though so shelling out likely won't go away soon. Specifically thinking of the translation tooling stuff16:08
*** rwsu has joined #openstack-infra16:09
*** rossella_s has quit IRC16:09
*** Julien-zte has joined #openstack-infra16:09
mgagnemwhahaha: added openstackinfra as founder16:10
mwhahahamgagne: thanks16:10
mgagnemwhahaha: will you take it from here? you can remove myself16:10
mwhahahamgagne: sure16:10
mgagnemwhahaha: thanks =)16:10
*** tmorin has quit IRC16:11
*** Julien-zte has quit IRC16:12
*** Kevin_Zheng has quit IRC16:13
openstackgerritMerged openstack-infra/zuul master: Handle dict extras in Voluptuous Schema  https://review.openstack.org/45627016:13
*** Julien-zte has joined #openstack-infra16:14
openstackgerritClark Boylan proposed openstack-infra/zuul feature/zuulv3: Update voluptuous requirement  https://review.openstack.org/45628116:15
mordredclarkb: yah - I think you're right about that - but even if we made them stupid roles that contained a bash script, copied it to the node and ran the script, it would make them forward compat with zuulv3, and it would remove one more thing that requires an image rebuild to update16:15
openstackgerritClark Boylan proposed openstack-infra/zuul master: Update voluptuous requirement  https://review.openstack.org/45628216:16
mordredin fact, we could probably make all of them actually stupid roles that did exactly that to get the mechanism in place, then there would be easy refactoring work available in the future - which we could hold off on until after v3 was live even16:16
*** baoli has joined #openstack-infra16:16
*** Julien-zte has quit IRC16:18
*** Julien-zte has joined #openstack-infra16:18
*** flepied has joined #openstack-infra16:18
*** Julien-zte has quit IRC16:18
*** esikachev has joined #openstack-infra16:21
*** Julien-zte has joined #openstack-infra16:21
*** Julien-zte has quit IRC16:22
clarkbya that would be a trivial way to get it in place16:22
*** smarcet has quit IRC16:22
*** florianf has quit IRC16:23
*** baoli has quit IRC16:24
*** jcoufal has joined #openstack-infra16:25
*** jcoufal_ has quit IRC16:26
*** dtantsur is now known as dtantsur|afk16:26
*** dharinic has joined #openstack-infra16:27
*** gongysh has quit IRC16:29
*** baoli has joined #openstack-infra16:31
*** Sukhdev_ has quit IRC16:31
*** esikachev has quit IRC16:31
openstackgerritClark Boylan proposed openstack-infra/zuul feature/zuulv3: Handle dict extras in Voluptuous Schema  https://review.openstack.org/45627316:34
openstackgerritClark Boylan proposed openstack-infra/zuul feature/zuulv3: Update voluptuous requirement  https://review.openstack.org/45628116:34
*** lucasagomes is now known as lucas-afk16:36
*** gk_1wm_su has joined #openstack-infra16:36
*** gk_1wm_su has left #openstack-infra16:37
*** beslemon has quit IRC16:39
openstackgerritPaul Belanger proposed openstack/diskimage-builder master: Add DIB_DISTRIBUTION_MIRROR support for centos-minimal  https://review.openstack.org/45585216:43
*** david-lyle has joined #openstack-infra16:45
pabelangercentos-7 and ubuntu-trusty currently building now16:45
*** gyee has joined #openstack-infra16:46
*** ociuhandu has quit IRC16:47
*** e0ne has quit IRC16:49
*** psachin has quit IRC16:49
pabelangerclarkb: looks like dib 2.3.2 didn't get uploaded to pypi16:51
pabelangerwonder if it was dns issues like above16:51
*** tongli has quit IRC16:52
pabelangerhttp://logs.openstack.org/1f/1f200386061fe145645c9f8ffde627829cf998c9/release/diskimage-builder-pypi-both-upload/077722e/console.html16:53
openstackgerritClark Boylan proposed openstack-infra/gear master: Don't cap pbr  https://review.openstack.org/45629716:54
clarkbpabelanger: mordred ^ that will also need a release16:54
pabelangerclarkb: https://review.openstack.org/#/c/439755 :)16:54
clarkbpabelanger: name or service not known looks like dns16:54
clarkbgah I even reviewed it16:54
*** fandi has quit IRC16:54
pabelangerclarkb: ya, checking logs to see why16:54
openstackgerritJeremy Stanley proposed openstack-infra/puppet-mqtt_statsd master: Add statsd_prefix default of mosquitto  https://review.openstack.org/45629816:55
clarkbok abandoned my chagne, mordred can you review https://review.openstack.org/#/c/43975516:55
clarkbpabelanger: did dns break due to changes to images?16:55
*** hashar has quit IRC16:55
*** beslemon has joined #openstack-infra16:56
pabelangerclarkb: that is what I am checking16:56
pabelangerunbound is still running16:56
*** jcoufal has quit IRC16:56
clarkboh and that job runs on static host16:56
clarkbso that constrains its to chagnes to the puppet16:57
*** jcoufal has joined #openstack-infra16:57
pabelangerdig upload.pypi.io works16:57
clarkbya just checked that myself16:57
pabelangerlet me see how to requeue the upload16:57
clarkbmaybe they changed dns (upload.pypi.io seems new) and it didn't work for a time16:57
pabelangerpossible16:58
openstackgerritFelipe Monteiro proposed openstack-infra/project-config master: Create heat-specific patrole gate  https://review.openstack.org/45630016:58
*** beslemon has quit IRC16:59
pabelangerclarkb: should we retrigger or retag?16:59
clarkbpabelanger: zuul enqueue-ref will run all the pipeline jobs or there is zuul/tools/trigger-job.py to trigger just the one job16:59
*** smarcet has joined #openstack-infra16:59
clarkbpabelanger: I would use zuul/tools/trigger-job.py I think16:59
pabelangerok17:00
*** bh526r has joined #openstack-infra17:00
clarkbsince it looks like we built the artifcats fine, its just the last step of publishing to pypi that failed17:00
openstackgerritMerged openstack-infra/gear master: Update hacking dependency  https://review.openstack.org/43976117:00
openstackgerritMerged openstack-infra/gear master: Uncap pbr dependency  https://review.openstack.org/43975517:00
clarkbpabelanger: sounded like the release team ran into this too? do we have a list from them of things that should be triggered?17:00
pabelangerclarkb: ya, I have that on my plate to do17:00
pabelangerI can do that next17:01
clarkbhttps://etherpad.openstack.org/p/fSNrLxz3Hx found it17:01
clarkbpabelanger: ya  ithink use dib as guinea pig and if that works then likely upstream dns problem and we can move ahead with the others17:01
*** markus_z has quit IRC17:01
pabelangernow to get all the params right17:01
*** esikachev has joined #openstack-infra17:02
clarkbkfox1111: any luck collecting the network info off the subnode when those jobs fail?17:02
*** beslemon has joined #openstack-infra17:03
*** mhickey has quit IRC17:03
*** psachin has joined #openstack-infra17:06
*** jascott1_ has quit IRC17:07
*** kzaitsev_mb has joined #openstack-infra17:07
*** jascott1_ has joined #openstack-infra17:07
*** esikachev has quit IRC17:09
pabelangerclarkb: okay, think it worked: https://pypi.python.org/pypi/diskimage-builder17:11
clarkbpabelanger: looks like it to me17:11
*** psachin_ has joined #openstack-infra17:11
pabelangerlet me start on release team failures17:11
clarkbpabelanger: the ones dhellmann pointed out are trickier because they have the jobs that run after for announcing and stuff, but you can do them in waves. Do all the publish, all the announce, etc17:11
*** jascott1_ has quit IRC17:12
dhellmannpabelanger, clarkb : doing it in waves makes sense17:13
dhellmannttx: ^^17:13
dhellmannpabelanger, clarkb : it's also fairly easy for me to run the announce job by hand locally17:13
ttxok, cool looks like it's under control and more a question of how we reenqueue the jobs17:13
*** psachin_ has quit IRC17:14
dhellmannttx: yeah, it looked like a dns failure, and I've been able to upload a release of my own using twine here17:14
*** beslemon_ has joined #openstack-infra17:14
clarkbya and we were just able to publish new dib release. Looking at the name I have a hunch that pypi transitioned to a new server/frontend/name and dns hadn't quite propogated yet17:14
pabelangerhttp://logs.openstack.org/9e/9e376560e686dc604cdf35b365db24b0cf16d12d/release/gnocchi-pypi-both-upload/run1/console.html17:15
*** shardy has quit IRC17:15
pabelangerclarkb: ^17:15
pabelangerhttps://pypi.python.org/pypi/gnocchi17:15
pabelangerdhellmann: any ideas on the exceptions?^17:16
dhellmannugh17:16
dhellmannthat means at least one file was successfully uploaded on the previous run17:17
clarkbguessing, but pypi cached the fact were were going to upload things then didn't notice the uploads never happened17:17
*** beslemon has quit IRC17:17
clarkbdhellmann: if you read the logs they weren't though17:17
*** neiljerram has quit IRC17:17
clarkboh wait17:17
*** Gravious has quit IRC17:17
clarkbthis release is older than current release which is why it doesn't show up on pypi page but they are on https://pypi.python.org/simple/gnocchi/17:17
dhellmannclarkb : yeah, https://pypi.python.org/pypi/gnocchi/3.0.517:18
clarkbso maybe thing to do is just double check the hashes?17:18
dhellmannI wonder if the others were, too17:18
clarkband if they match up then we are good for pypi publishing17:18
*** neiljerram has joined #openstack-infra17:19
*** psachin_ has joined #openstack-infra17:19
*** Gravious has joined #openstack-infra17:19
pabelangerokay, holding off for the moment17:19
clarkblets double check what made it into pypi and check hashes (sha1 or md5 or whatever) then see what needs reuploading17:20
*** psachin_ has quit IRC17:21
clarkbgnocchiclient is on pypi too17:21
dhellmannit looks like only the tricircleclient actually failed to upload17:21
dhellmannlinks to the others are in the etherpad17:21
*** psachin_ has joined #openstack-infra17:22
dhellmannwhile we're working on this, how about if I approve one more release so we can see if the uploads are actually working now17:22
clarkbsure. I'm going to check gnocciclient md5 sums now17:23
dhellmannoh, good, I didn't actually check the hashes17:23
*** tushar has joined #openstack-infra17:23
tusharHi17:23
*** psachin_ has quit IRC17:23
tusharI am facing some issue in nodepool17:23
tusharNodepool is not able to conect to the provider17:24
tusharany one has any idea17:24
tusharerror snippet -  File "/usr/local/lib/python2.7/dist-packages/nodepool/nodepool.py", line 366, in run     self.nodepool._deleteNode(session, node)   File "/usr/local/lib/python2.7/dist-packages/nodepool/nodepool.py", line 2251, in _deleteNode     manager.cleanupServer(node.external_id)   File "/usr/local/lib/python2.7/dist-packages/nodepool/provider_manager.py", line 604, in cleanupServer     for ip in self.listFloatingIPs():17:24
pabelangertushar: its better to post into pastebin then like the log17:25
*** Gravious has quit IRC17:26
tusharpabelanger: ok17:26
*** efoley_ has quit IRC17:26
clarkbdhellmann: the md5sums do differ17:27
clarkbtrying to sort out what is different now17:27
*** kzaitsev_mb has quit IRC17:28
dhellmannclarkb : are you comparing to the uploaded files or the newly built ones?17:28
dhellmannwe might need to just retag all of these projects at the same point17:29
clarkbdhellmann: I grabbed the files on tarballs and the files from pypi and compared those17:29
dhellmannok17:29
clarkbdhellmann: those should be identical right?17:29
dhellmanndid we just regenerate files on the tarballs server by retriggering the job? or does that job only do the upload?17:29
dhellmannI don't remember which job does what17:30
*** dtardivel has quit IRC17:30
tusharhttps://pastebin.com/wW6jDX4w17:30
*** [HeOS] has joined #openstack-infra17:30
*** gk_1wm_su has joined #openstack-infra17:31
*** beslemon_ has quit IRC17:31
clarkbdhellmann: the build job will make the wheel and sdist and upload them to tarballs then the upload ot pypi job grabs thos and sends to pypi17:31
dhellmannok17:31
pabelangertushar: must be running an older version of nodepool17:31
dhellmannso, yeah, I would expect them to match17:31
*** gk_1wm_su has left #openstack-infra17:31
dhellmannit sounds like maybe we have partially uploaded files or something?17:32
pabelangertushar: check your novaclient dependency, possible it got upgraded?17:32
pabelangertushar: newer versions of nodepool use shade as our client to the cloud17:32
dhellmannclarkb, pabelanger : the solum client release upload job completed successfully17:32
*** HeOS has quit IRC17:32
pabelangergreat17:32
dhellmannif we have bad files on pypi, we probably want to retag anyway, so why don't I go ahead and set that up for all 4 of the failures we had17:33
*** trown is now known as trown|lunch17:33
pabelangerno objection from me17:33
*** psachin has quit IRC17:34
openstackgerritFelipe Monteiro proposed openstack-infra/project-config master: Create heat-specific patrole gate  https://review.openstack.org/45630017:34
tusharpabelanger : can you give me some links from where I can check the dependencies required for the particular version of nodepool17:34
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove unused python33 builder  https://review.openstack.org/45631817:34
dhellmannless work all around, and there's no sense announcing broken releases17:34
dhellmannttx: have any thoughts on that?17:35
pabelangertushar: they will be listed in the requirements.txt file for a specific release http://git.openstack.org/cgit/openstack-infra/nodepool17:35
*** [HeOS] has quit IRC17:36
*** HeOS_ has joined #openstack-infra17:36
*** ralonsoh_ has quit IRC17:36
*** sambetts is now known as sambetts|afk17:36
tusharpabelanger17:37
clarkbdhellmann: ok tracked down the diff let me get a second to paste it and then you will likeyl decide its not worth worrying about. I do not know what it ended up changing though17:37
dhellmannoh, it looks like the gnocchi team is taking over their releases, so I'll just forward those things to jd_17:37
dhellmannclarkb : ok17:38
ttxdhellmann: yeah, no point in announcing broken releases17:38
tusharpabelanger: ok.  In my setup nodepool version is  - nodepool (0.2.0)17:38
clarkbdhellmann: http://paste.openstack.org/show/606329/ basically dict order got flipped around so we must be generating that file more than once somewhere17:38
dhellmannclarkb : ah17:38
clarkbI am guessing the only affect that will have in real world is possibly invalidating the gpg key? or maybe the process of signing is what causes that to happen?17:38
*** Gravious has joined #openstack-infra17:39
tusharpabelanger : and novaclient is  - python-novaclient (8.0.0)17:39
dhellmanndunno17:39
pabelangertushar: ya, 2.0 is a few years old. It is likely your dependencies have upgraded too much for it17:39
pabelangertushar: you might want to consider upgrading nodepool, or downgrading your dependencies17:39
tusharpabelanger : okk17:40
*** tosky has quit IRC17:40
*** beslemon has joined #openstack-infra17:40
*** gk_1wm_su has joined #openstack-infra17:41
dhellmannclarkb : do the signatures on pypi match the files on pypi?17:41
*** esikachev has joined #openstack-infra17:41
tusharpabelanger: You mean whatever there is in requirement.txt for nodepol 0.2.0 ...that needs to be installed ?17:41
*** gk_1wm_su has left #openstack-infra17:42
*** esberglu has quit IRC17:42
clarkbdhellmann: oh good question let me check17:42
pabelangertushar: right, this is the requirements for 2.0.0 http://git.openstack.org/cgit/openstack-infra/nodepool/tree/requirements.txt?h=0.2.017:43
mordredtushar, pabelanger: novaclient 8.0 removed nova-net support17:43
clarkbdhellmann: they differ so maybe I am looking at the wrong thing in tarballs?17:43
pabelangerbut as you see, there is limited caps. So, when we did 2.0.0 we used novaclient 2.21.017:43
mordredthe latest shade works around that17:44
dhellmannclarkb : if the hash on pypi doesn't match the file on pypi, that seems like an issue on pypi. Does the hash match the file on the tarballs server?17:44
AJaegerteam, could you review https://review.openstack.org/456081 - to remove a completely useless mitaka translation sync, please?17:44
mordredbut I doubt that'll help much if there is a pre-shade nodepool in use17:44
clarkbdhellmann: the md5sum in pypi matches the file in pypi17:44
dhellmannoh, you said they differ17:44
clarkbdhellmann: sorry, the asc and md5sums differ between tarballs and pypi17:45
dhellmannaha17:45
*** jtomasek has joined #openstack-infra17:45
dhellmannthat's odd17:45
tusharpabelanger : ok17:45
mordredtushar: yes - your issue is with novaclient 8.0.017:45
dhellmannclarkb : I would not expect anything to repackage the sdist or wheel as part of the signing or upload process17:45
mordredif you downgrade python-novaclient to <8.0.0 nodepool will start working for you again17:46
*** esikachev has quit IRC17:46
*** jtomasek has quit IRC17:46
clarkbdhellmann: right thats why I'm confused btu something is causing the pbr.json to be rewritten with a different dict ordering causing the hasehse to not match17:46
*** jtomasek has joined #openstack-infra17:46
mordredwhen we release nodepool for zuul v3 which is entirely shade based, this will not be a problem17:46
mordredbut for now, the version of nodepool you are running will not work with novaclient >=8.0.017:46
*** jtomasek has quit IRC17:47
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove periodic mitaka bitrot jobs  https://review.openstack.org/45632417:48
*** esikachev has joined #openstack-infra17:48
tusharmorderd : ok. which version of novaclient can be used ? because in requirement.txt its like - python-novaclient>=2.21.017:49
*** jtomasek has joined #openstack-infra17:49
mordredtushar: 7.1.0 should work just fine17:49
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Handle dict extras in Voluptuous Schema  https://review.openstack.org/45627317:49
tusharmordred : ok17:50
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Update voluptuous requirement  https://review.openstack.org/45628117:50
*** ociuhandu has joined #openstack-infra17:50
*** jtomasek_ has joined #openstack-infra17:50
AJaegerclarkb, tox -e zuul still fails with the voluptous error in project-config. Do we need a release of zuul?17:51
clarkbAJaeger: yes we will need a release with my change17:52
*** jtomasek has quit IRC17:53
AJaegerok17:54
dhellmannwho owns dib these days? tripleo or infra?17:54
AJaegerdhellmann: infra now17:54
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove periodic mitaka bitrot jobs  https://review.openstack.org/45632417:55
dhellmannAJaeger : thanks17:55
*** Goneri has quit IRC17:55
AJaegerclarkb: does it make sense to stop the periodic mitaka jobs? ^17:55
dhellmannpabelanger, clarkb, AJaeger : since the dib release was manually tagged, the release team's policy is to let the owner deal with the failure. So, if you want to retag 2.3.2 to ensure a clean build, you may want to do that.17:55
*** jtomasek_ has quit IRC17:56
*** esberglu has joined #openstack-infra17:56
dhellmannpabelanger, clarkb : the gnocchi releases were also manually tagged, so I've emailed the telemetry team to handle any updates they want to make17:56
dhellmannI will re-process the tricircleclient release17:56
AJaegerlet's tell ianw  - he's now on vacation but wasn't aware to use releases process17:56
AJaegerdhellmann: could you send him an email, please? or better email openstack-infra mailing list?17:57
dhellmannAJaeger : ok, I'll send the same email to the ML that I did for the gnocchi team17:57
pabelangerdhellmann: clarkb: sounds good, thanks17:58
*** esberglu has quit IRC17:58
*** esikachev has quit IRC17:58
AJaegerthanks, dhellmann17:58
*** esberglu has joined #openstack-infra17:58
*** neiljerram has quit IRC17:58
dhellmannsent17:59
dhellmannpabelanger, clarkb : thanks for your help with debugging those releases17:59
*** annegentle has quit IRC18:01
*** annegentle has joined #openstack-infra18:01
*** mattmceuen has joined #openstack-infra18:02
*** Apoorva has joined #openstack-infra18:02
*** Apoorva has quit IRC18:02
*** rbrndt has quit IRC18:03
*** Apoorva has joined #openstack-infra18:03
*** baoli has quit IRC18:03
*** baoli has joined #openstack-infra18:04
*** krtaylor has quit IRC18:05
*** Goneri has joined #openstack-infra18:05
*** ociuhandu has quit IRC18:05
*** ociuhandu has joined #openstack-infra18:05
*** ociuhandu has quit IRC18:05
*** tosky has joined #openstack-infra18:05
*** ociuhandu has joined #openstack-infra18:05
*** MasterOfBugs has joined #openstack-infra18:06
*** pramodrj07 has joined #openstack-infra18:06
*** MasterOfBugs has quit IRC18:06
*** MasterOfBugs has joined #openstack-infra18:06
*** pramodrj07 has joined #openstack-infra18:06
*** jcoufal_ has joined #openstack-infra18:09
*** esikachev has joined #openstack-infra18:10
*** dharinic has quit IRC18:10
*** akscram has quit IRC18:10
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Remove thin param in puppet builds  https://review.openstack.org/45633418:11
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Remove /opt/requirements from slave_common.pp  https://review.openstack.org/45500318:11
*** rderose has joined #openstack-infra18:11
pabelangermordred: clarkb: ^ should be an easy review18:11
*** jcoufal has quit IRC18:11
*** akscram has joined #openstack-infra18:12
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Remove thin parameter from single_use_slave  https://review.openstack.org/45633718:12
*** jcoufal has joined #openstack-infra18:14
*** esikachev has quit IRC18:14
*** esikachev has joined #openstack-infra18:16
*** jcoufal_ has quit IRC18:16
*** ociuhandu has quit IRC18:17
*** ociuhandu has joined #openstack-infra18:17
*** ociuhandu has quit IRC18:17
*** ociuhandu has joined #openstack-infra18:18
openstackgerritMerged openstack-infra/system-config master: Remove puppet pinning logic  https://review.openstack.org/45501718:18
clarkbpabelanger: I looked up the history behind that. We were/did use requirements repo for mirro selection? huh18:18
pabelangerclarkb: ya, cmurphy found the history of it.  Never knew my self18:20
cmurphyit might have been used for something else, that was all i could find18:20
*** esikachev has quit IRC18:21
pabelangerya, codesearch was also empty18:21
clarkbwith /opt/openstack/requirements being part of our builds I think its fine18:22
clarkbif we break anything we just point them at ^18:22
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Remove ssh_config NoRoaming setting  https://review.openstack.org/45501818:22
cmurphythat should also be an easy one ^18:22
*** trown|lunch is now known as trown18:23
cmurphyand https://review.openstack.org/#/c/455014/18:23
pabelanger+218:23
*** esikachev has joined #openstack-infra18:23
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove most python 34 jobs  https://review.openstack.org/45634018:23
AJaegerwhat a spring cleaning time ;) Thanks, cmurphy, clarkb, pabelanger !18:23
cmurphyit's very therapeutic to delete things18:24
pabelangerthanks to cmurphy! this will make it much easier to bring new images online18:24
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: DONT REVIEW: test host discovery  https://review.openstack.org/45634218:24
AJaegeryou all inspired me ;) unfortunately my contribution is tiny, see https://review.openstack.org/456318 and https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:mitaka-eol18:25
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Move puppet service disablement to o_p::server  https://review.openstack.org/45501618:27
*** winggundamth_ has quit IRC18:27
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove most python 34 jobs  https://review.openstack.org/45634018:28
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add jenkins user sudoers file to nodepool-base  https://review.openstack.org/45634618:29
clarkbhttps://review.openstack.org/#/c/455014/1 makes me paranoid for some reason. Like I'm going to prevent ssh from working afterwards18:29
clarkb(I checked review.o.o and its reflects the absent state so removing the blocks should be a noop)18:29
sdagueclarkb: https://review.openstack.org/#/c/455831/ (also mordred ) systemd log fix18:30
*** electrofelix has quit IRC18:30
openstackgerritMerged openstack-infra/system-config master: Remove ssh_config NoRoaming setting  https://review.openstack.org/45501818:30
*** EricGonczer_ has joined #openstack-infra18:30
cmurphyclarkb: you could keep a session open while it merges, if it does something weird to prevent new logins it at least shouldn't kill an existing one18:31
*** esikachev has quit IRC18:31
clarkbcmurphy: ya except there are about 100 hosts to worry about. Also having read and checked things I'm fairly certain it is a noop18:32
*** rderose has quit IRC18:32
clarkbI'm just paranoidops18:32
cmurphy:)18:32
clarkbcmurphy: pabelanger I have approved it, would be great if people could keep an eye on general ssh things but ya should be fine18:33
*** rderose has joined #openstack-infra18:33
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove most python 34 jobs  https://review.openstack.org/45634018:33
pabelangerclarkb: ack18:33
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Remove /etc/sudoers.d/jenkins-sudo support  https://review.openstack.org/45634918:34
*** tphummel has quit IRC18:36
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Remove unused params in puppet builds  https://review.openstack.org/45633418:36
openstackgerritMerged openstack-infra/system-config master: Remove old ssh_authorized_key resources  https://review.openstack.org/45501418:36
AJaegerpabelanger: FYI, https://review.openstack.org/454916 is in merge conflict18:37
*** gk_1wm_su has joined #openstack-infra18:37
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Remove thin and mysql params from single_use_slave  https://review.openstack.org/45633718:38
AJaegercmurphy: you have a nodepool/elements/build.log in https://review.openstack.org/#/c/45633418:38
*** gk_1wm_su has left #openstack-infra18:38
cmurphyAJaeger: wow oops18:38
pabelangerAJaeger: ya, doing that next18:38
openstackgerritVitaly Gridnev proposed openstack-infra/project-config master: sahara scenario jobs: fix mod_wsgi job  https://review.openstack.org/45635218:39
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Remove unused params in puppet builds  https://review.openstack.org/45633418:40
*** Zhongjun__ has quit IRC18:41
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Remove thin and mysql params from single_use_slave  https://review.openstack.org/45633718:43
pabelangerclarkb: did we want to tag another dib release, to address pypi md5 issue?18:43
pabelangerI think ianw is on PTO18:43
hongbinhi, could anyone add me to this group https://review.openstack.org/#/admin/groups/1751,members , thx18:43
pabelangerhongbin: can you link the project creation review18:44
clarkbpabelanger: do we think another release would solve it?18:44
hongbinhttps://review.openstack.org/#/c/453230/18:44
clarkbpabelanger: I have a hunch its something that happens every time due to some pbr thing18:45
pabelangerclarkb: oh18:45
*** e0ne has joined #openstack-infra18:45
clarkbpabelanger: problem is pbr.json is an unordered dict being serialized to json so they can be different if generated multiple times18:46
clarkbI guess I should make a change to pbr to make that ordered so its consistent. I will work on that now before I forget as its reasonably important18:46
pabelangerclarkb: okay, that make sense18:46
mordredclarkb: why does the json being unordered matter for pypi md5s?18:47
openstackgerritKaitlin Farr proposed openstack-infra/project-config master: Enable security configuration for barbican grenade gate  https://review.openstack.org/45635618:48
*** krtaylor has joined #openstack-infra18:48
*** ihrachys is now known as ihrachys|afk18:49
*** jkilpatr_ has joined #openstack-infra18:49
clarkbmordred: because the order can change since dicts are unordered when we serialize to json which results in different sdist and whl md5sums18:50
*** jkilpatr has quit IRC18:50
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Remove puppet-ssh from zuul workers  https://review.openstack.org/45491618:51
mordredI mean - I get that - but the md5 sum for the sdist should be the md5 of the tarball we built the one time, and we shouldn't be rebuilding it again18:51
mordredlike, the only thing that matters for the sdist md5 is that it's the md5 of the tarball we actually upload, right?18:51
clarkbmordred: I think the assertion that we shouldn't be rebuilding it again is wrong. I don't know why yet but we have different sdist and whl in tarballs than what is in pypi18:52
*** EricGonczer_ has quit IRC18:52
clarkbmordred: and the only difference is pbr.jsobn18:52
mordredyah - so - I'd argue we need to verify that we're not rebuilding the tarball18:52
clarkbyup we should do that too. But also if I make an sdist on my laptop from $tag it should match md5sum as what is on pypi18:52
clarkbso I want to fix pbr too18:52
mordredno, that's not true18:53
clarkbwhy not?18:53
mordredtimestamps18:53
mordredit's a tarball18:53
mordredit contains dates18:53
clarkbin my diff of the tarballs there were no timestamps that differed18:53
*** nadya has joined #openstack-infra18:53
clarkbthe only difference was pbr.json18:53
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add jenkins user sudoers file to nodepool-base  https://review.openstack.org/45634618:53
mordredok. so - I agree that if you build a tarball from a tag the contents should match the contents of what's in pypi18:53
*** baoli has quit IRC18:54
mordred(I'm in favor of the ordered json patch - just want to make sure we're not also having a different issue that the pbr.json thing might be showing)18:54
pabelangerhongbin: done18:54
clarkbfind . -exec md5sum {} \; | sort -k 2 is what I did to delta18:54
*** baoli has joined #openstack-infra18:54
mordredclarkb: you untarred each tarballs and did that?18:55
clarkbmordred: ya18:55
hongbinpabelanger: thx!18:55
clarkbmordred: then I diffed the two lists and only item was pbr.json which I diffed directly18:55
mordredyah. so the md5 of the tarballs themselves will still differ because of the datetimes in the tar index itself18:55
mordredbut I agree, that doesn't actually matter18:55
mordredand your verification is a good verifiation of content matching18:55
*** Sukhdev_ has joined #openstack-infra18:56
*** beslemon has quit IRC18:56
*** tphummel has joined #openstack-infra18:56
mordredbut I fully expect our twine usage to not rebuild the tarball it fetches from tarballs.o.o and instead to just wget it and then upload it, right? so it should calculate md5 of the file it fetched from tarballs.o.o and then publish that tarball and the md5 it calculated18:57
clarkbmordred: but I also agree that we need to dig through what our build + sign + publish jobs do to make sure we don't do something silly18:57
mordredor do I completely misunderstand that18:57
*** nadya has quit IRC18:57
mordredcool18:57
mordredI'll look at that real quick18:57
clarkbmordred: I'm wondering if the signing stteps introduced something new18:57
AJaegerpabelanger: do you want to tag manually - or use releases repo and let dhellmann do it?18:57
clarkbmordred: but could be anywhere in that process really18:57
mordredclarkb: maybe we're calculating the md5 then signing18:57
mordredor something18:57
*** nadya has joined #openstack-infra18:57
*** beslemon has joined #openstack-infra18:58
pabelangerAJaeger: lets see what mordred and clarkb come up with. As I think it is related to their discussions18:58
*** dharinic has joined #openstack-infra18:58
clarkbI think zuul is direct release so we'd tag it. But understanding how we got different arballs would be good first18:58
mordredclarkb++18:58
clarkbpabelanger: you only did gnocci not gnocchclient right? when you direct enqueued?18:58
clarkbI was looking at gnocciclient under that assumption to rule out anything that re enqueing might have done18:59
*** Sukhdev_ has quit IRC18:59
pabelangerclarkb: ya, I left notes on the eitherpad of what I enqueued18:59
mordreddhellmann: do you know where the signing happens?19:00
*** EricGonczer_ has joined #openstack-infra19:00
*** Sukhdev_ has joined #openstack-infra19:00
dhellmannmordred : there's a special node with the keys on it19:01
*** nadya has quit IRC19:01
mordreddhellmann: yah - I was just looking for the script/job and failing because I'm lame19:01
dhellmannoh, yeah, let me see if I can find it easily19:02
openstackgerritClark Boylan proposed openstack-dev/pbr master: Order pbr.json content  https://review.openstack.org/45636119:02
clarkbmordred: ^ fyi19:02
*** gk_1wm_su has joined #openstack-infra19:02
dhellmannmordred : here's a link to a log http://logs.openstack.org/9e/9e376560e686dc604cdf35b365db24b0cf16d12d/release/gnocchi-tarball-signing/280d8cc/console.html19:03
dhellmannsigning0119:03
*** gk_1wm_su has left #openstack-infra19:03
openstackgerritKaitlin Farr proposed openstack-infra/project-config master: Enable security configuration for barbican grenade gate  https://review.openstack.org/45635619:04
mordreddhellmann: thank you19:05
dhellmannmordred, clarkb : another thing we've noticed with downstream packages is that setuptools rewrites the whitespace in files like setup.cfg as part of creating the sdist19:06
pabelangerclarkb: left comment on 45636119:06
dhellmannI don't know if that's somehow related to the other file being modified19:07
mordreddhellmann: yah - I gotta tell you how thrilled I am about that :)19:07
clarkbpabelanger: hrm does python2.6 actually work as is? maybe I should make it python2.6 friendlt?19:07
dhellmannyeah, causes some pain for the release delivery team at redhat19:07
clarkbI know lifeless wanted python2.6 but at this point is it worth it?19:07
pabelangerclarkb: not sure if python2.6 actually.19:08
pabelangerworks*19:08
mordredhis argument was that pbr is used by more than openstack19:08
*** e0ne has quit IRC19:08
*** kjackal_ has quit IRC19:08
openstackgerritClark Boylan proposed openstack-dev/pbr master: Order pbr.json content  https://review.openstack.org/45636119:09
mordredso we shouldn't remove 2.6 support since other people still support 2.6 in places and also use pbr19:09
clarkbmordred: ya but where is python26 used anymore?19:09
clarkbI guess rhel6 hold outs?19:09
mordredbut - that is hard to validate in a 'if it's not tested it's broken' world19:09
*** esikachev has joined #openstack-infra19:09
*** Sukhdev_ has quit IRC19:09
mordredI mean, ansible JUST RECENTLY dropped 2.4 support19:09
clarkbmordred: ya but red hat also explicitly says stop accomodating our old stuff19:09
pabelangerya, I would guess rhel619:09
mordredthe world is full of people who are not able to upgrade when upstream tells them they should19:09
mordredclarkb: yah19:09
mordredI'm just trying to be a good proxy for lifeless19:10
mordredI _barely_ think we should support 2.7 :)19:10
Daviey!19:10
*** smarcet has quit IRC19:11
mordredclarkb, dhellmann: I have doublechecked the jobs - unless twine is changing the tarball, I do not see anything other than us downloading from tarballs then uploading to pypi19:12
dhellmannmordred, clarkb : I notice in https://etherpad.openstack.org/p/fSNrLxz3Hx that pabelanger reran a couple of the jobs. I wonder if that had anything to do with it?19:12
dhellmannmaybe we should spot check one of the packages released recently that did not have to be redone19:13
clarkbdhellmann: tahts why I looked at gnocciclient not gnocchi just to avoid any potential there19:13
dhellmannah19:13
*** esikachev has quit IRC19:13
clarkbbut we should spot check others19:14
*** john-davidge has quit IRC19:14
openstackgerritFelipe Monteiro proposed openstack-infra/project-config master: Create heat-specific patrole gate  https://review.openstack.org/45630019:15
*** kzaitsev_mb has joined #openstack-infra19:15
mordredyah - but even re-running tarballs and pypi should match - unless we reran the tarball creation job and then the pypi upload failed because duplicate19:16
*** esikachev has joined #openstack-infra19:16
clarkbdib matches, but dib is also not signed19:16
clarkbon the tarball /me looks at whel19:16
clarkbya whl matches too19:17
clarkbmordred: oh!19:17
openstackgerritFelipe Monteiro proposed openstack-infra/project-config master: Promote patrole admin/member gates to voting  https://review.openstack.org/45636519:17
clarkbyou may have explained why it is that way if gnocchiclien was direct released by gnocchi?19:17
clarkbthen we came along and did our automated thing, made new tarball and wheel which are different pbr.json order and then failed to upload because they were already there /dns issue19:18
mordredyah19:18
mordredmaybe we should set immutable bits on tarballs after we upload them to tarballs.o.o19:18
mordredto prevent double-upload/overwriting19:18
clarkbwell in this case I think gnocchi just bypassed us entirely19:18
mordredsure19:18
mordredoh - I see what you're saying19:19
mordredyah - we should probably have in our process to remove the original owner of projects on pypi once openstackinfra user owns it19:19
dhellmannyeah, I didn't realize gnocchi was self-tagging until I went to retag it with a new version19:19
mordredthis is sort of like having zuul gate but also letting someone push commits directly19:19
clarkbmordred: yes19:19
clarkband then wondering wtf the merge was different sha1s19:20
dhellmannoh, they ran the jobs to do the upload, they just pushed a tag by hand19:20
mordredbut still - if we re-ran the whole stack including the tarball creation19:20
*** esikachev has quit IRC19:20
dhellmannwe didn't run that part, did we?19:20
dhellmannI thought we only reran the upload job19:20
mordredwhen you say "pushed a tag by hand"19:21
dhellmannhttps://etherpad.openstack.org/p/fSNrLxz3Hx19:21
mordredthanks19:21
clarkbyes pabelanger only ran the upload job aiui19:21
dhellmannthey tagged and used "git push" instead of using openstack/releases19:21
pabelangeryup19:21
clarkbdhellmann: and then separately uploaded to pypi too is my guess19:21
pabelangersileht looks to have created the tag, maybe he can comment19:21
dhellmannclarkb : well, the original failure we were trying to correct was the upload job19:22
clarkbdhellmann: yes, my current assumption is the upload job would've failed either way19:22
dhellmannit's possible someone did that by hand, I guess, but that wasn't what the original failure said (it was a dns error of some sort)19:22
AJaegergerrit/acls/openstack/gnocchi.config is the problem, it allows tag creation19:22
clarkbdhellmann: if dns was working then because someone did it by hand19:22
dhellmannAJaeger : it's an independent project, so that's ok19:22
dhellmannclarkb : yeah, that scenario makes sense19:22
mordredwell - hang on - manual tagging of the git repo does not explain the content differences19:22
clarkbmordred: it does if they also pushed to pypi19:23
AJaegerdhellmann: now I remember...19:23
mordredso they would have needed to have uploaded to pypi as well for our hypothesis to be correct19:23
mordredclarkb: yes19:23
dhellmannmordred: it does if they also rebuilt the sdist locally to upload it19:23
dhellmannyeah19:23
*** baoli has quit IRC19:23
dhellmannI don't know if there's any way to tell19:23
mordredI just looked and don't see any indication of who uploaded19:23
*** baoli has joined #openstack-infra19:23
dhellmannlook, before we all spend a bunch of time on this, the release team's policy is that if you're doing things on your own, those things include debugging failures19:23
mordredindeed - I mostly just want to make sure one of our systems aren't broken19:23
dhellmannso as long as we are not seeing differences in the releases for things that started with patches in openstack/releases to create the tag, we don't need to worry19:23
dhellmannso far we have not seen any cases where the signatures don't match in that case, have we?19:24
mordreddhellmann: I agree with that19:24
mordredI would, however, like to put in some sort of somethign to prevent us from pushing a tarball to tarballs.o.o overwriting one that's already there - since I don't think we did that this time, but I do believe it's technically possible19:25
mordredand _never_ a thing we want to do19:25
dhellmannyes, I would agree with that19:25
*** Sukhdev_ has joined #openstack-infra19:25
*** Sukhdev_ has quit IRC19:26
*** beslemon has quit IRC19:26
*** beslemon has joined #openstack-infra19:27
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Move pip management to openstack_project::server  https://review.openstack.org/45636719:27
pabelanger2001:4800:1ae1:18:f816:3eff:feb4:5237 - - [12/Apr/2017:15:50:15 +0000] "GET /v2/tripleoupstream/centos-binary-redis/manifests/latest HTTP/1.1" 403 436 "-" "docker/1.12.6 go/go1.7.4 kernel/3.10.0-514.10.2.el7.x86_64 os/linux arch/amd64 UpstreamClient(docker-py/1.10.6)"19:28
pabelangerclarkb: mordred: ^ looks like docker proxy is getting used19:28
pabelangernow to figure out why a 40319:29
*** beslemon has quit IRC19:31
clarkbimage claims its public on dockerhub so forbidden is funny response19:34
*** edmondsw_ has joined #openstack-infra19:34
pabelangerya, will debug with tripleo in a bit19:34
*** andreas-f has joined #openstack-infra19:36
*** esikachev has joined #openstack-infra19:36
*** beslemon has joined #openstack-infra19:37
*** andreas-f has quit IRC19:38
*** edmondsw_ has quit IRC19:40
*** jkilpatr_ has quit IRC19:41
*** esikachev has quit IRC19:41
*** esikachev has joined #openstack-infra19:42
*** kfarr has joined #openstack-infra19:43
*** rderose has quit IRC19:45
*** rderose has joined #openstack-infra19:46
*** Hal has joined #openstack-infra19:46
*** vhosakot has quit IRC19:48
openstackgerritPaul Belanger proposed openstack-infra/nodepool master: Add mirror support for fedora-25 DIB  https://review.openstack.org/45637219:49
*** vhosakot has joined #openstack-infra19:49
*** smarcet has joined #openstack-infra19:52
openstackgerritPaul Belanger proposed openstack-infra/nodepool master: Switch to /etc/ci/mirror_info.sh for nodepool mirrors  https://review.openstack.org/45637419:53
*** jkilpatr_ has joined #openstack-infra19:54
clarkbpabelanger: I like how that made a bunch of code all over the place so much simpler19:54
pabelanger++19:55
*** bh526r has quit IRC19:59
pabelangerproject-config still looks blocked on our zuul release20:02
clarkboh right we need to make that realse now that we are happy with release process20:02
clarkbpabelanger: can you review https://review.openstack.org/#/c/456282/ first, I think we want to tag that20:05
clarkbas it makes the current voluptuous situation a little more correct20:05
pabelanger+320:06
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Remove curl from single_use_slave.pp  https://review.openstack.org/45637720:06
clarkbok gonna go grab lunch and then if no one beats me to it can tag 456282 as new zuul release20:07
*** dprince has quit IRC20:11
*** cody-somerville has joined #openstack-infra20:12
openstackgerritMerged openstack-infra/zuul master: Update voluptuous requirement  https://review.openstack.org/45628220:13
*** EricGonczer_ has quit IRC20:13
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Create /usr/zuul-env in nodepool-base  https://review.openstack.org/45638120:14
*** e0ne has joined #openstack-infra20:21
jbernardis the live migration job failing today, or am i getting unlucky?20:22
*** jcoufal_ has joined #openstack-infra20:24
*** dharinic has quit IRC20:26
*** jcoufal has quit IRC20:26
clarkbjbernard: possibly related to switch to use uca?20:29
clarkbbut I havent heard if its consistent20:29
clarkbhow is it failing? have an example20:30
clarkb?20:30
*** dougwig has joined #openstack-infra20:32
*** e0ne has quit IRC20:33
jbernardhttp://logs.openstack.org/92/456292/1/check/gate-tempest-dsvm-multinode-live-migration-ubuntu-xenial/355bf4e/console.html20:33
jbernardclarkb: ^ that's one example20:34
kfarrclarkb jbernard I can confirm that I also saw that failure on this patch, even after a recheck: https://review.openstack.org/#/c/456204/20:36
*** vhosakot has quit IRC20:36
pabelangerit is a new image from today20:36
pabelangerwonder if some how related20:36
*** dimtruck is now known as zz_dimtruck20:36
jbernardi saw it twice on https://review.openstack.org/#/c/456292/20:38
*** dkehn has quit IRC20:40
AJaegerpabelanger, clarkb I'm off now for a long easter weekend, probably back online next week Wednesday.20:41
AJaegerHave fun and don't break too much in your spring clean ;)20:41
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Create /usr/zuul-env in nodepool-base  https://review.openstack.org/45638120:43
pabelangerAJaeger: enjoy20:44
clarkbAJaeger: you too20:46
pabelangerk, think we are ready for zuul tag20:46
clarkbpabelanger: jbernard kfarr earlier today ( about 5 hours ago ) a change was merged to devstack to use cloud archive20:47
clarkbwhich would have bumped the libvirt version20:47
pabelangerYa, seems like a good place to start20:47
*** marst_ has quit IRC20:48
*** marst_ has joined #openstack-infra20:49
kfarrNot sure if this is related at all, but I noticed a separate problem where "gate-project-config-layout" seems to be failing for project-config since about 6 hours ago20:49
clarkbhttp://logs.openstack.org/92/456292/1/check/gate-tempest-dsvm-multinode-live-migration-ubuntu-xenial/355bf4e/logs/screen-n-cpu.txt.gz?level=TRACE#_2017-04-12_19_09_02_60720:49
*** dkehn has joined #openstack-infra20:49
*** esikachev has quit IRC20:49
clarkbkfarr: not related at all and I need to make tag to fix the project0-config issue20:49
kfarrclarkb, got it, thanks20:50
clarkblooking at that error netcat isn't installed?20:50
clarkbsh: 1: nc: not found: Input/output error20:50
pabelangerclarkb: mordred 2.5.2 on 9ada50e87a72d77d94cab0354ebb85b1de68c903 for zuul? We are okay with that20:52
clarkbpabelanger: yup20:52
*** smarcet has quit IRC20:53
pabelangerokay, pushed20:53
clarkbok I just reproduced that error message on xenial by running a script with an uninstalled program20:55
*** srobert_ has joined #openstack-infra20:55
*** srobert_ has quit IRC20:56
*** srobert_ has joined #openstack-infra20:56
*** trown is now known as trown|outtypewww20:56
*** srobert has quit IRC20:58
clarkbkfarr: jbernard can you depends on https://review.openstack.org/456388 and see if that fixes?20:58
openstackgerritChi Lo proposed openstack-infra/project-config master: Enable plugins to support neutron-lbaas testing.  https://review.openstack.org/45639020:59
kfarrclarkb will try, thanks21:00
clarkbhttp://logs.openstack.org/92/456292/1/check/gate-tempest-dsvm-multinode-live-migration-ubuntu-xenial/355bf4e/logs/dpkg-l.txt.gz netcat is indeed missing from there21:00
*** srobert_ has quit IRC21:01
*** thorst has quit IRC21:01
*** ociuhandu has quit IRC21:01
*** thorst has joined #openstack-infra21:02
*** jascott1_ has joined #openstack-infra21:02
*** kgiusti has left #openstack-infra21:02
*** jascott1_ has quit IRC21:03
*** dharinic has joined #openstack-infra21:04
*** jascott1_ has joined #openstack-infra21:04
*** ianychoi has quit IRC21:05
clarkblooks like yakkety libvirt-daemon does recommend netcat-openbsd guessing this is just a UCA problem? /me looks there21:05
*** eharney has quit IRC21:05
clarkbRecommends: qemu-kvm | qemu (>= 0.9.1), libxml2-utils, netcat-openbsd21:06
*** thorst has quit IRC21:06
clarkbhuh maybe we don't install recommends by default from UCA?21:06
clarkbmordred: pabelanger do you know what mechanism makes recommends get installed by default typically?21:06
*** sdague has quit IRC21:07
pabelangerAPT::Install-Recommends21:07
*** zz_dimtruck is now known as dimtruck21:08
pabelangerI know we disable it in DIB, but pretty sure we re-enable it21:08
pabelangermaybe not21:09
pabelangerI think we set /etc/apt/apt.conf.d/95disable-recommends21:09
*** Apoorva_ has joined #openstack-infra21:09
clarkbhttp://logs.openstack.org/92/456292/1/check/gate-tempest-dsvm-multinode-live-migration-ubuntu-xenial/355bf4e/logs/devstacklog.txt.gz#_2017-04-12_18_53_05_297 thats where the install happens and sure enough it lists the recommends but doesn't seem to install it21:10
pabelangerya, that would make sense if ^ is installed from above21:11
clarkbyup its there on a random xenial host I logged into21:12
clarkbok that explains it21:12
*** Apoorva has quit IRC21:13
*** bkero has quit IRC21:13
*** Sukhdev has joined #openstack-infra21:14
clarkbhas anyone rechecked layout jobs yet?21:15
* clarkb can do that if not21:15
pabelangerya, did a few21:15
pabelangermaking sure they pass21:15
*** ldnunes has quit IRC21:15
kfarrI just rechecked mine21:16
clarkbkfarr: can you point me at your depends on when its pushed too so that I can follow along if the devstack change fixes live migration errors21:17
*** armax has quit IRC21:17
kfarrclarkb: thanks, it's this one: https://review.openstack.org/#/c/456204/21:17
pabelangerya, they look to be good now21:17
*** eharney has joined #openstack-infra21:18
pabelangerclarkb: https://review.openstack.org/#/c/456346/ should be straightforward21:18
pabelangersudoers files for DIB21:18
*** mat128 has quit IRC21:18
clarkband gerrit just 500'd on me, is it time for weekly service restart?21:19
clarkbthere is some GCing according to melody its not super bad, but likely we need to restart21:20
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Install tox and git-review with DIB  https://review.openstack.org/45639521:21
*** gouthamr has quit IRC21:21
clarkbpabelanger: done21:21
clarkbthere are no jobs in the release pipeline. Going to restart gerrit now.21:22
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Stop installing tox and git-review from puppet  https://review.openstack.org/45639621:23
kfarrclarkb: my layout job recheck passed \o/  thanks!21:23
clarkbjust double checking meolody trends21:24
clarkb#status notice Restarting Gerrit for our weekly memory leak cleanup.21:24
openstackstatusclarkb: sending notice21:24
cmurphypabelanger: this recheck didn't pass https://review.openstack.org/#/c/456334/ not sure if something changed since then?21:24
pabelangercmurphy: ya, I just did it again. I think I was a little too fast first time21:25
cmurphypabelanger: okay21:25
-openstackstatus- NOTICE: Restarting Gerrit for our weekly memory leak cleanup.21:25
pabelangerdon't think our pypi mirror had 2.5.2 yet21:25
*** bkero has joined #openstack-infra21:25
*** bkero has quit IRC21:25
*** bkero has joined #openstack-infra21:25
*** john-davidge has joined #openstack-infra21:26
clarkbok gerrit is restarted21:26
*** gildub has joined #openstack-infra21:27
openstackstatusclarkb: finished sending notice21:27
*** neiljerram has joined #openstack-infra21:28
*** esberglu has quit IRC21:28
*** esberglu has joined #openstack-infra21:29
*** jcoufal_ has quit IRC21:30
kfarrI gotta run, will check back in later today or tomorrow21:30
*** kfarr has quit IRC21:30
openstackgerritMerged openstack-infra/project-config master: Add jenkins user sudoers file to nodepool-base  https://review.openstack.org/45634621:30
openstackgerritMerged openstack-infra/project-config master: Revert "Revert "Stop installing pip from install_puppet.sh""  https://review.openstack.org/45584321:31
clarkbbah I used the wrong nc version /me updates21:31
openstackgerritMerged openstack-infra/project-config master: Stop enabling EPEL mirror by default  https://review.openstack.org/45322221:31
*** john-davidge has quit IRC21:31
*** krtaylor has quit IRC21:32
*** askb has joined #openstack-infra21:32
*** beslemon has quit IRC21:33
*** esberglu has quit IRC21:33
ianwpabelanger: what's the md5 issue?21:33
clarkbianw: we think we sorted it out21:34
clarkbassuming its the same md5 issue I am thinking about. Basically gnocchi made their own push to pypi with tarballs that don't match our tarballs on tarballs.o.o21:35
clarkbinitially this created concern21:35
openstackgerritKendall Nelson proposed openstack-infra/storyboard master: Handle Branches from Launchpad in Migration  https://review.openstack.org/43746921:37
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow using webapp from connections  https://review.openstack.org/43983121:38
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Support GitHub PR webhooks  https://review.openstack.org/43983421:38
openstackgerritMerged openstack-infra/project-config master: Remove unused params in puppet builds  https://review.openstack.org/45633421:38
*** marst_ has quit IRC21:38
ianwclarkb: ok ... so the release would be to get a new push to pypi?21:39
ianwwere it to be needed?21:39
clarkbianw: oh sorry, its basically a non issue since gnocchi is doing their own thing so if their artifacts don't match ours we don't care too much. We were just concerned it was happening on the artifacts we did care for but those all seemed to match21:40
clarkbianw: separately if you are not out today https://review.openstack.org/456388 could use a review as it should fix the nova live migration job 456204 depends on it and is checking for us21:41
*** Qiming has quit IRC21:41
*** ociuhandu has joined #openstack-infra21:41
*** esberglu has joined #openstack-infra21:42
*** priteau has quit IRC21:42
*** Goneri has quit IRC21:42
*** neiljerram has quit IRC21:43
*** marst_ has joined #openstack-infra21:44
*** Qiming has joined #openstack-infra21:46
*** esberglu has quit IRC21:46
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Install tox and git-review with DIB  https://review.openstack.org/45639521:47
clarkbanyone know if there is a project config fix for the ceph devstack plugin git cloen fail?21:47
pabelangernot following21:48
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Remove /opt/zuul-env from slave_common.pp  https://review.openstack.org/45640121:48
*** annegentle has quit IRC21:48
clarkbsorry the ceph job is failing because it tries to clone the devstack ceph plugin as its not in PROJECTS21:48
clarkblooks like https://review.openstack.org/#/c/455818/1/jenkins/jobs/devstack-gate.yaml is causing it21:48
clarkbjbernard: fyi ^ going to push a fix now21:48
*** baoli has quit IRC21:50
openstackgerritClark Boylan proposed openstack-infra/project-config master: List devstack ceph plugin in PROJECTS when used  https://review.openstack.org/45640221:51
clarkbpabelanger: jbernard ^21:51
clarkbhttp://logs.openstack.org/04/456204/3/check/gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial/65531b7/logs/devstacklog.txt.gz is example fail21:51
*** pcaruana has quit IRC21:51
*** rhallisey has quit IRC22:01
pabelangerianw: mind a +3 https://review.openstack.org/#/c/455003/22:03
clarkbI have enjoyed the historical spelunking in this cleanup22:04
clarkb"why did we do that? OH YA"22:04
cmurphy++22:04
clarkbthe centos6 git fix repo that ianw made was another one22:05
cmurphythie history of openstack-infra as told by git log22:05
*** Zhongjun__ has joined #openstack-infra22:06
pabelangerya, that git fix finally made it into centos6 too22:06
clarkbha nice22:06
cmurphylol22:06
ianwi still get emails occasionally on that git bug22:06
*** MasterOfBugs has quit IRC22:06
*** pramodrj07 has quit IRC22:06
clarkbianw: so it is more than just us that hit it in the wild?22:06
*** pramodrj07 has joined #openstack-infra22:06
*** MasterOfBugs has joined #openstack-infra22:06
*** Apoorva_ has quit IRC22:07
pabelangerI imagine a paying customer did22:07
pabelangerbut cannot see that info22:07
*** Apoorva has joined #openstack-infra22:07
*** mdrabe has quit IRC22:07
ianwyeah.  i just thank the stars i'm not in an environment where i have to think about rhel6 :)22:09
clarkbas a heads up I will be out tomorrow morning at kids allergy testing, but should be back for second half of the day22:09
clarkbianw: pabelanger: it really is impressive how long the support is able to eb stretched out on some of these distro releases22:10
openstackgerritMerged openstack-infra/system-config master: Remove /opt/requirements from slave_common.pp  https://review.openstack.org/45500322:10
ianwyeah, i guess the other person at random company is like "thank heavens i don't have to deal with all that modern stuff"22:11
ianwif it ain't broke, don't fix it22:11
*** inc0 has quit IRC22:12
*** inc0 has joined #openstack-infra22:12
openstackgerritMerged openstack-infra/project-config master: List devstack ceph plugin in PROJECTS when used  https://review.openstack.org/45640222:13
*** trown|outtypewww has quit IRC22:14
*** trown has joined #openstack-infra22:15
*** jkilpatr_ has quit IRC22:15
*** ihrachys|afk is now known as ihrachys22:18
*** eharney has quit IRC22:18
*** gordc has quit IRC22:18
*** felipemonteiro has quit IRC22:19
*** esberglu has joined #openstack-infra22:21
*** csomerville has joined #openstack-infra22:24
*** ianw is now known as ianw_pto22:26
*** cody-somerville has quit IRC22:27
*** esikachev has joined #openstack-infra22:33
*** esikachev has quit IRC22:38
*** ssbarnea has quit IRC22:40
*** esikachev has joined #openstack-infra22:42
*** marst_ has quit IRC22:43
*** pradk has quit IRC22:45
*** baoli has joined #openstack-infra22:45
*** esikachev has quit IRC22:47
*** jkilpatr_ has joined #openstack-infra22:49
*** baoli has quit IRC22:50
*** Goneri has joined #openstack-infra22:52
*** esikachev has joined #openstack-infra22:56
jheskethMorning22:57
clarkbgood morning22:58
*** claudiub has quit IRC22:58
*** esikachev has quit IRC23:01
pabelangerfedora-25 dib just uploading now. This is will be the first image where we don't setup pip from install_puppet.sh23:02
pabelangerlooking at build logs, our virtualenvs are correct now23:02
pabelangerhttp://nb02.openstack.org/dib.fedora-25.log23:02
*** adriant has joined #openstack-infra23:02
*** xyang1 has quit IRC23:02
clarkbcool, I'm unbreaking a nova job that I broke with UCA change23:02
*** Apoorva_ has joined #openstack-infra23:04
*** rderose has quit IRC23:04
*** Sukhdev has quit IRC23:04
*** Apoorva has quit IRC23:07
*** xarses has quit IRC23:07
*** vhosakot has joined #openstack-infra23:07
*** jkilpatr_ is now known as jkilpatr23:10
pabelangerclarkb: mordred: do we need pydistutils.cfg any more on workers?23:16
clarkbpabelanger: yes23:16
clarkbpabelanger: that controls anything that happens to invoke easy_install23:16
clarkbwhich can and still does happen due to corner cases of things23:16
pabelangerclarkb: right, but I think we set it up with configure_mirror.sh23:17
pabelangerI guess I should of asked, do we need it at image build time23:17
pabelangerbecause we current pin to rax23:17
clarkboh I see what you mean. We need it there bceause not all instances are single use instances that get configure_mirror.sh23:17
clarkbyou likely can split it off into the static host puppet though23:17
pabelangerkewl23:18
*** thorst has joined #openstack-infra23:20
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Split off .pydistutils.cfg to static slaves  https://review.openstack.org/45641023:20
*** baoli has joined #openstack-infra23:20
*** knangia has quit IRC23:21
*** baoli has quit IRC23:21
*** thorst has quit IRC23:21
*** baoli has joined #openstack-infra23:22
*** armax has joined #openstack-infra23:23
*** esikachev has joined #openstack-infra23:25
*** armax_ has joined #openstack-infra23:26
*** tosky has quit IRC23:26
*** armax has quit IRC23:28
*** armax_ is now known as armax23:28
*** esikachev has quit IRC23:29
*** john-davidge has joined #openstack-infra23:29
*** kzaitsev_mb has quit IRC23:34
*** john-davidge has quit IRC23:34
*** erlon has quit IRC23:35
*** eharney has joined #openstack-infra23:35
*** Apoorva_ has quit IRC23:36
*** Apoorva has joined #openstack-infra23:37
*** esberglu has quit IRC23:38
*** esberglu has joined #openstack-infra23:39
*** gongysh has joined #openstack-infra23:40
*** ianychoi has joined #openstack-infra23:41
*** zeroDivisible has quit IRC23:41
*** priteau has joined #openstack-infra23:42
*** esberglu has quit IRC23:43
*** zeroDivisible has joined #openstack-infra23:45
*** priteau has quit IRC23:47
*** s-shiono has joined #openstack-infra23:48
*** s-shiono_ has joined #openstack-infra23:49
jbernardclarkb: that's my fault!23:51
*** zeroDivisible has quit IRC23:52
jbernardclarkb: i accidentely deleted that line in my last patch23:52
*** EricGonczer_ has joined #openstack-infra23:52
*** s-shiono has quit IRC23:52
*** dimtruck is now known as zz_dimtruck23:52
clarkbjbernard: no problem, got it sorted out for you I hope23:53
jbernardclarkb: yep, that's perfect, thank you23:53
*** wolverineav has quit IRC23:53
clarkbjbernard: I noticed it when I was debugging the live migration test issue. Wanted to make sure I didn't break ceph job too :)23:53
*** wolverineav has joined #openstack-infra23:54
*** esikachev has joined #openstack-infra23:54
*** zeroDivisible has joined #openstack-infra23:54
clarkbjbernard: also I got livemigration fixes pushed to nova and devsatck so hopefully that works again soon23:55
*** wolverin_ has joined #openstack-infra23:56
jbernardclarkb: awesome, should i depends on https://review.openstack.org/456388 for now?23:56
clarkbjbernard: you need https://review.openstack.org/456408 which depends on ^23:57
clarkbhad to patch nova too23:57
*** esikachev has quit IRC23:58
*** wolverineav has quit IRC23:58

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