Monday, 2016-05-16

*** cody-somerville has joined #openstack-infra00:00
*** ddieterly[away] is now known as ddieterly00:01
*** jamesmcarthur has quit IRC00:01
*** jamesmcarthur has joined #openstack-infra00:05
*** alexpilotti has joined #openstack-infra00:11
*** alexpilotti has quit IRC00:12
*** jamesmcarthur has quit IRC00:13
*** esker has joined #openstack-infra00:15
*** esker has quit IRC00:16
*** ffrank has quit IRC00:17
*** esker has joined #openstack-infra00:17
*** amotoki has joined #openstack-infra00:17
*** kzaitsev_mb has quit IRC00:18
*** Sukhdev has joined #openstack-infra00:19
*** sflanigan has joined #openstack-infra00:19
*** chlong has joined #openstack-infra00:19
*** zz_dimtruck is now known as dimtruck00:20
*** jamesmcarthur has joined #openstack-infra00:23
*** scottda has quit IRC00:25
*** thorst has joined #openstack-infra00:27
*** obondarev has quit IRC00:29
*** tphummel has quit IRC00:29
*** sflanigan has quit IRC00:29
*** obondarev has joined #openstack-infra00:30
*** jamesmcarthur has quit IRC00:31
*** LaT0rtue has joined #openstack-infra00:33
*** thorst has quit IRC00:33
*** jamesmcarthur has joined #openstack-infra00:33
*** thorst has joined #openstack-infra00:33
*** LaT0rtue has quit IRC00:34
*** jamesmcarthur has quit IRC00:38
*** thorst has quit IRC00:38
openstackgerritIan Wienand proposed openstack/diskimage-builder: Do not remove sudo in ironic-agent  https://review.openstack.org/30874700:41
*** Qiming has joined #openstack-infra00:46
*** sflanigan has joined #openstack-infra00:55
*** jamesmcarthur has joined #openstack-infra00:57
*** amotoki has quit IRC00:59
*** gildub has joined #openstack-infra01:00
*** zhurong has joined #openstack-infra01:03
*** jamesmcarthur has quit IRC01:03
ianwi'm not sure i'm convinced editing rst in a yaml file is that great01:05
dstufftthat sounds moderately painful01:07
ianwi guess it's just the "reno" way ... i kind of get it, as i found out with https://github.com/ianw/rstdiary parsing RST is a pain (as opposed to *converting* it, which is ok)01:14
*** jamesmcarthur has joined #openstack-infra01:15
clarkbfwiw in my little reno use I havent had to think about it being embedded rst01:16
clarkbI just write a paragraph or two and done01:17
clarkbquoted in yaml like any other string in yaml01:17
greghaynesianw: That lets us slurp up blurbs from commit messages into our release notes right?01:17
*** kzaitsev_mb has joined #openstack-infra01:18
*** gildub has quit IRC01:19
ianwgreghaynes: it doesn't automatically slurp, which is probably good because it's nice to have the release notes at a slightly higher level than commit messages01:19
ianwgreghaynes: while you're here, just going to put in https://review.openstack.org/#/c/308747/ and then do a dib release, so we get centos fixes in for tomorrows build01:20
greghaynesianw: right, I thought there was some way to say in a commit message !feature <feature blurb for release notes>01:20
ianwalso, just finishing up some release notes :)01:20
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add 1.16.0 releasenotes  https://review.openstack.org/31653201:20
ianw^ greghaynes: :)01:20
*** amotoki has joined #openstack-infra01:21
greghaynesianw: Yea, saw that - I think the reason that was ther is that ironic was trying to remove everything possible to shrink their images01:21
ianwclarkb: hmm, maybe i need to do every point as a comment.  "- ``foo``" screwed up the yaml parser01:21
ianwgreghaynes: yeah, but i really can't see that sudo is considered optional.  if someone gives me a great reason, happy to revert, but it's been there for ages and seems reasonable01:22
*** jamesmcarthur has quit IRC01:23
greghaynesianw: I agree - sudo should be there, just context for why it was probably removed :)01:23
greghaynesI bet the size difference is literally in the thousands of bytes01:24
*** kzaitsev_mb has quit IRC01:24
*** jamielennox is now known as jamielennox|away01:26
ianwgreghaynes: re 259734 -- we can probably knock that one off too.  I think the global pipefail change is out of that (which I'm OK with, but just wants to be separate to that change) ... but any reason we can't just use PIPESTATUS instead of the subshell.  In my experience subshells just add extra places to get stuff wrong01:27
ianwso unless compelling reason to use them, i avoid them01:27
*** jamielennox|away is now known as jamielennox01:28
*** bswartz has quit IRC01:28
greghaynesianw: Yea, I get it - it sucks to debug in a subshell. If you have a blurb that works for detecting pipestatus that'd be win...01:29
greghaynesthat isnt set -o | grep pipe | grep on01:29
ianwit would be "foobar | tee out.log ; if $PIPESTATUS[0] != 0; then ... failed ..."01:30
*** zhenguo_ has joined #openstack-infra01:31
greghaynesah, I get what you meant now01:32
greghaynesI stared at you comment the other day and didnt quite grok it01:33
openstackgerritgreghaynes proposed openstack/diskimage-builder: Properly fail/trap in eval_run_d  https://review.openstack.org/25973401:35
*** thorst has joined #openstack-infra01:35
openstackgerritgreghaynes proposed openstack/diskimage-builder: Properly fail/trap in eval_run_d  https://review.openstack.org/25973401:37
*** IlyaG has joined #openstack-infra01:38
*** rhochmuth has joined #openstack-infra01:39
*** thorst has quit IRC01:39
*** thorst has joined #openstack-infra01:39
*** IlyaG has quit IRC01:40
openstackgerritMerged openstack/diskimage-builder: Do not remove sudo in ironic-agent  https://review.openstack.org/30874701:41
*** salv-orlando has joined #openstack-infra01:43
*** thorst has quit IRC01:44
ianwgreghaynes: cool, modulo jenkins i think let's just get this into the 1.16.0 release.  i think the remaining outstanding things are much bigger (uefi support, lvm stuff, etc) and need more consideration01:47
*** maishsk has quit IRC01:47
*** sdague has quit IRC01:47
greghaynesianw: SGTM01:47
*** amotoki has quit IRC01:47
ianwgreghaynes: the docker sudo one ... i'm not sure how to deal with that.  if we install docker during the test run ,then we need to add jenkins to the docker group and re-login01:49
ianwi'm wondering if this means we need to install docker in the base images and have jenkins in the docker group from there01:50
greghaynesianw: ehh, I bet I can find a workaround01:50
greghaynesianw: maybe newgrp01:51
*** salv-orlando has quit IRC01:51
*** IlyaG has joined #openstack-infra01:52
ianwi dunno if jjb can be told to log out and back in between scripts?01:53
ianwwe install stuff like mysql and postgres ... do we not need to be in groups for that?  maybe not...01:53
greghaynesianw: yea, but we can newgrp to create a new login with that group01:54
greghaynesand not logout at all01:54
greghaynesmaybe01:54
*** rhochmuth has quit IRC01:55
greghaynesnot sure how we can send commands through that01:55
greghaynessomething to think on though. Or, we can just use sudo in tests.01:56
*** chlong has quit IRC01:56
*** vhosakot has joined #openstack-infra01:57
*** benny2 has joined #openstack-infra01:58
ianwyeah, using sudo seems to kind of suck.  it works for me as non-sudo.  i feel like we must have solved this in some way before, maybe when some others are around they'll remember02:00
*** ddieterly is now known as ddieterly[away]02:02
*** hongbin has joined #openstack-infra02:07
openstackgerritMerged openstack-infra/groups-static-pages: Content out of date  https://review.openstack.org/31615202:08
*** amotoki has joined #openstack-infra02:10
*** sridhar_ram has joined #openstack-infra02:13
*** cody-somerville has quit IRC02:14
*** jianghuaw has joined #openstack-infra02:15
*** jamesmcarthur has joined #openstack-infra02:16
*** yuanying_ is now known as yuanying02:17
*** vhosakot has quit IRC02:19
*** nelsnels_ has joined #openstack-infra02:19
*** nelsnelson has quit IRC02:19
*** kzaitsev_mb has joined #openstack-infra02:20
*** jamesmcarthur has quit IRC02:21
*** thorst has joined #openstack-infra02:23
*** kzaitsev_mb has quit IRC02:25
*** thorst has quit IRC02:25
*** thorst has joined #openstack-infra02:26
*** thorst has quit IRC02:30
*** winggundamth has quit IRC02:33
*** bswartz has joined #openstack-infra02:33
*** winggundamth has joined #openstack-infra02:37
*** IlyaG has quit IRC02:41
*** x00350071_ is now known as xiangxinyong02:42
*** ccamacho has quit IRC02:43
*** benny2 has quit IRC02:44
*** ccamacho has joined #openstack-infra02:45
*** binbincong has quit IRC02:49
*** thorst has joined #openstack-infra02:50
*** thorst has quit IRC02:52
*** yamamot__ has joined #openstack-infra02:54
*** rhochmuth has joined #openstack-infra02:54
*** jyuso1 has quit IRC02:55
*** binbincong has joined #openstack-infra02:57
*** sridhar_ram has quit IRC02:58
*** bpokorny has joined #openstack-infra02:59
*** ddieterly[away] has quit IRC03:02
*** dimtruck is now known as zz_dimtruck03:04
*** zz_dimtruck is now known as dimtruck03:04
openstackgerritMerged openstack/diskimage-builder: Properly fail/trap in eval_run_d  https://review.openstack.org/25973403:04
openstackgerritMerged openstack/diskimage-builder: Add 1.16.0 releasenotes  https://review.openstack.org/31653203:05
*** asettle has joined #openstack-infra03:05
*** jamielennox is now known as jamielennox|away03:06
*** dingyichen has quit IRC03:10
*** asettle has quit IRC03:10
openstackgerritJianghua Wang proposed openstack-infra/nodepool: Add back function supporting floating ip pool.  https://review.openstack.org/31654203:12
*** dimtruck is now known as zz_dimtruck03:13
*** harlowja_at_home has joined #openstack-infra03:16
*** yamamot__ has quit IRC03:19
*** kzaitsev_mb has joined #openstack-infra03:21
*** psachin has joined #openstack-infra03:22
openstackgerritEthan Lynn proposed openstack-infra/project-config: Add tempest tests for senlin API  https://review.openstack.org/31654403:24
*** kzaitsev_mb has quit IRC03:26
*** baoli has joined #openstack-infra03:26
openstackgerritEthan Lynn proposed openstack-infra/project-config: Add tempest tests for senlin API  https://review.openstack.org/31654403:26
*** bpokorny has quit IRC03:26
*** rhochmuth has quit IRC03:28
*** baoli has quit IRC03:30
*** dingyichen has joined #openstack-infra03:31
*** dchen has joined #openstack-infra03:36
*** jamielennox|away is now known as jamielennox03:36
*** dingyichen has quit IRC03:36
*** dchen has quit IRC03:36
openstackgerritIan Wienand proposed openstack/diskimage-builder: centos-minimal: can be used with base  https://review.openstack.org/29438503:37
*** furlongm has quit IRC03:40
*** cody-somerville has joined #openstack-infra03:42
openstackgerritMerged openstack/diskimage-builder: centos-minimal: can be used with base  https://review.openstack.org/29438503:46
*** psachin has quit IRC03:48
*** links has joined #openstack-infra03:49
*** kushal has joined #openstack-infra03:55
*** dingyichen has joined #openstack-infra03:58
*** hongbin has quit IRC03:58
*** IlyaG has joined #openstack-infra03:59
*** dingyichen has quit IRC04:01
*** dingyichen has joined #openstack-infra04:01
*** psachin has joined #openstack-infra04:07
*** oanson has joined #openstack-infra04:08
*** mixos has quit IRC04:11
*** mixos has joined #openstack-infra04:11
*** sridhar_ram has joined #openstack-infra04:13
*** IlyaG has quit IRC04:14
*** oanson has quit IRC04:14
*** amotoki has quit IRC04:15
*** amotoki has joined #openstack-infra04:16
*** dchen has joined #openstack-infra04:20
*** kzaitsev_mb has joined #openstack-infra04:22
*** oanson has joined #openstack-infra04:22
*** yamamot__ has joined #openstack-infra04:22
*** prometheanfire has quit IRC04:24
*** sflanigan has quit IRC04:25
*** kzaitsev_mb has quit IRC04:27
*** sflanigan has joined #openstack-infra04:30
*** apoorvad has joined #openstack-infra04:36
*** salv-orlando has joined #openstack-infra04:36
*** oanson has quit IRC04:42
*** salv-orlando has quit IRC04:45
*** jcoufal has joined #openstack-infra04:46
*** dchen has quit IRC04:47
*** sree has joined #openstack-infra04:49
*** harlowja_at_home has quit IRC04:50
*** kushal has quit IRC04:51
*** apoorvad has quit IRC04:52
*** Liuqing has joined #openstack-infra04:53
*** mtanino has quit IRC04:58
*** dingyichen has quit IRC05:05
*** dingyichen has joined #openstack-infra05:06
*** kushal has joined #openstack-infra05:07
*** sridhar_ram has quit IRC05:12
openstackgerritIan Wienand proposed openstack/diskimage-builder: Small doc update, add link to relnotes  https://review.openstack.org/31657605:15
*** rcernin has joined #openstack-infra05:16
*** abregman_ has joined #openstack-infra05:18
*** rcernin has quit IRC05:21
*** savihou has joined #openstack-infra05:26
openstackgerritMerged openstack/diskimage-builder: Small doc update, add link to relnotes  https://review.openstack.org/31657605:29
*** zhurong has quit IRC05:31
*** zhurong has joined #openstack-infra05:32
*** binbincong has quit IRC05:33
*** akaszuba has joined #openstack-infra05:35
*** rcernin has joined #openstack-infra05:38
*** ramishra has quit IRC05:49
*** binbincong has joined #openstack-infra05:50
*** ramishra has joined #openstack-infra05:50
*** amotoki_ has joined #openstack-infra05:53
*** amotoki has quit IRC05:54
*** mikelk has joined #openstack-infra05:56
*** DevBox has joined #openstack-infra05:58
*** salv-orlando has joined #openstack-infra06:02
*** gsagie has left #openstack-infra06:04
*** tphummel has joined #openstack-infra06:04
*** hichihara has joined #openstack-infra06:06
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/31658406:07
*** salv-orlando has quit IRC06:08
*** jaosorior has joined #openstack-infra06:18
*** shashank_hegde has quit IRC06:21
*** kzaitsev_mb has joined #openstack-infra06:23
*** tphummel has quit IRC06:25
*** salv-orlando has joined #openstack-infra06:25
*** shashank_hegde has joined #openstack-infra06:26
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/system-config: Add statsd values into subunit worker  https://review.openstack.org/24491906:27
*** kzaitsev_mb has quit IRC06:28
*** yuanying has quit IRC06:30
*** oanson has joined #openstack-infra06:33
openstackgerritMerged openstack-infra/glean: Minor testing cleanups  https://review.openstack.org/25983406:34
openstackgerritMerged openstack-infra/glean: Handle invalid symlinks in written files  https://review.openstack.org/25983106:36
openstackgerrityolanda.robla proposed openstack-infra/project-config: Add magnum plugin to shade dsvm-ansible job  https://review.openstack.org/31659306:38
*** nmagnezi has joined #openstack-infra06:39
openstackgerritIan Wienand proposed openstack-infra/glean: Add selinux context manager for writing files  https://review.openstack.org/30435706:43
openstackgerrityolanda.robla proposed openstack-infra/glean: Do not overwrite readonly files  https://review.openstack.org/30988006:43
ianwit's the glean hour :)06:44
openstackgerritAkihiro Motoki proposed openstack-infra/project-config: Add neutron-dynamic-routing to #-neutron  https://review.openstack.org/31659506:45
openstackgerrityolanda.robla proposed openstack-infra/glean: Read skip_dns_write option from config file  https://review.openstack.org/30758106:46
yolandamore glean :)06:46
notmorganyolanda: ++06:46
ianwit would be nice to get that selinux one in, as i think that's the only outstanding issue for centos now we have dib 1.16.006:47
openstackgerritIan Wienand proposed openstack-infra/glean: Check for network service enablement  https://review.openstack.org/25983806:47
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/project-config: Install os-performance-tools in venv on images  https://review.openstack.org/24491306:47
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/project-config: Install os-performance-tools in venv on images  https://review.openstack.org/24491306:50
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/project-config: Add counters pre/post gate test hooks  https://review.openstack.org/24490206:50
SpamapSmtreinish: ^^ trying to clean them up so we can land them :-P06:50
openstackgerrityolanda.robla proposed openstack-infra/system-config: Add infracloud east to puppetmaster clouds  https://review.openstack.org/28292006:52
yolandahi morgan, i updated the keystoneauth patch, to properly reflect keystone data structure, can you take another look?06:54
yolandanotmorgan ^06:54
*** jaosorior has quit IRC06:55
*** jaosorior_ has joined #openstack-infra06:55
*** sree has quit IRC06:56
EmilienMgood morning infra!06:57
yolandahi06:58
*** amotoki_ is now known as amotoki06:58
notmorganyolanda: i'll look at it tomorrow :)06:59
*** jaosorior_ is now known as jaosorior07:00
notmorganyolanda: /me is just finishing setting up the rest of the new window manager layout07:00
*** Sukhdev has quit IRC07:00
notmorganyolanda: still battling with one minor thing, but have most everything for my laptop working *yay* (and the yubikey working)07:00
*** arxcruz has joined #openstack-infra07:00
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: Allow to set TEMPEST_OS_TEST_TIMEOUT for grenade jobs  https://review.openstack.org/31605507:01
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: DO NOT REVIEW  https://review.openstack.org/31549907:01
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: Allow to set Ironic provision timeout from the job  https://review.openstack.org/31549607:01
yolandanotmorgan, lucky you! i also have been fighting with installs, i broke my unity install, and had the computer mostly off for a pair of days, until i found the problem07:01
notmorganyolanda: i moved over to tumbleweed07:02
notmorganyolanda: and i have KDE (plasma5) and XFCE both working very nicely, so i can swap as I feel like it until I decide which way I'll go.07:02
notmorganyolanda: the only odd thing is KDE isn't hooking into ssh-agent very well,07:03
yolandahow is tumbleweed working? worth try?07:03
notmorganyolanda: well i found it made this laptop much much more usable (skylake processor)07:04
notmorganyolanda: 16.04 was still not *quite* up to date enough in some cases.07:04
*** flepied has joined #openstack-infra07:04
notmorganyolanda: 4.4 kernel vs 4.5, though 4.6 is going to be the real fix for this laptop (afaict)07:04
yolandawhich laptop did you get?07:05
notmorganyolanda: X1 Carbon (4th gen)07:05
yolandai was considering this one, did you grow base memory?07:05
notmorgan16GB RAM, 512GB NVMe07:05
notmorganand the high-res screen07:06
openstackgerritEmilien Macchi proposed openstack-infra/project-config: generate_puppetfile: add missing $DIR  https://review.openstack.org/31659807:06
notmorganjust a word of warning, skylake has hiccups with some kernels still.07:06
*** sree has joined #openstack-infra07:06
yolandai'm doubting between this one and T460s07:08
*** sree has quit IRC07:11
notmorganyolanda: so, this X1C is my personal machine07:11
*** esikachev has joined #openstack-infra07:16
*** arxcruz has quit IRC07:18
*** arxcruz has joined #openstack-infra07:18
*** anteaya has joined #openstack-infra07:18
*** rhochmuth has joined #openstack-infra07:21
*** kzaitsev_mb has joined #openstack-infra07:24
*** rhochmuth has quit IRC07:26
*** jtomasek has joined #openstack-infra07:26
*** Liuqing has quit IRC07:29
*** kzaitsev_mb has quit IRC07:29
*** abregman has joined #openstack-infra07:29
*** abregman_ has quit IRC07:29
*** ihrachys has joined #openstack-infra07:32
*** jlanoux has joined #openstack-infra07:34
*** yuanying has joined #openstack-infra07:34
*** asettle has joined #openstack-infra07:35
*** Liuqing has joined #openstack-infra07:36
openstackgerritAndreas Florath proposed openstack/diskimage-builder: partitioning-parted: extraced and adapted element  https://review.openstack.org/31393807:36
*** shardy has joined #openstack-infra07:40
*** shashank_hegde has quit IRC07:40
*** rhochmuth has joined #openstack-infra07:42
*** yuanying has quit IRC07:42
*** vilobhmm11 has joined #openstack-infra07:42
*** yuanying has joined #openstack-infra07:42
vilobhmm11clarkb, fungii : ping07:43
*** aarefiev has quit IRC07:43
*** andreykurilin has quit IRC07:43
*** vponomaryov has quit IRC07:43
*** yuanying has quit IRC07:43
*** andreykurilin has joined #openstack-infra07:44
*** vponomaryov has joined #openstack-infra07:45
*** rhochmuth has quit IRC07:46
*** shashank_hegde has joined #openstack-infra07:48
anteayavilobhmm11: they are asleep for a while yet07:50
*** |-paul-| has joined #openstack-infra07:50
anteayavilobhmm11: best to ask what you want to ask07:50
vilobhmm11anteya : sure07:51
vilobhmm11https://review.openstack.org/#/c/316555/07:51
vilobhmm11CI has been created for new library to be introduced known as delimiter07:51
vilobhmm11but right now none of us has the right to merge code07:51
vilobhmm11as "delimiter-core" has no members07:52
vilobhmm11is there a procedure to add core members to a group so that people can merge code ; when they find it good07:52
anteayaokay so your question is can someone add a member to delimiter-core07:52
vilobhmm11yes07:52
anteayamany folks can both answer that question and help you07:52
anteayaso ask that question07:52
vilobhmm11anteaya : sure just asked it above07:53
vilobhmm11please check07:53
anteayathe procedure is to ask for someone to add a member to the group07:53
anteayame checking does do you any good07:53
vilobhmm11ok07:53
anteayaI don't have permissions to add people to gerrit groups07:53
anteayabut at least you know what question you can ask to get the result you want07:54
vilobhmm11is there a procedure i mean updating some file in project-config or system-config repo that would help us get started with "delimiter-core"07:54
anteayano07:54
vilobhmm11anteaya : definetely07:54
anteayathe procedure is to ask in channel07:54
vilobhmm11ok07:54
vilobhmm11since i could not find any documentation regarding the same07:54
anteayaor to send an email to the infra mailing list but you have already asked in channel so stay with that07:55
anteaya<-- walking to storyboard mid-cycle07:55
vilobhmm11anteaya : sure thanks07:56
*** anteaya has quit IRC07:56
*** pavel_bondar has joined #openstack-infra07:56
openstackgerritSergey Kraynev proposed openstack-infra/project-config: Make rally job periodical  https://review.openstack.org/31661707:56
*** lennyb has joined #openstack-infra07:58
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-infra08:00
*** jaosorior has quit IRC08:03
*** amotoki has quit IRC08:03
*** jaosorior has joined #openstack-infra08:03
*** asettle has quit IRC08:03
*** yuanying has joined #openstack-infra08:08
*** amotoki has joined #openstack-infra08:11
*** salv-orlando has quit IRC08:11
*** zhurong has quit IRC08:12
*** zhurong has joined #openstack-infra08:12
*** markvoelker has joined #openstack-infra08:15
*** zhurong has quit IRC08:16
*** zhurong has joined #openstack-infra08:17
*** asettle has joined #openstack-infra08:17
*** dingyichen has quit IRC08:19
*** hichihara has quit IRC08:22
*** markvoelker has quit IRC08:23
openstackgerrityolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum  https://review.openstack.org/31665008:23
*** markvoelker has joined #openstack-infra08:24
*** kzaitsev_mb has joined #openstack-infra08:25
*** e0ne has joined #openstack-infra08:25
e0nehi. could anybody help with https://review.openstack.org/#/c/287938/ please?08:26
*** dosaboy has quit IRC08:26
*** amotoki has quit IRC08:27
penguinologHello! Could anybody review: https://review.openstack.org/#/c/315948/ ?08:27
*** mixos has quit IRC08:28
*** kzaitsev_mb has quit IRC08:30
*** jistr has joined #openstack-infra08:30
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Remove the old Ironic ramdisk jobs from master  https://review.openstack.org/31665508:32
*** dmk0202 has joined #openstack-infra08:32
*** shashank_hegde has quit IRC08:33
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Remove the old Ironic ramdisk jobs from master  https://review.openstack.org/31665508:33
*** abregman_ has joined #openstack-infra08:33
*** dosaboy has joined #openstack-infra08:36
*** kzaitsev_mb has joined #openstack-infra08:36
*** abregman has quit IRC08:37
*** Daisy has joined #openstack-infra08:40
*** HeOS has joined #openstack-infra08:43
openstackgerrityolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum  https://review.openstack.org/31665008:44
*** Octavian has quit IRC08:44
openstackgerritAndrey Volochay proposed openstack-infra/project-config: Change docimpact-group for Fuel Plugin Cinder Netapp  https://review.openstack.org/31665908:44
*** derekh has joined #openstack-infra08:45
*** amotoki has joined #openstack-infra08:46
*** anteaya has joined #openstack-infra08:46
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: DO NOT REVIEW  https://review.openstack.org/31549908:51
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: Allow to set OS_TEST_TIMEOUT for grenade jobs  https://review.openstack.org/31666208:51
openstackgerrityolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum  https://review.openstack.org/31665008:53
*** nadya has joined #openstack-infra08:53
*** zzzeek has quit IRC08:56
anteayaso if fifield is around, he is the admin of the openstack mailing list, Zara pointed out a post to the openstack mailing list that has a [SUSPECTED SPAM] tag on it if he would like to investigate08:58
*** zzzeek has joined #openstack-infra08:58
anteayattx: ^^ are you in contact with fifield? I don't happen to see him on irc08:58
*** electrofelix has joined #openstack-infra08:59
*** kzaitsev_mb has quit IRC08:59
*** vilobhmm11 has left #openstack-infra09:03
*** kzaitsev_mb has joined #openstack-infra09:03
*** sambetts|afk is now known as sambetts09:07
*** nighttime has joined #openstack-infra09:07
*** nmagnezi has quit IRC09:07
openstackgerritAndrey Volochay proposed openstack-infra/project-config: Change groups for Fuel Plugin Cinder Netapp  https://review.openstack.org/31665909:08
*** kzaitsev_mb has quit IRC09:09
openstackgerrityolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum  https://review.openstack.org/31665009:09
*** amotoki has quit IRC09:10
*** yuanying has quit IRC09:14
*** asettle has quit IRC09:17
akijakanteaya: hello, regarding #openstack-pl registration: I managed to free the channel but I can't register it. I asked on #freenode and they told me #openstack-pl should be "retaken by openstack"09:17
*** Daisy has quit IRC09:17
anteayaakijak: what do you mean by free the channel?09:19
anteayathere are 5 people in there now when last week there were only 2?09:19
anteayain order for you to register the channel the channel has to be empty09:19
anteayathen you leave, then you can register the channel09:19
anteayaif the channel is empty or you are the only person in it then you can register the channel09:20
openstackgerritSam Betts proposed openstack/diskimage-builder: Add dhcp-all-interfaces.target for syncing units  https://review.openstack.org/31408609:20
akijakanteaya: ahh, ok I misunderstood, sorry. I'll try to empty it09:20
anteayaakijak: yes, try to empty the channel09:20
anteayaakijak: if you can empty it and then leave and rejoin it yourself, you should be able to register the channel09:21
anteayaakijak: if you are unable to empty the channel then someone can help you09:21
akijakanteaya: ok, thanks09:21
anteayabut he is very busy so you would have to line up for his time09:22
anteayaakijak: do your best09:22
openstackgerritAndreas Florath proposed openstack/diskimage-builder: WIP! Add: lvm element  https://review.openstack.org/31652909:22
akijakanteaya: k09:22
*** ihrachys has quit IRC09:24
*** ihrachys has joined #openstack-infra09:28
openstackgerrityolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum  https://review.openstack.org/31665009:28
openstackgerritLucas Alvares Gomes proposed openstack-infra/project-config: Add virtualbmc from source non-voting test  https://review.openstack.org/31564609:30
waynrelectrofelix: yo, i finally began the jjb 2.x rebase onto master09:38
waynrit ain't no simply task09:39
waynrwait...double negative09:39
*** ri0 has joined #openstack-infra09:43
electrofelixso not trivial so :p09:44
waynryeah09:45
waynrconsidering the first 2.x patch involved dissecting cmd.py, i was expecting it to be one of the more difficult. once i finish fixing tests for it it should be easier after that09:47
waynrmy englishing skills are not so great right now, i should probably go to bed09:48
*** dtantsur is now known as dtantsur|brb09:53
akijakanteaya: all done, channel is registered openstackinfra added. what's next? :)09:53
*** rhochmuth has joined #openstack-infra09:55
*** anteaya has quit IRC09:58
*** tosky has joined #openstack-infra09:58
openstackgerritIsaac Beckman proposed openstack-infra/puppet-openstackci: configure zuul layout file name in single-node-ci  https://review.openstack.org/31669309:59
*** rhochmuth has quit IRC10:00
*** anteaya has joined #openstack-infra10:00
*** daemontool has joined #openstack-infra10:01
openstackgerritDerek Higgins proposed openstack/diskimage-builder: Nothing to see here  https://review.openstack.org/13962710:01
openstackgerrityolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum  https://review.openstack.org/31665010:02
anteayaakijak: good work10:04
anteayaakijak: well your goal was to add it to the wikipage correct?10:04
*** kzaitsev_mb has joined #openstack-infra10:08
*** ams_ has joined #openstack-infra10:09
*** zhurong has quit IRC10:09
*** yuanying has joined #openstack-infra10:13
*** amotoki has joined #openstack-infra10:14
*** sdague has joined #openstack-infra10:18
anteayaakijak: can you visit https://wiki.openstack.org/wiki/IRC#OpenStack_IRC_channels_.28chat.freenode.net.29 and see the new entry there for #openstack-pl10:19
akijakanteaya: yes: https://wiki.openstack.org/wiki/IRC I can't edit the wiki though10:19
anteayaakijak: I know, I edited it10:19
*** yamamot__ has quit IRC10:19
akijakanteaya: looks, good10:19
anteayaokay great10:20
anteayathank you10:20
akijakanteaya: yeah! great, thank you :D10:20
anteayawelcome10:20
anteayathanks for getting the channel registered10:20
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: DO NOT REVIEW  https://review.openstack.org/31549910:21
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: Set OS_TEST_TIMEOUT to 1200 for Ironic grenade  https://review.openstack.org/31666210:21
d0ugalIs there a standard ordering for versions in global-requirements? Just trying to decide the best way forward for the -1 here: https://review.openstack.org/#/c/314638/10:24
*** akijak has left #openstack-infra10:24
*** Qiming has quit IRC10:26
*** schipiga has joined #openstack-infra10:29
*** lennyb has quit IRC10:32
*** salv-orlando has joined #openstack-infra10:34
openstackgerritAdam Coldrick proposed openstack-infra/system-config: Add Adam Coldrick to users  https://review.openstack.org/31671110:35
*** salv-orlando has quit IRC10:39
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Make gate-manila-tempest-minimal-dsvm-lvm job voting  https://review.openstack.org/31671610:40
zeroDivisibleHey guys, I'm trying to integrate Zuul with our local CI / CD pipeline and having few random issues with it. I think that one of them should be fixed by this rather old pending patch: https://review.openstack.org/#/c/200034/ - would anybody know what's the story behind it? Basically, the project being checked is not public and the data returned from urllib2 appear to be for an anonymous user.10:42
*** anteaya has quit IRC10:44
*** anteaya has joined #openstack-infra10:46
electrofelixwaynr: sounds like you need some sleep. if you want me to rebase some patches just let me know10:47
*** rodrigods has quit IRC10:48
*** salv-orlando has joined #openstack-infra10:48
*** rodrigods has joined #openstack-infra10:48
*** weshay has quit IRC10:50
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Make gate-manila-tempest-minimal-dsvm-lvm job voting  https://review.openstack.org/31671610:51
openstackgerritAdam Coldrick proposed openstack-infra/system-config: Add Adam Coldrick to users  https://review.openstack.org/31671110:52
openstackgerritAndrey Volochay proposed openstack-infra/project-config: Change groups for Fuel Plugin Cinder Netapp  https://review.openstack.org/31665910:53
*** kushal has quit IRC10:54
*** yuanying has quit IRC11:01
*** nadya has quit IRC11:04
*** yuanying has joined #openstack-infra11:05
*** markvoelker has quit IRC11:06
zeroDivisibleI've also got a second question - and would be grateful for helping with this one. Basically, after successfully running a job through a pipeline which I just set-up, (I can see that job is submitted, Zuul is +1'ing Gerrit review once CI finishes) and when some time passes - executors for given job get unregistered. The trigger for this appears to be logged in gearman server logs: DEBUG gear.Server:11:08
zeroDivisibleReceived error event on <gear.ServerConnection 0x2fb4350 name: xyz-jenkins-slave_exec-1 host: 10.10.10.10 port: 61952>: 25  but I don't yet understand why this is happening.11:08
penguinologHello again. I have a stuck patch with +W: https://review.openstack.org/#/c/281824/ (pending patch with +W too)11:09
*** krtaylor has quit IRC11:10
openstackgerritSergei Chipiga proposed openstack-infra/project-config: Increase horizon integration tests timeout  https://review.openstack.org/31673011:12
*** _fortis has quit IRC11:13
*** esikachev has quit IRC11:14
*** jtomasek_ has joined #openstack-infra11:15
*** yamamoto_ has joined #openstack-infra11:18
*** Qiming has joined #openstack-infra11:18
*** deadnull_ has joined #openstack-infra11:19
*** thorst has joined #openstack-infra11:21
*** lucasagomes is now known as lucas-hungry11:21
openstackgerritMerged openstack-infra/tripleo-ci: Add timestamps to postci log  https://review.openstack.org/31446811:22
*** jamesmcarthur has joined #openstack-infra11:22
*** ldnunes has joined #openstack-infra11:23
*** krtaylor has joined #openstack-infra11:24
*** jamesmcarthur has quit IRC11:27
*** salv-orlando has quit IRC11:27
*** dtantsur|brb is now known as dtantsur11:28
*** esikachev has joined #openstack-infra11:28
*** tpsilva has joined #openstack-infra11:31
*** salv-orlando has joined #openstack-infra11:35
*** zhurong has joined #openstack-infra11:36
*** amotoki has quit IRC11:36
*** rhochmuth has joined #openstack-infra11:37
*** rhochmuth has quit IRC11:37
*** jtomasek_ has quit IRC11:38
*** claudiub has joined #openstack-infra11:41
*** weshay has joined #openstack-infra11:42
*** ri0 has quit IRC11:43
*** rhallisey has joined #openstack-infra11:44
sdaguejeblair: thanks for adding me to the os-api-ref groups, it let me get the extension released this weeked :)11:46
openstackgerrityolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum  https://review.openstack.org/31665011:47
*** nadya has joined #openstack-infra11:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Add jjb and zmq to requirements.txt  https://review.openstack.org/31675211:49
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Prepare files for testing zuulv25  https://review.openstack.org/31675311:49
*** Hal has joined #openstack-infra11:49
*** yuanying has quit IRC11:49
*** Hal is now known as Guest9892211:49
*** kzaitsev_mb has quit IRC11:50
*** amotoki has joined #openstack-infra11:52
*** Guest98922 has quit IRC11:53
*** yuanying has joined #openstack-infra11:53
*** Goneri has quit IRC11:53
*** sdake has joined #openstack-infra11:55
dtantsurhi folks! should we still mention stable/kilo in project-config patches? I see Ironic still has it.11:56
*** mtanino has joined #openstack-infra11:57
dtantsurtonyb, hi, probably a question for you ^^^11:58
*** dprince has joined #openstack-infra11:59
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Remove the old Ironic ramdisk jobs from master  https://review.openstack.org/31665512:02
*** aysyd has joined #openstack-infra12:04
*** raildo-afk is now known as raildo12:06
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: Don't run dsvm on ironic api-ref changes  https://review.openstack.org/31678412:06
jroll^ easy one liner :)12:06
jroll(saves some nodes)12:06
*** mugsie has joined #openstack-infra12:06
*** zhurong has quit IRC12:07
*** amotoki has quit IRC12:08
*** markvoelker has joined #openstack-infra12:08
*** kzaitsev_mb has joined #openstack-infra12:10
*** jtomasek_ has joined #openstack-infra12:10
*** sdake has quit IRC12:10
*** amotoki has joined #openstack-infra12:10
*** markvoelker has quit IRC12:13
openstackgerritDerek Higgins proposed openstack/diskimage-builder: Revert "Properly fail/trap in eval_run_d"  https://review.openstack.org/31678912:13
*** kushal has joined #openstack-infra12:15
*** rhochmuth has joined #openstack-infra12:16
openstackgerritDerek Higgins proposed openstack/diskimage-builder: Revert "Properly fail/trap in eval_run_d"  https://review.openstack.org/31678912:16
*** yuanying has quit IRC12:17
*** amotoki has quit IRC12:17
*** psachin has quit IRC12:19
*** psachin has joined #openstack-infra12:19
*** Murad_ has joined #openstack-infra12:20
Murad_hi, why I am having -1 for : https://review.openstack.org/#/c/316443/12:21
Murad_it says: Checking project list for alphabetical order, but its in order !!!12:21
*** asettle has joined #openstack-infra12:22
*** psilvad has joined #openstack-infra12:22
*** DevBox has quit IRC12:23
sdagueMurad_: http://logs.openstack.org/43/316443/2/check/gate-project-config-layout/451a332/console.html#_2016-05-16_07_04_20_61912:23
sdagueProject openstack/horizon-mellanox has no merge-check template12:23
openstackgerritMerged openstack-infra/zuul: Ansible launcher: Support configurable site roots for ftp/scp  https://review.openstack.org/31578412:23
openstackgerritMerged openstack-infra/zuul: Ansible launcher: Fix module main calls  https://review.openstack.org/31618912:24
*** lucas-hungry is now known as lucasagomes12:26
*** yamamoto_ has quit IRC12:27
sshnaidmclarkb, hi, could you please re-review the patch? https://review.openstack.org/#/c/312985/ thanks!12:28
*** yamamoto_ has joined #openstack-infra12:29
*** rfolco has joined #openstack-infra12:31
*** trown|brb is now known as trown12:31
*** edmondsw has joined #openstack-infra12:32
*** zqfan has quit IRC12:33
*** nmagnezi has joined #openstack-infra12:33
*** kzaitsev_mb has quit IRC12:38
d0ugaldirk: ping, have you seen the replies here? https://review.openstack.org/#/c/314638/12:39
*** julim has joined #openstack-infra12:40
*** yamamoto_ has quit IRC12:40
mnaserMurad_ i think you're misreading the console12:41
mnaserthe error that is failing is: Project openstack/horizon-mellanox has no merge-check template12:41
*** kzaitsev_mb has joined #openstack-infra12:42
*** rlandy has joined #openstack-infra12:44
*** benny2 has joined #openstack-infra12:44
d0ugaldims: Thanks!12:45
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Add jjb and zmq to requirements.txt  https://review.openstack.org/31675212:45
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Prepare files for testing zuulv25  https://review.openstack.org/31675312:45
*** scottda has joined #openstack-infra12:45
pabelangermorning12:45
*** yamamoto_ has joined #openstack-infra12:46
pabelangerlooks like we have an issue in nodepool.o.o12:46
dimsd0ugal : y, no worries. dirk just stepped out as it was a public holiday for him12:46
pabelangerinotify_init failed: Too many open files12:46
*** psachin has quit IRC12:46
pabelangerhttp://nodepool.openstack.org/dib.ubuntu-trusty.log12:46
*** russellb has joined #openstack-infra12:47
*** yamamoto_ has quit IRC12:47
*** yamamoto has joined #openstack-infra12:50
*** amrith is now known as _amrith_12:53
*** notmorgan has quit IRC12:53
*** oanson has quit IRC12:53
*** links has quit IRC12:55
*** ewilson has joined #openstack-infra12:56
*** rhochmuth has quit IRC12:57
*** rhochmuth has joined #openstack-infra12:58
*** gildub has joined #openstack-infra12:58
*** yamamoto has quit IRC12:58
e0nehi. can anybody help me with https://review.openstack.org/#/c/287938/, please? I don't see any errors, only NOT_REGISTERED jobs12:58
*** brucet has joined #openstack-infra12:58
*** jaranovich has quit IRC12:58
*** yamamoto has joined #openstack-infra12:59
*** jaranovich has joined #openstack-infra13:00
dtantsurdear infra cores! a second +2 is desperately needed on an easy patch that's been around since December :) https://review.openstack.org/#/c/255231/ please13:00
dtantsurpabelanger, may I bother you please ^^?13:00
*** markvoelker has joined #openstack-infra13:00
*** ddieterly has joined #openstack-infra13:02
*** Goneri has joined #openstack-infra13:03
mordredinfra-root: I'm on vacation this week, so if all goes well, it should seem lke I'm mostly ignoring you13:03
pabelangermordred: you'll likely ignore this, but enjoy!13:04
*** Hal has joined #openstack-infra13:04
*** Hal has quit IRC13:04
*** markvoelker has quit IRC13:04
*** markvoelker has joined #openstack-infra13:04
* mordred ignores and does not thank pabelanger ;)13:05
*** xyang1 has joined #openstack-infra13:06
*** brucet has quit IRC13:06
*** nmagnezi has quit IRC13:07
fungimordred: ignore this, but enjoy!13:08
*** mtanino has quit IRC13:08
* fungi realizes pabelanger said almost exactly the same thing13:08
* fungi gets back to excavating a mountain of e-mail13:08
dstufftfungi: also known as "Monday"? ;)13:09
fungiindeed13:09
fungipabelanger: is it not launching new nodes?13:09
*** baoli has joined #openstack-infra13:09
*** degorenko is now known as _degorenko|afk13:10
*** psachin has joined #openstack-infra13:11
openstackgerritPaul Belanger proposed openstack-infra/system-config: Bump max_user_instances value for nodepool.o.o  https://review.openstack.org/31681313:11
pabelangerfungi: I haven't checked that. The issue was seeing while building DIBs this morning. Here is a patch ^13:11
pabelangerThe googles says we should be increasing max_user_instances13:12
openstackgerritMerged openstack-infra/os-loganalyze: Whitelist ironic- prefix in filter.py  https://review.openstack.org/25523113:13
*** brucet has joined #openstack-infra13:14
*** kgiusti has joined #openstack-infra13:14
fungipabelanger: any theory on why we're suddenly hitting it now and didn't previously?13:16
fungihas our parallelism changed somewhere to coincide with it, for example?13:16
openstackgerritDoug Hellmann proposed openstack-infra/project-config: ensure all projects syncing global requirements use check-requirements  https://review.openstack.org/31576113:17
pabelangerfungi: that is what I am looking at now. diskimage-builder 1.17.0 was released this morning, so looking at commits there13:17
*** Julien-zte has joined #openstack-infra13:17
pabelangerfungi: and looking at nodepool logs, we are still doing 1 DIB at a time13:17
funginewer dib does sound like a potential candidate13:18
*** eharney has quit IRC13:18
*** jlanoux_ has joined #openstack-infra13:20
*** _ari_ has joined #openstack-infra13:22
Julien-zteHi fungi and all, I proposed some improvement for git-review in https://storyboard.openstack.org/#!/project/719. if anyone has time to review, i'm very very appreciated.13:22
*** jlanoux has quit IRC13:23
*** ddieterly has quit IRC13:23
*** Liuqing has quit IRC13:23
*** vhosakot has joined #openstack-infra13:23
*** schipiga has quit IRC13:23
openstackgerritYAMAMOTO Takashi proposed openstack-infra/irc-meetings: Add Neutron flow classifier meeting  https://review.openstack.org/31683013:24
openstackgerritPaul Belanger proposed openstack/diskimage-builder: Fix path issue for locale-archive.tmpl  https://review.openstack.org/31683113:24
Julien-zteI'm contributing in OPNFV, and there is its format in commit-message, if the improvement can be accepted, it will help us to format the community commit message.13:24
pabelangerianw: ^ that fixes centos / fedora DIBs, which are currently broken with 1.17.013:24
Julien-zte#link the review is in https://review.openstack.org/#/c/310092/13:25
Julien-ztefor issue in https://storyboard.openstack.org/#!/story/2000582, any comments on this?13:26
*** zz_dimtruck is now known as dimtruck13:27
pabelangerfungi: Don't see any red flags with current diskimage-builder release. Seems pretty minimal13:28
*** ddieterly has joined #openstack-infra13:28
*** markvoelker has quit IRC13:28
mtreinishSpamapS: ok, cool13:31
*** ddieterly has quit IRC13:31
ttxanteaya: probably simpler to send him an email13:33
*** esker has quit IRC13:34
*** kushal has quit IRC13:34
*** coreyob_ has joined #openstack-infra13:35
*** gildub has quit IRC13:35
*** tonytan4ever has joined #openstack-infra13:35
*** eharney has joined #openstack-infra13:35
*** coreyob has quit IRC13:36
anteayattx: okay thanks13:39
ttxI have very limited overlap with him :)13:40
*** gordc has joined #openstack-infra13:40
anteayattx: understood13:40
anteayattx: while i have you here, I'm sitting in the storyboard mid-cycle13:41
anteayattx: we looked over the spec as it stands and think we have some action items13:41
anteayabtw stories can be made private now13:41
anteayafungi: ^^13:41
ttxI would be surprised if you didn't13:41
anteayahttps://storyboard.openstack.org/#!/story/200056813:42
anteayattx: :)13:42
*** Liuqing has joined #openstack-infra13:42
openstackgerrityolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade  https://review.openstack.org/31685113:42
anteayattx: did anything in addition to that stand out to you?13:43
*** edmondsw has quit IRC13:43
tristanCanteaya: should we get a 'workflow' concept to define what team should be auto-subscribed to private issues ?13:44
SotKtristanC: we don't have teams fully implemented yet (they exist in the database, but not anywhere in the UI), at the moment users need to be added individually13:46
*** matt-borland has joined #openstack-infra13:47
yolandafungi, i have a question... i have one periodic job in magnum, that is building an image and publishing to tarballs, once a day. I wanted to keep only the latest 5, and remove the older ones. Do we have some sample of something like that on our platform? some periodic cleanup scripts?13:48
*** amitgandhinz has joined #openstack-infra13:48
waynrelectrofelix: thanks for the offer! but i've already started, and it's a good way to get familiar with the changes again in preparation for going through reviews13:49
*** sree has joined #openstack-infra13:49
*** yamamoto has quit IRC13:49
*** mriedem has joined #openstack-infra13:49
tristanCSotK: agreed, but I wonder how (if possible) to define that vmt team needs to be subcribed to all vulnerability:managed project's private report, and just coresec team for non managed projects?13:50
tristanCor perhaps we could have a option to simply define the team name to subscribe to those special reports13:50
openstackgerritPaul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7  https://review.openstack.org/31685613:51
*** hongbin has joined #openstack-infra13:51
*** dimtruck is now known as zz_dimtruck13:52
anteayatristanC: thanks for taking a look, let me know once you have tested the functionality that exists and do say what your experience is of what is there13:52
anteayatristanC: as for future funtionality, first storyboard needs to grow the concept of user groups13:53
openstackgerrityolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade  https://review.openstack.org/31685113:53
openstackgerritThomas Herve proposed openstack-infra/devstack-gate: Remove double timestamp from console logs  https://review.openstack.org/28613613:53
anteayathen it needs it needs to grow the concept of auto subscripton13:54
*** _amrith_ is now known as amrith13:54
*** mtanino has joined #openstack-infra13:54
anteayaonce those two additonal features are in place, then I think we will be at the point of hearing from the auto subscribed teams to further refine functionality13:54
anteayatristanC: does that make sense?13:55
krotscheckjeblair, pabelanger, fungi: I was just able to run the last reported project smoke test, and since it's monday I think we're safe to enable the npm mirrors.13:55
krotscheckI've removed the WIP on https://review.openstack.org/#/c/315166/113:56
tristanCanteaya: agreed it makes sense like that13:56
*** zzzeek has quit IRC13:56
openstackgerrityolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade  https://review.openstack.org/31685113:56
anteayatristanC: thanks, let us know what you think of the current private story functionality13:56
fungianteaya: Zara: SotK: tristanC: awesome, and agreed on the remaining needs there... thanks!13:57
tristanCanteaya: well my small test case went successful, private story were not available to user not subscribed13:57
openstackgerritPaul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7  https://review.openstack.org/31685613:57
anteayatristanC: yay! thank you13:57
pabelangerkrotscheck: sure, let me take a peak13:58
anteayafungi: thank you13:58
*** zzzeek has joined #openstack-infra13:58
pabelangerjeblair: fungi: krotscheck: we can land it now, but will take a day since we need new DIBs for it13:58
krotscheckpabelanger: Works for me.13:59
pabelangerkrotscheck: okay, +A13:59
krotscheckIn the meantime, I'll see what I can do about bumping the npm timeout window, to give a little more leeway to a cold AFS cache.13:59
fungipabelanger: what's the change?14:00
krotscheckpabelanger: Do you remember what the setting is for other mirrors?14:00
krotscheckfungi: https://review.openstack.org/#/c/315166/114:00
fungi315166?14:00
pabelangerfungi: ya14:00
*** _degorenko|afk is now known as degorenko14:00
pabelangerkrotscheck: not of the top of my head14:01
ZaratristanC: yay, great! :D btw atm 'users' of private stories aren't 'subscribed' to them automatically (I'm using 'subscribed' in the storyboard sense, ie: they don't get notified of changes), and they'd have to subscribe manually (by clicking the star icon on the story).14:01
fungioh, right, even though we _run_ that script after the node is booted, we bake it into the image and it's run from there rather than being copied in by nodepool14:01
Zarawe may want to change the default behaviour there (or not!) so it'd be good to get feedback on that14:01
*** signed8bit has joined #openstack-infra14:01
sdaguepolicy question time: I've got the os-api-ref project set up, it's kind of just hanging out there as a library in gerrit. It's going to be used by a lot of projects. Getting the docs published somewhere would be good. But it's "not official" in current incarnation14:02
*** _prad_ has joined #openstack-infra14:02
sdagueour stance is that it needs to get added to governance somewhere before it can publish docs to d.o.o right?14:02
*** yamamoto has joined #openstack-infra14:02
fungisdague: right14:04
*** sigmavirus24_awa is now known as sigmavirus2414:04
hongbinHi, a question. Is it possible to disable python3 job in old stable branches?14:05
*** sshnaidm has quit IRC14:05
fungisdague: it's the docs team and the tc who have been particularly picky about it in the past, we're mostly just carrying out their wishes on it14:05
*** eharney has quit IRC14:05
anteayahongbin: yes, look at the top of the zuul/layout.yaml file in project-config for examples for running jobs on specific branches14:05
clarkbJulien-zte: not sure you got a response earlier but I dont think we shpuld encode any specific bug tracker into git review14:06
hongbinanteaya: looking14:06
clarkbJulien-zte: it supports generic tags like "bug" that can function regardless of the bug tracker implementation14:06
Julien-zteclarkb, no response for now14:06
sdaguefungi: ok, well anne has been our bridge to the docs team thus far, I'll ask her when she gets on14:07
Julien-zteclarkb, yes, understood14:07
*** sshnaidm has joined #openstack-infra14:07
*** sdake has joined #openstack-infra14:08
Julien-ztefor now, bug/lp/blueprint/bp are supported14:08
*** doug-fish has joined #openstack-infra14:08
fungisdague: note that before we adjusted our terminology, the line was that "stackforge" projects couldn't host documentation on docs.openstack.org, so the interpretation has been adjusted for our new reality of stackforge->unofficial14:08
sdaguefungi: right14:09
*** |-paul-| has quit IRC14:09
openstackgerritRaildo Mascena proposed openstack-infra/project-config: Run identity v3 only job in ceilometer  https://review.openstack.org/31522414:10
*** zz_dimtruck is now known as dimtruck14:10
Julien-zteCurrently OPNFV using JIRA:PROJECT-number to tracing issues. and regex is current implementation can not identify this.14:10
Julien-zteregex in current implementation can not identify this.14:10
*** baumann has joined #openstack-infra14:11
clarkbJulien-zte: cant you use bug: project-number?14:11
*** yamamoto has quit IRC14:11
clarkbJulien-zte: then git review does not need to change14:11
fungiclarkb: Julien-zte: i've long felt that gerrit's topic munging based on bug/blueprint references in commit messages is an anti-feature we should deprecate14:11
anteayanibalizer or whoever is able/willing to help, it really would help development progress if we could get the storyboard-dev server stood up14:11
anteayahttps://review.openstack.org/#/c/31212414:12
*** ddieterly has joined #openstack-infra14:12
Julien-zteactually, I hope so. it is defined before I read git-review code.14:12
anteayaif folks are willing to have a peek at that14:12
fungiclarkb: Julien-zte: auto-setting gerrit topics was much more important in gerrit releases which required a new patchset to alter change topics14:12
fungibut current gerrit releases let you adjust change topics all you like without needing new patchsets14:13
*** inc0 has joined #openstack-infra14:13
Julien-ztefungi, yes, the topic can be changed in the web ui14:14
openstackgerritMerged openstack-infra/jenkins-job-builder: Add support for http request plugin  https://review.openstack.org/31486214:14
openstackgerritMerged openstack-infra/project-config: Configure npm mirror for nodepool slaves.  https://review.openstack.org/31516614:15
Julien-zteI hope it is extracted automatically like current does14:15
*** links has joined #openstack-infra14:15
Julien-ztefungi, there is any cli command to set topic14:15
openstackgerritMerged openstack-infra/jenkins-job-builder: Add test and update documentation for mailer plugin  https://review.openstack.org/31281014:16
*** asilenkov_ has joined #openstack-infra14:16
Julien-ztecurrent regex is too aggressive, string like "bp id" is also be matched, but it has no meaning14:17
*** amitgandhinz has quit IRC14:17
*** amitgandhinz has joined #openstack-infra14:18
*** DevBox has joined #openstack-infra14:18
electrofelixwaynr: one change and it's dependencies I'd like to get in before the v2 changes land, so we can add a job to exercise non-default config options with any changes is: https://review.openstack.org/30973414:19
Julien-zteif a **word** in commit-message is a keyword, how can not use the normal word, just like using \ before a char, such as *, \, +, etc.14:20
*** esker has joined #openstack-infra14:20
*** cbader has joined #openstack-infra14:20
Julien-zteif a **word** in commit-message is a keyword, how can we use the normal word in commit-message, just like using \ before a char, such as *, \, +, etc.14:20
electrofelixwaynr: not sure if the split registry work done for https://review.openstack.org/257096 to line up for  the deep merge of defaults patch impacts your patches much14:20
*** esker has quit IRC14:20
*** eharney has joined #openstack-infra14:21
*** DevBox has quit IRC14:21
*** esker has joined #openstack-infra14:21
openstackgerritMerged openstack-infra/jenkins-job-builder: XUnitDotNetTestType xUnit publisher support  https://review.openstack.org/31577914:21
tristanCZara: it seems like there could be neat use-case with a generic workflow implementation, though for the specifics of private stories, having a single group such as vmt automatically subscribed to private reports should be good enough14:22
openstackgerritMerged openstack-infra/jenkins-job-builder: Update Plot plugin  https://review.openstack.org/31564714:22
openstackgerrityolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade  https://review.openstack.org/31685114:23
jrollJulien-zte: you can use `git review -t my-topic` to set the topic when committing a change14:23
*** arxcruz has quit IRC14:23
*** yamamoto has joined #openstack-infra14:24
*** electrofelix has quit IRC14:24
*** markvoelker has joined #openstack-infra14:25
Julien-zteYes, jroll. then why do we extract topic in commit message? I think it can avoid the same message occurs several times in different places(one in commit-message, the other in topic).14:25
jrollJulien-zte: I don't know the answer to that question14:25
anteayatristanC: here is the story for creating private stories: https://storyboard.openstack.org/#!/story/200056814:25
clarkbits what fungientioned14:25
clarkb*fungi mentioned14:25
jrollI like this new word14:26
openstackgerritHongbin Lu proposed openstack-infra/project-config: Disable python3 for old branches of magnumclient  https://review.openstack.org/31688014:26
clarkbonly recently could you change it without a new patchset14:26
anteayatristanC: we have captured what we believe would be the functionality required in the tasks14:26
anteayatristanC: let us know if you agree14:26
*** haypo has joined #openstack-infra14:26
openstackgerritAlexey Stepanov proposed openstack-infra/project-config: fuel-devops: Add pylint&coverage jobs  https://review.openstack.org/31594814:27
Julien-ztejroll, I mean that currently git-review support extract topic in commit-message, and can we expand the regex to support another format.14:27
jrollJulien-zte: I don't work on git-review, I don't have an opinion on that14:27
haypohi. i'm investigating "Random timeout on gate-trove-python34-db" https://bugs.launchpad.net/trove/+bug/1582257 : i noticed that python 2 has many precompiled wheel packages, whereas python 3 has to compile locally many packages14:27
openstackLaunchpad bug 1582257 in OpenStack DBaaS (Trove) "Random timeout on gate-trove-python34-db" [Undecided,New]14:27
*** Jeffrey4l has joined #openstack-infra14:28
jrollJulien-zte: all I intended to do was answer your question about setting the topic14:28
Julien-ztejroll, thanks a lot14:28
anteayajroll: thank you14:28
jrollJulien-zte: anteaya: welcome :)14:28
Julien-ztethere is no dedicated irc to git-review, so I'd like to discuss here14:28
haypodoes someone know what build the wheel packages in the OpenStack repository of Python packages? ex: http://mirror.gra1.ovh.openstack.org/wheel/ubuntu-14.04-x86_64/mako/Mako-1.0.4-py2-none-any.whl14:29
haypoi would like to provide wheel packages for Python 3 too ;)14:29
*** inc0 has quit IRC14:29
*** jamesmcarthur has joined #openstack-infra14:29
*** inc0 has joined #openstack-infra14:29
haypoto speedup the creation of .tox/py34/ on jobs14:29
*** markvoelker has quit IRC14:30
*** rbrndt has joined #openstack-infra14:30
Julien-zteMaybe git-review is stable enough, and it is not active very much.14:30
cloudnullmornings :)14:30
krotscheckhaypo: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/scripts/wheel-build.sh14:31
openstackgerritPaul Belanger proposed openstack-infra/project-config: Move centos-7 on tripleo-test-cloud-rh1 to h1  https://review.openstack.org/31688714:31
*** yamamoto has quit IRC14:32
sc68calanteaya: if you are free, could you take a look at https://review.openstack.org/#/c/299843/ ?14:32
fungiJulien-zte: i have a change proposed for its CONTRIBUTING.rst file trying to explain that situation. the trick is finding a good balance of wording to explain that we want to fix legitimate bugs/regressions in the tool, improve its documentation and testing, but if anything we need to simplify it rather than add more features or continue extending existing features14:32
fungiJulien-zte: and i feel like having it scrape commit messages to find details of things it should communicate to gerrit is a fragile and hacky process bringing minimal benefit, so something we should look at getting rid of rather than making that situation worse14:34
*** yamamoto has joined #openstack-infra14:34
fungiJulien-zte: but it's also an existing behavior, so getting rid of it would take some time and careful communication to properly deprecate without surprising too many people14:35
*** electrofelix has joined #openstack-infra14:35
openstackgerritPaul Belanger proposed openstack-infra/project-config: Move centos-7 on tripleo-test-cloud-rh1 to h1  https://review.openstack.org/31688714:35
*** edmondsw has joined #openstack-infra14:35
openstackgerritMerged openstack-infra/python-storyboardclient: Get storyboard resources by properties other than ID  https://review.openstack.org/30541114:35
Julien-ztefungi, yes, I have read docs in repo of git-review14:35
*** sarob has joined #openstack-infra14:36
openstackgerritPaul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7  https://review.openstack.org/31685614:36
anteayasc68cal: okay I need to see an upvote from the devstack-gate ptl (fungi) and an upvote from someone that is or has the confidence of the qa ptl for grenade, devstack and tempest14:36
anteayasc68cal: I see you have the neutron ptl on that patch already, thank you14:36
openstackgerritVictor Stinner proposed openstack-infra/project-config: Build also wheel packages for Python 3  https://review.openstack.org/31689014:36
fungianteaya: sc68cal: which change?14:36
sc68calfungi: https://review.openstack.org/#/c/299843/14:37
anteaya29984314:37
*** cody-somerville has quit IRC14:37
*** rajinir has joined #openstack-infra14:37
tristanCanteaya: the "automate story visibility to teams" task added by SotK is lgtm :)14:37
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: Do not set IRONIC_VM_COUNT from devstack-gate  https://review.openstack.org/31453214:38
anteayatristanC Zara SotK thank you tristan14:38
haypokrotscheck: thanks! i proposed https://review.openstack.org/316890 to build also packages for Python 314:38
sc68calanteaya: agreed. I think oomichi might be offline14:38
openstackgerritVasyl Saienko proposed openstack-infra/project-config: Add ironic cleaning job  https://review.openstack.org/30447314:38
anteayasc68cal: understood, see if you can dig up sdague or mtreinish14:38
asilenkov_Hello! I wonder if `git gc --aggressive` should be run on review.openstack.org projects. Eg: https://review.openstack.org/#/admin/projects/openstack/horizon takes forever to checkout. .git/objects/pack is 196Mb total. `git gc --aggressive` makes it 5 times smaller total 35Mb.14:39
anteayaI'm thinking they would be in the category, has the confidence of the qa ptl14:39
sc68calanteaya: ack. I think I might have used up my favors with them though :)14:39
Julien-ztefungi, is there any docs or wiki for features to be deprecated in the future? I so, I'd avoid this14:39
anteayasc68cal: ah okay, well I'm not going to be responsible for sticking any new voting jobs on their repos without their say so14:39
anteayasc68cal: not sure what the best way forward is here14:40
sc68calanteaya: sorry, that was a joke - I agree that we should get buy-in from those you suggested14:40
anteayasc68cal: sorry too tired to recognized a joke14:41
anteayasc68cal: my apologies for missing it14:41
sc68calno worries14:41
openstackgerrityolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade  https://review.openstack.org/31685114:41
anteayasc68cal: you14:41
anteaya'll see fungi has a question on your patch14:41
fungiJulien-zte: not yet, but i expect we'd communicate that by adding changes to deprecate things (update documentation about features being deprecated, add warning messages, provide alternate mechanisms, et cetera) rather than merely documenting what we want to deprecate14:42
*** dprince has quit IRC14:42
fungiJulien-zte: i'll see if i can come up with a good deprecation change to propose for that feature and get some feedback from reviewers14:42
*** smcginnis has quit IRC14:42
Julien-ztethanks fungi14:42
fungisc68cal: anteaya: yes, curious if there's a reason to keep the non-neutron grenade multinode job around on devstack-gate changes, especially with nova network officially deprecated again14:43
mnaserhi -infra, is there anyone with access to the infrastructure that has a few minutes?  we're doing a block storage backend migration and there's a volume used at the moment which needs to be migrated.  all that we require is: create new volume, attach to existing server, move data using tool of choice (afaik it's lvm, so pvmove can be used), detach and delete old volume14:43
sc68calfungi: replying - the tl;dr is that neutron refactor in devstack paves way for neutron to become the default. It is still in progress so we can't remove the jobs you highlighted yet14:44
*** tphummel has joined #openstack-infra14:44
*** vhosakot has quit IRC14:44
fungimnaser: i can do that. it's the volume on the mirror host there which needs that treatment i guess?14:44
mnaserfungi: correct!14:45
fungisc68cal: fair enough... +2, just needs qa team buy-off i guess14:45
mtreinishanteaya: I'm around, what do I need to look at?14:45
anteayamtreinish: https://review.openstack.org/#/c/299843/14:46
anteayamtreinish: thank you14:46
*** Bhargava has joined #openstack-infra14:48
BhargavaHi14:49
*** salv-orlando has quit IRC14:49
*** amotoki has joined #openstack-infra14:49
BhargavaI am new to this openstack, i am just trying to install devstack using container14:50
mtreinishanteaya: +114:50
Bhargavai found a bug in the manual while installing devstack with container14:50
Bhargavacan someone review this and confirm https://bugs.launchpad.net/devstack/+bug/158224814:50
openstackLaunchpad bug 1582248 in devstack "Wrong container name in devstack "All-In-One Single LXC Container" manual." [Undecided,New] - Assigned to Bhargava Regalla (br983u)14:50
*** jlanoux_ has quit IRC14:50
*** salv-orlando has joined #openstack-infra14:50
anteayamtreinish: thank you14:51
openstackgerritAlexey Stepanov proposed openstack-infra/project-config: fuel-devops: Add pylint&coverage jobs  https://review.openstack.org/31594814:51
*** psachin has quit IRC14:52
anteayasc68cal mtreinish away it goes, watch it closely, ping if you need a revert14:53
fungimtreinish: since you have some critical opinions on storyboard as a result of being an unwilling beta tester, if you get a few moments Zara and SotK (along with the other attendees of the sb sprint going on this week) might benefit from any clear enumeration of your remaining concerns about its featureset/lack thereof so they can incorporate it into their development plans14:53
openstackgerritPaul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7  https://review.openstack.org/31685614:54
openstackgerritPaul Belanger proposed openstack-infra/project-config: Move centos-7 on tripleo-test-cloud-rh1 to h2  https://review.openstack.org/31688714:54
*** notmorgan has joined #openstack-infra14:54
sc68calanteaya: thank you for the guidance, as always14:54
*** nadya has quit IRC14:54
*** jaosorior has quit IRC14:55
*** nadya has joined #openstack-infra14:55
anteayasc68cal: thank you, I hope that you learn something useful from this14:55
anteaya<-- back to focusing on storyboard mid-cycle14:55
*** jaosorior has joined #openstack-infra14:55
*** superdan is now known as dansmith14:56
*** Na3iL has joined #openstack-infra14:56
mtreinishfungi: tbh, I haven't played with it enough since things started up again on dev to know where the gaps are anymore14:57
mtreinishbecause apparently a lot of my old complaints have been addressed14:57
pabelangerfungi: project-config-core: would like some help landing https://review.openstack.org/#/c/316887/ if possible. First step at migrating tripleo-ci to centos-7 DIBs today14:57
*** Julien-zte has quit IRC14:58
*** Bhargava has left #openstack-infra14:58
mtreinishfungi: I'll need to get used to having a bug tracker again for my projects (which is gonna be hard since it's been ~2yrs w/o one) over there and start trying to using it again14:58
*** smcginnis has joined #openstack-infra14:59
*** armax has joined #openstack-infra14:59
*** nadya has quit IRC14:59
fungimtreinish: i certainly feel the same. i just updated one git-review bug earlier today which was 50% comments like "does anyone actually look at these bug reports?"14:59
*** Julien-zte has joined #openstack-infra14:59
fungiit's taking time to get back on track with digging through them15:00
*** esker has quit IRC15:00
mtreinishfungi: I'll try to start playing with it some more this week15:00
dstufftfungi: life hack, bug trackers are just comments for software so don't read the comments :P15:00
*** julim has quit IRC15:01
fungidstufft: or they might be a tarpit to deflect requests for stuff you don't have time to work on to places where you won't even have to know about them15:01
*** jaosorior has quit IRC15:01
*** jaosorior has joined #openstack-infra15:02
dstufftfungi: I see you've found the PyPI and pip bug trackers15:02
fungibwahahahaha15:02
*** mescanef_ has quit IRC15:03
*** gordc has quit IRC15:03
*** mescanef has joined #openstack-infra15:03
*** julim has joined #openstack-infra15:03
*** jaranovich has quit IRC15:03
*** Julien-zte has quit IRC15:04
*** tonytan4ever has quit IRC15:04
*** lennyb has joined #openstack-infra15:04
*** jaranovich has joined #openstack-infra15:05
EmilienMpabelanger: bonjour! please ping me when you have time this week to finish the Gem mirror work15:05
EmilienMI saw your message on https://review.openstack.org/#/c/253616/15:05
*** yarkot has quit IRC15:05
pabelangerEmilienM: sure, I want to get epel online first, then move to gem15:06
pabelangerEmilienM: but I'll patch the review with some missing AFS bits15:06
*** deadnull_ has quit IRC15:06
*** mixos has joined #openstack-infra15:06
EmilienMpabelanger: let me know how can I help. I'm UTC +2 this week fyi15:06
pabelangerEmilienM: ack15:07
*** yarkot has joined #openstack-infra15:07
*** mixos_ has joined #openstack-infra15:07
*** sree has quit IRC15:08
openstackgerritMerged openstack-infra/project-config: Make grenade-dsvm-neutron-multinode voting  https://review.openstack.org/29984315:10
openstackgerritMerged openstack-infra/project-config: Add failure rate graphs for grenade jobs to Neutron Grafana dashboard  https://review.openstack.org/31468915:10
*** _prad_ is now known as pradk-15:11
*** mixos has quit IRC15:11
openstackgerritMerged openstack-infra/release-tools: automatically submit constraint updates after tagging  https://review.openstack.org/31411115:14
anteayanibalizer: we'd really like a proper dev instance for storyboard, SotK has a question on https://review.openstack.org/#/c/312124/15:14
openstackgerritMerged openstack-infra/release-tools: fix previous version detection for repos with no tags  https://review.openstack.org/31423415:14
anteayanibalizer: then I'll see about rounding up more reviews15:14
*** rossella_s has joined #openstack-infra15:14
*** Swanson has quit IRC15:14
*** xarses has joined #openstack-infra15:15
*** ddecapit has joined #openstack-infra15:15
*** jpr has joined #openstack-infra15:15
anteayaI passed by a place this morning that advertises 'proper hamburgers'15:16
anteayaI wonder what the criteria is15:16
anteayaand what constitutes an improper hamburger15:16
anteayaI mean really a disc of ground meat15:16
anteayahow can you mess that up?15:16
fungianteaya: perhaps in the style to which residents of hamburg, germany are accustomed?15:17
anteayaah15:17
fungi(mmm, spicy mustard!)15:17
anteayaperhaps that is the criteria15:17
anteayaoh the mustard15:17
*** Jeffrey4l has quit IRC15:17
fungithough i have a hard time believing a shop in manchester has any chance of being in tune with the experiences of people in hamburg15:18
*** maishsk has joined #openstack-infra15:18
anteayafungi: I too suffer the same affliction15:18
fungipesky body of water separating them, and all15:18
anteayaI have stayed away from the British mexican food thus far15:18
anteayaha ha ha15:18
*** zqfan has joined #openstack-infra15:19
waynrelectrofelix: I don't think the registry decomposition itself will be a problem for the work I am doing. the "deep merge of defaults" however will be a serious problem, especially if it becomes the default behavior without a deprecation period15:21
*** jlanoux has joined #openstack-infra15:21
waynrit will be a serious problem because it will directly impact most of my job definitions15:21
*** esikachev has quit IRC15:21
notmorganyolanda: ping re betamax, is the order of "credentials" being passed https://review.openstack.org/#/c/311133/10/keystoneauth1/fixture/hooks.py here important? it doesn't look to be15:22
waynr(since my job definitions relies on defaults being overridden rather than deeply merged, same issue I brought up last year when that change was first introduced)15:22
notmorganyolanda: i would like to see it move to using a frozenset or other non-mutable default. (also shows we need bandit on keystoneauth)15:23
*** akaszuba has quit IRC15:23
electrofelixwaynr: indeed, I don't think we'll be turning it on by default before v2 releases, I would like to get some of the capability to test non-default configs against the openstack job configs in before we even consider landing more items hidden behind confs15:24
waynrelectrofelix: are you saying that it won't be the default behavior until v3 and later?15:24
*** yamahata has joined #openstack-infra15:25
anteayafungi: so having a storyboard-dev server would really help the storyboard team15:25
anteayaand nibalizer has a patch up for it and everything15:26
anteayafungi: https://review.openstack.org/#/c/312124/15:26
anteayait is coming to the end of the day here15:26
anteayafungi: might I impose on you to flex some of your ptl-ness15:26
anteayaand assist us in our quest?15:26
penguinologReview please: https://review.openstack.org/315948 - we need to block fall of tests coverage on fuel-devops, while new features development is in active state.15:27
*** amotoki has quit IRC15:28
fungianteaya: i'm in a meeting for the next half hour or so, but will poke at updating it15:28
anteayafungi: thank you15:28
anteayafungi: sorry to bother you during your meeting15:29
fungiSotK's comments are spot on15:29
fungiso need fixing15:29
anteayafungi: yes, glad he spotted that, sorry that I missed it15:29
*** rkukura has joined #openstack-infra15:30
*** doug-fish has quit IRC15:30
*** savihou has quit IRC15:30
*** abregman_ has quit IRC15:31
*** esker has joined #openstack-infra15:31
openstackgerritJeremy Stanley proposed openstack-infra/system-config: Add a storyboard-dev server  https://review.openstack.org/31212415:31
*** esker has quit IRC15:31
*** esker has joined #openstack-infra15:32
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: WIP: DONT MERGE Running tests  https://review.openstack.org/31643615:32
mattthi all, can anyone indicate why this build seems to sit idle for > 30 mins then time out?  http://logs.openstack.org/66/315366/9/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-trusty/304a1e5/console.html15:32
pabelangerfungi: anteaya: left a quick comment on 312124 about hiera values15:33
anteayapabelanger: thank you15:33
*** ddecapit has quit IRC15:34
electrofelixwaynr: I think that makes sense, even if we included in V2, it would have to be off by default15:34
*** rhochmuth has quit IRC15:34
matttthe previous gate run seemed to do the same thing: http://logs.openstack.org/66/315366/9/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-trusty/d9e62f2/console.html15:34
*** harlowja_at_home has joined #openstack-infra15:34
*** rhochmuth has joined #openstack-infra15:34
*** rhochmuth has quit IRC15:34
*** jamesmcarthur has quit IRC15:36
*** rhochmuth has joined #openstack-infra15:36
*** ddecapit has joined #openstack-infra15:36
waynrcool15:36
fungielectrofelix: maybe 10.100.100.102 isn't reachable from localhost and ConnectTimeout=10 is ignored for some reason?15:37
*** kmartin has joined #openstack-infra15:38
nibalizerohai15:38
electrofelixfungi: you meant someone else?15:38
fungielectrofelix: oh, yep, i misread scrollback, sorry!15:39
*** jamesmcarthur has joined #openstack-infra15:39
fungimattt: maybe 10.100.100.102 isn't reachable from localhost and ConnectTimeout=10 is ignored for some reason?15:39
anteayanibalizer: morning15:39
anteayanibalizer: I strong armed fungi to help get the storyboard-dev instance patch moving: https://review.openstack.org/#/c/312124/15:40
anteayanibalizer: he was most accommodating15:40
anteayanibalizer: we are almost end of day here at the storyboard mid-cycle, would be a great finale to have a dev instance15:41
anteayathey have new features they want folks to play with15:41
matttfungi: odd that the two runs would have a container fail right at that same task15:41
*** Jeffrey4l has joined #openstack-infra15:41
anteayathe dev server is the best place15:41
*** prometheanfire has joined #openstack-infra15:42
openstackgerritPaul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7  https://review.openstack.org/31685615:42
*** maishsk has quit IRC15:42
*** maishsk_ has joined #openstack-infra15:42
*** Liuqing has quit IRC15:43
*** esker has quit IRC15:44
*** dmk0202 has quit IRC15:44
matttfungi: i wonder if there is an issue with the jenkins timeout here15:45
pabelangeranteaya: nibalizer: fungi: do you have a moment to +A https://review.openstack.org/#/c/316887/ That will help migrate tripleo to centos-7 later today15:45
matttfungi: it's like there is a soft timeout and a hard timeout at play :)15:46
matttfungi: almost seems like the run times out after 30 mins, but then the job doesn't get killed until after 60 mins15:46
*** bpokorny has joined #openstack-infra15:46
*** ewilson has quit IRC15:46
*** tojuvone has quit IRC15:47
*** tojuvone has joined #openstack-infra15:48
*** rhochmuth has quit IRC15:48
*** Sukhdev has joined #openstack-infra15:48
nibalizeroh i didn't realize!15:48
nibalizerso sorry, you should have had your dev server before that15:48
nibalizeri've got oone more minor nitpick on the  storyboard-dev patch then i'm ready to start rockin15:49
fungimattt: devstack-gate reads the jenkins job timeout in the calling environment and then subtracts the time spent getting through some initial setup and also subtracts a little fudge factor for cleanup/log copying tasks at the end, and times out the inner test payload early enough for that to still be possible15:49
*** lakshmiS has joined #openstack-infra15:49
*** ewilson has joined #openstack-infra15:50
openstackgerritSpencer Krum proposed openstack-infra/system-config: Add a storyboard-dev server  https://review.openstack.org/31212415:50
*** prometheanfire has quit IRC15:51
*** gordc has joined #openstack-infra15:51
*** prometheanfire has joined #openstack-infra15:53
matttfungi: my guess is something isn't right with the config of this repo, because every failure i see has about 30 mins discrepancy between the last take and when the job is killed15:53
rcarrillocruznibalizer: heya, when you get a sec, mind approving https://review.openstack.org/#/c/311275/ ? is the final cloud-launcher change...15:53
*** _sarob has joined #openstack-infra15:53
openstackgerritVasyl Saienko proposed openstack-infra/project-config: Add ironic cleaning job  https://review.openstack.org/30447315:55
*** nadya has joined #openstack-infra15:55
fungimattt: well, unless you're seeing something i'm not, that ssh call never returns control to the calling script and then half an hour later the job is terminated because it reaches its timeout15:55
*** sarob has quit IRC15:56
*** thiagop has joined #openstack-infra15:56
nibalizerfungi: self signed cert for storyboard-dev or full cert?15:56
*** fernnest has joined #openstack-infra15:57
*** asettle has quit IRC15:57
*** fernnest_ has joined #openstack-infra15:57
matttfungi: another run on that same review: http://logs.openstack.org/66/315366/8/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-trusty/dca17e1/console.html.gz15:57
matttit experiences same issue but this time on a different task15:57
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Fix date format for agg_count and get_test_counts_in_date_range()  https://review.openstack.org/31694815:58
*** kjorgensen has joined #openstack-infra15:58
funginibalizer: i think i made one because of the https/javascript conundrum with getting untrusted certs accepted, checking15:58
sdaguehmm, osic mirrors go all funny?15:58
sdaguehttp://logs.openstack.org/26/316726/4/gate/gate-nova-requirements/a0f18dc/console.html15:58
matttfungi: another role which runs much faster runs all the same tempest code without any issue: http://logs.openstack.org/05/316705/1/check/gate-openstack-ansible-os_cinder-ansible-func-ubuntu-trusty/829d42b/console.html15:58
*** inc0_ has joined #openstack-infra15:58
openstackgerritMerged openstack-infra/project-config: Move centos-7 on tripleo-test-cloud-rh1 to h2  https://review.openstack.org/31688715:59
*** tosky has quit IRC15:59
jeblairsdague: confirmed.  that host is not listening on port 80; it is listening on port 22, but i have no access.15:59
fungisdague: "Unable to connect to mirror.regionone.osic-cloud1.openstack.org" in the log15:59
fungiseems dire16:00
jeblairfungi: ^16:00
sdagueok, I think that's the cause of most of the gate failure right now16:00
fungihuh, did we never add that one to cacti?16:00
jeblairi can never remember what we call the clouds in clouds.yaml16:01
sdagueor at least some large portion16:01
jeblairopenstackci-osic-cloud116:01
*** inc0 has quit IRC16:01
jeblairi see a server there with 'openstack server list', but no public ip16:01
*** sridhar_ram has joined #openstack-infra16:02
fungicloudnull: we've got an interesting situation with our mirror instance in osic16:02
fungiif you're around16:02
fungii'll work on a change to pull them out of nodepool temporarily16:02
cloudnullfungi: ack16:03
jeblairfungi, cloudnull: kinda looks like the server is still there but the public ip has found a server it likes better16:03
jeblairum it's back now.16:04
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Temporarily disable OSIC in nodepool  https://review.openstack.org/31696416:04
cloudnullfungi: can you check that again .16:04
nibalizerjeblair: fickle things, ips16:04
fungii'll manually submit that ^16:04
cloudnulljeblair:16:04
*** julim has quit IRC16:04
fungihuh? suddenly fixed:16:04
fungi?16:04
cloudnullno.16:04
cloudnullwell yea16:04
fungiholding off16:04
*** ddecapit has quit IRC16:04
mtreinishfungi: so I was just playing with some storyboard stuff. The biggest thing for me right now is the lack of gerrit integration, I twice missed that 2 open bugs were already in progress because there was no automation there (I even pushed another fix for 1 of them)16:04
cloudnullwe ran a floating IP clean up to release all of the floating ip addresses that had no port. sadly released all of the floats.16:05
nibalizermyi was able to ssh in16:05
*** savihou has joined #openstack-infra16:05
jeblairthis is what i saw:  http://paste.openstack.org/show/497239/16:05
cloudnullwe have a backup16:05
cloudnullso its beeing restored.16:05
anteayamtreinish: wonderful, we discussed that today16:05
fungicloudnull: oh, so floating ip addresses were purged even from existing instances?16:05
cloudnullyup...16:05
cloudnull:'(16:05
anteayamtreinish: there is api functionality in place already16:05
*** julim has joined #openstack-infra16:06
anteayamtreinish: here is the higher level story: https://storyboard.openstack.org/#!/story/200001216:06
cloudnullfungi: we've ran through and re-applied the mappings16:06
fungicloudnull: thanks!16:06
cloudnullsorry.16:06
fungiit does seem to be working again16:06
*** earlephilhower has quit IRC16:06
fungisdague: ^16:06
fungii'll abandon my change16:06
anteayamtreinish: my mistake, there is api functionality in place for user teams, a piece for private stories16:07
*** Murad_ has quit IRC16:07
*** Murad has quit IRC16:07
anteayamtreinish: my mistake I was confused16:07
sdagueok, cool16:07
anteayawe are hoping to have the dev server up soon so we can test the api functionality in order to add the ui bits for user teams16:08
anteayamtreinish: but you want gerrit automation functionality, which I totally understand16:08
cloudnullfungi sdague jeblair if you all find something else off please let me know16:08
fungianteaya: mtreinish: right, the missing integration you're talking about is to get storyboard consuming gerrit's event stream looking for changes which would close open tasks, and then update them in the associated stories (at least that was the model we discussed for it, as opposed to the current gerrit hook scripts we have talking actively to the lp api)16:09
*** gyee has joined #openstack-infra16:09
sdagueok, I found a sacrificial patch in gate to reset the rest of the failing stuff to try over16:09
*** mikelk has quit IRC16:10
jeblairsdague: we might be able to try 'promoting' the top of the gate to the top of the gate and see if that resets...16:10
jeblairsdague: (if you think that's worthwhile; up to you)16:10
sdaguejeblair: I found a readme requirements change16:10
jeblairok16:10
*** jamesmcarthur has quit IRC16:10
anteayafungi mtreinish right that was what we outlined today, having a commit syntax that maps to a task id (available via the api but not the ui) to update the task with the url of a change, to update the assignee and to update the task status16:10
sdaguehit the rebase button16:10
jeblairthat's easier16:10
sdagueit restarted the gate behind it16:10
SotKanteaya, fungi, mtreinish: https://storyboard.openstack.org/?#!/story/2000584 is the story for that16:11
*** Swami has joined #openstack-infra16:11
*** inc0_ has quit IRC16:11
mtreinishfungi: oh, I just assumed it would be a jeepyb patch to make it understand how to talk to storyboard. I guess making storyboard understand gerrit is cleaner though16:11
*** jamesmcarthur has joined #openstack-infra16:11
fungimtreinish: yeah, in the lp case we're doing what we can given we don't control the lp api, and working within its permissions implementation to make that even possible is a nightmare, fraught with frequent missteps16:12
fungia clean implementation for sb would likely be a persistent privileged worker that sniffs the gerrit event stream and talks to the sb api, which also has the benefit of not having to muddy sb itself with gerritisms16:13
fungii vaguely recall (having not looked at the writeup for it in a while) that was the direction the team was heading with it16:14
nibalizerinfra-root taking the hiera lok16:14
nibalizerlock*16:14
*** salv-orl_ has joined #openstack-infra16:15
Zarafungi: yes, that sounds right to me, I started work on a proof-of-concept for it in that direction, then got distracted by summity things :)16:15
openstackgerritPaul Belanger proposed openstack-infra/tripleo-ci: Update README  https://review.openstack.org/31697316:17
nibalizerinfra-root lock released16:17
zaromorning16:17
* rcarrillocruz remembers talking about refactoring jeepyb to make it more pluggable , and not just a lp client16:17
nibalizerdo we have automation arround geting a trove instance, or just openstack commands ?16:17
rcarrillocruzthat was on the germany infra mid cycle tho :D16:17
rcarrillocruzdarmstadt16:18
*** rhochmuth has joined #openstack-infra16:18
anteayazaro: morning16:18
*** salv-orlando has quit IRC16:18
funginibalizer: troveclient/openstackclient commands or the rackspace dashboard16:18
nibalizerfungi: rgr16:18
jeblairnibalizer: i don't think we have automation -- just make sure you tell it to use fungi's "sanity" configuration.16:18
anteayarcarrillocruz: that takes me back16:19
nibalizerjeblair: where does fungi keep his sanity?16:19
funginibalizer: but as i said before, i believe i already created it and put the hiera keys for it in place, though you may need to retrieve them from before the per-host hiera split16:19
nibalizerfungi: ohhh that's what you're talking about16:19
zarorcarrillocruz: isn't jeepyb more just a set of gerrit helper scripts?16:19
rcarrillocruzit's an amalgam of scripts16:19
funginibalizer: i'm checking on it now16:20
rcarrillocruzone of them is the script that puts a LP closed whenever a change gets merged and contains "Closes-Bug: LP-123123"16:20
jeblairnibalizer: (for completeness: in the webui at least, there's like a dropdown of "use this settings configuration for this trove instance" and one of them is called 'sanity' or something)16:20
rcarrillocruzzaro: ^16:20
rcarrillocruzi remember it cos I was looking at it, since HOS folks wanted a hook to close Jira bugs similar to what upstream has for Launchpad16:21
rcarrillocruzbut then got dragged by Gozer ...16:21
rcarrillocruz:D16:21
*** inc0 has joined #openstack-infra16:21
*** brucet has quit IRC16:21
funginibalizer: git show 0414343e058e38d1796057279a5b9c1f499fa67516:21
zarorcarrillocruz: yeah, that's an LP/gerrit integration.  jeepyb should just be deprecated with some gerrit plugins.16:21
*** shashank_hegde has joined #openstack-infra16:21
nibalizerfungi: awesome tanks16:21
funginibalizer: in /etc/puppet/hieradata on the puppetmaster16:21
nibalizerinfra-root taking the hiera lock16:22
zarorcarrillocruz: i believe there's a gerrit jira its plugin that allows you to do that.16:23
*** julim has quit IRC16:23
rcarrillocruzmust be... although fortunately for me i don't have to look at it for Gozer :D16:23
zarorcarrillocruz: cool, just don't put anymore work into jeepyb :)16:24
rcarrillocruzlol16:25
*** e0ne has quit IRC16:25
*** nmagnezi has joined #openstack-infra16:26
*** jdob has joined #openstack-infra16:26
*** oanson has joined #openstack-infra16:27
jdobquestion about the api-ref migration: https://review.openstack.org/#/c/312726/ merged, when should I start seeing that job appear for heat reviews?16:28
*** raildo has left #openstack-infra16:28
*** _sarob has quit IRC16:28
*** raildo has joined #openstack-infra16:28
*** derekh has quit IRC16:28
nibalizerinfra-root done with the lock16:28
openstackgerritMerged openstack-dev/hacking: Add reno and release notes tracking  https://review.openstack.org/30847216:28
*** shashank_hegde has quit IRC16:30
*** vhosakot has joined #openstack-infra16:30
*** Apoorva has joined #openstack-infra16:30
funginibalizer: and i say start out trying to use the snakeoil cert on the server, but if (as suspected) it doesn't work with javascript callbacks from storyboard-webclient to the rest api, i may need to bite the bullet and buy one (i don't see any indication that i've done so, looked in the likely places for evidence of one)16:32
nibalizerfungi: wfm16:32
nibalizerthanks for checking all that out, and thanks to past-you for spinning up trove16:33
fungithanks for picking up my half-finished work16:33
fungifrom probably a year ago16:33
openstackgerritOpenStack Proposal Bot proposed openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/31698016:34
*** julim has joined #openstack-infra16:34
* rcarrillocruz thinking would be good to add trove to cloud-launcher role, since it's already available on ansible modules...16:35
*** savihou has quit IRC16:40
openstackgerritNuman Siddique proposed openstack-infra/project-config: Enable functional test job in openstack ci for networking-ovn  https://review.openstack.org/31698316:40
*** IlyaG has joined #openstack-infra16:41
*** oanson has quit IRC16:41
*** savihou has joined #openstack-infra16:41
*** rossella_s has quit IRC16:41
*** kzaitsev_mb has quit IRC16:42
*** Jeffrey4l has quit IRC16:43
*** oanson has joined #openstack-infra16:43
*** trown is now known as trown|lunch16:45
*** links has quit IRC16:47
rcarrillocruzah no, it's on shade, not in ansible16:47
rcarrillocruzhmmmmm16:47
openstackgerritMario David proposed openstack-infra/shade: add project_id to create_router  https://review.openstack.org/31698716:48
openstackgerritMario David proposed openstack-infra/shade: add .idea to .gitignore  https://review.openstack.org/31698816:48
*** jlanoux has quit IRC16:49
rcarrillocruzand the trove support is just importing the library and exposing the client ...16:50
rcarrillocruzk, i guess i can work on that16:50
*** harlowja_at_home has quit IRC16:53
*** IlyaG has quit IRC16:54
*** lakshmiS has quit IRC16:54
*** johnny__ has joined #openstack-infra16:54
openstackgerritPaul Belanger proposed openstack-infra/tripleo-ci: Revert check for centos to free HDD space  https://review.openstack.org/31697316:56
*** baumann has quit IRC16:57
*** ihrachys has quit IRC16:58
crinklejeblair: do you want to reevaluate your -1 on https://review.openstack.org/#/c/244917 in light of SpamapS's responses?16:58
*** shashank_hegde has joined #openstack-infra17:00
*** inc0 has quit IRC17:01
*** jamesmcarthur has quit IRC17:01
*** asilenkov_ has quit IRC17:02
*** jerryz has joined #openstack-infra17:02
jeblaircrinkle, SpamapS: i can remove my -1, but without examples of a job config that sets the appropriate prefix, or a link to the promised documentation, i don't think i can +2 it.17:02
*** jistr has quit IRC17:02
*** Qiming has quit IRC17:03
openstackgerritLakshmi N Sampath proposed openstack-infra/project-config: Use ES2.x for searchlight tests  https://review.openstack.org/31700017:07
openstackgerritGraham Hayes proposed openstack-infra/project-config: Add api-ref jobs to Designate  https://review.openstack.org/31700117:07
*** doug-fish has joined #openstack-infra17:08
*** nadya has quit IRC17:09
*** tosky has joined #openstack-infra17:09
openstackgerritLakshmi N Sampath proposed openstack-infra/project-config: Use ES2.x for searchlight tests  https://review.openstack.org/31700017:09
openstackgerritGraham Hayes proposed openstack-infra/project-config: Add api-ref jobs to Designate  https://review.openstack.org/31700117:09
SpamapSjeblair: http://docs.openstack.org/developer/os-performance-tools/ <-- how would I make the docs that are written in the code of os-performance-tools appear there?17:10
*** doug-fis_ has joined #openstack-infra17:10
SpamapSjeblair: https://github.com/openstack/os-performance-tools/blob/master/os_performance_tools/collectors/mysql.py#L49-L53 <-- the docs17:10
SpamapSand similar ones in other files17:10
*** Sukhdev has quit IRC17:11
*** doug-fi__ has joined #openstack-infra17:12
*** david-lyle_ has quit IRC17:12
*** ianychoi has quit IRC17:13
openstackgerritJames E. Blair proposed openstack-infra/project-config: Publish os-performance-tools docs  https://review.openstack.org/31700517:13
*** oanson has quit IRC17:13
jeblairSpamapS: ^ something like that i think17:13
*** doug-fish has quit IRC17:13
*** david-lyle has joined #openstack-infra17:13
*** esker has joined #openstack-infra17:14
*** esker has quit IRC17:14
*** doug-fis_ has quit IRC17:14
*** esker has joined #openstack-infra17:14
*** rhochmuth has quit IRC17:16
*** doug-fi__ has quit IRC17:16
*** amitgandhinz has quit IRC17:17
*** tphummel has quit IRC17:18
*** yamamoto has quit IRC17:18
anteayaso samueldmq is trying to catch a race condition17:18
*** yamamoto has joined #openstack-infra17:18
anteayaand so far his strategy is to submit multiples of the same patch to run the tests: https://review.openstack.org/#/c/316224/17:19
*** yamamoto has quit IRC17:19
anteayaI'm hopeful that there is a better strategy to help him fix the issue17:19
samueldmqanteaya: agreed, and the race condition couldn't be reproduced locally by several people involved in that issue17:19
samueldmqseveral/any of the17:20
*** amitgandhinz has joined #openstack-infra17:21
*** tonytan4ever has joined #openstack-infra17:21
*** yamamoto has joined #openstack-infra17:21
*** lakshmiS has joined #openstack-infra17:22
samueldmqI'd be glad to hear from you and find a better strategy to reproduce the race condition when trying to debug/fix it17:22
*** shashank_hegde has quit IRC17:22
*** sridhar_ram has quit IRC17:24
*** flepied has quit IRC17:24
*** dims_ has joined #openstack-infra17:25
*** dims has quit IRC17:26
cbaderanteaya, I have a question who might be a good source to ask a question about zuul issue?17:26
*** ddieterly is now known as ddieterly[away]17:28
anteayasamueldmq: thank you17:28
anteayacbader: anyone in channel might be able to ask about a zuul issue17:28
anteayacbader: remember to link to a log or paste a build log or stacktrace17:28
samueldmqanteaya: thank you for making this a broader discussion, looking forward to hearing from others17:28
anteayathanks me too17:29
anteayanow I have to sign off for the day17:29
cbaderanteaya, thank you.17:29
anteayaat the storyboard mid-cycle and it is time to folks to go home17:29
*** piet has joined #openstack-infra17:29
anteayathank you, good night17:29
*** anteaya has quit IRC17:29
cbaderanteaya, good night17:29
*** jcoufal has quit IRC17:29
*** doug-fish has joined #openstack-infra17:32
*** esker has quit IRC17:33
*** baumann has joined #openstack-infra17:33
*** tphummel has joined #openstack-infra17:35
*** yamamoto has quit IRC17:35
*** rhochmuth has joined #openstack-infra17:37
*** rhochmuth has quit IRC17:37
*** bhunter71 has joined #openstack-infra17:37
*** electrofelix has quit IRC17:38
*** doug-fish has quit IRC17:38
*** Ravikiran_K has joined #openstack-infra17:42
*** jamesmcarthur has joined #openstack-infra17:44
*** inc0 has joined #openstack-infra17:45
SpamapSjeblair: unfortunately, the job failed with "2016-05-16 17:29:31.653 | Job os-performance-tools-docs not defined"17:45
*** shashank_hegde has joined #openstack-infra17:45
jeblairSpamapS: yeah, we probably need to add a line to jjb17:45
openstackgerritPaul Belanger proposed openstack-infra/zuul: Create extra_requires for zuul-launcher  https://review.openstack.org/31638717:46
pabelangerjeblair: does that work for you?^17:46
SpamapSjeblair: I'll take a quick look in the interest of learning. :)17:46
*** mriedem is now known as mriedem_afk17:46
*** trown|lunch is now known as trown17:46
openstackgerritJeremy Stanley proposed openstack-infra/system-config: Use openstackclient in cinder volume examples  https://review.openstack.org/31702717:46
*** amitgandhinz has quit IRC17:47
*** rcernin has quit IRC17:47
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/project-config: Publish os-performance-tools docs  https://review.openstack.org/31700517:49
SpamapSjeblair: ^ like that?17:49
jeblairpabelanger: i guess?  as long as someone who understands pbr agrees with that.  the main thing is: *this is not a part of zuul i want to support at all*.  I don't really even want people to know it exists.17:49
mugsiehi - is there a way we can kick https://review.openstack.org/#/c/314627/1 into merging? the dependant patch has merged, and it has 2x+2/W+117:49
*** pfallenop has quit IRC17:49
jeblairSpamapS: yep!17:50
SpamapSTIL \o/17:50
openstackgerritKiall Mac Innes proposed openstack-infra/project-config: Add Designate+Tempest on Mitaka jobs  https://review.openstack.org/31702917:50
pabelangerjeblair: is that because in zuulv3 this changes?17:50
*** ffrank has joined #openstack-infra17:51
jeblairpabelanger: yes -- this is all a distraction from zuulv3, but openstack needs to do it so that we can stop running jenkins.  i do not want this to support anything more than exactly what openstack needs to keep going until we can run zuulv317:51
pabelangerjeblair: I guess JJB would be dropped. OKay, I'm fine with abandoning that patch. I've already worked around it locally with my ansible playbook17:51
pabelangerjeblair: ack17:51
fungimnaser: sorry, got distracted by a meeting and other things. the new volume has been created (17eeb39d-c6de-4e32-8c08-26cf3592a22c), added to the server instance and pvmove is underway on it now17:51
fungimnaser: i'll let you know once we shrink the vg off the old volume (98bf1ed1-a356-42c9-990f-71a6b86b3a7a) and delete it from cinder17:52
KiallSo - I'm adding a stable compat job, never does this before.. Can anyone point out my (likely many) mistakes?  ;) https://review.openstack.org/31702917:52
*** e0ne has joined #openstack-infra17:52
*** jamesmcarthur has quit IRC17:53
*** doug-fish has joined #openstack-infra17:53
fungimugsie: someone needs to add a new approval to it. i'll do that now17:54
*** rhochmuth has joined #openstack-infra17:54
*** baoli has quit IRC17:54
*** jamesmcarthur has joined #openstack-infra17:54
mugsiefungi: ty17:54
*** rhochmuth has quit IRC17:55
*** baoli has joined #openstack-infra17:55
*** pfallenop has joined #openstack-infra17:56
jeblairwhat does the '$group = "foo"' thing in manifests/site.pp do?17:56
openstackgerritJames E. Blair proposed openstack-infra/system-config: Add zuul launcher to zuul merger group  https://review.openstack.org/31703217:57
jeblairpabelanger, fungi: ^ i missed that when creating the zl server defn17:57
*** rhochmuth has joined #openstack-infra17:57
*** amitgandhinz has joined #openstack-infra17:57
pabelangerjeblair: +217:58
*** doug-fish has quit IRC17:58
fungijeblair: i _thought_ the bit in the groups.txt file configured ansible and the part in manifests/site.pp configured puppet to know the same groupings17:58
funginibalizer: ^?17:58
*** doug-fish has joined #openstack-infra17:59
*** baoli has quit IRC18:00
*** rhochmuth has quit IRC18:00
jeblairfungi: oh, so groups.txt says "put the creds on this host"; $group= means "also read creds from this hiera file which you should find on the host"  ?18:00
*** nadya has joined #openstack-infra18:01
jeblair(and iirc, someone had an idea to rework that so that when we put hiera stuff on the host, we drop the group path then we can drop the $group thing in puppet and stop doing the double-entry thing)18:01
*** Na3iL has quit IRC18:04
*** baoli has joined #openstack-infra18:05
*** dtantsur is now known as dtantsur|afk18:06
*** lucasagomes is now known as lucas-dinner18:06
*** signed8bit is now known as signed8bit_Zzz18:07
*** julim has quit IRC18:07
fungijeblair: yes, that is my recollection18:07
openstackgerritMerged openstack-infra/project-config: Move Bandit job to voting  https://review.openstack.org/31462718:08
*** signed8bit_Zzz is now known as signed8bit18:08
fungiit's temporary badness to eventually be rectified18:08
*** julim has joined #openstack-infra18:08
*** flepied has joined #openstack-infra18:09
fungii'm deleting 63 leaked floating ips in osic, probably related to the operational disruption there earlier today18:09
*** nadya has quit IRC18:10
openstackgerritIldiko Vancsa proposed openstack-infra/irc-meetings: Add Cinder-Nova-API-inetraction meeting series  https://review.openstack.org/31703818:10
*** javeriak has joined #openstack-infra18:12
openstackgerritKiall Mac Innes proposed openstack-infra/project-config: Add Designate+Tempest on Mitaka jobs  https://review.openstack.org/31702918:12
openstackgerritRaildo Mascena proposed openstack-infra/project-config: Run identity v3 only job in barbican  https://review.openstack.org/31523118:13
*** sambetts is now known as sambetts|afk18:15
*** doug-fis_ has joined #openstack-infra18:15
*** vilobhmm111 has joined #openstack-infra18:16
vilobhmm111fungii, clarkb : ping18:16
*** Ravikiran_K has quit IRC18:16
*** IlyaG has joined #openstack-infra18:16
openstackgerritPaul Belanger proposed openstack-infra/system-config: Set region_name for tripleo-test-cloud-rh1  https://review.openstack.org/31703918:16
vilobhmm111how do you add members to "project-core" if the project has no cores starting to begin with18:16
vilobhmm111because of this we can't merge code for a newly create library18:17
vilobhmm111nikhil, harlowja : ^^18:17
*** doug-fish has quit IRC18:18
fungivilobhmm111: a gerrit admin adds an initial member, in the (majority) case of self-managed groups18:19
openstackgerritPaul Belanger proposed openstack-infra/project-config: Setup region-name for tripleo-test-cloud-rh1  https://review.openstack.org/31704218:19
*** jtomasek has quit IRC18:19
fungivilobhmm111: if it's a repo for an existing project team, we add the ptl. for unofficial projects we add the gerrit user who proposed the project creation patch for it18:20
vilobhmm111fungii : and who's the gerrit admin for a newly created library/project18:20
fungivilobhmm111: the infra-root sysadmin team are our gerrit admins18:20
fungivilobhmm111: what's the empty gerrit group in question?18:20
*** doug-fis_ has quit IRC18:21
vilobhmm111fungii : for "delimiter" the new library that i am talking about i had proposed the inital idea here and we are bunch of people working on it18:21
vilobhmm111if you look for "delimiter-core" it has no members18:21
vilobhmm111so we can't merge code18:21
*** doug-fish has joined #openstack-infra18:21
fungivilobhmm111: sure, we haven't added anyone yet. i guess it's an unofficial project for now? (pending conclusion of the oslo inclusion discussion)18:22
vilobhmm111fungii : https://review.openstack.org/#/admin/projects/openstack/delimiter18:22
vilobhmm111fungi : but as a result of which we can't merge any code18:23
vilobhmm111fungii : https://review.openstack.org/#/q/project:openstack/delimiter18:23
vilobhmm111the review are just lying around18:23
vilobhmm111we got the patch for CI stuff up and going yesterday https://review.openstack.org/#/c/315232/18:24
fungivilobhmm111: trust me, i understand how gerrit works. i'll add the proposer of https://review.openstack.org/315232 as the initial group member since this seems to be an unofficial project18:24
*** shardy has quit IRC18:24
*** yamamoto has joined #openstack-infra18:24
vilobhmm111fungii : that will work18:25
*** savihou has quit IRC18:26
*** doug-fish has quit IRC18:26
*** yamahata has quit IRC18:26
fungivilobhmm111: ishadewan07@gmail.com is now the initial member of the delimiter-core and delimiter-release groups, and can add others to those as needed18:26
vilobhmm111fungii : ok18:27
vilobhmm111thanks!18:27
vilobhmm111let me check18:27
fungiyou're welcome18:27
*** yamahata has joined #openstack-infra18:27
vilobhmm111fungii : can this admin be chnaged anytime18:28
vilobhmm111if the person leave or because of xyz reason18:28
openstackgerritIldiko Vancsa proposed openstack-infra/irc-meetings: Add Cinder-Nova-API-interaction meeting series  https://review.openstack.org/31703818:28
*** ddieterly[away] has quit IRC18:28
*** e0ne has quit IRC18:28
fungivilobhmm111: it's not an admin, any member of those groups can add/remove other members. the groups are self-administrated18:28
vilobhmm111ok18:28
vilobhmm111fungii : that answers the question18:28
vilobhmm111thanks again118:28
fungiyou're welcome!18:29
*** baumann has left #openstack-infra18:30
*** vilobhmm111 has quit IRC18:31
*** e0ne has joined #openstack-infra18:31
*** cody-somerville has joined #openstack-infra18:31
*** rhochmuth has joined #openstack-infra18:32
*** jang has joined #openstack-infra18:32
*** pvaneck has joined #openstack-infra18:33
*** Sukhdev has joined #openstack-infra18:33
*** jamesmcarthur has quit IRC18:35
*** ddieterly has joined #openstack-infra18:35
*** rhochmuth has quit IRC18:35
*** e0ne has quit IRC18:35
*** mixos_ has quit IRC18:36
*** IlyaG has quit IRC18:36
nikhilfungi: can you please add me too, ishadewan07@gmail.com  is my intern and she is out sick for a few days18:36
nikhil?18:36
nikhilfungi: will much appreciate it!18:36
*** jamesmcarthur has joined #openstack-infra18:36
openstackgerritGraham Hayes proposed openstack-infra/devstack-gate: Add Designate help / log links to gate  https://review.openstack.org/31704418:36
mnaserfungi: no problem :)18:36
openstackgerritRaildo Mascena proposed openstack-infra/project-config: Run identity v3 only job in heat  https://review.openstack.org/31521418:36
*** inc0 has quit IRC18:37
*** flepied1 has joined #openstack-infra18:41
nikhilKevin_Zheng kragniz Qijing_ raildo-afk tbarron thingee vilobhmm111 wxy ericksonsantos : quota channel is back up, feel free to join18:41
*** kzaitsev_mb has joined #openstack-infra18:42
funginikhil: done18:43
*** krtaylor has quit IRC18:44
*** mriedem_afk is now known as mriedem18:44
*** flepied has quit IRC18:45
*** haypo has left #openstack-infra18:47
*** degorenko is now known as _degorenko|afk18:48
nikhilfungi: has anyone told you, you are the best! ;-) very many thanks!18:48
fungii am but a humble servant of the community, but thanks for the compliment!18:49
*** jamesmcarthur has quit IRC18:49
*** jamesmcarthur has joined #openstack-infra18:50
openstackgerritMerged openstack-infra/project-config: devstack-plugin-glusterfs: make the Cinder job non-voting  https://review.openstack.org/31623718:51
nikhilfungi: :-)18:52
*** Na3iL has joined #openstack-infra18:58
fungideleting 26 leaked floating ips from bluebox now18:59
*** baoli has quit IRC18:59
*** doug-fis_ has joined #openstack-infra19:00
*** vilobhmm11 has joined #openstack-infra19:00
fungimnaser: okay, migration from the old volume to the new one is complete. the old volume has been detached and deleted now19:01
mnaserfungi: thank you very much! :-)19:02
*** edmondsw has quit IRC19:02
*** doug-fis_ has quit IRC19:02
fungimnaser: thanks for the heads up, and apologies for the delay19:02
*** vilobhmm11 has left #openstack-infra19:03
*** woodster_ has joined #openstack-infra19:03
mnaserfungi: no problem, let me know how/when we can get the conversation started about control plane @ vexxhost :)19:03
*** sarob has joined #openstack-infra19:04
*** Swami has quit IRC19:04
*** tqtran has joined #openstack-infra19:04
*** Swami has joined #openstack-infra19:06
*** mixos has joined #openstack-infra19:06
*** salv-orl_ has quit IRC19:07
*** inc0 has joined #openstack-infra19:07
nibalizerjeblair: fungi yep you have it right19:08
nibalizerone of the things i like about how we have it now is any admin can run puppet by just running puppet19:08
nibalizerso i'd like to preserve that through changes to the system19:08
nibalizerbut I agree that if we know which nodes get what secrets, each individual node can have a common.yaml with all the secrets ignoring groups19:09
*** pblaho has joined #openstack-infra19:09
*** asilenkov_ has joined #openstack-infra19:09
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Fix date format for agg_count and get_test_counts_in_date_range()  https://review.openstack.org/31694819:12
*** Swami has quit IRC19:14
*** rhochmuth has joined #openstack-infra19:15
*** rhochmuth has quit IRC19:15
*** Na3iL has quit IRC19:15
openstackgerritPaul Belanger proposed openstack-infra/tripleo-ci: Build and upload instack.raw image  https://review.openstack.org/31507219:24
*** rhochmuth has joined #openstack-infra19:24
*** flepied1 has quit IRC19:25
*** tonytan4ever has quit IRC19:27
*** rhochmuth has quit IRC19:27
*** rbergeron has quit IRC19:28
*** rbergeron has joined #openstack-infra19:28
*** flepied has joined #openstack-infra19:28
*** cody-somerville has quit IRC19:29
*** jamesmcarthur has quit IRC19:30
*** jamesmcarthur has joined #openstack-infra19:31
*** rhochmuth has joined #openstack-infra19:31
*** javeriak has quit IRC19:33
*** cody-somerville has joined #openstack-infra19:33
*** abregman has joined #openstack-infra19:34
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: WIP: DONT MERGE Running tests  https://review.openstack.org/31643619:37
*** lucas-dinner has quit IRC19:38
*** e0ne has joined #openstack-infra19:38
*** e0ne has quit IRC19:40
*** esikachev has joined #openstack-infra19:40
*** Na3iL has joined #openstack-infra19:41
*** rcernin has joined #openstack-infra19:42
*** lucasagomes has joined #openstack-infra19:43
*** edmondsw has joined #openstack-infra19:44
openstackgerritPaul Belanger proposed openstack-infra/project-config: Check for DNS first in configure_mirror.sh  https://review.openstack.org/31706619:45
openstackgerritPaul Belanger proposed openstack-infra/project-config: Only check to resolve DNS on tripleo-test-cloud-rh1  https://review.openstack.org/31706719:45
openstackgerritPaul Belanger proposed openstack-infra/project-config: Run configure_mirror.sh for tripleo-test-cloud-rh1  https://review.openstack.org/31706819:45
*** baoli has joined #openstack-infra19:45
*** doug-fish has joined #openstack-infra19:46
*** baoli has quit IRC19:46
*** baoli has joined #openstack-infra19:47
*** yamahata has quit IRC19:48
*** pblaho has quit IRC19:49
*** jamesmcarthur has quit IRC19:49
jeblairpabelanger, fungi: if we're starting to customize our setup to accomodate the tripleo cloud, i would like to continue the conversation about converting that effort into a third-party ci19:50
pabelangerjeblair: fungi: I am fine with that, I was trying to avoid creating a new script to check if DNS was valid on the centos-7 DIB they are using19:51
*** lucasagomes has quit IRC19:51
pabelangerjeblair: I have them onboard to run AFS too, just need to VM ATM19:51
cloudnullpabelanger fungi jeblair we've been monitoring the FIP usage since the FIP incident in the OSIC IDK if infra is just rebuilding since the incident however we're seeing a bunch of FIPs on the openstackjenkins project without a port assignment, at last check there were ~55 of them.19:51
cloudnullmaybe needs to be cleaned up again?19:52
*** tonytan4ever has joined #openstack-infra19:53
cloudnullhttp://cdn.pasteraw.com/osi77p1fw8degbyb7wi4829nm54to6p -- some of that may be inflight builds but i figured I'd point it out19:54
pabelangerjeblair: we do need to land: https://review.openstack.org/#/c/317042/ for AFS mirrors however19:54
*** rhochmuth has quit IRC19:54
*** jaosorior has quit IRC19:56
jeblairpabelanger: it doesn't seem like both of those should be necessary19:56
jeblairpabelanger: sorry, i mean that change and its dependent19:56
openstackgerritMerged openstack-infra/system-config: Add zuul launcher to zuul merger group  https://review.openstack.org/31703219:57
pabelangerjeblair: currently what happens today without it: http://paste.openstack.org/show/497263/19:57
*** lucasagomes has joined #openstack-infra19:57
jeblairpabelanger: yeah, i guess i just don't understand why it's configured twice.  i agree that is the case for all the other single-region clouds so i will +2.19:58
pabelangerjeblair: I'm happy to optimize it and agree the duplicate is not nice19:59
jeblairpabelanger: i think it has to go in clouds.yaml because that is not discoverable (yay openstack)19:59
jeblairpabelanger: so i guess the question is whether nodepool could then discover that from oscc.20:00
*** doug-fis_ has joined #openstack-infra20:00
jeblairpabelanger: have you done floating ip cleanup recently?20:00
*** doug-fi__ has joined #openstack-infra20:01
pabelangerjeblair: no, I believe fungi did it today20:01
*** inc0 has quit IRC20:01
*** regXboi has joined #openstack-infra20:01
jeblairi'm thinking someone should clean up fips in osic as cloudnull suggests, but i have not done so since the shade switcheroo, so am looking for someone who knows the proc20:01
fungicloudnull: that's unfortunate. i deleted something like 66 in osic an hour or so ago20:01
*** Swami has joined #openstack-infra20:01
fungii didn't do anything shade-specific. just looked for fips with no associated instance and then deleted them after a brief delay if they continued to exist20:02
*** doug-f___ has joined #openstack-infra20:02
pabelangerfungi: jeblair I can run the shade script20:03
cloudnullfungi: sorry? im not sure why they're leaking, or if they are, at this point.20:03
cloudnulljust saw the count growing.20:03
jeblairpabelanger: thx (what's the command for future ref?)20:03
fungicloudnull: yeah, don't know the cause at this stage. i thought they might have been fallout from the incident earlier today, but i guess not if there are now ones appearing20:03
cloudnullmaybe residual fallout still ?20:04
cloudnullit seems everything is stable now.20:04
*** doug-fish has quit IRC20:04
cloudnulland I can continue to watch it20:04
pabelangerjeblair: I am running a modified version of openstack-infra/system-config tools/clean-fips.py: http://paste.openstack.org/show/497265/20:04
pabelangerxport OS_CLIENT_CONFIG_FILE=/etc/openstack/all-clouds.yaml20:04
*** doug-fis_ has quit IRC20:05
pabelanger./tools/clean-fips.py20:05
pabelangerCleaned 69 FIPs from openstackjenkins-osic-cloud120:05
*** doug-fi__ has quit IRC20:05
mordredjeblair: I'm not really here - but what's the thing you want to maybe learn from occ?20:06
* mordred is sitting on hold with Delta, so lurking in IRC is like a breath of fresh air :)20:07
*** sarob has quit IRC20:07
*** baoli has quit IRC20:07
*** baoli has joined #openstack-infra20:08
*** _sarob has joined #openstack-infra20:08
*** krtaylor has joined #openstack-infra20:08
*** baoli has quit IRC20:09
*** baoli has joined #openstack-infra20:09
*** jamesmcarthur has joined #openstack-infra20:09
*** piet has quit IRC20:10
*** Sukhdev has quit IRC20:10
jeblairmordred: the region name, so that after we merge something like https://review.openstack.org/317039 we don't need https://review.openstack.org/31704220:10
jeblairmordred: (this is not important; more of a rainy day idea)20:11
*** yamahata has joined #openstack-infra20:12
kevinbentoncloudnull, mordred: can you folks take a look at the latest comments on https://bugs.launchpad.net/neutron/+bug/1581220 . it looks to me like shade is racey with using 'unused' floating IPs20:13
openstackLaunchpad bug 1581220 in neutron "race leads same floating ip to be associated to separate ports" [High,Incomplete]20:13
*** mjblack has quit IRC20:13
*** dmk0202 has joined #openstack-infra20:14
*** Na3iL has quit IRC20:14
*** salv-orlando has joined #openstack-infra20:17
*** mjblack has joined #openstack-infra20:18
*** nadya has joined #openstack-infra20:18
*** amrith is now known as _amrith_20:18
openstackgerritBen Nemec proposed openstack-infra/project-config: Add stable branch jobs for tripleo-ci  https://review.openstack.org/29739020:19
*** kjorgensen has quit IRC20:20
cloudnullkevinbenton: will give it a gander in a few20:21
EmilienMhi! can I have a review on this trivial project-config patch please? https://review.openstack.org/#/c/316598/ thanks a lot!20:21
mattthi all, still struggling to understand the timeouts on this job (see http://logs.openstack.org/66/315366/9/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-trusty/d9e62f2/console.html as example), if anyone can assist when this osic dust has settled that'd be greatly appreciated :)20:23
*** mriedem is now known as mriedem_away20:28
fungipabelanger: in the wake of the wiki discussion at the summit, have you had time to get back into trying to flesh out the remainder of our puppet-mediawiki module (or evaluate the several others on puppetforge) so that we can work on migrating to a newer ubuntu release and more recent mw version?20:29
*** doug-f___ has quit IRC20:29
*** baoli has quit IRC20:29
pabelangerfungi: I can do that later this week.  We should be able to stand up wiki-dev.o.o with out too much modifications20:30
*** ericksonsantos has quit IRC20:30
*** gabriel-bezerra has quit IRC20:30
fungipabelanger: sounds great! keep me posted, and let me know if you need anything at all to help speed that along20:30
*** thiagop has quit IRC20:30
*** doug-fish has joined #openstack-infra20:31
pabelangerfungi: sure, I think we'll need to land a patch to puppet-mediawiki. I'll ping you once I have it ready for review20:31
*** kgiusti has left #openstack-infra20:32
*** krtaylor has quit IRC20:32
*** gabriel-bezerra has joined #openstack-infra20:32
*** raildo is now known as raildo-afk20:33
*** raildo-afk is now known as raildo20:33
*** thiagop has joined #openstack-infra20:34
pleia2pabelanger: great \o/20:34
*** ericksonsantos has joined #openstack-infra20:34
*** jamesmcarthur has quit IRC20:35
mordredjeblair: the region_name is totally available from the cloud object20:36
*** cody-somerville has quit IRC20:37
mordredjeblair: oh - wait20:37
mordredjeblair: I see the issue you're talking about there20:37
*** sdake has quit IRC20:37
*** sdake has joined #openstack-infra20:37
mordredjeblair: yes, we can totally get it from the cloudconfig object - it's available20:37
*** cody-somerville has joined #openstack-infra20:38
*** cody-somerville has quit IRC20:38
*** cody-somerville has joined #openstack-infra20:38
fungijeblair: pabelanger: the discussion about tripleo-ci third-party and afs mirroring... since there's no authentication needed to run an afs mirror, any third-party ci that wants to reuse our mirror unmodified can use our puppet manifest to just set up an afs client in their environment to provide one, yeah? any significant gotchas there?20:38
mordredfungi: in fact, I've been meaning to write a blog post on that topic20:39
*** asilenkov_ has quit IRC20:39
krotscheckinfra-core: Soooooo I have these javascript things that are under the infra banner again, and I don't remember any awesome JS people joining the core team. Anyone have suggestions on how I can get more eyeballs on some of my JS things?20:39
pabelangerfungi: jeblair20:39
pabelangererr20:39
mordredfungi: I have not been writing that yet because at the moment our ubutnu mirrors are unsigned and it seemed like documenting additional use that might involved people turning off repo validation would be potentially a bad idea20:40
*** savihou has joined #openstack-infra20:40
fungikrotscheck: if you figure out how to entice people to review things, let me know. we have a bunch of infra projects that need more reviewers20:40
mordredfungi: but if we switch to rsync for ubuntu mirroring, or we add a signing key - I think it's a generally good solution that people can opt in to participating in without talking to us20:40
mordredand documenting it as such would be a good idea20:40
fungimordred: great point20:40
pabelangerfungi: jeblair: regarding AFS, I am just waiting for an instance to be launched to configure it and loop it into our ansible playbook.  I just replied to a thread on the ML20:40
krotscheckfungi: I could send cookies?20:40
*** gabriel-bezerra has quit IRC20:40
*** nwkarsten has joined #openstack-infra20:41
*** gabriel-bezerra has joined #openstack-infra20:41
pabelangerjeblair: fungi: As for 3rd party, I still like to see them move that way, but as middle ground, if tripleo moved to DIB (centos-7) and used an AFS mirror, I'm happy for that to be step 120:41
*** ericksonsantos has quit IRC20:41
fungikrotscheck: if horizon is a major consumer of this tooling, see if you can encourage some of them to review stuff. if they show a consistent/solid track record of reviewing on the infra js projects i'm happy to make them core reviewers on those20:41
pabelangerjeblair: fungi: which I have been doing all the work on, and patches have been merged20:42
fungipabelanger: that's great news20:42
*** ericksonsantos has joined #openstack-infra20:42
krotscheckjeblair: They might be. I'll check with them.20:42
krotscheckoops.20:42
krotscheckfungi: ^^20:42
fungipabelanger: if nothing else, it would make it easier for them to switch to being third-party20:42
*** rhochmuth has joined #openstack-infra20:44
*** jamesmcarthur has joined #openstack-infra20:45
*** mriedem_away is now known as mriedem20:46
*** tonytan4ever has quit IRC20:47
pabelangerfungi: Yup, the sticking point for moving the third-party, is tripleo wants to vote in the gate pipeline. However today, which I talked to clarkb at the summit, we don't let 3rd party vote in the gate now.20:47
*** tonytan4ever has joined #openstack-infra20:47
pabelangerfungi: however, even today, I don't think we'd like tripleo vote in the gate pipeline, since they are not multi-region. I think that is the whole stipulation right?20:48
*** bpokorny_ has joined #openstack-infra20:48
*** bpokorny_ has quit IRC20:49
fungiyeah, without more than one _stable_ region sufficient to handle capacity so that their project doesn't grind to a halt whenever one falls offline, we couldn't anyway20:49
*** bpokorny_ has joined #openstack-infra20:49
pabelangerfungi: right, so that's the reason they want to say in our nodepool today, because of the hope to vote in the gate pipeline.20:51
pabelangerwhich, we wouldn't do today20:51
*** inc0 has joined #openstack-infra20:51
*** doug-fis_ has joined #openstack-infra20:51
fungiwhat sort of timeline are they looking at to diversify to additional regions and increase capacity?20:51
pabelangerSo, moving tripleo to centos-7 with AFS is the easier path right now.  But like you said, will works when they move to 3rd party20:52
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Explode log tars so they can be indexed  https://review.openstack.org/31427220:52
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Record Heat resource deployment times to Graphite  https://review.openstack.org/31430820:52
*** _sarob has quit IRC20:52
*** bpokorny has quit IRC20:52
*** ddieterly is now known as ddieterly[away]20:52
pabelangerfungi: that's the issue, I don't know if they are.  There is a new RDO cloud coming online soon(tm), which will use tripleo hardware but it is still a single region20:52
*** esikachev has quit IRC20:53
*** sarob has joined #openstack-infra20:53
*** doug-fish has quit IRC20:54
*** baoli has joined #openstack-infra20:55
*** julim has quit IRC20:55
*** hichihara has joined #openstack-infra20:56
*** rhochmuth has quit IRC20:56
pabelangerfungi: do you mind helping land 317042 and 317039? That will help with our configure_mirror.sh script for AFS mirrors20:57
*** eharney has quit IRC20:57
fungithis has been going on for something like 3 years, so if in that amount of time they haven't managed to solve the issue (if memory serves there were but a few rare instances where the hp and rh region were online concurrently) i don't have a lot of hope of it happening in the next 3 either. might be better to revisit being upstream ci regions once the needs are met and admitting failure for now on20:58
fungithe plan for incremental upstream addition20:58
*** shamail has joined #openstack-infra20:59
*** ddieterly[away] is now known as ddieterly20:59
*** Sukhdev has joined #openstack-infra21:01
openstackgerritJames E. Blair proposed openstack-infra/puppet-zuul: Install build-essential instead of just gcc  https://review.openstack.org/31708521:01
*** asilenkov_ has joined #openstack-infra21:02
*** trown is now known as trown|outtypewww21:03
*** ewilson has quit IRC21:04
openstackgerritJames E. Blair proposed openstack-infra/puppet-zuul: Add launcher logging config file to zuul.conf  https://review.openstack.org/31709021:04
*** ewilson has joined #openstack-infra21:05
*** claudiub has quit IRC21:06
openstackgerritMerged openstack-infra/system-config: Set region_name for tripleo-test-cloud-rh1  https://review.openstack.org/31703921:08
openstackgerritJames E. Blair proposed openstack-infra/system-config: Remove undefined hostnames from zuul iptables config  https://review.openstack.org/31709321:09
jeblairpabelanger, fungi: i'm going to instapprove that one ^21:10
zeroDivisibleHey guys, just wondering if anybody seen this error in Zuul 2.1.0: Received unrecognized event type 'topic-changed' from Gerrit. Can not get account information.21:11
fungiouch. +221:11
jeblairzeroDivisible: it's harmless21:11
*** savihou has quit IRC21:12
zeroDivisiblejeblair: gotcha. I've seen it being reduced to WARNING level in one of the patches after 2.1.0, just wondering what's the story with this one.21:12
*** thorst has quit IRC21:12
jeblairzeroDivisible: it was made an error so that when people encountered it, they would add support for new events.  turns aut that approach doesn't work.21:12
*** aeng has joined #openstack-infra21:12
*** savihou has joined #openstack-infra21:12
*** thorst has joined #openstack-infra21:13
*** sridhar_ram has joined #openstack-infra21:13
*** rhallisey has quit IRC21:13
*** savihou has quit IRC21:14
*** asilenkov_ has quit IRC21:14
*** jamesmcarthur has quit IRC21:14
*** savihou has joined #openstack-infra21:15
zeroDivisiblehaha, fair enough. Wanna me at least create a bug for this one? I'm not promising that I'll give it a go and implement this, but maybe I can at least try to give it a go if it's simple?21:15
*** rhochmuth has joined #openstack-infra21:15
jeblairzeroDivisible: no bug necessary :)21:15
*** |-paul-| has joined #openstack-infra21:16
*** ldnunes has quit IRC21:16
zeroDivisiblejeblair: k :)21:17
*** thorst has quit IRC21:17
*** doug-fis_ has quit IRC21:17
*** doug-fish has joined #openstack-infra21:18
*** _ari_ has quit IRC21:18
openstackgerritMerged openstack-infra/project-config: Setup region-name for tripleo-test-cloud-rh1  https://review.openstack.org/31704221:18
ianwpabelanger: hmm, how did that happen21:18
*** savihou has quit IRC21:19
*** rhochmuth has quit IRC21:19
*** weshay has quit IRC21:19
*** doug-fish has quit IRC21:22
*** raildo is now known as raildo-afk21:22
*** doug-fish has joined #openstack-infra21:25
*** doug-fish has quit IRC21:26
*** doug-fish has joined #openstack-infra21:27
*** bpokorny_ has quit IRC21:30
*** bpokorny has joined #openstack-infra21:31
*** doug-fish has quit IRC21:32
ianwgreghaynes / SpamapS : so at this point, it seems https://review.openstack.org/316831 https://review.openstack.org/316789 should be rolled into a 1.16.1 release21:33
*** Goneri has quit IRC21:33
ianwi'll keep an eye on these and do that21:33
*** doug-fish has joined #openstack-infra21:33
*** lakshmiS has quit IRC21:34
SpamapSianw: ACK, and agreed21:34
*** jpr has quit IRC21:35
*** thorst has joined #openstack-infra21:35
*** dimtruck is now known as zz_dimtruck21:35
openstackgerritMerged openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/31698021:37
*** doug-fish has quit IRC21:37
*** doug-fish has joined #openstack-infra21:38
*** doug-fish has quit IRC21:38
*** doug-fish has joined #openstack-infra21:38
*** _amrith_ is now known as amrith21:39
*** thorst has quit IRC21:40
*** rhochmuth has joined #openstack-infra21:40
*** ewilson has quit IRC21:40
openstackgerritMerged openstack/diskimage-builder: Add centos7 test  https://review.openstack.org/19252121:43
*** matt-borland has quit IRC21:43
*** rhochmuth has quit IRC21:44
Shrewsjeblair: jhesketh: do either of you have a layout.yaml file that you're using for testing the latest zuul2.5? reverse engineering all of the changes in order to get zuul-server to start is making me quite insane21:51
openstackgerritMerged openstack-infra/system-config: Remove undefined hostnames from zuul iptables config  https://review.openstack.org/31709321:51
*** regXboi has quit IRC21:52
*** mriedem has quit IRC21:52
greghaynesianw: bkero ^21:55
*** shashank_hegde has quit IRC21:55
greghaynesianw: bkero has been poking at debugging it. I highly suspect what is going on is that fixed a fail that was going on silently in tripleo already and we are just now actually failing properly21:56
*** markvoelker has joined #openstack-infra21:57
*** Shrews has quit IRC21:57
*** edmondsw has quit IRC21:58
*** shashank_hegde has joined #openstack-infra21:59
*** shamail has quit IRC22:00
*** markvoelker has quit IRC22:01
*** rhochmuth has joined #openstack-infra22:01
*** amitgandhinz has quit IRC22:01
*** tonytan4ever has quit IRC22:01
*** markvoelker has joined #openstack-infra22:01
openstackgerritMerged openstack/diskimage-builder: Fix path issue for locale-archive.tmpl  https://review.openstack.org/31683122:01
craigeo/22:01
*** nadya has quit IRC22:02
*** thiagop has quit IRC22:04
*** aysyd has quit IRC22:05
*** rhochmuth has quit IRC22:05
ianwgreghaynes: hmm, ok ... i guess the thing to do here is keep at it and re-merge it?22:06
ianwthere's also that much larger cleanup that ends up removing it all together, but that needs more review22:06
*** cody-somerville has quit IRC22:06
greghaynesianw: Yea, I think shortly we'll have some more info on what the issue is, if its an issue with dib being broken we probably should make a bugfix release, if its a thing where downstream was broken then we can help them fix and re-merge it22:07
bkeroianw: I've reduced reproduction down to elements: 'centos7 vm'22:07
*** Shrews has joined #openstack-infra22:07
*** doug-fish has quit IRC22:07
*** Shrews has quit IRC22:07
*** Shrews has joined #openstack-infra22:08
*** sigmavirus24 is now known as sigmavirus24_awa22:09
ianwbkero: can you pastebin that?  i'm running a build with that now to see what happens22:09
ianw"centos7" i don't test much.  centos-minimal gets more coverage22:10
*** dmk0202 has quit IRC22:10
greghaynesI cant remember if we have merged any of the test coverage for vm22:10
greghayneswe havent I think - https://review.openstack.org/#/c/204639/22:10
greghaynesI got that working, then I think we regressed22:10
*** nmagnezi has quit IRC22:11
jeblairShrews: you mean in zuulv3?  (there are no layout changes for v2.5)22:11
bkeroianw: sorry, it's lost in scrollback22:12
bkeroI'm testing that it's reproduceable with ubuntu-minimal22:12
Shrewsjeblair: the schema has radically changed in the master branch since the last tagged release22:13
*** doug-fis_ has joined #openstack-infra22:13
*** salv-orl_ has joined #openstack-infra22:14
ianwbkero: is it the same as nodepool.openstack.org/ubuntu-trusty.log ?22:14
*** rhochmuth has joined #openstack-infra22:16
*** rhochmuth has quit IRC22:16
jeblairShrews: i have not run the zuul server locally for some time; the layout.yaml files in the test fixture directory may help22:16
*** doug-fi__ has joined #openstack-infra22:16
armaxhi folks, I am having trouble figuring out why this grafana dashboard is not rendering http://grafana.openstack.org/dashboard/db/neutron-failure-rate?panelId=5&fullscreen22:17
armaxthe error I get is ‘TypeError: reduce() of empty sequence with no initial value'22:17
jeblairShrews: (i usually rely solely on the tests to check behavior of the zuul server (because it's so much trouble to have a jenkins and a gerrit and nodepool running and manually poke them to do the right things))22:17
*** hichihara has quit IRC22:17
armaxbut for what I can tell the data series should be non empty22:17
*** salv-orlando has quit IRC22:18
armaxthis change is the culprit: https://review.openstack.org/#/c/314689/22:18
*** doug-fis_ has quit IRC22:18
Shrewsjeblair: those samples seem ok. thx22:18
armaxany idea on where I could dig in/troubleshoot this further?22:18
Shrewsjeblair: i've just been starting a geard and manually injecting jobs, just to experiment22:19
bkeroianw: I'm not sure22:19
jeblairShrews: yeah, i did run the new zuul-launcher manually doing that.  i kind of assumed once i plugged it into a zuul all the rest would work.  let me know how it goes!  :)22:20
*** Sukhdev has quit IRC22:20
*** Sukhdev has joined #openstack-infra22:21
tristanCjeblair: would you be interested to revive https://review.openstack.org/#/c/172833/ ? It would deploy jenkins/gerrit/nodepool and we could write real functional tests to validate the whole stack...22:21
*** doug-fi__ has quit IRC22:21
jeblairtristanC: let's talk about that after zuulv322:22
*** signed8bit is now known as signed8bit_Zzz22:24
tristanCperhaps we could setup something as a ci-test for zuul in order to accelerate zuulv3 development ?22:24
*** jang has quit IRC22:24
*** inc0 has quit IRC22:25
pabelangerianw: bkero: Ya, I'm going to talk to tripleo about switching to centos-minimal for centos7 builds22:26
bkerookay22:26
pabelangerianw: bkero: since we have more coverage of that element today22:26
bkeroI'll test against centos-minimal22:26
bkeroBut for this bug I'm pretty sure the root is in the 'vm' element's interaction with centos-based os elements22:26
ianwok, yeah, i'm seeing "/mnt is not a dir" thing22:26
bkeroianw: Yes. It's a long and windy path.22:27
ianwwe need to turn of tracing in dib-run-parts22:27
jeblairtristanC: zuul testing is not deficient in that way -- zuul has an extensive suite of functional tests that fully replicate all of the involved systems using fakes, and do so accurately and quickly (a full test run of 200 tests takes 70 seconds).  we are also highly confident in these tests.22:27
bkerocommon-functions mnts is moving it from $IMAGE/mnt to $IMAGE/build22:27
*** tpsilva has quit IRC22:27
bkerogreghaynes: it fails with 'ubuntu-minimal vm' too22:27
greghaynesbkero: awesome, so the VM element is just broken22:28
bkeroyarp22:28
greghaynesianw: we should bugfix release ^22:28
bkeroUnless it's the bootloader element22:28
pabelangerShrews: ProTip: targets: -name zuul is hardcoded in nodepool.yaml. Also need assign-via-gearman: True22:28
pabelangerShrews: well, hardcoded in zuul-launcher22:29
jeblairtristanC: if you are interested in working on zuul's tests, however, we do have a problem where they sometimes timeout when running in the gate (likely due to the behavioral characteristics of the nodes themselves).  but when testr times them out, we don't get log data, so we can't fix them (if there is a problem).  if you can figure out how to get them to timeout in such a way that we get log data, that would be very useful.22:29
ianwgreghaynes: yep, when it merges i'll quickly test and then we can cut it22:29
* bkero testing 'ubuntu-minimal bootloader' combination22:29
*** vhosakot has quit IRC22:30
clarkbjeblair is the timeout in jenkins or in the test suite? if in the test suite we should get logs for them22:30
*** Julien-zte has joined #openstack-infra22:30
jeblairclarkb: test suite.  testr hard timeout loses logs.22:30
greghaynesjeblair: in the past I have run the test suite in a loop overnight without testr for that issue. It's *awesome*22:30
jeblairgreghaynes: i have been running one since friday with no joy.22:30
greghaynesAw :(22:31
clarkbhuh, it should raise an exception then allow the cleanups to run which shoukd capture logs22:31
jeblairclarkb: i think that's soft timeout, which doesn't work with zuul?22:31
clarkboh maybe22:31
jeblairtristanC: so that's a possible avenue to explore -- what do we need to do to switch to testr's soft timeout?22:31
openstackgerritJames E. Blair proposed openstack-infra/system-config: Add project_config_repo to zuul launcher  https://review.openstack.org/31711822:32
jeblairpabelanger, clarkb: can you speedy that ^?22:32
tristanCjeblair: fair enough about functional tests, however i'm not really an expert of testr timeout... aren't the log written somewhere during execution ?22:32
pabelangerjeblair: +222:32
jeblairtristanC: they're collected by a special testr log fixture22:33
*** mixos has quit IRC22:34
tristanCjeblair: also you did ask me to remind you about another timeout related issue: https://review.openstack.org/#/c/274445/ ... though it shouldn't be the source of the gate problem22:34
tristanCi mean the testr problem22:34
bkerogreghaynes, ianw: Okay, so it's definitely in 'vm'. The 'centos7 bootloader' and 'ubuntu-minimal bootloader' elements worked correctly.22:35
bkerogreghaynes, ianw: ... you know what? I bet this has something to do with vm's "partition" script22:35
*** piet has joined #openstack-infra22:36
jeblairtristanC: thanks -- i agree it probably is not the gate/testr problem22:36
ianwbkero: yeah ... "inotify_init failed: Too many open files" from parted is odd22:37
*** jamesmcarthur has joined #openstack-infra22:39
*** xarses has quit IRC22:39
*** cody-somerville has joined #openstack-infra22:39
jeblairtristanC: oh!  I wonder if https://review.openstack.org/281166 fixes that problem?22:39
*** doug-fish has joined #openstack-infra22:40
pabelangerianw: we seen that in nodepool.o.o too, but I have git bisect the issue yet.22:40
openstackgerritChristopher Aedo proposed openstack-infra/irc-meetings: Adding additional chairs to IRC meeting  https://review.openstack.org/31712022:40
pabelangerianw: https://review.openstack.org/#/c/316813/ potential workaround22:40
jheskethMorning22:41
pabelangerjeblair: tristanC: I think we can set OS_TEST_TIMEOUT in zuul to increase the timeout22:41
pabelangerI am not sure what the default is however22:41
tristanCjeblair: perhaps the reload is fixed, but the shutdown might still be an issue22:42
jeblairpabelanger, tristanC: i don't know if the problem is the duration of the tests vs a bug in the tests that cause them to run indefinitely22:42
jeblairtristanC: yeah, perhaps we should merge it on that principle22:42
*** csomerville has joined #openstack-infra22:43
*** jamesmcarthur has quit IRC22:43
*** doug-fish has quit IRC22:44
openstackgerritKhai Do proposed openstack-infra/system-config: Change commit message length validation to 72 chars  https://review.openstack.org/31619722:45
*** pradk- has quit IRC22:46
openstackgerritMerged openstack/diskimage-builder: Revert "Properly fail/trap in eval_run_d"  https://review.openstack.org/31678922:46
*** cody-somerville has quit IRC22:47
*** piet has quit IRC22:50
*** sdague has quit IRC22:50
*** signed8bit_Zzz is now known as signed8bit22:51
*** piet has joined #openstack-infra22:52
openstackgerritMerged openstack-infra/zuul: GerritWatcher: add poll_timeout  https://review.openstack.org/27444522:52
*** zz_dimtruck is now known as dimtruck22:54
*** |-paul-| has quit IRC22:54
*** signed8bit has quit IRC22:55
*** nwkarsten has quit IRC22:56
*** csomerville has quit IRC22:59
*** signed8bit has joined #openstack-infra22:59
openstackgerritKhai Do proposed openstack-infra/system-config: Limit the file size that can be pushed to Gerrit  https://review.openstack.org/26261123:00
openstackgerritMerged openstack-infra/system-config: Add project_config_repo to zuul launcher  https://review.openstack.org/31711823:01
*** Sukhdev has quit IRC23:01
*** doug-fish has joined #openstack-infra23:02
openstackgerritChristopher Aedo proposed openstack-infra/irc-meetings: Adding additional chairs to IRC meeting  https://review.openstack.org/31712023:02
*** ams_ has quit IRC23:03
*** itisha has joined #openstack-infra23:03
*** benny2 has quit IRC23:04
*** dimtruck is now known as zz_dimtruck23:05
*** zz_dimtruck is now known as dimtruck23:05
*** ddieterly has quit IRC23:06
bkeroianw: I nooped vm and then ran dib with the 'centos7 vm' elements. That broke. Here's the end of a traceback with -x. Could this be related to the pipestatus changes? http://paste.openstack.org/show/497281/23:06
*** markvoelker has quit IRC23:06
*** piet has quit IRC23:07
*** rcernin has quit IRC23:08
ianwpabelanger: seems really odd ... i wonder if we're leaking something...23:08
ianwbkero: maybe ...23:09
greghaynesianw: looks like its the pipefail check23:10
openstackgerritPaul Belanger proposed openstack-infra/project-config: Revert "Setup region-name for tripleo-test-cloud-rh1"  https://review.openstack.org/31712823:10
greghaynesianw: line 40223:10
openstackgerritPaul Belanger proposed openstack-infra/system-config: Revert "Set region_name for tripleo-test-cloud-rh1"  https://review.openstack.org/31712923:10
*** thorst has joined #openstack-infra23:11
pabelangerinfra-root: Pretty embarrassing but we need to revert the following 2 commits for tripleo.  Apparently I didn't test it correctly locally23:11
ianwbut doesn't that mean that dib-run-parts is failing...23:11
*** xyang1 has quit IRC23:11
pabelanger^23:11
*** thorst has quit IRC23:13
*** hongbin has quit IRC23:13
greghaynesianw: yea, why the check is triggering I have no idea23:13
*** thorst has joined #openstack-infra23:13
ianwhang on ... + [[ 0[0] != 0 ]]23:13
bkeroianw: So I reverted to patchset 9 of https://review.openstack.org/#/c/259734/23:14
bkeroThe builds now pass23:14
*** dimtruck is now known as zz_dimtruck23:14
greghaynesianw: yea, I dont get why that didnt fail in CI without the vm element if it needs to be != 0[0]23:14
*** jamesmcarthur has joined #openstack-infra23:15
nibalizerpabelanger: i gotcha23:15
pabelangernibalizer: danke23:15
ianwgreghaynes, no, it needs to be ${PIPESTATUS[0]} (note {'s)23:16
ianwdoh23:16
greghaynesbkero: can you test with ^23:16
bkerookay23:16
*** gordc has quit IRC23:16
ianwrunning now, but yeah, i think that's it.  should have noticed that :(23:17
greghaynesI am going to make https://review.openstack.org/#/c/204639/ pass again and hope that we can merge it this time23:18
greghaynesthis is I think the third bug like this it would have caught23:18
bkerogreghaynes, ianw: That also works.23:19
greghaynesbkero: w00t, ty23:19
greghaynesbkero: you want to propose the fix or should I?23:20
bkeroi can23:21
*** rbrndt has quit IRC23:22
jeblairpabelanger, Shrews: i have a zuul-launcher running on zl01.openstack.org!23:22
pabelangerjeblair: NICE23:22
*** lakshmiS has joined #openstack-infra23:23
jeblairnode-assign:zuul00123:23
pabelangerjeblair: have you launched a job?23:23
bkerogreghaynes: can you open the review again, or shall I put it in a new review?23:23
ianwbkero: just revert the revert & fix it23:23
bkerohaha23:23
greghaynesianw: ya, that23:23
bkerook23:23
greghayneser, bkero23:23
bkerois the revert still open?23:23
* pabelanger prepares telnet23:23
bkerooh i get it23:23
ianwgreghaynes: since this seems to be rather trivial, want to put that into 1.16.1?  otherwise we could release now and put this in for 1.1723:24
*** csomerville has joined #openstack-infra23:24
greghaynesianw: hrm, I think so - its kind of a semver break to release without it23:24
greghaynesianw: since the revert changes behavior of failure cases23:24
pabelangerclarkb: suggestion how to handle an empty NODEPOOL_REGION? So we pick something sane as a default if unset?23:25
greghaynesok, taking off, afk for a bit23:25
pabelangerclarkb: sorry: http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/scripts/configure_mirror.sh#n2423:25
ianwgreghaynes : np ... we'll get that in and i'll do a 1.16.123:25
*** IlyaG has joined #openstack-infra23:25
*** csomerville has quit IRC23:26
openstackgerritBen Kero proposed openstack/diskimage-builder: Revert "Revert "Properly fail/trap in eval_run_d"" and fix PIPESTATUS  https://review.openstack.org/31713723:26
bkeroSomething like ^?23:26
clarkbpabelanger: I think region is required?23:26
*** signed8bit is now known as signed8bit_Zzz23:26
*** tqtran has quit IRC23:26
clarkbpabelanger: its the identifying feature of the mirrors23:26
ianwbkero: lgtm ... i'll just clone & try a local build to double check23:28
bkerohave fun23:29
pabelangerclarkb: I thought nova was the region for tripleo, I was wrong, that is the availability zone.23:29
pabelangerclarkb: is it possible they don't have a region configured?23:29
*** vkramskikh_ has joined #openstack-infra23:31
*** IlyaG has quit IRC23:31
*** sarob has quit IRC23:32
jeblairi just sent about 25 nodes over to zl01; they are failing with something missing; i've pulled it out of nodepool again23:33
*** zz_dimtruck is now known as dimtruck23:33
*** jamesmcarthur has quit IRC23:33
*** psilvad has quit IRC23:36
*** Sukhdev has joined #openstack-infra23:38
*** xarses has joined #openstack-infra23:39
*** mjblack has quit IRC23:39
*** jamesmcarthur has joined #openstack-infra23:40
clarkbpabelanger: maybe?23:40
clarkbI think keystone shoukd say23:40
pabelangerclarkb: Think I need admin credentials for that23:41
jeblairi think the reason the launcher failed is that it could not find 'ansible-playbook'.  perhaps it's not in the path when launched from init...23:43
*** mjblack has joined #openstack-infra23:43
pabelangerjeblair: Oh, maybe.  I think I had that issue locally.  Just looking at the logs now too23:43
pabelangerjeblair: I think you are correct, PATH is ansible-launching is missing /usr/local/bin23:44
pabelangers/launching/launcher23:44
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Fix gerrit plugin installation  https://review.openstack.org/31714023:45
*** ffrank has quit IRC23:45
openstackgerritJames E. Blair proposed openstack-infra/puppet-zuul: Add /usr/loca/bin to zuul-launcher path  https://review.openstack.org/31714123:45
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Fix gerrit plugin installation  https://review.openstack.org/25965323:46
jeblairtrying again with manual fixes23:47
pabelangerack23:47
*** Swami has quit IRC23:47
*** jamesmcarthur has quit IRC23:49
*** jamesmca_ has joined #openstack-infra23:49
*** jamielennox is now known as jamielennox|away23:51
jeblairwhat is nodepool doing23:51
Shrewsjeblair: awesomesauce23:51
pabelangerI wonder if it is getting confused by the tripleo change, wrong region23:52
jeblairi'm going to restart it because its behavior does not look normal.  perhaps zmq.23:52
*** pvaneck has quit IRC23:54
jeblairfatal: [node]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh.", "unreachable": true}23:55
jeblairthat's interesting23:55
jeblairwrong user perhaps?23:55
*** r-mibu has quit IRC23:55
pabelangerjeblair: Ya, you need to setup the jenkins user in zuul.conf23:55
bkeroUnreachable sounds like networking23:55
openstackgerritfumihiko kakuma proposed openstack-infra/project-config: Stop jobs for kilo of ofagent  https://review.openstack.org/31714223:56
jeblairwrong public key, apparently...23:56
*** Julien-zte has quit IRC23:57
*** jamesmca_ has quit IRC23:57
jheskethjeblair: let me know if there is anything I can help with re v2523:57
jhesketh(just about to have a meeting, but will be around)23:57
*** gildub has joined #openstack-infra23:58
jeblairjhesketh: thanks23:58
jeblairpabelanger: yeah, the user is set as jenkins, but when i try to use the private key on disk, that doesn't so much work23:59
jeblairso probably got a wire crossed in hiera23:59
pabelangerjeblair: Wonder if it is using the zuul SSH key for review.o.o23:59
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Allow puppet to configure commitmessage.maxLineLength  https://review.openstack.org/31617523:59
pabelangersince that is the only key we ship today23:59

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