Thursday, 2015-11-19

jeblairclarkb: i don't think we ever want to set ZUUL_BRANCH00:00
jeblair(except in periodic jobs, but we should fix that)00:01
*** mriedem has joined #openstack-infra00:01
clarkbjeblair: not set zuul branch00:01
clarkbjeblair: set the override var thing in that change to zuul branch for the project00:02
jeblairclarkb: ah00:02
clarkbbecause master is too rigid00:02
*** ashleighfarnham has quit IRC00:02
clarkbcomments in just a sec00:03
mordredjgriffith: :)00:03
jeblairclarkb: afaik, the current scope of the job is only on master so that should work, but yeah, i think your suggestion is more future-proof00:03
clarkbcomments posted00:04
*** sabeen3 has quit IRC00:05
sridhar_raminfra-team: we have a need to host a qcow2 image related to our project (openstack/tacker). It is an image of an opensource virtual router. Do we have some common file repository to store such artifacts ?00:06
clarkbsridhar_ram: can you explain the use case?00:07
clarkbso that we can understand how it will be used which can affect how things are hosted00:07
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add internap to nodepool  https://review.openstack.org/24723700:08
sridhar_ramclarkb: I expect two use cases. (1) immediate need, we will upload this image to glance as part of devstack install of tacker. This will help tacker uses to immediately try some features that bit more appealing with such an image (btw, the image is openwrt router)00:08
jeblairclarkb, mordred: "topic:internap" would be good to get in before tomorrow00:09
clarkbjeblair: will look00:09
clarkbalso yay more clouds00:09
clarkbjeblair: does nodepool handle its floating IPs?00:10
sridhar_ramclarkb: (2) next step, to add it to our dsvm gate tests. We some features - like automatic config push, that can only be test with openwrt (as opposed to using cirros image).00:10
jeblairclarkb: not yet00:10
jeblairclarkb: er, i don't think it has floating ips00:10
clarkbjeblair: ah ok00:10
clarkbI thought I heard floating ip mentioned00:10
jeblairclarkb: but nodepool does not detect its public ip correctly00:10
clarkbsridhar_ram: for those things the ironic team publishes their images to tarballs.openstack.org as a post job to their pythonagent00:10
jeblairclarkb: it will be easier for me to make that patch after it's actually in the nodepool config and i can upload an image to it00:11
clarkbsridhar_ram: its probably a good system to copy since they use it in similar ways (easy for others to grab to use ironic and they run tests with the image)00:11
clarkbsridhar_ram: system for that would be whenever thing that determines image content changes run job to build new image and copy to tarballs.openstack.org00:12
*** tsg has quit IRC00:12
*** weshay_xchat has quit IRC00:12
sridhar_ramclarkb: yeah, I've noticed those lines in project.yaml .. I thought those are to push some build artifacts into tarballs.o.o00:12
sridhar_ramclarkb: here we will have the qcow2 from somewhere else .. perhaps a github repo00:12
clarkbsridhar_ram: uh I would recommend not putting qcow2 images in git00:13
clarkbsridhar_ram: I think you are on your own if you are hosting elsewhere00:13
clarkbsridhar_ram: we are happy to host the repo that defines your image builds and build the images for yo uthough00:13
sridhar_ramclarkb: unfortunately we don't want to be in the business of building openwrt images. hosting well know, validated image somewhere is what we need00:14
clarkbsridhar_ram: how big is the image and where is it hosted?00:15
mordredjeblair: I am +2 on all of them - so it's all clarkb00:15
clarkbwe can possibly cache it in our test images if it is small and has a reliable source00:15
*** gongysh__ has quit IRC00:16
*** arborism has joined #openstack-infra00:17
sridhar_ramclarkb: it is 53MB. It came from https://downloads.openwrt.org. We altered tiny bit for it work properly in openstack.00:17
mordredsridhar_ram: how did you alter it?00:17
mordredsridhar_ram: is it based on this: https://downloads.openwrt.org/chaos_calmer/15.05/ ?00:18
*** EricGonc_ has quit IRC00:18
*** gongysh__ has joined #openstack-infra00:18
sridhar_rammordred: we are using a slightly older 12.09 image00:18
mordredsridhar_ram: k. so like this: https://downloads.openwrt.org/attitude_adjustment/12.09/x86/kvm_guest/openwrt-x86-kvm_guest-combined-ext4.img.gz ?00:19
sridhar_rammordred: I think we just altered the boot line .. the specific thing beat me at the momemt00:19
openstackgerritMerged openstack-infra/system-config: Add internap pypi mirror  https://review.openstack.org/24708200:19
sridhar_rammordred: exactly that img00:19
mordredsridhar_ram: k. I'm asking because the diskimage-builder tool actually works by downloading images such as that, applying small modifications to them and then creating new images00:20
mordredsridhar_ram: so it would be fairly trivial to define a dib element that would pull the upstream openwrt image, then add your modifications, then upload the results of that automatically into our infrastructure00:20
sridhar_rammordred: ah.. that's nice00:20
mordredsridhar_ram: I'm happy to see it's a small image :)00:21
greghaynesWe really do want to get that workflow in place - ironic needs to do the same thing00:21
sridhar_rammordred: indeed it is ..!00:21
mordred++00:21
*** tsg has joined #openstack-infra00:21
mordredsridhar_ram: so, greghaynes and I (look, I'm volunteering greghaynes for things) could help you put together such an element - and then also it would be clear to fokls how to use/consume it00:22
greghayneshaha00:22
sridhar_ramlol00:22
mordredsridhar_ram: but then it would be in the pattern of reusing images we produce - which is one we need to solve broadly anyway (there are many projects that need this pattern)00:22
greghaynesYep, it would be pretty easy to cargo the ubuntu element in dib in to what you need - it does a similar thing with the ubuntu cloud image00:23
sridhar_rammordred: that's cool..00:24
mordredsridhar_ram: so if you could dig up the info on what you needed to change about it, that would be really helpful!00:24
sridhar_rammordred: sure will do...00:25
clarkbjeblair: mordred internap image format is qcow2?00:25
clarkbjust checking because thats what we will attempt to upload to them00:25
sridhar_rammordred: just a related confession - I'm a n00b on things related to infra. I just barely get by jenkins / zuul00:25
sridhar_rammordred: greghaynes: I would need guidance on any specific jjb lines to be added for the project00:26
*** trown is now known as trown|outttypeww00:26
mordredclarkb: yes.00:27
sridhar_rammordred: clarkb: greghaynes: thanks a lot.. will get back on the specifics on img touch ups00:27
mordredsridhar_ram: no worries - there is only one good way to learn :)00:27
clarkbjeblair mordred ok all approved00:27
*** claudiub has quit IRC00:27
mordredwoot00:28
*** gildub_ has joined #openstack-infra00:29
openstackgerritMerged openstack-infra/system-config: Add internap to nodepool clouds.yaml  https://review.openstack.org/24709100:29
*** rlucio has quit IRC00:30
*** rhallisey has quit IRC00:31
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: In get_time_series_runs_by_key_value() add LIKE support  https://review.openstack.org/24724300:32
*** rebase has quit IRC00:32
openstackgerritMerged openstack-infra/project-config: Add internap to nodepool  https://review.openstack.org/24723700:33
Shrewsmordred: yeah, so, ansible has to manually update the submodules before the os_user_group change will appear00:36
*** Swami has quit IRC00:36
Shrewsi do not know how often they do that, but it isn't immediate00:36
*** danilora_ has joined #openstack-infra00:37
*** sdake has quit IRC00:40
*** daniloramalho has quit IRC00:41
*** _amrith_ is now known as amrith00:47
*** Piet has joined #openstack-infra00:49
*** shashank_hegde has quit IRC00:53
*** salv-orlando has joined #openstack-infra00:54
*** ddieterly has quit IRC00:56
*** ccrouch1 has quit IRC00:56
*** otter768 has joined #openstack-infra00:56
*** jyuso1 has joined #openstack-infra00:57
*** salv-orl_ has quit IRC00:57
*** ivar-laz_ has joined #openstack-infra00:57
*** shashank_hegde has joined #openstack-infra00:58
*** cloudtrainme has joined #openstack-infra00:59
*** rebase has joined #openstack-infra00:59
*** salv-orlando has quit IRC00:59
*** otter768 has quit IRC01:01
*** rhallisey has joined #openstack-infra01:01
*** ivar-lazzaro has quit IRC01:01
*** ivar-laz_ has quit IRC01:02
*** tsg has quit IRC01:03
*** rhallisey has quit IRC01:04
*** jaypipes has quit IRC01:06
*** rossella_s has quit IRC01:07
*** rossella_s has joined #openstack-infra01:08
mordredoh01:08
mordredthat's lame01:08
mordredour submodules update immediately in our system :)01:09
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Add check_channels.py and testenv to run it  https://review.openstack.org/24724901:10
sridhar_raminfra team - I've a situation where some LP bugs are not automatically marked in-progress after a patchset is pushed with Closes-Bug header. For eg: https://review.openstack.org/#/c/242248/01:10
sridhar_ramwondering what could cause this ?01:10
*** signed8bit_ZZZzz is now known as signed8bit01:11
*** signed8bit is now known as signed8bit_ZZZzz01:12
*** bpokorny_ has joined #openstack-infra01:15
*** bpokorny has quit IRC01:18
*** bpokorny_ has quit IRC01:19
*** otter768 has joined #openstack-infra01:20
openstackgerritMerged openstack-infra/puppet-elastic_recheck: put a 1hr timeout on flock blocking  https://review.openstack.org/24650801:22
*** gongysh__ has quit IRC01:24
*** fawadkhaliq has joined #openstack-infra01:26
*** pvaneck has quit IRC01:26
*** ddieterly has joined #openstack-infra01:27
*** akshai has quit IRC01:27
*** rfolco has joined #openstack-infra01:29
*** yamamoto has quit IRC01:30
*** smarcet has joined #openstack-infra01:30
*** Yanyanhu has joined #openstack-infra01:30
*** zhenguo has joined #openstack-infra01:32
*** paco20151113 has joined #openstack-infra01:32
*** amrith is now known as _amrith_01:33
*** smarcet has quit IRC01:34
*** Sukhdev has quit IRC01:35
*** otter768 has quit IRC01:35
*** sputnik13 has quit IRC01:35
openstackgerritMatthew Treinish proposed openstack-infra/puppet-subunit2sql: Lets time the super long migrations we have to run  https://review.openstack.org/24604101:36
*** sputnik13 has joined #openstack-infra01:37
*** paco20151113 has quit IRC01:37
*** otter768 has joined #openstack-infra01:41
*** kun_huang has joined #openstack-infra01:42
*** Sukhdev has joined #openstack-infra01:43
*** paco20151113 has joined #openstack-infra01:44
*** notmorgan has quit IRC01:45
mtreinishcrinkle, nibalizer: if you get a sec, I had a random puppet question inline: https://review.openstack.org/#/c/246041/01:45
*** zhurong has joined #openstack-infra01:46
*** tiswanso has joined #openstack-infra01:47
*** sgordon has quit IRC01:47
*** notmorgan has joined #openstack-infra01:48
*** notmorgan has quit IRC01:48
*** notmorgan has joined #openstack-infra01:49
*** notmorgan has quit IRC01:49
*** sgordon has joined #openstack-infra01:49
*** mestery has joined #openstack-infra01:50
*** notmorgan has joined #openstack-infra01:50
*** notmorgan is now known as Guest5037301:50
*** Guest50373 is now known as morganfainberg01:51
*** morganfainberg has joined #openstack-infra01:52
*** tiswanso has quit IRC01:52
*** morganfainberg is now known as notmorgan01:52
*** tiswanso has joined #openstack-infra01:52
*** _amrith_ is now known as amrith01:52
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add Infra Cloud controller node  https://review.openstack.org/20969801:53
*** gyee has quit IRC01:55
openstackgerritJames E. Blair proposed openstack-infra/jenkins-job-builder: Add template-name as a variable that can be used in a template  https://review.openstack.org/24726301:56
openstackgerritJames E. Blair proposed openstack-infra/project-config: Print the JJB template name in devstack jobs  https://review.openstack.org/24726401:56
dims_jeblair clarkb ZUUL_BRANCH is for all checkouts right?01:56
dims_jeblair y, we are trying to transition from having stable branches and caps to doing backward compat01:57
*** fawadkhaliq has quit IRC01:57
jeblairdims_: ZUUL_BRANCH will always be set when zuul runs a job for a change -- it will be the branch of the change it is trying to test01:57
dims_jeblair ah cool01:58
*** spzala has quit IRC01:58
*** ddieterl_ has joined #openstack-infra01:59
*** notmorgan has quit IRC02:01
*** ddieterly has quit IRC02:02
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Fix broken stable-compat-jobs for oslo  https://review.openstack.org/24718802:03
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add Infra Cloud compute node definition  https://review.openstack.org/21398002:03
*** kun_huang has left #openstack-infra02:03
dims_jeblair : i should add a d-g review that depends-on this project-config review to test it?02:04
*** Sukhdev has quit IRC02:05
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/devstack-gate: [WIP] Testing a project-config change  https://review.openstack.org/24726702:05
dims_jeblair : clarkb : not sure how it would work...but here it goes ^^^02:05
*** notmorgan has joined #openstack-infra02:06
*** notmorgan has quit IRC02:06
dims_on a related note, here's a spec from lifeless - https://review.openstack.org/#/c/226157/ ("Backwards compat for libraries and clients.")02:07
*** notmorgan has joined #openstack-infra02:08
*** notmorgan has quit IRC02:08
*** dims has joined #openstack-infra02:09
*** notmorgan has joined #openstack-infra02:10
*** notmorgan is now known as Guest1411502:10
*** dims_ has quit IRC02:13
*** Guest14115 has quit IRC02:13
*** yamamoto has joined #openstack-infra02:14
*** notmorga1 has joined #openstack-infra02:15
*** notmorga1 has quit IRC02:15
crinklemtreinish: i'm not really sure, here's what the docs say about it https://docs.puppetlabs.com/references/latest/type.html#exec-provider-posix02:15
*** hichihara has joined #openstack-infra02:15
crinklemtreinish: so it depends on whether subshells are a posix thing or a bash thing02:16
crinklemtreinish: should be easy to test out though02:16
*** notmorga1 has joined #openstack-infra02:16
*** notmorga1 is now known as morganfainberg02:16
*** morganfainberg has joined #openstack-infra02:17
*** morganfainberg is now known as notmorgan02:17
jeblairdims: project-config changes are02:18
jeblairgrr02:18
*** rhallisey has joined #openstack-infra02:18
jeblairdims: changes to jobs in project-config are not (yet) self-testable, unfortunately02:18
*** notmorgan has quit IRC02:18
*** notmorgan has joined #openstack-infra02:18
*** notmorgan has quit IRC02:18
*** notmorgan has joined #openstack-infra02:18
*** openstack has joined #openstack-infra02:28
*** zhurong has quit IRC02:30
*** zhurong has joined #openstack-infra02:31
openstackgerritMerged openstack-infra/irc-meetings: Adjust DefCore Meeting  https://review.openstack.org/24700002:33
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add baremetal hpuswest node definition  https://review.openstack.org/20875102:33
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add Infra Cloud modules to modules.env  https://review.openstack.org/20961702:33
openstackgerritColleen Murphy proposed openstack-infra/system-config: Make apply-test aware of modules to upgrade  https://review.openstack.org/24727302:34
crinkleclarkb: ^ i had an idea, not positive it's a good one yet02:34
*** mriedem has quit IRC02:36
*** yamahata has quit IRC02:36
openstackgerritColleen Murphy proposed openstack-infra/system-config: Make apply-test aware of modules to upgrade  https://review.openstack.org/24727302:37
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add baremetal hpuswest node definition  https://review.openstack.org/20875102:37
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add Infra Cloud modules to modules.env  https://review.openstack.org/20961702:37
*** EricGonczer_ has quit IRC02:38
*** Sukhdev has joined #openstack-infra02:39
*** achanda has joined #openstack-infra02:40
*** armax has quit IRC02:41
*** thorst has joined #openstack-infra02:41
*** stevemar_ has quit IRC02:42
*** thorst has quit IRC02:42
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Add check_channels.py and testenv to run it  https://review.openstack.org/24724902:42
*** stevemar_ has joined #openstack-infra02:43
*** Sukhdev has quit IRC02:44
openstackgerritApoorva Deshpande proposed openstack-infra/ciwatch: Consolidating database calls in db.py  https://review.openstack.org/24672302:45
*** acruz has joined #openstack-infra02:46
*** akshai has quit IRC02:49
*** arxcruz has quit IRC02:49
*** danilora_ has quit IRC02:52
*** apoorvad has quit IRC02:53
*** pcrews has quit IRC02:53
*** pcrews has joined #openstack-infra02:53
lifelessNakato: how goes the neutron voting change patch02:54
mordredlifeless: WHEEEEEEE!!!!!02:55
Nakatolifeless: Working on better understanding zuul right now02:55
lifelessNakato: I generally ask someone like mordred when I face that :)02:55
openstackgerritGhanshyam Mann proposed openstack-infra/project-config: Set max_microversion on Tempest for microversion testing  https://review.openstack.org/24727802:56
*** rfolco_ has quit IRC02:56
ianwmordred: do you have any idea why https://github.com/openstack/diskimage-builder/blob/master/elements/fedora-minimal/install.d/99-ramdisk exists?02:59
lifelessNakato: what quandry are you facing at the moment?02:59
*** tsg has joined #openstack-infra02:59
lifelessianw: yes, I know why03:00
ianwmordred: because i think it's actually the wrong thing, and happens because the "grubby" scripts are not installed03:00
Nakatolifeless: Well looking at it again it's possible I was being dumb and have an answer now.   Give me a few minutes to throw it together.03:00
lifelessianw: at least in the past, dib built in a ramdisk and then copied that to a block device created only once the size of the image was known03:00
lifelessianw: and then *after that* did boot block manipulation; *also* remember it doesn't always build images with boot blocks.03:01
lifelessianw: because it can build initrd+kernel+rootfs images [which are very useful sometimes]03:01
mordredianw: I do not ... but I usually ping greghaynes03:02
mordredor lifeless03:02
ianwlifeless: but this is copying a file named "initrd" out of a subdirectory in /boot back to the top level03:02
ianwlifeless: having a file named "initrd", and it being in a weird subdirectory, is I think an artifact of the kernel install happening without the scripts provided by "grubby"03:03
lifelessianw: thats entirely possible, I know 3/5ths of sweet nothing about fedora03:03
ianwlifeless: systemd ships with http://pkgs.fedoraproject.org/cgit/systemd.git/tree/kernel-install-grubby.patch03:04
lifelessianw: but, I do remember the discussion about how to get the right initrd03:04
lifelessianw: which was roughly this03:04
Nakatomordred: lifeless: What I'm struggling with is making a job non-voting by default, except on branch X03:04
*** salv-orlando has joined #openstack-infra03:04
ianwso if /sbin/new-kernel-pkg exists, that gets used03:04
ianwand makes an initramfs03:04
lifelessianw: wasn't grubby removed from fedora?03:05
*** rlandy has quit IRC03:05
lifelessianw: or is the internet wrong?03:05
ianwlifeless: well, there is a special circle of hell for commits like https://github.com/haraldh/dracut/commit/c42064a684f3413dfce249c5bd6ebe0cb0a1690803:05
mordredNakato: I believe I was just reading some documentation this weekend about that ...03:06
ianwwhich turns on grubby as a recommends for > f22 (ero, it breaks on f23)03:06
lifelessianw: anyhow - one thing to note, is that as there is no block device to operate on during the install phase03:06
lifelessianw: if grubby really really wants to do that, it won't be able to be installed or it would just break things03:06
ianwhowever, with no commit message or explanation, deciphering is left as an exercise03:06
lifelessianw: but I don't know grubby....03:07
openstackgerritLi Yingjun proposed openstack-infra/project-config: Add python-searchlightclient repo  https://review.openstack.org/24669103:07
lifelessianw: (for context, first paragraph of http://docs.openstack.org/developer/diskimage-builder/developer/design.html suggests my memory is still vald03:08
lifeless*valid*03:08
mordredNakato: https://review.openstack.org/#/c/238656/3/doc/source/creators.rst03:08
lifelessNakato: aren't the jobs already non-voting by default?03:08
mordredNakato: Note that you cannot run a job voting on one branch and non-voting on03:09
*** unicell has joined #openstack-infra03:09
mordredanother. If you combine non-voting and a branch instruction, it means:03:09
mordredRun the job non-voting - and only on this branch. Example::03:09
Nakatolifeless: As far as I can tell, all jobs are voting by default, and you flip them to voting.  There's no reference to "voting: true" in the entire layout.03:09
mordredNakato: AJaeger wrote some really good docs at the bottom of that patch03:10
Nakatomordred: The flip is "g-n-py27" needs to vote everything < Liberty, but not Liberty/Master+03:10
*** amrith is now known as _amrith_03:10
lifelessperhaps some context03:10
mordredNakato: yah. I think you can't do that03:11
lifelessmordred: the goal is this: make the neutron tox jobs that are *not* constraints - on master non-voting.03:11
lifelessmordred: and make the neutron tox jobs that are -constraints on master voting03:11
openstackgerritGhanshyam Mann proposed openstack-infra/project-config: Set max_microversion on Tempest for microversion testing  https://review.openstack.org/24727803:11
*** Sree has joined #openstack-infra03:11
lifelessmordred: *or*03:11
lifelessmordred: stop running the neutron tox jobs that are not constraints, andmake the -constraints ones voting03:12
mordreddo you want to run them on master at all?03:12
lifelessmordred: is this possible?03:12
mordredgah03:12
mordredon stable at all?03:12
lifelessmordred: we will want to do this to liberty as well, but not kilo or before03:12
mordredso ...03:12
mordredI'm a bad person03:12
lifelessyes03:12
lifelessand?03:12
mordredbecause I now need to cut a bird03:12
mordredto make meat03:12
mordredwhich means I have implied a level of being able to finish this query that I am not able to satisfy03:13
* mordred hides03:13
*** pcrews has quit IRC03:13
lifelessmordred: will you be back soon?03:13
*** rebase has quit IRC03:14
lifelessNakato: fun stuff - the yaks are strong in this project :)03:14
Nakatomordred: Would this be valid?  http://paste.openstack.org/show/479372/03:14
*** Sree has quit IRC03:15
*** bapalm has quit IRC03:15
*** Sree has joined #openstack-infra03:15
*** Sree_ has joined #openstack-infra03:16
*** Sree_ is now known as Guest91403:16
*** sputnik13 has quit IRC03:17
NakatoAh, nope, duplicate names break03:18
*** rhallisey has quit IRC03:19
lifelessNakato: perhaps we just stop running them on master03:19
*** Sree has quit IRC03:19
*** bochi-michael has joined #openstack-infra03:19
lifelessNakato: so just add the branch ^(?! regex and profit03:20
*** Guest914 has quit IRC03:21
*** bapalm has joined #openstack-infra03:21
*** cloudtrainme has quit IRC03:23
*** baoli_ has quit IRC03:23
*** kushal has joined #openstack-infra03:26
Nakatolifeless: Yea, I don't see a problem with that, waste of resources to keep running the unconstrained ones really.03:28
lifelessyup03:28
openstackgerritMerged openstack-infra/system-config: Fix regex for periodic job collection (part2)  https://review.openstack.org/24340803:29
*** salv-orlando has quit IRC03:31
*** dims has quit IRC03:32
*** achanda has quit IRC03:34
*** achanda has joined #openstack-infra03:34
*** tlian has quit IRC03:34
*** changbl has joined #openstack-infra03:36
*** achanda has quit IRC03:37
*** jamielennox is now known as jamielennox|away03:45
*** cloudtrainme has joined #openstack-infra03:47
*** cloudtrainme has quit IRC03:51
*** signed8bit_ZZZzz has quit IRC03:51
*** armax has joined #openstack-infra03:54
*** ayoung is now known as ayoung_Zzz03:55
*** jamielennox|away is now known as jamielennox03:57
*** ashleighfarnham has joined #openstack-infra03:59
*** stevemar_ has quit IRC04:01
openstackgerritPhilip Marc Schwartz proposed openstack-infra/infra-specs: Add extension to openstackci for next phase of work  https://review.openstack.org/23981004:01
*** stevemar_ has joined #openstack-infra04:02
*** mahatic has joined #openstack-infra04:03
*** tsg_ has joined #openstack-infra04:03
*** rguillebert has quit IRC04:05
*** arborism has quit IRC04:05
*** tsg has quit IRC04:07
*** bcourt has quit IRC04:07
*** Ramanjaneya has joined #openstack-infra04:08
*** acruz has quit IRC04:15
*** salv-orlando has joined #openstack-infra04:16
*** shashank_hegde has quit IRC04:16
*** ccrouch has joined #openstack-infra04:18
*** ccrouch1 has joined #openstack-infra04:21
*** wuhg has joined #openstack-infra04:21
*** otter768 has joined #openstack-infra04:21
*** bcourt has joined #openstack-infra04:23
*** ccrouch has quit IRC04:23
*** salv-orlando has quit IRC04:24
*** kushal has quit IRC04:24
*** oomichi has joined #openstack-infra04:24
*** otter768 has quit IRC04:27
*** jhesketh has quit IRC04:27
*** fawadkhaliq has joined #openstack-infra04:28
*** jhesketh has joined #openstack-infra04:28
yamamotocan anyone enlighten me about "Merge tag" commit?04:28
yamamotothis one https://review.openstack.org/#/c/246441/04:28
yamamotois this something i should just merge without looking the diff?04:28
*** sridhar_ram has quit IRC04:35
*** achanda has joined #openstack-infra04:37
*** garyk has joined #openstack-infra04:39
*** fedexo has joined #openstack-infra04:40
*** bhunter71 has quit IRC04:40
*** ccrouch1 has quit IRC04:42
*** ccrouch has joined #openstack-infra04:43
*** ashleighfarnham has quit IRC04:44
openstackgerritRamy Asselin proposed openstack-infra/elastic-recheck: Pin jaraco requirements to working versions  https://review.openstack.org/24709204:48
*** pcrews has joined #openstack-infra04:49
*** ccrouch has quit IRC04:54
openstackgerritIan Wienand proposed openstack/diskimage-builder: Remove fedora-minimal/install.d/99-ramdisk  https://review.openstack.org/24729504:55
openstackgerritIan Wienand proposed openstack/diskimage-builder: Update default to F23  https://review.openstack.org/24729604:55
ianw^ trigger warning: systemd04:55
StevenKHaha04:55
openstackgerritRamy Asselin proposed openstack-infra/elastic-recheck: Disable failing tests test_gerrit_comment.py  https://review.openstack.org/24538904:56
*** ddieterl_ has quit IRC04:57
*** stevemar_ has quit IRC05:00
*** stevemar_ has joined #openstack-infra05:00
*** gongysh__ has joined #openstack-infra05:02
openstackgerritRamy Asselin proposed openstack-infra/elastic-recheck: Disable InsecurePlatform Warnings  https://review.openstack.org/24706905:03
openstackgerritRamy Asselin proposed openstack-infra/elastic-recheck: Disable InsecurePlatform Warnings  https://review.openstack.org/24706905:05
*** tiswanso has quit IRC05:05
*** Daisy has joined #openstack-infra05:11
clarkbyamamoto: those changes merge the tag back into master so that the master branch knows that a 1.0.0 version exists in its history05:11
clarkbyamamoto: it should not pull any new code into master it only ties up the history, you can't really see this well in gerrit because of how gerrit shows merge commits05:12
clarkbyamamoto: what you can do is pull it locally and verify each side of the merge looks correct and that the diff is empty between HEAD and HEADS first parent (HEAD^)05:12
*** tsg_ has quit IRC05:13
*** rkukura_ has joined #openstack-infra05:15
*** rkukura has quit IRC05:16
*** rkukura_ is now known as rkukura05:16
*** manas has joined #openstack-infra05:25
yamamotoclarkb: thank you. i'll try.05:28
*** yamahata has joined #openstack-infra05:29
*** tsg_ has joined #openstack-infra05:37
*** tsg_ has quit IRC05:37
*** tsg_ has joined #openstack-infra05:37
*** greghaynes has quit IRC05:38
*** Daisy has quit IRC05:44
*** Daisy has joined #openstack-infra05:45
openstackgerritSachi King proposed openstack-infra/project-config: Flip Neutron's unit tests to -constraints  https://review.openstack.org/24730605:46
*** dingyichen has quit IRC05:47
*** greghaynes has joined #openstack-infra05:48
*** dingyichen has joined #openstack-infra05:48
*** rkukura_ has joined #openstack-infra05:48
*** rkukura has quit IRC05:48
*** rkukura_ is now known as rkukura05:48
*** Daisy has quit IRC05:49
openstackgerritGhanshyam Mann proposed openstack-infra/project-config: Set max_microversion on Tempest for microversion testing  https://review.openstack.org/24727805:50
*** greghaynes has quit IRC05:54
*** spzala has joined #openstack-infra05:54
*** Daisy has joined #openstack-infra05:54
*** stevemar_ has quit IRC05:57
*** jkraj has joined #openstack-infra05:57
*** ddieterly has joined #openstack-infra05:58
*** spzala has quit IRC05:59
ianwStevenK: i have an email out to the author of the changes to try and get to the bottom of it05:59
StevenKianw: Re my XXX? Okay, excellent.06:00
*** greghaynes has joined #openstack-infra06:00
*** Daisy has quit IRC06:01
*** Daisy has joined #openstack-infra06:02
*** ddieterly has quit IRC06:03
*** zns has joined #openstack-infra06:03
*** nadya_ has joined #openstack-infra06:04
openstackgerritTony Breeds proposed openstack-infra/meetbot: Add warning if starting a meeting in an unrecognised channel  https://review.openstack.org/24669506:04
*** Daisy has quit IRC06:06
*** zns has quit IRC06:08
*** abregman has joined #openstack-infra06:11
*** achanda has quit IRC06:15
*** rkukura_ has joined #openstack-infra06:17
*** rkukura has quit IRC06:18
*** rkukura_ is now known as rkukura06:18
*** sdake has joined #openstack-infra06:20
openstackgerritTony Breeds proposed openstack-infra/meetbot: Add warning if starting a meeting in an unrecognised channel  https://review.openstack.org/24669506:21
*** otter768 has joined #openstack-infra06:22
*** rcernin has joined #openstack-infra06:23
*** otter768 has quit IRC06:27
*** yfried has quit IRC06:27
*** rpodolyaka1 has joined #openstack-infra06:27
*** hdd has joined #openstack-infra06:28
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/24676406:30
*** harlowja_at_home has joined #openstack-infra06:31
*** tsg_ has quit IRC06:35
*** zhurong has quit IRC06:35
*** nadya_ has quit IRC06:35
*** zhurong has joined #openstack-infra06:35
*** aeng has quit IRC06:41
*** sdake has quit IRC06:42
*** sdake_ has joined #openstack-infra06:42
*** cloudtrainme has joined #openstack-infra06:44
*** FallenPegasus has joined #openstack-infra06:45
*** elemoine has joined #openstack-infra06:48
*** harlowja_at_home has quit IRC06:52
*** yonglihe has quit IRC06:52
*** salv-orlando has joined #openstack-infra06:54
*** dalgaaf has joined #openstack-infra06:56
*** greghaynes has quit IRC06:56
*** elemoine__ has joined #openstack-infra06:57
*** tdurakov has joined #openstack-infra06:58
*** greghaynes has joined #openstack-infra06:58
*** ddieterly has joined #openstack-infra06:59
*** tdurakov has quit IRC07:01
*** ddieterly has quit IRC07:03
*** tdurakov has joined #openstack-infra07:04
*** zns has joined #openstack-infra07:04
*** aopincar has joined #openstack-infra07:04
*** gildub_ has quit IRC07:04
*** salv-orlando has quit IRC07:05
*** elemoine__ has left #openstack-infra07:05
*** cloudtrainme has quit IRC07:08
*** zns has quit IRC07:09
*** yolanda has quit IRC07:16
*** jtomasek has joined #openstack-infra07:17
*** yolanda has joined #openstack-infra07:20
*** ParsectiX has joined #openstack-infra07:21
*** yfried has joined #openstack-infra07:22
*** yolanda has quit IRC07:23
*** yolanda has joined #openstack-infra07:24
*** tdurakov has quit IRC07:26
*** yfried has quit IRC07:26
*** yfried has joined #openstack-infra07:26
*** elemoine has quit IRC07:27
*** fedexo has quit IRC07:42
*** sdake_ has quit IRC07:43
*** elemoine has joined #openstack-infra07:43
*** scheuran has joined #openstack-infra07:43
*** Daisy_ has joined #openstack-infra07:44
*** hichihar_ has quit IRC07:44
*** tdurakov has joined #openstack-infra07:44
openstackgerritColleen Murphy proposed openstack-infra/system-config: Make apply-test aware of modules to upgrade  https://review.openstack.org/24727307:44
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add baremetal hpuswest node definition  https://review.openstack.org/20875107:44
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add Infra Cloud modules to modules.env  https://review.openstack.org/20961707:44
*** Daisy_ has quit IRC07:45
*** Yanyanhu has quit IRC07:45
*** Daisy_ has joined #openstack-infra07:45
*** Daisy_ has quit IRC07:50
*** e0ne has joined #openstack-infra07:54
*** tdurakov has quit IRC07:55
*** amotoki has joined #openstack-infra07:56
*** gongysh__ has quit IRC07:57
yamamotois there an easy way to change all "Fix Committed" to "Fix Released" after a release?07:57
*** fhubik has joined #openstack-infra07:58
*** mkwiek07 has joined #openstack-infra07:58
*** fhubik is now known as fhubik_brb07:58
*** ddieterly has joined #openstack-infra07:59
*** markvoelker has quit IRC08:00
*** achanda has joined #openstack-infra08:02
*** bochi-michael has quit IRC08:03
*** maishsk has quit IRC08:03
*** bochi-michael has joined #openstack-infra08:04
*** ddieterly has quit IRC08:04
*** mpavone has joined #openstack-infra08:05
*** fhubik_brb is now known as fhubik08:05
*** zns has joined #openstack-infra08:05
*** achanda has quit IRC08:08
*** ifarkas has joined #openstack-infra08:08
*** flepied has quit IRC08:08
*** flepied has joined #openstack-infra08:09
*** matrohon has joined #openstack-infra08:09
*** zns has quit IRC08:09
*** flepied has quit IRC08:10
*** flepied has joined #openstack-infra08:10
*** zeih has joined #openstack-infra08:13
*** dizquierdo has joined #openstack-infra08:20
dtardiveljhesketh AJaeger: about https://review.openstack.org/#/c/247043/, pypi package names are python-watcher and python-watcherclient ( and not watcher ), and openstackci user has permissions to update these packages.08:20
*** nadya has joined #openstack-infra08:21
*** nadya is now known as Guest9149208:21
*** sshnaidm has joined #openstack-infra08:22
*** otter768 has joined #openstack-infra08:23
*** egonzalez has joined #openstack-infra08:26
*** fawadkhaliq has quit IRC08:26
*** sflanigan has quit IRC08:26
*** otter768 has quit IRC08:28
*** kashyap has quit IRC08:29
*** _ody has joined #openstack-infra08:31
*** unicell1 has joined #openstack-infra08:32
*** armax has quit IRC08:32
*** bdemers_ has joined #openstack-infra08:34
*** phschwartz_ has joined #openstack-infra08:34
*** _ody_ has quit IRC08:35
*** unicell has quit IRC08:35
*** phschwartz has quit IRC08:35
*** jaredrohe_ has quit IRC08:35
*** vipuls has quit IRC08:35
*** clayton has quit IRC08:35
openstackgerritDavid TARDIVEL proposed openstack-infra/project-config: Add pypi publishing job for watcher.  https://review.openstack.org/24704308:35
*** jaredrohe has joined #openstack-infra08:35
*** vipuls has joined #openstack-infra08:36
*** bdemers has quit IRC08:37
*** bdemers_ is now known as bdemers08:37
*** jlanoux has joined #openstack-infra08:41
openstackgerritDavid TARDIVEL proposed openstack-infra/project-config: Add #openstack-watcher to accessbot channel.  https://review.openstack.org/24734908:44
*** clayton has joined #openstack-infra08:44
openstackgerritDavid TARDIVEL proposed openstack-infra/system-config: Enable logging in #openstack-watcher  https://review.openstack.org/24640508:46
*** salv-orlando has joined #openstack-infra08:46
*** nmagnezi has joined #openstack-infra08:47
*** Ala has joined #openstack-infra08:48
*** ihrachys has joined #openstack-infra08:48
*** hashar has joined #openstack-infra08:49
*** salv-orlando has quit IRC08:50
*** jordanP has joined #openstack-infra08:51
*** FallenPegasus has quit IRC08:51
*** jed56 has joined #openstack-infra08:55
*** EricGonczer_ has joined #openstack-infra08:56
*** sergmelikyan has joined #openstack-infra08:56
*** EricGonczer_ has quit IRC08:56
*** ParsectiX has quit IRC08:57
*** Sree has joined #openstack-infra08:57
*** yfried_ has joined #openstack-infra08:58
*** yfried has quit IRC09:00
*** yfried__ has joined #openstack-infra09:00
*** ddieterly has joined #openstack-infra09:00
*** arxcruz has joined #openstack-infra09:00
*** markvoelker has joined #openstack-infra09:01
*** nmagnezi has quit IRC09:01
*** sergmelikyan has quit IRC09:01
*** dingyichen has quit IRC09:02
*** achanda has joined #openstack-infra09:03
*** yfried_ has quit IRC09:04
*** ddieterly has quit IRC09:04
*** kiran-r has joined #openstack-infra09:04
*** ParsectiX has joined #openstack-infra09:05
*** skolekonov has quit IRC09:05
*** markvoelker has quit IRC09:06
*** rpodolyaka1 has quit IRC09:06
*** egonzalez has quit IRC09:09
*** salv-orlando has joined #openstack-infra09:11
*** zhurong has quit IRC09:12
*** skolekonov has joined #openstack-infra09:12
*** nmagnezi has joined #openstack-infra09:13
*** fhubik is now known as fhubik_brb09:15
*** Daisy has joined #openstack-infra09:17
*** k4n0 has joined #openstack-infra09:18
*** e0ne has quit IRC09:18
*** eliqiao1 has joined #openstack-infra09:19
*** Daisy_ has joined #openstack-infra09:19
*** eliqiao1 has quit IRC09:19
*** fhubik_brb is now known as fhubik09:20
*** kozhukalov_ has joined #openstack-infra09:21
*** Daisy has quit IRC09:21
*** Sree has quit IRC09:22
*** Daisy_ has quit IRC09:23
*** Sree has joined #openstack-infra09:24
*** Ala has quit IRC09:25
*** Ala has joined #openstack-infra09:26
*** fhubik is now known as fhubik_brb09:26
*** fhubik_brb is now known as fhubik09:26
*** aspiers has joined #openstack-infra09:27
*** bexelbie_ has joined #openstack-infra09:27
openstackgerritMerged openstack-infra/project-config: Switch fuel-astute and fuel-nailgun-agent gates to use puppet templates  https://review.openstack.org/24698909:28
*** Sree has quit IRC09:29
*** yfried has joined #openstack-infra09:29
*** maishsk has joined #openstack-infra09:30
*** achanda has quit IRC09:30
*** tdurakov has joined #openstack-infra09:30
*** fhubik is now known as fhubik_brb09:31
*** fhubik_brb is now known as fhubik09:32
*** yfried__ has quit IRC09:33
*** hogepodge has quit IRC09:34
*** jistr has joined #openstack-infra09:35
*** egonzalez has joined #openstack-infra09:36
openstackgerritThomas Morin proposed openstack-infra/project-config: Add PyPI publishing for networking-bagpipe  https://review.openstack.org/24089009:37
*** claudiub has joined #openstack-infra09:37
*** dtantsur|afk is now known as dtantsur09:39
*** hogepodge has joined #openstack-infra09:39
*** rpodolyaka1 has joined #openstack-infra09:41
*** rpodolyaka2 has joined #openstack-infra09:42
*** rpodolyaka1 has quit IRC09:42
*** daemontool has joined #openstack-infra09:42
openstackgerritMerged openstack-infra/project-config: Add temporary pin on jaraco.itertools  https://review.openstack.org/24718209:43
*** elemoine has quit IRC09:44
openstackgerritMerged openstack-infra/project-config: Add #openstack-meeting-cp to eavesdrop  https://review.openstack.org/24662809:47
*** daemontool has quit IRC09:47
*** daemontool has joined #openstack-infra09:48
*** mpavone has quit IRC09:48
*** yamahata has quit IRC09:49
openstackgerritAlexander Evseev proposed openstack-infra/zuul: Don't take into account commit message for skip-if filter  https://review.openstack.org/24738309:51
*** tdurakov has quit IRC09:52
openstackgerritAlexander Evseev proposed openstack-infra/zuul: Don't take into account commit message for skip-if filter  https://review.openstack.org/24738309:52
*** amotoki has quit IRC09:53
*** amotoki has joined #openstack-infra09:53
*** hogepodge has quit IRC09:54
*** tdurakov has joined #openstack-infra09:54
*** amotoki has quit IRC09:54
openstackgerritMerged openstack-infra/project-config: Add python-searchlightclient repo  https://review.openstack.org/24669109:54
openstackgerritMerged openstack-infra/system-config: Add #openstack-meeting-cp to eavesdrop  https://review.openstack.org/24662909:55
*** sergmelikyan has joined #openstack-infra09:55
*** mpavone has joined #openstack-infra10:00
openstackgerritMerged openstack-infra/infra-manual: Add a link to list of allowed project tags  https://review.openstack.org/23673510:01
*** openstackgerrit has quit IRC10:01
*** ddieterly has joined #openstack-infra10:01
*** openstackgerrit has joined #openstack-infra10:02
openstackgerritAnastasia Kuznetsova proposed openstack-infra/project-config: Update jobs for mistral  https://review.openstack.org/24691710:02
*** maishsk has quit IRC10:04
*** acruz has joined #openstack-infra10:05
*** smarcet has joined #openstack-infra10:05
*** ihrachys has quit IRC10:06
*** rguillebert has joined #openstack-infra10:06
openstackgerritMerged openstack-infra/project-config: Enable Python 3 unit tests for os-win  https://review.openstack.org/24696910:06
jheskethdtardivel: right, sorry about that!10:06
*** ddieterly has quit IRC10:06
*** zns has joined #openstack-infra10:07
*** arxcruz has quit IRC10:07
*** zhenguo has quit IRC10:07
*** ihrachys has joined #openstack-infra10:07
openstackgerritMerged openstack-infra/project-config: remove oslo-incubator jobs  https://review.openstack.org/24546210:08
openstackgerritIan Wienand proposed openstack/diskimage-builder: Update default to F23  https://review.openstack.org/24729610:08
openstackgerritIan Wienand proposed openstack/diskimage-builder: Remove fedora-minimal/install.d/99-ramdisk  https://review.openstack.org/24729510:09
openstackgerritAlexander Evseev proposed openstack-infra/zuul: Don't take into account commit message for skip-if filter  https://review.openstack.org/24738310:09
ianwStevenK: ^ so i spoke with the author.  we have always been wrong in not using the kernel install scripts from grubby on fedora.  99-ramdisk is basically a workaround for us using the wrong install path10:09
*** hogepodge has joined #openstack-infra10:10
*** jcoufal has joined #openstack-infra10:11
*** dewsday has joined #openstack-infra10:11
*** zns has quit IRC10:12
*** dewsday has quit IRC10:13
*** fawadkhaliq has joined #openstack-infra10:14
*** yfried is now known as yfried|afk10:14
*** ildikov has quit IRC10:18
*** openstack has joined #openstack-infra10:21
openstackgerrityolanda.robla proposed openstack-infra/system-config: Start using cgit::lb class  https://review.openstack.org/18182910:23
*** abregman is now known as abregman|lunch10:24
openstackgerritMerged openstack-infra/project-config: Add release notes jobs for ironic  https://review.openstack.org/24215210:24
openstackgerritMerged openstack-infra/project-config: Enable standard python jobs for pymod2pkg  https://review.openstack.org/24704510:24
*** otter768 has joined #openstack-infra10:24
*** maiteb has joined #openstack-infra10:25
*** gildub_ has joined #openstack-infra10:25
*** Sree has joined #openstack-infra10:25
*** smarcet has quit IRC10:26
*** achanda has joined #openstack-infra10:27
*** otter768 has quit IRC10:28
openstackgerritMerged openstack-infra/zuul: Use 127.0.0.1 rather than localhost for statsd host  https://review.openstack.org/22924710:29
openstackgerritSergey Skripnick proposed openstack/requirements: Bump ddt version to >=1.0.1  https://review.openstack.org/24721410:29
*** manas has quit IRC10:30
openstackgerritMerged openstack-infra/project-config: add release notes jobs for cinder  https://review.openstack.org/24476410:31
openstackgerritMerged openstack-infra/zuul: Enhance CRD doc with diagrams  https://review.openstack.org/22941610:31
*** maiteb has quit IRC10:31
openstackgerritMerged openstack-infra/zuul: Add style for skipped jobs  https://review.openstack.org/24622610:31
*** bexelbie_ is now known as bexelbie10:32
hasharyolanda: jhesketh: thanks for the approval of Zuul CRD diagrams :-}10:32
yolandathis is a great documentation, i think is really useful for end users10:33
*** yfried|afk is now known as yfried10:34
*** ldnunes has joined #openstack-infra10:36
*** sergmelikyan has quit IRC10:39
*** mpavone has quit IRC10:40
openstackgerritLucas Alvares Gomes proposed openstack/diskimage-builder: Install IPA in a virtual enviroment  https://review.openstack.org/23584310:41
*** yamamoto has quit IRC10:42
*** hogepodge has quit IRC10:42
*** yfried is now known as yfried|afk10:44
*** mahatic has quit IRC10:44
*** dims has joined #openstack-infra10:45
*** manas has joined #openstack-infra10:47
sdaguejhesketh: something went funky with logstash indexers 6 hours ago10:47
bookwaris there naming policy for pages in wiki? Topic/SubTopic/SubSubTopic is ok?10:47
sdaguejhesketh: any chance you can take a look?10:48
jheskethsdague: oh?10:48
jheskethsure10:48
jheskethsdague: where are you seeing them be funky?10:48
sdaguethey don't exist any more10:48
sdaguelook at the logstash job queue10:48
sdagueand elastic-recheck is reporting 6 hours behind10:49
jheskethyeah just saw10:49
*** mkwiek07 has quit IRC10:49
jheskeththat's the queue, not necessarily the workers though, so could be gearman/elsewhere10:49
sdagueData Last Updated: Thu Nov 19 2015 05:30:02 GMT-0500 (EST)10:49
sdagueLast Elastic Search Index Update: Wed Nov 18 2015 22:34:34 GMT-0500 (EST)10:49
sdaguejhesketh: true10:49
sdaguebut something is busted10:49
*** tdurakov has quit IRC10:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add 'pr-comment' github webhook event  https://review.openstack.org/23920310:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add 'push' and 'tag' github webhook events.  https://review.openstack.org/19120710:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support GitHub PR webhooks  https://review.openstack.org/16311710:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Make the string representation of change transparent  https://review.openstack.org/23894810:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Merge pull requests from github reporter  https://review.openstack.org/24325010:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub  https://review.openstack.org/23913810:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Fix job hierarchy bug.  https://review.openstack.org/19245710:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Allow using webapp from connections  https://review.openstack.org/21564210:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support for github commit status  https://review.openstack.org/23930310:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add basic Github Zuul Reporter.  https://review.openstack.org/19131210:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Allow list values in template parameters.  https://review.openstack.org/19120810:50
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) support github pull reqeust labels  https://review.openstack.org/24742110:50
*** romcheg has joined #openstack-infra10:50
romchegHi folks!10:50
*** hogepodge has joined #openstack-infra10:51
romchegSorry, if this was discussed here and I'm just bringing more spam10:51
romchegThe issue is that new version of tox has a bug that breaks CI jobs for some projects10:52
romcheghttps://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files10:52
*** mpavone has joined #openstack-infra10:53
romchegLooks like a few OpenStack projects are affected. Is it possible to downgrade tox on CI nodes, until the bug is fixed?10:53
*** bochi-michael has quit IRC10:53
*** Kennan has quit IRC10:53
*** bochi-michael has joined #openstack-infra10:54
romchegihrachys: I see your comment on that bug, so perhaps you've done more investigation on it?10:54
*** jcoufal_ has joined #openstack-infra10:54
*** jcoufal has quit IRC10:55
ihrachysromcheg: for neutron, we decided to disable the broken feature for a while in our tox.ini files10:55
ihrachysromcheg: not that I think it's the only way to do it, just a suggestion10:55
ihrachysromcheg: and so now we merely wait for that to be fixed and released by tox team, then validate the fix and if it's ok, revert the patch that disabled customizing environments for tox targets10:56
*** Sree has quit IRC10:56
*** yfried|afk is now known as yfried10:56
*** Kennan has joined #openstack-infra10:56
ihrachysromcheg: I believe if you would want to downgrade tox, you would need to mess with infra code to achieve it (and you would need to find a proper place to keep the proper version cap; I guess that would be requirements repo)10:57
ihrachysromcheg: atm images used by infra do not cap, and are built nightly; infra can remove latest images temporarily, but they are regenerated nightly, so the next image breaks you again10:58
ihrachysromcheg: I would actually vote for someone to work on infra code to be explicit about tox version installed. I suspect infra folks could also approve it.10:58
*** mkwiek07 has joined #openstack-infra10:59
romchegihrachys: that sounds like a long time to wait :(10:59
romchegperhaps there's a faster way?10:59
*** rpodolyaka2 has quit IRC10:59
romchegfungi, maybe you know it? ^10:59
*** phschwartz has joined #openstack-infra11:00
*** pedroalvarez has quit IRC11:01
*** phschwartz_ has quit IRC11:01
*** ParsectiX has quit IRC11:01
ihrachysromcheg: fastest is fixing it per project and wait for the actual fix :)11:01
ihrachysromcheg: that's what we did in neutron and live happily ever since11:01
*** ildikov has joined #openstack-infra11:01
*** pedroalvarez has joined #openstack-infra11:02
*** markvoelker has joined #openstack-infra11:02
romchegihrachys: looks like the plan I'd use11:02
*** ddieterly has joined #openstack-infra11:03
openstackgerritJoshua Hesketh proposed openstack-infra/puppet-log_processor: Revert "Create subunit proccessor subclass"  https://review.openstack.org/24742611:04
jheskethsdague: looks like a bad patch in puppet-log_processor11:04
jheskethsdague: ^ there's the revert11:04
jhesketh(that code also looks quite wrong at a glance)11:04
*** flip211_ is now known as flip21411:04
*** flip214 has joined #openstack-infra11:04
*** ekarlso has quit IRC11:05
sdaguejhesketh: ok, cool11:05
sdaguecan that be fast reverted so we can get our logstash pipeline bakc11:05
openstackgerritJoshua Hesketh proposed openstack-infra/puppet-log_processor: Revert "Create subunit proccessor subclass"  https://review.openstack.org/24742611:05
jheskethsdague: yep, just wanted at least one set of eyes - you've given it a look so I'll merge it now11:06
sdaguethanks11:06
sdagueI had gotten this set of ebtables race workarounds merged yesterday, and really want data to see if that's going to make things much better11:06
*** markvoelker has quit IRC11:07
*** fhubik is now known as fhubik_brb11:07
jhesketh:-(11:07
*** ddieterly has quit IRC11:08
*** zns has joined #openstack-infra11:08
openstackgerritSean Dague proposed openstack-infra/irc-meetings: add meeting for service catalog tng effort  https://review.openstack.org/24574511:13
*** zns has quit IRC11:13
*** fhubik_brb is now known as fhubik11:13
*** Kennan has quit IRC11:13
*** bochi-michael has quit IRC11:13
*** bochi-michael has joined #openstack-infra11:14
*** abregman|lunch is now known as abregman11:15
*** Kennan has joined #openstack-infra11:16
sdaguejeblair: you have a -2 on that, which it would be good to reset ^^^11:16
*** aysyd has joined #openstack-infra11:17
*** ociuhandu has quit IRC11:17
*** moravec has quit IRC11:19
*** kushal has joined #openstack-infra11:19
*** moravec has joined #openstack-infra11:20
*** timothyb89_ has joined #openstack-infra11:21
*** timothyb89 has quit IRC11:21
*** jamielennox is now known as jamielennox|away11:22
openstackgerritLucas Alvares Gomes proposed openstack/diskimage-builder: Install IPA in a virtual enviroment  https://review.openstack.org/23584311:22
*** yamamoto has joined #openstack-infra11:24
*** yamamoto_ has joined #openstack-infra11:25
*** ociuhandu has joined #openstack-infra11:25
*** ociuhandu has quit IRC11:26
*** salv-orlando has quit IRC11:27
*** egonzalez has quit IRC11:27
*** moravec has quit IRC11:27
openstackgerritMerged openstack-infra/puppet-log_processor: Revert "Create subunit proccessor subclass"  https://review.openstack.org/24742611:27
*** Kennan has quit IRC11:27
*** bochi-michael has quit IRC11:27
*** bochi-michael has joined #openstack-infra11:28
*** salv-orlando has joined #openstack-infra11:28
*** bochi-michael has quit IRC11:29
*** yamamoto has quit IRC11:29
*** bochi-michael has joined #openstack-infra11:29
*** ekarlso has joined #openstack-infra11:29
*** Kennan has joined #openstack-infra11:30
jheskethsdague: it's merged so I'm applying it to logstash.o.o11:31
*** fhubik is now known as fhubik_brb11:31
*** ddieterly has joined #openstack-infra11:31
sdaguejhesketh: thanks11:33
*** zns has joined #openstack-infra11:33
jheskethapply worked, but the logstash daemon didn't start11:34
jheskethmight need to look at that later, but I've started it manually11:34
jheskethwill apply to a worker now11:34
*** Kennan has quit IRC11:35
*** bochi-michael has quit IRC11:35
*** bochi-michael has joined #openstack-infra11:36
jheskethah, it's not needed on the workers11:36
jheskethsdague: it looks like it's working, but I need to run out for a couple of minutes, will double check when I get back11:38
*** Kennan has joined #openstack-infra11:38
sdagueok, cool, thank you11:39
*** weshay_xchat has joined #openstack-infra11:39
*** hashar has quit IRC11:39
jheskethanytime, thanks for letting me know11:40
*** ihrachys_ has joined #openstack-infra11:43
*** ihrachys has quit IRC11:46
*** Kennan has quit IRC11:47
*** bochi-michael has quit IRC11:47
*** bochi-michael has joined #openstack-infra11:48
flip214this is a link to graphite.openstack.org: http://links.linbit.com/openstack-ci-results .... but could somebody explain the graphic?11:49
flip214is there something broken in graphite?11:49
flip214since nov 17th ~18:00 always at least 1?11:50
*** Kennan has joined #openstack-infra11:50
*** sergmelikyan has joined #openstack-infra11:51
*** fhubik_brb is now known as fhubik11:51
*** rfolco_ has joined #openstack-infra11:52
*** placko_ has joined #openstack-infra11:52
*** Sree has joined #openstack-infra11:53
*** manas has quit IRC11:54
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/24676411:54
*** gildub_ has quit IRC11:55
*** gildub has joined #openstack-infra11:55
*** Sree has quit IRC11:58
*** tdurakov has joined #openstack-infra11:58
*** vmbrasseur has quit IRC11:59
*** igorbelikov has quit IRC11:59
*** ihrachys_ has quit IRC11:59
*** vmbrasseur has joined #openstack-infra11:59
*** ihrachys has joined #openstack-infra12:00
*** tdurakov has quit IRC12:00
*** Guest49793 is now known as tdurakov12:00
*** Guest34420 has joined #openstack-infra12:00
*** gildub has quit IRC12:01
*** bochi-michael has quit IRC12:01
*** abregman is now known as abregman|hh12:01
*** bochi-michael has joined #openstack-infra12:02
*** smarcet has joined #openstack-infra12:02
*** FallenPegasus has joined #openstack-infra12:02
*** igorbelikov has joined #openstack-infra12:04
*** ParsectiX has joined #openstack-infra12:04
*** ParsectiX has quit IRC12:06
*** ParsectiX has joined #openstack-infra12:06
*** oomichi has quit IRC12:07
*** FallenPegasus has quit IRC12:07
*** eantyshev has joined #openstack-infra12:08
openstackgerritSteven Hardy proposed openstack-infra/tripleo-ci: DNM testing  https://review.openstack.org/24700212:08
openstackgerritSteven Hardy proposed openstack-infra/tripleo-ci: Set puppet versions in tripleo.sh not toci_instack.sh  https://review.openstack.org/24645712:08
*** jkraj has quit IRC12:09
*** hashar has joined #openstack-infra12:09
*** rpodolyaka1 has joined #openstack-infra12:09
*** rhallisey has joined #openstack-infra12:10
*** Kennan has quit IRC12:10
*** Sree has joined #openstack-infra12:12
*** ociuhandu has joined #openstack-infra12:12
openstackgerritIhar Hrachyshka proposed openstack-infra/irc-meetings: neutron_upgrades: added meeting_id and agenda_url  https://review.openstack.org/24746412:13
*** julim has joined #openstack-infra12:13
*** Kennan has joined #openstack-infra12:13
*** dims has quit IRC12:16
rhalliseyhello.  Any got a minute to review my patch regarding a job for docker & tripleo? https://review.openstack.org/#/c/238475/12:17
*** trown|outttypeww is now known as trown12:19
*** _ody has quit IRC12:19
*** dramalho has joined #openstack-infra12:19
* jhesketh returns12:24
*** dramalho has quit IRC12:24
*** otter768 has joined #openstack-infra12:25
*** maiteb has joined #openstack-infra12:25
flip214any graphite problem known since ~42 hours?12:25
openstackgerritIgor Belikov proposed openstack-infra/project-config: Switch fuel-specs to openstack-specs-jobs template  https://review.openstack.org/24747112:25
*** sergmelikyan has quit IRC12:27
*** doug-fish has joined #openstack-infra12:29
openstackgerritEvgeny Antyshev proposed openstack-infra/puppet-jenkins: Make Jenkins vhost a host-based  https://review.openstack.org/24747412:30
*** e0ne has quit IRC12:30
*** otter768 has quit IRC12:30
*** hashar has quit IRC12:30
*** abregman|hh is now known as abregman12:32
*** markvoelker has joined #openstack-infra12:33
*** _ody has joined #openstack-infra12:33
*** Daisy has joined #openstack-infra12:37
*** markvoelker has quit IRC12:38
*** gordc has joined #openstack-infra12:39
*** e0ne has joined #openstack-infra12:40
*** hashar has joined #openstack-infra12:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Add in extra connections tests  https://review.openstack.org/16930012:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Refactor sources out of triggers  https://review.openstack.org/11899312:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Move Item formatting into Reporters  https://review.openstack.org/22329812:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Document the new connections in zuul  https://review.openstack.org/16927012:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Set keepalives for gerrit connections  https://review.openstack.org/23898812:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Add support for sqlalchemy reporter  https://review.openstack.org/22333312:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Add support to reject changes from approvals  https://review.openstack.org/21110812:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Remove ActionReporters  https://review.openstack.org/24347412:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Tidy up loggers  https://review.openstack.org/22433612:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Configure triggers dynamically  https://review.openstack.org/11953412:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Add support for 'connection' concept  https://review.openstack.org/12152812:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Add base class for triggers  https://review.openstack.org/11953212:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Add base class for sources  https://review.openstack.org/11953112:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Add base class for reporters  https://review.openstack.org/11953012:41
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Tidy up tests/base.py  https://review.openstack.org/23881712:41
flip214anteaya: asselin: ping?12:44
*** thorst has joined #openstack-infra12:44
openstackgerritMerged openstack-infra/storyboard-webclient: Add resource wrappers for boards and worklists  https://review.openstack.org/23196912:48
*** Ramanjaneya has quit IRC12:49
*** bochi-michael has quit IRC12:50
*** ParsectiX has quit IRC12:50
*** ParsectiX has joined #openstack-infra12:50
*** achanda has quit IRC12:52
EmilienMhello infra, I need a last +A on a trivial system-config patch > https://review.openstack.org/242621 - thanks in advance!12:52
*** mahatic has joined #openstack-infra12:53
*** salv-orl_ has joined #openstack-infra12:54
*** amuller has joined #openstack-infra12:56
*** baoli has joined #openstack-infra12:56
*** egonzalez has joined #openstack-infra12:56
*** dramalho has joined #openstack-infra12:58
*** salv-orlando has quit IRC12:58
*** zns has quit IRC12:58
*** zns has joined #openstack-infra12:59
*** Kiall has quit IRC13:01
*** Kiall has joined #openstack-infra13:02
openstackgerritfumihiko kakuma proposed openstack-infra/project-config: Add job for the ovs mechanism driver with native mode  https://review.openstack.org/22114313:04
openstackgerritVitaly Gridnev proposed openstack-infra/project-config: [sahara] job based on direct engine only in stable/liberty  https://review.openstack.org/24748413:04
*** dizquierdo has quit IRC13:05
openstackgerritfumihiko kakuma proposed openstack-infra/project-config: Add job for networking-ofagent  https://review.openstack.org/24498613:06
*** _amrith_ is now known as amrith13:06
*** rossella_s has quit IRC13:07
*** rossella_s has joined #openstack-infra13:07
mordredEmilienM: done13:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add 'pr-comment' github webhook event  https://review.openstack.org/23920313:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add 'push' and 'tag' github webhook events.  https://review.openstack.org/19120713:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support GitHub PR webhooks  https://review.openstack.org/16311713:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Make the string representation of change transparent  https://review.openstack.org/23894813:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Merge pull requests from github reporter  https://review.openstack.org/24325013:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub  https://review.openstack.org/23913813:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Fix job hierarchy bug.  https://review.openstack.org/19245713:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) support github pull reqeust labels  https://review.openstack.org/24742113:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Allow using webapp from connections  https://review.openstack.org/21564213:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support for github commit status  https://review.openstack.org/23930313:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add basic Github Zuul Reporter.  https://review.openstack.org/19131213:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Allow list values in template parameters.  https://review.openstack.org/19120813:11
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Encapsulate determining the event purpose  https://review.openstack.org/24748713:11
EmilienMmordred: thank you13:11
*** signed8bit has joined #openstack-infra13:13
*** zhurong has joined #openstack-infra13:15
openstackgerritMerged openstack-infra/system-config: site.pp: add openstackstatus to #puppet-openstack  https://review.openstack.org/24262113:16
*** signed8bit is now known as signed8bit_ZZZzz13:16
eantyshevjhesketh: Hi, I think I have messed you patches for zuul, sorry :((13:17
openstackgerritGlauco Oliveira proposed openstack-infra/puppet-openstack_health: Update default api configurations  https://review.openstack.org/24749213:18
*** stevemar_ has joined #openstack-infra13:18
jhesketheantyshev: how so?13:19
eantyshevjhesketh: don't know... I did "git review -d 224336" and then cherrypicked my change above, and did the "git review"13:20
*** Sree has quit IRC13:21
*** sergmelikyan has joined #openstack-infra13:21
jhesketheantyshev: hmm, that's odd.. did you do any rebases?13:22
*** stevemar_ has quit IRC13:22
*** fawadkhaliq has quit IRC13:22
*** dprince has joined #openstack-infra13:22
jhesketheantyshev: it just looks like you've taken my series and rebased it13:23
*** glauco___ has joined #openstack-infra13:23
jheskethwhich is fine13:23
jheskethdoesn't look like anything has been lost etc13:23
eantyshevjhesketh: AFAIU, no rebases involved, I checked out today's version  of your change and applied my cherry-pick13:24
jhesketheantyshev: git review will do a rebase when you push it up13:24
*** sergmelikyan has quit IRC13:24
eantyshevjhesketh: Am I right that I rebased your patches on current zuul head?13:25
jhesketheantyshev: yep13:25
openstackgerritMonty Taylor proposed openstack-infra/system-config: Add puppet apply settings to puppet.conf  https://review.openstack.org/24149513:27
eantyshevjhesketh: I did not intend to do that anyway. Just noticed that my change cannot merge, and the previous one can13:27
*** glauco has quit IRC13:27
*** sergmelikyan has joined #openstack-infra13:27
jhesketheantyshev: that's okay, it would have needed rebasing before merging anyway :-)13:27
*** ParsectiX has quit IRC13:28
jhesketheantyshev: yes, I did a bunch of rework on the series, tahnks for re-doing your patch13:28
eantyshevjhesketh: no problem then:)13:28
*** achanda has joined #openstack-infra13:29
mordredjhesketh: (and other infra-root) I have tested that the patch above is safe to apply - and I'd like to land it so that we can start doing some direct testing of the puppet apply codepath13:30
mordred(landing that patch is the last thing we need to land globally before we cna test apply on a per-machine basis)13:30
*** stevemar_ has joined #openstack-infra13:31
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support for dependent pipelines with github  https://review.openstack.org/24750013:31
*** amuller has quit IRC13:32
*** bcourt has quit IRC13:32
*** amuller_ has joined #openstack-infra13:32
*** signed8bit_ZZZzz has quit IRC13:32
jheskethmordred: lgtm13:32
phschwartzmorning infra13:32
*** signed8bit has joined #openstack-infra13:32
*** openstackstatus has joined #openstack-infra13:33
*** ChanServ sets mode: +v openstackstatus13:33
openstackgerritMerged openstack-infra/project-config: Add pypi publishing job for watcher.  https://review.openstack.org/24704313:34
*** markvoelker has joined #openstack-infra13:35
*** regXboi has joined #openstack-infra13:36
*** rpodolyaka1 has quit IRC13:38
*** ayoung_Zzz is now known as ayoung13:39
*** Liuqing has joined #openstack-infra13:39
Liuqinghello, for the patch: https://review.openstack.org/#/c/247376/, all job success, but the jenkins Verified -113:39
*** rpodolyaka1 has joined #openstack-infra13:40
mordredjhesketh: thanks!13:40
mordredmorning phschwartz13:40
flip214anyone interested in a graphite problem?13:40
*** aopincar has quit IRC13:40
mordredflip214: what sort of problem ya got?13:40
jroll.v 41'13:40
jrollwow, I cannot type yet today, sorry13:41
phschwartzAnyone remember off hand the markdown element for pre-formated for code and such?13:41
jrollphschwartz: `one line of code` or ```multiple\nlines```13:41
jrolliirc13:42
flip214mordred: http://links.linbit.com/openstack-ci-results is a link into graphite.13:42
phschwartzjroll: wait, not MD. the RST format for our docs13:43
flip214mordred: if you look at the picture, since Nov 17th ~18:00 the minimum value is 113:43
flip214that doesn't look that sane to me13:43
flip214thanks for listening & responding, BTW!13:43
jrollphschwartz: oh, http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#literal-blocks tl;dr write a thing:: \n\n    indented code13:44
jrollthe :: is the key13:44
mordredflip214: looking13:45
phschwartzjroll: that helped. found it because of it.13:46
phschwartzjroll: .. code-block:: <language>13:46
mordredflip214: ah - so, we changed some graphite settings - I think something might need to change in that graph to get the right thing (sorry) jeblair was the one who made the change so will have a smarter answer when he's up13:46
jrollphschwartz: cool13:47
*** bcourt has joined #openstack-infra13:47
*** amrith is now known as _amrith_13:48
*** kgiusti has joined #openstack-infra13:50
*** FallenPegasus has joined #openstack-infra13:51
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support for dependent pipelines with github  https://review.openstack.org/24750013:53
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Encapsulate determining the event purpose  https://review.openstack.org/24748713:53
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) support github pull reqeust labels  https://review.openstack.org/24742113:53
openstackgerritLiuqing Jing proposed openstack/requirements: Add SpiffWorkflow to global requirements  https://review.openstack.org/24752113:54
*** eharney has quit IRC13:54
*** xyang1 has joined #openstack-infra13:54
openstackgerritPhilip Marc Schwartz proposed openstack-infra/infra-specs: Add extension to openstackci for next phase of work  https://review.openstack.org/23981013:54
phschwartzyolanda: ^^ If you don't mind taking a look13:55
*** Daisy has quit IRC13:55
*** bexelbie has quit IRC13:55
yolandahi phschwartz, sure13:55
*** moravec has joined #openstack-infra13:55
*** Daisy has joined #openstack-infra13:55
yolandathanks for addressing that13:55
*** FallenPegasus has quit IRC13:55
phschwartzyolanda: not a problem. The sooner we get this resolved and in, the sooner we can start getting the work done.13:55
*** spzala has joined #openstack-infra13:55
*** zns has quit IRC13:55
*** tdurakov is now known as Guest6415913:56
*** Guest34420 is now known as tdurakov13:56
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Remove unused Manila CI job  https://review.openstack.org/24752413:56
*** Guest64159 has joined #openstack-infra13:57
openstackgerritafazekas proposed openstack/requirements: keyring older then 5.5.1 may print warning  https://review.openstack.org/24752513:57
*** zns has joined #openstack-infra13:57
openstackgerritMonty Taylor proposed openstack-infra/shade: Null Merge tag '1.1.0' into HEAD  https://review.openstack.org/24752613:57
flip214mordred: thanks, but it should simply count lines that say "failure" or "success" .. don't understand what could affect that, with some specific point in time.13:57
flip214but thanks, hoping for an answer of jeblair.13:58
*** bexelbie_ has joined #openstack-infra13:58
*** glauco___ has quit IRC13:58
*** tlian has joined #openstack-infra13:59
mordredflip214: we changed how null data is collected, which looking at this makes me think it's maybe related - but yeah, jeblair has the smartness13:59
*** xyang1 has left #openstack-infra13:59
*** tlian has quit IRC13:59
*** xyang1 has joined #openstack-infra14:00
*** gongysh__ has joined #openstack-infra14:02
openstackgerritMonty Taylor proposed openstack-infra/nodepool: Write the cloud name into the provider info  https://review.openstack.org/24708414:04
*** tlian has joined #openstack-infra14:04
yolandaphschwartz, mordred, so my fear with that refactor, is add the nesting of all openstack::server again, while we had an spec to decouple it14:06
yolandain the past, it proved to be a problem for us14:06
*** akshai has joined #openstack-infra14:06
phschwartzyolanda: There is nothing in the spec about nesting openstack::server14:06
yolandayou talk about a common interface14:06
openstackgerritMerged openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500914:07
*** baoli has quit IRC14:07
yolandawhat this interface will contain?14:07
mordredphschwartz: I think she means the coupling of server setup and application setup14:07
*** amuller_ is now known as amuller14:07
mordredyolanda: for me ..14:07
yolandayep14:07
phschwartzyes and making a version of openstack_project::server that is in openstackci that can be consumed by system-config and others in the site.pp14:07
yolandathat's fear14:07
*** tdurakov has quit IRC14:08
mordredso - I think there are two different goals here that we should tease apart14:08
yolandabecause how can you be sure you are covering all ci needs with that interface? we've been consuming that for long time, and the decoupling helped to us14:08
*** daemontool_ has joined #openstack-infra14:08
phschwartzI think your misunderstanding what I have listed in the spec there14:08
mordred_my_ goal with the thing phschwartz is poking as is that a person who says "I want an Infra" who decides to use openstackci to get one14:08
phschwartzI am not talking about coupling it but providing it in the interface the same as server is split out in system-config14:08
mordredshould really only need to consume openstackci to get the major infra elements they're looking for14:09
*** daemontool has quit IRC14:09
mordredso if openstackci provides a gerrit, a zuul and a graphite - those should all have entries in openstackci14:09
mordredwe can say "yeah, but we can just document which other puppet classes to use"14:09
mordredbut we could have done that without openstackci14:09
mordred"just use these 20 modules and configure them the way you want to"14:10
*** rlandy has joined #openstack-infra14:10
mordredpeple don't want to configure them the way they want to - they want to configure them the way _we_ want them configured with a few well known exceptions14:10
yolandayes, i am ok to have entries, that's fine. But from the conversation in the last day, there raised the need to have some interface to define ports, firewall, etc... not sure if that is the scope we need to cover14:10
*** tsg has joined #openstack-infra14:10
mordredright- so that's the second thing14:10
mordredand I think it's good that it's surfaced - which is whether or not openstackci should assume a base configured node to run on top of, and what that base node needs to provide14:11
yolandaand that is the thing that concerns me. Downstream can have lots of different use cases. Firewall restriction, backups14:11
mordredand how to interact with it14:11
*** tsg has quit IRC14:11
phschwartzyolanda: in openstack_project we have the refactored server class that is used in manifests/site.pp to help configure the hosts into a correct state prior to the application setup on the host. This is the exact thing I am trying to bring over for downstream users to consume. No direct coupling, but an interface that they can call in their node {}14:12
mordredbecause, firewall rules being a good example - if we say "firewalls are site-specific and you'll need ot deal with them" .. how does a module communicate that it needs port X open14:12
*** tsg has joined #openstack-infra14:12
mordredor, how does the "the graphite server needs to open its ports to these 20 machines" thing work14:12
yolandaphschward, and yes, that's my point . In downstream we have a completely openstack_project class, with our bits. So i don't think adding these bits in third party ci is a good idea14:12
yolandabecause these internal bits will be very different depending on environments14:12
*** ParsectiX has joined #openstack-infra14:13
phschwartzyolanda: providing a base of what is needed for the system to run and allowing the user to inherit it is the point behind puppet interfaces14:13
yolandayes, but this base of openstack is not same base as downstream14:13
yolandaso depending on what you add there14:13
yolandait can be a blocker to consume that in dowstream14:14
e0nehi all! could anyone help me please: how can I disable specified feature in the tempest.conf for my job?14:14
*** peristeri has joined #openstack-infra14:14
phschwartzyolanda: exactly. That is why I want it to be as minimal as possible. Things like base server dependencies. getting the git clients installed and other minor dependencies followed by a way to allow downstream admins to manage users how we do with openstack_project::users14:15
phschwartzAlong with a way to pass ports and firewall rules the user might want to setup14:15
yolandaphschwartz, so that was my point when i asked you to complete the spec with that details. To be sure that what you add there, will make sense and will not be a blocker14:15
*** baoli has joined #openstack-infra14:15
yolandaif you can define a bit more these bits, it will be helpful to review14:15
*** ddieterly has quit IRC14:15
phschwartzyolanda: will do14:15
yolandatake for example, manage users. That's even different downstream. We don't have system users but ldap. So depending on what you add to configure users, that will block us from reusing, and we will have to be depending on modules directly14:16
*** alivigni has joined #openstack-infra14:16
*** daemontool_ has quit IRC14:16
*** tsg has quit IRC14:17
*** tsg has joined #openstack-infra14:17
*** daemontool_ has joined #openstack-infra14:17
phschwartzyolanda: that is the beauty of puppet, if we define the user management as a passed class as a parameter then each downstream user can create a class that manages users in their own unique way, or use a base example that we would provide that uses the Openstack way.14:18
*** gongysh__ has quit IRC14:18
*** bswartz has joined #openstack-infra14:18
*** tdurakov has joined #openstack-infra14:19
yolandapuppet and beauty don't work together for me ... :) so ok, if there is that intention to modularize it, allow to create own classes, that will be great, if you can reflect these bits on the spec it will help a lot14:19
ttxmordred: I think the Citrix posts are coming from Mate Lakat's feed, not John's14:19
ttxAt least that's how it shows on planet.openstack.org itself14:20
*** tiswanso has joined #openstack-infra14:20
*** andreykurilin has joined #openstack-infra14:20
mordredttx: I just looked at Lakat's feed and it doesn't show non-openstack content14:21
andreykurilinhi everyone! Can anyone review my patch to project-config? https://review.openstack.org/#/c/240580/14:21
*** dkranz has joined #openstack-infra14:21
anteayayay this fridge shuts off when it reaches temp!14:22
*** tsg has quit IRC14:22
*** garyk has quit IRC14:22
anteayaI can hear the rain and the wind now instead of the fridge!14:22
*** achanda has quit IRC14:22
flip214anteaya: mordred already pointed me to jeblair. issue is that some graphite pictures looks strange.14:23
ttxmordred: John's doesn't show non-openstack content eiehter14:23
openstackgerritMerged openstack/requirements: bump upper-constraints for openstackclient to 1.9.0  https://review.openstack.org/24604914:23
mordredttx: I have no idea where that citrix post is coming from14:23
ttxmordred: My understanding was that Mate fixed his feed but for some reason the posts stay14:23
flip214anteaya: so I think it will be taken care of, thanks a lot for asking!14:23
*** bexelbie_ is now known as bexelbie14:23
ttxmordred: If you look at planet.openstack.org directly you can see14:23
ttxThey appear under "Mate Lakat" name14:23
openstackgerritJulien Danjou proposed openstack-infra/system-config: Rename Ceilometer to Telemetry  https://review.openstack.org/24302014:23
anteayaflip214: glad you have what you need14:24
mordredttx: ah. so it was a broken mate feed, but planet isn't purging old things14:24
flip214anteaya: not yet, but there's hope ;)14:24
ttxok, that makes sense14:24
*** Daisy has quit IRC14:24
ttxso your review won't really help (won't hurt either)14:25
mordredkk14:25
*** Daisy has joined #openstack-infra14:25
*** amitgandhinz has joined #openstack-infra14:25
openstackgerritMerged openstack/requirements: bump zaqarclient version to 0.3.0  https://review.openstack.org/24599414:25
*** amitgandhinz has quit IRC14:25
*** amitgandhinz has joined #openstack-infra14:26
*** otter768 has joined #openstack-infra14:26
openstackgerritOndÅ™ej Nový proposed openstack-infra/system-config: IRC channel #openstack-swauth added.  https://review.openstack.org/24459714:26
*** dims has joined #openstack-infra14:27
sdaguehey, so all the old graphite queries to get fail / success rates14:27
sdaguedon't work any more14:27
sdaguehttp://tinyurl.com/nn8chfn14:27
mordredsdague: yup14:28
mordredsdague: we're waiting for jeblair to wake up to talk about it14:28
sdagueok14:28
*** mriedem has joined #openstack-infra14:28
*** flepied has joined #openstack-infra14:28
openstackgerritAnastasia Kuznetsova proposed openstack-infra/project-config: Update jobs for mistral  https://review.openstack.org/24691714:28
openstackgerritSteven Hardy proposed openstack-infra/tripleo-ci: Set puppet versions in tripleo.sh not toci_instack.sh  https://review.openstack.org/24645714:28
mordredsdague: flip214 is also interested in the topic - my hypothesis is that it has something to do with the statsd config changes we made recently14:29
sdagueright, that lines up about right14:29
sdagueit's a change that would have landed ~40 hours ago14:29
markvoelkerttx: Are you sure they were correllated to Mate?  Looked to me last night like they came from John: https://gist.github.com/markvoelker/716979bc263c9d1888ec14:29
*** Daisy has quit IRC14:29
markvoelkerttx: But anyway as they're both no longer at Citrix, both could probably go...14:30
mordredsdague: yah. ish14:30
anteayattx mordred maishsk asked about posts to the planet on tuesday: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2015-11-17.log.html#t2015-11-17T14:56:5014:30
sdagueyeh the 40 hours is just based on where the lines start moving there14:30
anteayattx mordred I looked and they all seemed to be under the openstack summit header14:30
sdagueaccounting for the 12 hour lag on the rolling average14:30
anteayattx mordred what was the content you found to be not openstack related?14:31
*** otter768 has quit IRC14:31
mordredanteaya: https://www.citrix.com/blogs/2015/11/17/dont-miss-workspace-cloud-sessions-at-citrix-summit-2016/14:31
markvoelkeranteaya: see https://gist.github.com/markvoelker/716979bc263c9d1888ec for more examples of the content14:31
*** jyuso1 has quit IRC14:34
anteayamy mistake I saw summit and read that as openstack summit14:34
anteayamarkvoelker mordred thanks14:34
anteayamarkvoelker: thanks for looking into this14:34
markvoelkeranteaya: sure thing14:35
*** zz_dimtruck is now known as dimtruck14:36
*** gongysh__ has joined #openstack-infra14:36
ttxmarkvoelker: They are probably coming from both14:36
openstackgerritAlexander Evseev proposed openstack-infra/zuul: Don't take into account commit message for skip-if filter  https://review.openstack.org/24738314:37
markvoelkerttx: Yeah, probably.  I'll post a patch to clean up Mate and the corresponding images for removed blogs too.14:37
ttxsome kind of a redirect to citrix/blogs when the feed points to a given unknown person14:37
ttxmarkvoelker: Thx, I'll stand by to approve it14:37
*** cloudtrainme has joined #openstack-infra14:38
*** edmondsw has joined #openstack-infra14:39
markvoelkerttx: https://review.openstack.org/24754714:40
*** glauco has joined #openstack-infra14:41
*** tongli has joined #openstack-infra14:41
*** krtaylor has quit IRC14:42
*** cloudtrainme has quit IRC14:43
*** rellerreller has joined #openstack-infra14:43
*** binbincong has quit IRC14:43
rellerrellerDumb question, where can I find the web page for this README that has recently merged? https://review.openstack.org/#/c/227584/14:44
openstackgerritSean Dague proposed openstack-infra/project-config: swap 3 tempest jobs for 1 layer4 jumbo job  https://review.openstack.org/24755014:44
rellerrellerI would rather read online as opposed to the review.openstack view, but I do not know how the pages are mapped.14:44
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila  https://review.openstack.org/24755114:44
*** ddieterly has joined #openstack-infra14:45
*** auggy has quit IRC14:45
*** glauco has quit IRC14:46
*** zxiiro has quit IRC14:46
*** GheRivero has quit IRC14:46
*** dizquierdo has joined #openstack-infra14:46
*** monester has quit IRC14:46
*** rguillebert has quit IRC14:47
*** dtardivel has quit IRC14:47
*** teran has quit IRC14:47
*** ashtokolov has quit IRC14:47
*** romcheg has quit IRC14:47
*** jed56 has quit IRC14:47
*** jpmaxman has quit IRC14:47
*** zns has quit IRC14:48
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila  https://review.openstack.org/24755114:48
nibalizermordred: when does the [user] section of puppet.conf come in to play?14:48
nibalizeri've never seen that before14:48
nibalizerin 241495/14:48
anteayarellerreller: http://git.openstack.org/cgit/openstack-infra/puppet-openstackci/tree/contrib/README.md14:48
*** pradk has joined #openstack-infra14:49
rellerrelleranteaya thanks! That will definitely work. I kept looking for something in docs.openstack.org.14:49
openstackgerritPhilip Marc Schwartz proposed openstack-infra/infra-specs: Add extension to openstackci for next phase of work  https://review.openstack.org/23981014:50
phschwartzyolanda: ^14:51
anteayarellerreller: understandable14:51
anteayarellerreller: and you're welcome14:51
yolandaphschwartz, i need to go now, but i'll take a look today, thanks14:51
*** markus_z has joined #openstack-infra14:51
*** lykinsbd has joined #openstack-infra14:51
*** glauco_ has joined #openstack-infra14:52
*** Swami has joined #openstack-infra14:52
*** jed56 has joined #openstack-infra14:54
*** jpmaxman has joined #openstack-infra14:54
*** krtaylor has joined #openstack-infra14:55
*** rpodolyaka1 has quit IRC14:56
openstackgerritMerged openstack/requirements: ignore oslosphinx 3.4.0 and use 3.4.1  https://review.openstack.org/24607814:56
openstackgerritMerged openstack/requirements: Bump oslo.config >=2.7.0  https://review.openstack.org/24629414:56
*** GheRivero has joined #openstack-infra14:56
*** ashtokolov has joined #openstack-infra14:57
*** zxiiro has joined #openstack-infra14:57
*** rpodolyaka1 has joined #openstack-infra14:58
*** monester has joined #openstack-infra14:58
*** dtardivel has joined #openstack-infra14:58
*** ParsectiX has quit IRC14:58
pabelangeryolanda: do you have a moment to approve some grafyaml reviews? https://review.openstack.org/#/q/status:open+project:openstack-infra/grafyaml,n,z15:01
mriedemfungi: anteaya: per http://docs.openstack.org/infra/manual/creators.html and "Note that only official OpenStack projects may use certain parts of the OpenStack infrastructure, especially the docs.openstack.org and specs.openstack.org server.",15:01
mriedemfungi: anteaya: i assume that anything that's in the openstack namespace is now an official project?15:01
mriedemand can publish to docs.o.o?15:01
anteayamriedem: no15:01
anteayaif it is in the governance repo it is official15:02
*** Guest91492 is now known as nadya_15:02
*** auggy has joined #openstack-infra15:02
*** Daisy has joined #openstack-infra15:02
anteayamriedem: canonical list of official projects: http://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml15:02
*** teran has joined #openstack-infra15:03
mordrednibalizer: puppet apply15:03
mriedemanteaya: ok, so i'm asking about powervm for thorst, and i see they have that for neutron http://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml#n200715:03
*** glauco___ has joined #openstack-infra15:03
mriedemb/c of stadium15:03
*** rcernin has quit IRC15:03
mriedembut for nova, i guess the nova team would have to agree on that15:03
mriedemsince there isn't a nova stadium15:03
sdaguecodesearch.openstack.org just went down?15:03
sdagueI get a 503 service unavailable15:04
mordrednibalizer: https://docs.puppetlabs.com/puppet/3.8/reference/config_file_main.html ".15:04
mordreduser is used by the Puppet apply command, as well as many of the less common Puppet subcommands."15:04
sdaguemriedem: right15:04
anteayamriedem: I don't know what powervm for thorst is but if nova wants something to access those services, it offers a patch to governance for that repo15:04
thorstit is a new virt driver that we're proposing15:05
thorstfor compute15:05
anteayaoh thorst is a person15:05
mordredsdague: I agree - I also get a 50315:05
*** rguillebert has joined #openstack-infra15:05
mriedemanteaya: well, the jury is out on that yet15:05
*** _amrith_ is now known as amrith15:05
mriedemthorstbot15:05
sdagueok, so that makes the 3rd piece of infra I've tripped over being broken this morning15:06
mordredsdague: I think it may have just gotten restarted and it takes a jiff for it to restart all its stuff15:06
sdagueI think I need to get up and go for a walk15:06
thorstlol  Not a bot yet...15:06
anteayamriedem: oh okay, well whatever/whoever thorst is15:06
*** romcheg has joined #openstack-infra15:06
mordredsdague: we've got a patch to hound coming to not need a restart on config changes15:06
anteayasdague: I went for a walk this morning15:06
*** glauco_ has quit IRC15:06
*** tdurakov has quit IRC15:06
anteayasdague: cleared my head and made me realize I needed to ask mordred something, it really helped15:07
anteayathorst: you know there are already some drivers called powervm?15:07
*** Liuqing has quit IRC15:07
mordredsdague: codesearch is back15:07
anteayait seems to be a popular name15:07
mordredsdague: sorry for the inconvenience15:07
mriedemanteaya: it's the same15:07
anteayalike region one15:07
thorstanteaya: there was a powervm one.  That was pulled  :-(15:07
anteayamriedem: oh okay15:08
thorstbut this is one that we've been working for a year15:08
mriedemhttp://git.openstack.org/cgit/openstack/nova-powervm/15:08
thorstand have networking-powervm, ceilometer-powervm, etc...15:08
mriedemwell, powervm 2.015:08
anteayathorst: as long as you know, oh okay15:08
thorstyep15:08
anteayaalright15:08
*** sigmavirus24_awa is now known as sigmavirus2415:08
sdaguemordred: ok, thanks15:08
mriedemanteaya: so the chicken/egg is they are out of tree and part of getting in tree from the nova team is showing they have users, and part of having users is having published docs, but they can't use docs.o.o w/o being blessed by nova15:09
sdagueI'm stumped getting to the bottom of this one:15:09
sdague2015-11-19 12:22:44.315 7578 WARNING oslo_config.cfg [-] Option "username" from group "nova" is deprecated. Use option "user-name" from group "nova".15:09
anteayamriedem: it sounds like a fun one15:09
sdagueif you actually make the change suggested, it explodes15:09
mriedemanteaya: yeah, it might be a blackhole by design15:09
sdagueso we are issuing a deprecation with instructions to destroy your cloud15:09
anteayamriedem: we seem to be growing that genre15:09
dimssdague https://bugs.launchpad.net/oslo.config/+bug/143831415:10
openstackLaunchpad bug 1438314 in oslo.config "Option "username" from group "keystone_authtoken" is deprecated. Use option "username" from group "keystone_authtoken"." [Medium,Fix released] - Assigned to Ben Nemec (bnemec)15:10
jrollmriedem: there are ways to publish docs besides docs.o.o :P15:10
dimsalready fixed15:10
anteayamriedem: just so you know they don't have to be in tree to be listed in governance/projects.yaml15:10
sdaguedims: but not released?15:10
anteayamriedem: from the tc perspective15:10
anteayamriedem: not sure if that helps or makes things worse15:10
mriedemanteaya: but who decides on if they get in projects.yaml?15:10
thorstanteaya: we would need the nova PTL sign off on that right?  That's what was required for ceilometer and neutron15:11
anteayamriedem: nova offers the patch if they want it in there15:11
dimssdague : where do you see it?15:11
sdaguein every run15:11
nibalizermordred: that makes no sense15:11
anteayamriedem: the tc approves the patch, which they will do if the ptl of the project wants it15:11
sdaguein every service15:11
anteayamriedem: and noone has a reason to object15:11
dimssdague : ack will look for it15:11
mriedemjroll: what did you have in mind? read the docs?15:11
mordrednibalizer: what do you mean?15:12
anteayamriedem: I can't think of a time the tc objected to something a project wanted to have under its umbrella15:12
thorstmriedem: should I ask to add this to the next Nova IRC meeting?15:12
mordrednibalizer: oh, the naming? yeah. it's terrible15:12
anteayamriedem: the tc doesn't care if it is in tree or not15:12
jrollmriedem: yeah, that's an option. I know other projects not in governance have puvlished there15:12
mriedemthorst: sure, which is today15:12
sdaguedims: user-name definitely does not work15:12
anteayamriedem: just if the project wants it15:12
mriedemanteaya: right15:12
mordrednibalizer: I think it makes sense to my brain because it's similar to how my.cnf works for mysql15:12
nibalizeri was farting with [apply]15:12
dimssdague : ack15:12
nibalizerand it didn't work so im glad you figured it out15:12
*** Daisy has quit IRC15:12
sdagueand the bug says that it does15:12
thorstmriedem: I'll add it to the etherpad.  Thanks anteaya as well15:13
*** eharney has joined #openstack-infra15:13
mordredme too - I was going to be sad if we had to do the cut-everytihng-over-right-now-kthxbai15:13
*** tdurakov has joined #openstack-infra15:13
sdagueso I don't understand why that's fixed released15:13
anteayathorst: it is up to nova15:13
*** tdurakov has quit IRC15:13
openstackgerritZara proposed openstack-infra/storyboard: Mention upgrading in heading  https://review.openstack.org/24756215:13
thorstanteaya: understood15:13
anteayathorst: thanks15:13
sdaguedims: http://logstash.openstack.org/#dashboard/file/logstash.json?query=message:%5C%22Option%20%5C%5C%5C%22username%5C%5C%5C%22%20from%20group%20%5C%5C%5C%22nova%5C%5C%5C%22%20is%20deprecated.%20Use%20option%20%5C%5C%5C%22user-name%5C%5C%5C%22%20from%20group%20%5C%5C%5C%22nova%5C%5C%5C%22%20%5C%2215:13
mriedemthorst: you probably want to start checking out publishing to readthedocs.org15:13
mordredsdague: user-name will work once nova uses either keystoneclient (not good idea) or keystoneauth (good idea) for all of its conections to other things15:13
*** rbrndt has joined #openstack-infra15:13
sdague13k hits in logstash for the last 7 days15:14
sdaguemordred: we're telling everyone to change it15:14
sdaguebut then it doesn't work15:14
mordredsdague: yeah. that's not a good idea15:14
mordredsdague: because literally nothing has migrated to using keystoneauth yet15:14
*** zhurong has quit IRC15:14
*** Daisy has joined #openstack-infra15:14
sdagueright, so this is face punchingly bad15:14
sdagueif you issue a WARNING in the logs with "remove it by doing X" and X breaks the world. wtf.15:15
mordredalso, honest to god - changing username to user-name at this point in life is bong - but as long as both continue to work (which both will) - I honestly don't  understand why we'd issue a deprecation15:15
sdaguemordred: I also agree it's a massively dumb change15:15
mordredsdague: the reasoning is "all the other compound words have - separators"15:15
mriedemhost-name?15:16
sdaguepass-word ?15:16
mriedembutt-f*?15:16
mordredsdague: I didn't say I agreed15:16
sdaguethat is litterally the most baffling thing I've heard this month15:16
mordreddims: you said this was fixed already in oslo-config ?15:16
*** mkwiek07 has quit IRC15:17
bnemecThe only thing that was fixed in oslo.config was that the deprecation was reported incorrectly.15:17
bnemecIt was telling people to change from "username" to "username", which is also nonsense.15:17
mordredbnemec: where is the deprecation itself coming from?15:17
sdaguebnemec: but at least that would result in a working config15:17
sdaguenow it's telling them to make a broken config15:17
bnemecI'm trying to find where the opt is actually defined.15:17
mordredis nova actually using keystoneclient?15:17
sdagueI do not consider that fixed15:18
*** EricGonczer_ has joined #openstack-infra15:19
*** Zhongjun has joined #openstack-infra15:19
bnemecsdague: mordred: I think it was coming from here: https://github.com/openstack/python-keystoneclient/blob/5dea3b22fcc672f3e3405f5abec471929c501c0a/keystoneclient/auth/identity/generic/password.py#L2915:19
sdaguetypically not directly iirc but we use a bunch of other clients15:20
sdagueyeh, can we just freaking alias username to user-name and be done with it15:20
*** tonytan4ever has joined #openstack-infra15:21
openstackgerritPedro Alvarez Piedehierro proposed openstack-infra/storyboard: Fix indentation docs  https://review.openstack.org/24757015:21
sdaguewill note the internal storage var for this is still username15:21
*** timrc has quit IRC15:21
*** ccrouch has joined #openstack-infra15:21
sdagueclearly it's not too confusing to not have the - for keystoneclient code - https://github.com/openstack/python-keystoneclient/blob/5dea3b22fcc672f3e3405f5abec471929c501c0a/keystoneclient/auth/identity/generic/password.py#L53-L5715:21
mordredyes15:21
mordredbnemec: you are correct15:21
mordredsdague: I'm working on a patch15:21
sdaguemordred: thanks15:21
*** yonglihe has joined #openstack-infra15:22
*** pcrews has quit IRC15:22
*** pcrews has joined #openstack-infra15:23
*** tsg has joined #openstack-infra15:23
*** timrc has joined #openstack-infra15:24
mordredsdague: https://review.openstack.org/24757415:25
mordredbnemec, dims: ^^15:25
*** Piet has joined #openstack-infra15:25
*** sergmelikyan has quit IRC15:25
mordredsdague: (just updated to fix unittest)15:26
*** ajmiller has joined #openstack-infra15:29
phschwartzFor gerrit are we using mysql local to the gerrit host or on a separate server15:29
*** kiran-r has quit IRC15:30
mordredtrove15:30
mordred(so separate server)15:30
*** cloudtrainme has joined #openstack-infra15:31
*** Daisy has quit IRC15:31
flaper87Folks, I need to disable the oslo.messaging qpid job from master on. Is modifying the layout file enough?15:33
flaper87it'll eventually go away15:33
* flaper87 always forgets how to do this15:33
*** marcusvrn_ has joined #openstack-infra15:33
*** sergmelikyan has joined #openstack-infra15:34
*** EricGonc_ has joined #openstack-infra15:34
*** test has joined #openstack-infra15:36
*** test has quit IRC15:36
*** EricGonczer_ has quit IRC15:37
e0nehi. how can I change tempest.conf only for my job?15:38
*** sergmelikyan has quit IRC15:39
*** FallenPegasus has joined #openstack-infra15:39
ihrachysfungi: https://review.openstack.org/245525 please.15:41
mriedemquestion about the note on step 3 here: http://docs.openstack.org/infra/manual/creators.html#add-the-project-to-the-master-projects-list15:41
openstackgerritFlavio Percoco proposed openstack-infra/project-config: Disable qpid's jobs as it's now deprecated  https://review.openstack.org/24758715:41
ihrachysfungi: that's the same periodic jobs story15:41
mriedempatches in gerrit don't update bug status for glance-store in launchpad15:41
mriedemb/c it's glance_store in git,15:41
mriedemand glance-store in launchpad15:41
*** nmagnezi has quit IRC15:42
mriedemthat note in http://docs.openstack.org/infra/manual/creators.html#add-the-project-to-the-master-projects-list says to make sure the 'groups' is set, which it is for glance_store in projects.yaml, it's set to -glance15:42
mriedemhttps://github.com/openstack-infra/project-config/blob/master/gerrit/projects.yaml#L158715:42
mriedemis there another way to provide the git->launchpad name mapping?15:42
mriedemor does the launchpad project need to be renamed?15:42
openstackgerritOpenStack Proposal Bot proposed openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/24759015:43
*** jaypipes has joined #openstack-infra15:43
*** FallenPegasus has quit IRC15:43
openstackgerritOpenStack Proposal Bot proposed openstack/diskimage-builder: Updated from global requirements  https://review.openstack.org/24759715:44
*** achanda has joined #openstack-infra15:45
*** fawadkhaliq has joined #openstack-infra15:47
*** burgerk has joined #openstack-infra15:47
*** tdurakov_ has joined #openstack-infra15:49
*** zeih has quit IRC15:49
smarcetclarkb:mordred: morning , could u review please https://review.openstack.org/#/c/245394/ ? thx :)15:50
*** rpodolyaka1 has quit IRC15:53
*** angdraug has joined #openstack-infra15:53
*** harlowja_at_home has joined #openstack-infra15:53
*** fhubik has quit IRC15:55
*** rpodolyaka1 has joined #openstack-infra15:56
*** tdurakov_ has quit IRC15:57
dimsmordred : sdague : stevemar_ : +1 to https://review.openstack.org/#/c/247574/15:58
dimsstevemar_ : let's get a release out when possible :)15:58
mordredsmarcet: lgtm - I love removing code15:58
*** rellerreller has quit IRC15:59
*** tsg has quit IRC15:59
*** glauco___ has quit IRC15:59
*** tsg has joined #openstack-infra16:00
*** tiswanso has quit IRC16:01
*** sabeen1 has joined #openstack-infra16:02
*** zul has quit IRC16:02
*** Guest64159 is now known as tdurakov16:02
*** tiswanso has joined #openstack-infra16:02
*** k4n0 has quit IRC16:02
*** tdurakov_ has joined #openstack-infra16:02
*** placko_ has quit IRC16:02
*** zul has joined #openstack-infra16:04
mordredflaper87: I thought qpid got itself undeprecated16:05
mordredflaper87: is it back to deprecated?16:05
mordredflaper87: oh, or was that 0mq I was thinking about16:05
flaper87mordred: that was 0mq16:05
mordrednod16:05
mordredflaper87: also, sdague's comment on your patch is correct16:06
*** yamahata has joined #openstack-infra16:06
mordredflaper87: you only need the one entry which says "please only run this job on stable branches"16:06
dimssdague : worked with jeblair and clarkb 's suggestions and ended up with this review for the "run oslo.config master review with stable/liberty" - https://review.openstack.org/#/c/247188/ when you get a chance16:06
dimssdague don't know how to test it as the change is a snippet in the job template16:07
openstackgerritFlavio Percoco proposed openstack-infra/project-config: Disable qpid's jobs as it's now deprecated  https://review.openstack.org/24758716:07
*** dprince has quit IRC16:07
flaper87mordred: sdague ^ thanks :D16:07
*** Swami has quit IRC16:08
*** amuller has quit IRC16:08
*** yfried has quit IRC16:08
*** ildikov has quit IRC16:09
*** amuller has joined #openstack-infra16:09
mordreddims, dhellmann: where do we document projected EOL date for a stable release?16:10
*** amuller has quit IRC16:10
mordredthere's great docs now on current status of all of th ethings16:10
*** amuller has joined #openstack-infra16:10
mordredbut answering the question "when does juno DIAF?" I'm finding hard16:10
*** ddieterl_ has joined #openstack-infra16:11
dimsmordred https://wiki.openstack.org/wiki/Releases should be current trying to move stuff from there to the url link in that page16:11
mordreddims: sure - but that doesn't have an EOL date - just the current status of the releases16:12
*** glauco has joined #openstack-infra16:12
mordreddims: so it shows that juno is currently security supported, but not when I can expect that to stop being the case16:13
*** sergmelikyan has joined #openstack-infra16:14
dimsmordred right, a mega thread is talking about it right now (http://markmail.org/message/s7wgqths54qoqjhb). let me check if a date was published16:14
mordredoh - that thread16:14
mordredI stopped paying attention to that - it's still going?16:14
mordredoh! tony as declared it dead16:15
mordredawesome16:15
*** ddieterly has quit IRC16:15
notmorganooh yay dead release.16:16
mordredttx: do you happen to remember or have written down projected drop-dead dates for juno and kilo? I'd like to make a patch to the releases repo so that it's documented16:17
ddieterl_is there a irc room for asking questions about tempest?16:17
*** ddieterl_ is now known as ddieterly16:17
mordredddieterly: #openstack-qa16:17
ddieterlythnanks16:18
*** placko_ has joined #openstack-infra16:18
*** armax has joined #openstack-infra16:18
*** annegentle has joined #openstack-infra16:19
*** fawadkhaliq has quit IRC16:19
*** fawadkhaliq has joined #openstack-infra16:20
*** acruz has quit IRC16:20
openstackgerritMerged openstack-infra/storyboard: Fix indentation docs  https://review.openstack.org/24757016:21
*** ildikov has joined #openstack-infra16:23
*** gongysh__ has quit IRC16:23
*** tdurakov_ has quit IRC16:24
openstackgerritMerged openstack-infra/storyboard-webclient: Add a page to view a worklist  https://review.openstack.org/23200316:24
openstackgerritPhilip Marc Schwartz proposed openstack-infra/infra-specs: Add extension to openstackci for next phase of work  https://review.openstack.org/23981016:25
phschwartzjswarren: mordred: moravec: ^16:25
phschwartzthoughts would be appreciated16:26
phschwartzasselin: yolanda: from you guys too.16:26
*** otter768 has joined #openstack-infra16:27
*** dizquierdo has quit IRC16:28
*** fawadkhaliq has quit IRC16:29
*** otter768 has quit IRC16:32
*** EricGonc_ has quit IRC16:33
*** sabeen2 has joined #openstack-infra16:34
*** ihrachys has quit IRC16:34
*** sshnaidm has quit IRC16:34
*** tdurakov_ has joined #openstack-infra16:34
*** sabeen1 has quit IRC16:38
*** kozhukalov_ has quit IRC16:38
*** kozhukalov_ has joined #openstack-infra16:39
*** annegentle has quit IRC16:40
*** tdurakov_ has quit IRC16:41
*** tsg_ has joined #openstack-infra16:41
*** bpokorny has joined #openstack-infra16:42
*** tsg has quit IRC16:43
*** annegentle has joined #openstack-infra16:44
*** EricGonczer_ has joined #openstack-infra16:45
*** sdake has joined #openstack-infra16:45
*** shashank_hegde has joined #openstack-infra16:47
jeblairsdague: 245745 +216:47
sdaguejeblair: thanks16:49
flip214jeblair: graphite does strange graphs, have you heard about that already?16:49
*** annegentle has quit IRC16:49
flip214since ~48h16:49
*** e0ne has quit IRC16:49
sdaguejeblair: yeh, all the previous methods for determining failure rates have seemed to no longer work16:49
sdaguehttp://tinyurl.com/nn8chfn as an example16:50
*** fawadkhaliq has joined #openstack-infra16:50
*** tonytan4ever has quit IRC16:50
openstackgerritMerged openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/24759016:51
*** harlowja_at_home has quit IRC16:51
*** jlk has quit IRC16:51
*** jlk has joined #openstack-infra16:51
*** gyee has joined #openstack-infra16:51
*** placko__ has joined #openstack-infra16:51
*** jlk has quit IRC16:51
*** jlk has joined #openstack-infra16:51
*** sridhar_ram has joined #openstack-infra16:53
*** placko_ has quit IRC16:54
jeblairflip214, sdague: yes, we told statsd to stop storing 0s when it doesn't have data because 99% of our graphite traffic was storing 0s for things that didn't happen.  :)  you can get the old behavior back by adding "&drawNullAsZero=true" to the graph16:56
openstackgerritAnastasia Kuznetsova proposed openstack-infra/project-config: Update jobs for mistral  https://review.openstack.org/24691716:57
*** glauco__ has joined #openstack-infra16:57
pleia2have to bring my fluffy critters to the vet, will bbiab16:57
jeblairflip214, sdague: also, now that we have a grafana at http://grafana.openstack.org/ you might be interested in defining some dashboards here: http://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana16:58
*** glauco has quit IRC17:00
*** ihrachys has joined #openstack-infra17:00
*** wuhg has quit IRC17:01
hasharwell done :-}17:02
*** nadya_ has quit IRC17:02
hasharjeblair: our is https://grafana.wikimedia.org/dashboard/db/releng-zuul :-}17:02
*** abregman is now known as abregman|mtg17:03
jeblairhashar: nice!  pabelanger, timrc: ^17:03
*** rpodolyaka1 has quit IRC17:03
*** tonytan4ever has joined #openstack-infra17:03
hasharalso you might want to look at how your graphite/influxdb whatever backend aggregate data17:03
hasharafter X days17:03
hasharit by default use average to compose the aggregate17:03
hasharso if you have a metric of counts per 5 minutes17:03
openstackgerritMichael Krotscheck proposed openstack-infra/system-config: Add NodeJS and NPM to single-use-slave  https://review.openstack.org/24216117:04
openstackgerritMichael Krotscheck proposed openstack-infra/system-config: Added NPM Mirror to Infra  https://review.openstack.org/23561717:04
hasharthe 1 hour aggregate will be the average of the 5 Minutes slots17:04
hasharinstead of the slot17:04
*** shashank_hegde has quit IRC17:04
hashartypically, look at http://grafana.openstack.org/dashboard/db/zuul-status?panelId=6&fullscreen  for a month17:04
hasharthe number of jobs launcher drop for data older than 10 days :-(17:04
hasharthe number of jobs launched drops for data older than 10 days :-(17:04
jeblairhashar: yeah, i have the stats_counts tree set to aggregate with 'sum', and the rest as average17:04
hasharand some time you want to define several aggregates, such as min/max17:05
sc68calsdague: could I get you to review the multinode grenade patch for neutron? https://review.openstack.org/#/c/245862/17:05
hasharbut for a daily view, dont bother :}17:05
jeblairhashar: do you know about grafyaml?17:05
*** angdraug has quit IRC17:05
hasharjeblair: yup pabelanger told me about grafyaml already17:05
jeblaircool17:06
openstackgerritSahdev Zala proposed openstack-infra/project-config: Publish tosca-parser doc on openstack docs  https://review.openstack.org/24768617:06
hasharwould have been useful to maintain the graph via puppet, but then our puppet is babysitter by only a few people17:06
*** jlanoux has quit IRC17:06
*** cloudtra_ has joined #openstack-infra17:06
*** achanda has quit IRC17:06
hasharso instead we have two grafana installs. One which is public and readonly, another private which has authentication and give us write access17:06
*** cloudtrainme has quit IRC17:06
hasharso we build the graphs on the admin grafana directly in the web UI.  No reviews!17:06
*** yfried has joined #openstack-infra17:07
mordredthat sounds terrible - you have to click a web ui to build a ting? :)17:07
*** FallenPegasus has joined #openstack-infra17:07
openstackgerritGlauco Oliveira proposed openstack-infra/puppet-openstack_health: Update default api configurations  https://review.openstack.org/24749217:07
*** rossella_s has quit IRC17:07
jeblairhashar: we pulled the config files for things like that out of our pupppet repo into its own repo so that reviewers aren't 'puppet' reviewers, they are subject matter reviewers17:07
*** timrc has quit IRC17:07
hasharmordred: yeah this way "product managers" that have no clue how git / puppet works can build their own graphs easily :-}17:07
hasharand you get instant result instead of waiting for reviews hehe17:08
*** rossella_s has joined #openstack-infra17:08
*** annegentle has joined #openstack-infra17:08
openstackgerritSahdev Zala proposed openstack-infra/project-config: Publish tosca-parser doc on openstack docs  https://review.openstack.org/24768617:08
jeblairalso, i think review for graphs is a really good idea -- statistics are hard.17:08
jeblairpeople can use all the help they can get :)17:08
*** achanda has joined #openstack-infra17:08
hasharyup17:08
*** dtantsur is now known as dtantsur|afk17:09
hasharpotentially,one proposing a patch to a Grafyaml definition could have a dashboard created just for reviews purposes. Kind of like Sphinx doc being generated on patchset proposals17:09
hasharthat would surely help reviewing such graphs changes.17:09
*** achanda has quit IRC17:09
*** kozhukalov_ has quit IRC17:09
flip214jeblair: thanks, still is different from the previous view (scaling) - but doesn't matter.17:10
flip214is there a way to move from graphite to graphana?17:10
*** dprince has joined #openstack-infra17:10
hasharoh and grafana supports template and parameters. I build a dashboard that give you a view for a given server https://grafana.wikimedia.org/dashboard/db/server-board   (look at top for server: acamar,  that let you change the server and thus update the underlying statsd metrics)17:11
jeblairflip214: graphana is a frontend to graphite -- you can just take your existing graph definition and put it in a yaml file in project-config17:11
hasharso in theory, you could replace cacti :-}17:11
*** mahatic has quit IRC17:13
*** timrc has joined #openstack-infra17:13
*** apoorvad has joined #openstack-infra17:13
*** jistr has quit IRC17:14
*** stevemar_ has quit IRC17:14
clarkbhashar: is that using collectd on the server?17:14
openstackgerritPhilip Marc Schwartz proposed openstack-infra/infra-specs: Add extension to openstackci for next phase of work  https://review.openstack.org/23981017:14
hasharclarkb: diamond  a python daemon on all servers17:14
hasharclarkb: it sends to statsd  and we can then graph / alarm etc17:15
jeblairflip214: do you remember if, several days ago, the scale of that graph was up to 1 or 2, or was it .125 or .25?17:15
jeblairflip214: (i see that it changes starting a few days ago, but im wondering if you looked at it 3 days ago would it have looked like the low values on the left or the high values on the right)17:15
*** Swami has joined #openstack-infra17:15
hasharclarkb: and one can write its own collectors https://github.com/wikimedia/operations-puppet/tree/production/modules/diamond/files/collector17:15
*** mahatic has joined #openstack-infra17:16
*** harlowja_at_home has joined #openstack-infra17:16
*** acruz has joined #openstack-infra17:16
*** placko__ has quit IRC17:16
*** stevemar_ has joined #openstack-infra17:20
jeblairthat sounds nice17:20
pabelangerjeblair: hashar: Ya, used influxdb before, found it easy to use.  Would be interested in seeing if we could use it here in -infra17:21
jeblairpabelanger: why?17:21
hasharwe use carbon afaik17:21
hasharI don't think there is any plan to look at influxdb17:22
pabelangerjeblair: of the top of my a 2nd backup source to carbon. Since we have OOM issues all the time17:22
pabelangeror even a replacement17:22
jeblairpabelanger: we do not have oom issues anymore17:22
hashara floating idea was to have statsd proxy associated with different carbon instances to help scale17:22
flip214jeblair: previously, it was 0.125 and similar....17:22
pabelangerjeblair: Oh? we found the problem?17:23
flip214it doesn't hurt to have it at 1.17:23
jeblairpabelanger: i did17:23
*** sambetts is now known as sambetts-afk17:23
pabelangernice17:23
pabelangerdidn't know that17:23
jeblairpabelanger: http://cacti.openstack.org/cacti/graph.php?action=zoom&local_graph_id=443&rra_id=2&view_type=&graph_start=1447348995&graph_end=144795379517:23
pabelangerjeblair: Woah17:23
pabelangerthat's a little impressive17:23
hasharbye bye memory leak17:23
pabelangerjeblair: what was the fix?17:23
pabelangerhashar: Ya, I want to look at some of your graphs and see what we can import here too :)17:24
*** glauco__ has quit IRC17:24
jeblairpabelanger: almost no configuration of either statsd or carbon has ever happened on our systems.  i did some.17:25
rhalliseyCan I ask for a review on tripleo-docker gating job? https://review.openstack.org/#/c/238475/17:25
hasharpabelanger: no clue whether they are licensed, but most definitely some oss license :-}17:25
*** andymaier has joined #openstack-infra17:25
rhalliseymordred, ^^17:25
rhalliseymuch appreciated17:25
*** tonytan4ever has quit IRC17:25
hasharpabelanger: feel free to ask in #wikimedia-operations17:25
*** andymaier has quit IRC17:25
*** shardy has quit IRC17:26
*** andymaier has joined #openstack-infra17:26
jeblairpabelanger: the main thing was identifying that because we have very sparse metrics -- like many tens of thousands of metrics for specific jobs that only occasionally get run, we should disable the statsd feature that records 0s when it doesn't get data17:26
pabelangerhashar: have you moved to 2.5 yet? I need to test it locally, they finally added elasticsearch datasource17:27
*** doug-fish has quit IRC17:27
*** FallenPegasus has quit IRC17:27
openstackgerritMichael Krotscheck proposed openstack-infra/infra-manual: Moved Python project guide to Project Team Guide  https://review.openstack.org/24485117:28
*** akshai has quit IRC17:28
jeblairpabelanger: i'm actually really impressed with carbon-cache's ability to deal with the fact that we were throwing an _incredible_ amount of data at it, and it was still actually able to report the correct data even though it was often more than 2 hours behind writing that data to disk.17:28
*** fedexo has joined #openstack-infra17:28
hasharpabelanger: I dont think so.  For logstash events we have logstash send metrics to statsd and graph from there. Example counting logs https://grafana.wikimedia.org/dashboard/db/production-logging   you want to ping bd808 :-}17:28
jeblairpabelanger: and if we ever get to the point where we are legitimitately sending that much data to it, there are ways to horizontally scale it.17:29
*** annegentle has quit IRC17:29
hasharI am heading back home. see you later and happy graphing17:29
jeblair(there wasn't actually a memory leak -- we told carbon-cache to create an infinitely large cache and it did, because we gave it more data than our io pipeline could handle)17:31
*** godog has joined #openstack-infra17:31
*** annegentle has joined #openstack-infra17:31
hasharlet me introduce godog "Filippo Giunchedi". Wikimedia ops who deal with Grafana / Statsd / Carbon etc :-}17:31
openstackgerritColleen Murphy proposed openstack-infra/system-config: Make apply-test aware of modules to upgrade  https://review.openstack.org/24727317:31
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add baremetal hpuswest node definition  https://review.openstack.org/20875117:31
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add Infra Cloud modules to modules.env  https://review.openstack.org/20961717:31
jeblairflip214: so i would read that as 0.125 failures per 10 seconds.  the new values of 1 failure per 10 seconds makes more sense to me.17:32
godoghi hashar and everyone :)17:32
openstackgerritMerged openstack-infra/project-config: Disable qpid's jobs as it's now deprecated  https://review.openstack.org/24758717:32
* hashar vanishes17:32
*** hashar has quit IRC17:32
*** krtaylor has quit IRC17:32
jeblairgodog: o/17:32
pabelangerjeblair: that is good news17:32
*** doug-fish has joined #openstack-infra17:32
jeblairpabelanger: yes, now we can send it even more useful data :)17:33
*** unicell1 has quit IRC17:33
*** glauco has joined #openstack-infra17:33
godoghey jeblair !17:33
*** dizquierdo has joined #openstack-infra17:34
openstackgerritIhar Hrachyshka proposed openstack-infra/project-config: Add neutron-full job template with gate hook enabled  https://review.openstack.org/24769717:34
jeblairgodog: pabelanger just set us up a a grafana at http://grafana.openstack.org/  which is driven by yaml files via grafyaml in http://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana17:35
pabelangerjeblair: that is good. Once I have some spare time, I want to start looking of the data again and see what we can create. I know timrc has added some stuff to statsd recently17:35
godogjeblair: that's handy! also I wasn't aware of grafyaml, we might end up doing the same as dashboards are not in git ATM17:36
*** dims has quit IRC17:36
jeblairgodog: we love our config files in git :)17:36
*** doug-fis_ has joined #openstack-infra17:37
mordred++17:37
*** mpavone has quit IRC17:37
*** fedexo has quit IRC17:37
*** doug-fish has quit IRC17:38
*** shashank_hegde has joined #openstack-infra17:38
godogjeblair: yes! that's so much better as opposed to 'who touched the dashboards?' type of thoughts17:39
*** rpodolyaka1 has joined #openstack-infra17:39
*** asselin_ has joined #openstack-infra17:39
*** markus_z has quit IRC17:40
mordredgodog: I read that to the tune of "who let the dogs out?" in my head17:40
godogmordred: hahaha pretty much17:41
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Do not send 'router:external' unless it is set  https://review.openstack.org/24770017:42
*** doug-fis_ has quit IRC17:42
jeblairsdague: you should use stats_counts. instead of stats. for counters, that will fix the apparent value changes at the end af the graph.17:43
*** Daisy has joined #openstack-infra17:43
*** matrohon has quit IRC17:43
*** daemontool_ has quit IRC17:44
*** egonzalez has quit IRC17:44
*** daemontool_ has joined #openstack-infra17:44
mordredjeblair: if you have a sec, could you +A 247700? It's a simple patch that fixes a bug that's out in the wild for our friends in ansible land17:45
jeblairsdague: 'stats.' is normalized to a per-second rate so the aggregation is weird (what hashar was saying earlier).  'stats_counts.' is the absolute count for the interval17:45
*** asselin_ has quit IRC17:45
*** dangers_away is now known as dangers17:45
sdaguejeblair: hmmm that looks weird in another way17:45
sdaguehttp://tinyurl.com/nvctxtt17:45
sdaguedo we no longer get to use moving average with this new model?17:46
mordredsdague: you also want to add &drawNullAsZero=true to the graph17:47
*** adduarte has quit IRC17:47
mordredsdague: it fixes the problem you're seeing17:47
sdagueto every target?17:47
mordredno - just to the graph itself17:47
jeblairno it's a graph param17:47
mordredadd that to the end of the url and it'll fix your graph17:47
*** Zhongjun has quit IRC17:47
sdaguehttp://tinyurl.com/o6p2zew17:47
*** Daisy has quit IRC17:48
pabelangermordred: decided to whip this up last night: https://github.com/pabelanger/ansible-gofer in an effort to make it easier to check if ansible playbooks are idempotent. Fixes the issue of using bash and grepping for results17:48
sdaguethat still seems weird17:48
pabelangermordred: plan on getting some feedback from openstack-ansible see if there is some intersted in expanding on it17:48
jeblairsdague: what seems wrong?17:49
*** asselin has quit IRC17:49
sdaguebecause I'm pretty sure that neutron hasn't failed every gate job in the last 4 hours17:49
sdagueor every check job that is17:49
sdagueno, sorry, it's the bold line, it's gate17:50
zaromorning17:50
*** tonytan4ever has joined #openstack-infra17:51
jeblairsdague: i'll continue to look into this, but it will take me a while to understand the functions you are using17:52
*** abregman|mtg has quit IRC17:53
phschwartzcan I get a few more reviews on this and maybe a core approval. https://review.openstack.org/#/c/245341/17:53
*** timothyb89_ is now known as timothyb8917:53
*** asselin has joined #openstack-infra17:54
sdaguethis is based on what jogo built a long time ago17:54
*** eliqiao has quit IRC17:54
sdaguemovingAverage lets us smooth things out in a way that normal clusters in random data don't completely skew the system and show 100% failure17:55
*** eliqiao has joined #openstack-infra17:55
*** sergmelikyan has quit IRC17:56
*** ashleighfarnham has joined #openstack-infra17:57
*** dimtruck is now known as zz_dimtruck17:57
*** Sukhdev has joined #openstack-infra17:57
*** SumitNaiksatam has joined #openstack-infra17:57
clarkbjesusaurus: hrm curator didn't seem to run properly yesterday. Will have to keep an eye on it17:58
*** FallenPegasus has joined #openstack-infra17:59
*** yonglihe has quit IRC18:00
mordredclarkb: https://review.openstack.org/#/c/241495/ could you do that when you get a sec? I've verified that it works as expected on our servers (that is, is a no-op for agent runs)18:00
mgagneyesterday was ubuntu mirror, now it's rubygems.org :-/18:01
mgagnewill need to mirror the whole internet18:01
*** ashleighfarnham has quit IRC18:01
clarkbjesusaurus: it seems to have run though at 0200 th e19th18:01
*** nadya_ has joined #openstack-infra18:01
clarkbjesusaurus: syslog doesn't record it exploding or doing anything so not sure hwat happened, do you have any ideas?18:02
phschwartzmordred: nibalizer: mind reviewing https://review.openstack.org/#/c/245341/18:03
phschwartz:)18:03
*** sergmelikyan has joined #openstack-infra18:03
*** monester has quit IRC18:03
clarkbmordred: nibalizer how are basemodulepath and modulepath different?18:03
*** ashtokolov has quit IRC18:04
*** GheRivero has quit IRC18:04
*** rpodolyaka1 has quit IRC18:04
*** jed56 has quit IRC18:05
*** dims has joined #openstack-infra18:06
BobBallgear's giving me a TimeoutError in sendAdminRequest in a traceback.  Should there be any 'gear' processes running?18:06
sdagueso, if we land this - https://review.openstack.org/#/c/247550/ we should free up some test nodes but not drop test coverage18:06
BobBallthe whole gearman interaction bit is something I struggle with.  My brain hasn't twigged yet.18:07
*** zxiiro has quit IRC18:07
*** jpmaxman has quit IRC18:07
*** dtardivel has quit IRC18:07
*** auggy has quit IRC18:07
*** romcheg has quit IRC18:07
*** teran has quit IRC18:07
*** rguillebert has quit IRC18:07
BobBall(traceback is from nodepool when's trying to getNeededWorkers)18:07
*** unicell has joined #openstack-infra18:07
sdagueclarkb: so are we just going to be behind for while on logstash after the outage?18:08
*** ZZelle_ has joined #openstack-infra18:08
mordredclarkb: basemodulepath is global, modulepath is not - HOWEVER, thank you for noticing that18:08
*** ashleighfarnham has joined #openstack-infra18:08
mordredclarkb: "Setting a global value for modulepath in puppet.conf is not allowed"18:09
mordredso that should be basemodulepath too18:09
*** rpodolyaka1 has joined #openstack-infra18:09
*** jamielennox|away is now known as jamielennox18:09
clarkbsdague: outage?18:09
*** amitgandhinz has quit IRC18:09
openstackgerritClark Boylan proposed openstack-infra/system-config: Logstash 2.0 compat ES output rule  https://review.openstack.org/24771418:09
openstackgerritClark Boylan proposed openstack-infra/system-config: Identify logstash multiline events by build uuid  https://review.openstack.org/24771518:09
clarkb(I see we are behind but know not of an outage)18:09
*** amitgandhinz has joined #openstack-infra18:10
*** ashtokolov has joined #openstack-infra18:10
openstackgerritMonty Taylor proposed openstack-infra/system-config: Add puppet apply settings to puppet.conf  https://review.openstack.org/24149518:10
clarkbthats first set of logstash upgrade changes. Need the actual deployment from deb which makes a bunch of our puppet redundant too18:11
sdagueclarkb: yeh, jhesketh did a revert of something that broke all the indexing18:11
sdagueit was offline from midnight to 6am my time18:11
sdaguehttps://review.openstack.org/#/c/247426/18:11
sdaguealso, I figured out my CORS kibana issue18:12
*** amuller is now known as amuller_afk18:12
clarkbsdague: oh? I did also allow * for cors over the weekend18:12
clarkbsince we control api access via proxy18:13
sdaguekibana sends a 301 on that failure18:13
sdaguewhich means if it ever fails, you get a permanently cached failure in your browser18:13
clarkbsilly kibana18:13
clarkbkibana 4 is on list after logstash 2.018:14
*** GheRivero has joined #openstack-infra18:14
clarkbhave no idea if it will b ebetter about that18:14
*** armax has quit IRC18:14
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Use the test_id column as the test identifier  https://review.openstack.org/24771618:14
openstackgerritGraham Hayes proposed openstack-infra/project-config: Add reno jobs for designate  https://review.openstack.org/24771718:16
nibalizerclarkb: mordred modulepath implies old style configuration and basemodulepath uses directory environments18:16
clarkbnibalizer: should we have apply use the not old style for future proofing or is that just not necessary yet?18:16
nibalizeruh i would say apply should use directory environments18:17
clarkbnibalizer: just thinking its easier to work through all of that at once rather than do a thing debug it now then do another thing in 6 months when under pressure due to EOL and debugging again18:17
*** cloudtra_ has quit IRC18:17
nibalizerbut i didnt do the extra work yet18:17
clarkbnibalizer: ok https://review.openstack.org/#/c/241495/3/modules/openstack_project/templates/puppet.conf.erb uses modulepath not basemodulepath18:17
*** ihrachys has quit IRC18:18
clarkbnibalizer: we would need to mkdir /etc/puppet/environments/production ?18:18
mordredwhich https://docs.puppetlabs.com/references/latest/configuration.html#modulepath says is not allowed in global config18:18
mordredAH18:18
mordredit's allowed in 3.x but deprecated18:19
*** mahatic has quit IRC18:19
nibalizeryea18:19
*** Ala has quit IRC18:19
clarkbso fixing that would be required before a ove to 4.x18:19
clarkb(I don't know that we are lose to 4.xing so I don't care strongly about that)18:20
nibalizerand we need to scratch an envirinment.conf or something in /etc/puppet/environments/production/environment.conf18:20
*** ivar-lazzaro has joined #openstack-infra18:20
*** cloudtrainme has joined #openstack-infra18:20
nibalizeror something like that, i dont have the docs immediately in front of me18:20
mordredI love how complicated this has become18:20
*** mwagner is now known as mwagner_afk18:20
*** gyee has quit IRC18:20
krotscheckpleia2: I may have taken you too literally on https://review.openstack.org/#/c/244851/18:20
*** nadya_ has quit IRC18:21
mordrednibalizer: ok. I've got it - I'll cookup a patch18:21
*** zxiiro has joined #openstack-infra18:22
*** Sukhdev has quit IRC18:22
clarkbmordred: nibalizer the one thing good about doing it now is while transitioning we expect some issues to work thorugh so getting it down now is easier than getting it done when something else dictates we need it18:23
mordredclarkb, nibalizer: this will be an easy patch to fix, turns out18:23
clarkbcool18:23
*** teran has joined #openstack-infra18:23
openstackgerritMichael Krotscheck proposed openstack-infra/infra-manual: Moved Python project guide to Project Team Guide  https://review.openstack.org/24485118:24
* krotscheck tries that again18:24
*** rguillebert has joined #openstack-infra18:25
*** dtardivel has joined #openstack-infra18:26
*** sabeen2 has quit IRC18:26
*** dims has quit IRC18:26
*** akshai has joined #openstack-infra18:27
openstackgerritMonty Taylor proposed openstack-infra/system-config: Add puppet apply settings to puppet.conf  https://review.openstack.org/24149518:27
mordredclarkb, nibalizer: ^^18:27
mordredwe already had a production environment cooked up for puppetmaster18:27
mordredall we need to do is move that to template so that it's everywhere - which will ALSO cover puppetmaster18:27
*** otter768 has joined #openstack-infra18:28
openstackgerritMike Dorman proposed openstack-infra/irc-meetings: Add Operators Large Deployment Team Meeting  https://review.openstack.org/24772518:28
*** shashank_hegde has quit IRC18:28
*** sputnik13 has joined #openstack-infra18:29
*** Sukhdev has joined #openstack-infra18:29
*** romcheg has joined #openstack-infra18:30
*** jordanP has quit IRC18:31
*** annegentle has quit IRC18:32
*** monester has joined #openstack-infra18:32
*** hdd has quit IRC18:32
*** annegentle has joined #openstack-infra18:32
*** otter768 has quit IRC18:33
*** ociuhandu has quit IRC18:34
*** sabeen has joined #openstack-infra18:35
*** rpodolyaka1 has quit IRC18:36
openstackgerritColleen Murphy proposed openstack-infra/ansible-puppet: Install modules before running puppet apply  https://review.openstack.org/24773018:37
*** tsg_ has quit IRC18:38
crinklenibalizer: mordred is that ^ being done somewhere already?18:38
nibalizercrinkle: i have a patch that does something like that, give me a sec18:38
*** harlowja_at_home has quit IRC18:38
nibalizercrinkle: basicaly the same code you wrote18:39
nibalizerhttps://review.openstack.org/#/c/241501/2/playbooks/roles/applyprep/tasks/main.yml18:39
nibalizerbut i put it in system-config instead of ansible-puppet18:39
*** yonglihe has joined #openstack-infra18:39
*** annegentle has quit IRC18:39
crinklenibalizer: okie i'll drop mine18:39
nibalizerwell18:41
*** jed56 has joined #openstack-infra18:41
phschwartznibalizer: mind taking a look at https://review.openstack.org/#/c/245341/ I don't want it to get lost in the mix18:41
nibalizeri mean idc18:41
*** nadya_ has joined #openstack-infra18:41
*** nadya_ has quit IRC18:41
nibalizerphschwartz: sure18:42
crinklenibalizer: i have a patch stack starting at https://review.openstack.org/#/c/247273/ that tries to make the apply-test better able to handle things like the mysql module upgrade, but i'm not sure how to get it to work with an actual deployment18:42
*** jpmaxman has joined #openstack-infra18:42
*** auggy has joined #openstack-infra18:43
*** andymaier has quit IRC18:43
*** fitoduarte has joined #openstack-infra18:43
clarkbcrinkle: nibalizer if I want to deprecate a class in puppet because another class has basically superceded it I can nest the two so the old one continues to work properly but want to say "warning this is deprecated" is there a good easy way to do that?18:43
clarkbnotify?18:43
crinkleclarkb: yep notify type or warning() function18:43
nibalizerwarning() probably18:44
nibalizerno one will look but thats the std way18:44
crinkleyeah function is better because then it doesn't show as changes18:44
nibalizerthen you can fail() later once you want to fail hard18:44
clarkband its just warning('my message here') ?18:44
nibalizerthere is also notice() if you just want to put a message18:44
crinkleclarkb: yep it's pretty simple18:45
nibalizercrinkle: ok i will review18:45
clarkbthank you18:45
*** amitgandhinz has quit IRC18:45
pabelangercrinkle: for me, I locally have something that just changes the modulepath based on the site.pp (a la Node-OS). I should loop back to that and upload something. The basic concept is dynamic module paths depending on which module you need.18:45
nibalizerpabelanger: you were punged in the #puppet-community room18:45
*** amitgandhinz has joined #openstack-infra18:45
pabelangernibalizer: connecting18:46
pleia2krotscheck: thumbs up!18:46
timrcjeblair: Oh that grafana dashboard is a beautiful sight!18:46
krotscheckpleia2: danke!18:47
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Use the test_id column as the test identifier  https://review.openstack.org/24771618:47
*** glauco__ has joined #openstack-infra18:48
timrcpabelanger: I'm going to go nuts with statsd as soon we upgrade gearman-plugin to start sending node label info back to zuul.18:48
*** david-lyle has quit IRC18:48
crinkleclarkb: could you also give feedback on 245341? it's based on your suggestion but i'm hoping it's a little more generic18:48
crinkleer not that one18:49
crinkleclarkb: 24727318:49
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: WIP: Add reno release notes to subunit2sql for 1.0.0 release  https://review.openstack.org/24773718:49
timrcpabelanger: There is a lot of information about provider performance from that.18:49
clarkbcrinkle: looking18:49
timrcwe can glean from that*18:49
*** shashank_hegde has joined #openstack-infra18:50
pabelangertimrc: cool18:50
timrcThere is so much great information in the zuul logs I wish we could visualize too.18:50
timrcpabelanger: Maybe once logstash data for system logs is a thing we can import it into Grafana.18:50
*** sabeen has quit IRC18:51
*** glauco has quit IRC18:52
*** sputnik13 has quit IRC18:52
*** dizquierdo has quit IRC18:52
*** dims has joined #openstack-infra18:52
*** fawadkhaliq has quit IRC18:54
clarkbcrinkle: yup and https://review.openstack.org/#/c/209617/ should tell you if it worked18:54
clarkbcrinkle: so will hold off on voting until we get results from ^ but thats the idea18:54
*** salv-orlando has joined #openstack-infra18:54
crinkleclarkb: the last patchset just updated the commit message in the first patch so i'm pretty sure it works18:54
crinkleclarkb: but now ansible has to somehow be aware of the tag in site.pp which is kind of weird18:55
clarkbcrinkle: oh was that job update already running against the upgrade module sfile?18:55
crinkleclarkb: on patchset 24 yes18:55
clarkbcool can look there18:56
nibalizerphschwartz: there is a weird whitespace issue on https://review.openstack.org/#/c/245341/ but other than that lgtm18:56
nibalizerrespin and then I'm good18:56
*** salv-orl_ has quit IRC18:57
*** hongbin has joined #openstack-infra18:57
openstackgerritMerged openstack-infra/project-config: Remove unused Manila CI job  https://review.openstack.org/24752418:57
*** achanda has joined #openstack-infra18:58
openstackgerritPhilip Marc Schwartz proposed openstack-infra/system-config: Pull o_p::server out of gerrit role  https://review.openstack.org/24534118:58
hongbinyolanda: ping18:58
phschwartznibalizer: ok, fixed18:58
openstackgerritMerged openstack-infra/project-config: Create a multinode grenade job for testing Neutron  https://review.openstack.org/24586218:58
openstackgerritMerged openstack-infra/project-config: Refactor VPN functional tests to use common template  https://review.openstack.org/24099018:58
*** amuller_afk is now known as amuller18:59
openstackgerritMerged openstack-infra/project-config: Add training-guides translation jobs and scripts  https://review.openstack.org/24561518:59
openstackgerritMerged openstack-infra/project-config: Add publishing jobs to nova-powervm  https://review.openstack.org/24523218:59
openstackgerritMerged openstack-infra/project-config: Disable gate-muranoclient-dsvm-functional for kilo and juno  https://review.openstack.org/24528319:00
*** bastelfreak has joined #openstack-infra19:00
anteayaclarkb: this is the file that tells logstash which jenkins job logs to index and includes the tags to use for each file? http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/files/logstash/jenkins-log-client.yaml19:00
anteayammedvede: ^^19:00
*** armax has joined #openstack-infra19:01
clarkbanteaya: yes19:01
anteayaclarkb: thank you19:02
openstackgerritMerged openstack-infra/project-config: Add neutron-lib repo  https://review.openstack.org/17495219:02
anteayaclarkb: I'm looking for something called a custom analyzer that establishes the tokenization we use, do we have one of those?19:02
*** sergmelikyan has quit IRC19:02
anteayaso far my grepping returns no results19:02
*** unicell has quit IRC19:03
*** sabeen has joined #openstack-infra19:04
*** e0ne has joined #openstack-infra19:04
*** Sukhdev has quit IRC19:04
*** smarcet has quit IRC19:04
openstackgerritMerged openstack/requirements: Updated from generate-constraints  https://review.openstack.org/24676419:05
clarkbanteaya: no?19:05
anteayaoh okay I will stop looking then, thanks19:05
clarkbanteaya: is there more context behind that? I have none and don't understand what is being asked for19:06
dougwighi infra, since https://review.openstack.org/#/c/174952/ merged, can you please add me to neutron-lib-core to bootstrap?19:06
pleia2clarkb: going through reviews to catch up, happened to find this one, want to remove your WIP and let it go? https://review.openstack.org/#/c/211333/19:08
*** unicell has joined #openstack-infra19:08
clarkbpleia2: there are still a small number of hosts that won't take that key iirc :(19:09
pleia2clarkb: ah, boo :\19:09
clarkbpleia2: but they arne't running puppet anways so ya can remove wip19:09
*** jtrovo has joined #openstack-infra19:09
clarkbthe lack of puppeting is why they aren't taking new key but I can remove WIP19:09
* pleia2 nods19:09
*** unicell1 has joined #openstack-infra19:09
*** unicell has quit IRC19:10
*** hdd has joined #openstack-infra19:10
anteayaclarkb: oh okay sorry, I was going through the elastic search documentation, I found reference to tokenization, I didn't know what it was, I started looking at bits to see if I could get an idea, I couldn't since everything assumed I knew what a tokenizer was, I looked for an example in our code, thought a custom tokenizer would be something we would have and easy for me to grep19:10
openstackgerritGraham Hayes proposed openstack-infra/project-config: Add reno jobs for designate  https://review.openstack.org/24771719:11
clarkbanteaya: no I don't think we do anything custom19:11
clarkbits just default logstas19:11
clarkbpleia2: done19:11
pleia2clarkb: ok, I'll approve and will rescue you later if you need your key added somewhere ;)19:11
clarkbsounds good19:11
clarkbthanks19:11
*** sabeen has quit IRC19:11
anteayaclarkb: okay thanks19:12
anteayahttp://git.openstack.org/cgit/openstack-infra/logstash-filters/tree/filters/indexer.conf seems to be a copy of http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/logstash/indexer.conf.erb19:12
*** hashar has joined #openstack-infra19:13
jtrovoclarkb: can I get a review here https://review.openstack.org/#/c/235545/19:13
*** bcourt has quit IRC19:13
jtrovoclarkb: it's about a change on zmq-event-publisher to allow parameters to get it's value from execution time19:14
clarkbruagair: oh hey we said we would do the thing now, I am about if you are19:15
clarkbruagair: ended up doing it with mmedvede and anteaya yesterday as well since they were able but happy to run through things with you as well19:15
rbrndtpossibly a silly question... Is it possible to run the gate jobs on a patchset without approving it?19:15
clarkbanteaya: ya I think plan is to move to logstash-filters19:15
clarkbanteaya: I really want to get logstash2.0 running first as that makes the whole thing easier with a conf.d dir19:16
clarkbanteaya: which will make it easier to use to separate our filters from our inputs and outputs19:16
anteayaclarkb: very good19:16
*** jamielennox is now known as jamielennox|away19:16
clarkbanteaya: that way ops and us can use the same filters ut have site specific inputs and outputs19:16
anteayarbrndt: they run as check jobs19:16
anteayaclarkb: interesting19:17
clarkbjtrovo: I am elbow deep in several other things currently19:17
clarkbjtrovo: I will add it to the list19:17
rbrndtanteaya: even if they are only specified in the "gate" list in layout.yaml?19:17
anteayarbrndt: anything that runs in the gate should be run in check first, it there is a repo not doing that that is an error that needs to be fixed19:17
anteayarbrndt: can you show me where in layout.yaml you are seeing this please?19:17
rbrndtanteaya: I'm setting up tests for a new project and we were hoping not to slow down our check jobs with a slow (non-voting) test19:18
anteayaso you want to slow down your gate instead?19:18
jtrovoclarkb: sure, let me know if you have any doubts in regard to that19:18
rbrndtrather than slowing both, yes19:18
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from global requirements  https://review.openstack.org/24765019:18
anteayarbrndt: jobs run non-voting in check only, if they are voting jobs the run both in check and gate19:19
anteayathis is the openstack way19:19
*** mriedem has quit IRC19:19
rbrndtanteaya: ok, sounds like thats the answer then. Thanks!19:19
jtrovoclarkb: also is there any other person that I can reach out to review that has some knowledge on zmq-event-publisher project?19:19
sdaguerbrndt: if you really don't care about per patch results, which is what it sounds like, there is also a periodic queue19:20
sdagueso you can run it daily for instance19:20
anteayarbrndt: you are welcome19:20
openstackgerritMerged openstack-infra/project-config: Fix Rally job for Manila project  https://review.openstack.org/24570719:20
*** Sukhdev has joined #openstack-infra19:20
rbrndtsdague: we're just looking to get more results so we can fix the tests faster19:20
anteayarbrndt: now if you want to discuss how to speed up a slow job, that is a topic that is open for discussion19:21
*** bardia has joined #openstack-infra19:21
*** amrith has left #openstack-infra19:21
sdaguerbrndt: what are these tests?19:21
anteayarbrndt: have you heard about the experimental queue?19:21
rbrndtsdague: tempest tests for monasca19:21
rbrndtanteaya: we're using the experimental queue right now, but wanted to have the job start running automatically19:22
sdaguerbrndt: yeh, that's really non-voting check as the next step19:22
anteayarbrndt: what sdague said19:22
rbrndtantenna, stage: sounds good, we'll do that then19:23
anteayasdague: never thought of you as stage before, that will take me a minute19:23
sdagueheh19:24
*** kozhukalov_ has joined #openstack-infra19:24
anteayarbrndt: yeah that is a far better choice than gating on an unstable job19:24
rbrndtspelling mistake, not sure how it got that far off :)19:24
anteayarbrndt: it was one of the better ones I have seen19:24
mordredclarkb: could I bother you please for a review on https://review.openstack.org/#/c/247700/ ?19:25
openstackgerritMerged openstack-infra/system-config: Remove old clarkb key.  https://review.openstack.org/21133319:25
*** doug-fish has joined #openstack-infra19:25
*** cloudtrainme has quit IRC19:25
openstackgerritSergey Skripnick proposed openstack/requirements: Bump ddt version to >=1.0.1  https://review.openstack.org/24721419:26
*** akshai has quit IRC19:26
*** bcourt has joined #openstack-infra19:26
*** sabeen2 has joined #openstack-infra19:27
*** nadya_ has joined #openstack-infra19:27
sdagueanteaya: you up for looking at this review - https://review.openstack.org/#/c/247550/ ?19:27
openstackgerritRyan Brandt proposed openstack-infra/project-config: Move monasca gate job from experimental to non-voting check job  https://review.openstack.org/24775219:28
*** ifarkas has quit IRC19:28
openstackgerritJim Rollenhagen proposed openstack/requirements: Bump ironic-lib to 0.4.0  https://review.openstack.org/24775319:28
*** gyee has joined #openstack-infra19:29
*** electrofelix has quit IRC19:29
*** zer0c00l has quit IRC19:29
*** rbrndt has quit IRC19:30
mgagnezaro: do you know about any change that would stop Jenkins from rendering HTML in job description?19:31
*** mriedem has joined #openstack-infra19:31
*** Piet has quit IRC19:31
*** mwagner_afk is now known as mwagner19:32
*** ociuhandu has joined #openstack-infra19:32
anteayasdague: I can do that19:32
*** annegentle has joined #openstack-infra19:33
*** akshai has joined #openstack-infra19:34
mgagneok, found it in "Configure Global Security"19:34
mgagneMarkup Formatter19:34
pleia2if another infra-root is around to have a look, I'd like to land the zanata upgrade to 3.7.3 and I have time to babysit now: https://review.openstack.org/#/c/232313/19:35
nibalizerill look19:35
pleia2thank you19:35
nibalizertrade you for https://review.openstack.org/#/c/245341/19:35
*** aopincar has joined #openstack-infra19:36
*** bcourt has quit IRC19:36
openstackgerritColleen Murphy proposed openstack-infra/system-config: WIP - Add ability to opt-in to upgrading modules  https://review.openstack.org/24775519:36
* pleia2 has a look19:36
crinklenibalizer: ^ not sure if valid ansible19:36
*** dims has quit IRC19:36
nibalizercrinkle: right19:37
nibalizerwe shoudl get an ansible-syntax check on system-config before we footgun19:37
*** sputnik13 has joined #openstack-infra19:37
openstackgerritClark Boylan proposed openstack-infra/puppet-logstash: Install logstash 2.0  https://review.openstack.org/24775619:38
*** woodster_ has joined #openstack-infra19:38
clarkbjesusaurus: ^ I took a chain saw to logstash, going to WIP that until I can do more testing but thats roughly what it should look like with newer logstash19:38
*** achanda has quit IRC19:38
clarkb+78,-207 :)19:38
*** zz_dimtruck is now known as dimtruck19:40
jesusaurusclarkb: awesome, i'll try to set aside some time soon to review19:40
clarkbpleia2: so it ws md5 and is now sha1?19:40
clarkbpleia2: so we do a dance to work around that?19:40
pleia2clarkb: see the dependency chain19:41
pleia2clarkb: it's being danced :)19:41
clarkbya I had a fun time going through that19:41
pleia2so we'll upgrade, then swap them out, which shouldn't trigger any further changes since it should just match19:42
clarkbnibalizer: were you also reviewing those changes?19:43
clarkb(I can not approve if yo uwant to look)19:43
nibalizeryep +2's applied19:43
clarkbthough my wifi is derping19:43
nibalizerclarkb: pleia2 either of you can approve as you see fit19:43
*** david-lyle has joined #openstack-infra19:43
nibalizermy wifi is exceedingly derpy19:43
clarkbpleia2: should I go ahead and approve as I go?19:44
pleia2nibalizer: if I understand it correctly with this patch you linked me, the afs stuff in the gerrit.pp were just silly?19:44
pleia2clarkb: yes please19:44
pleia2nibalizer: I see that they're being used in review_dev.pp19:44
pleia2and seems to make more sense this way19:45
*** e0ne has quit IRC19:46
clarkbpleia2: done I apprvoed all 319:46
clarkbwhich should be fine as end state is sha1 with correct data19:46
pleia2clarkb: thanks19:46
* pleia2 nods19:46
*** openstackgerrit has quit IRC19:46
*** openstackgerrit has joined #openstack-infra19:47
mtreinishso I'm looking at: https://review.openstack.org/#/admin/groups/395,members and I'm able to add new people to the group (the box is greyed out)19:47
pabelangernibalizer: clarkb: yolanda: first stab at apache::vhost::custom: https://github.com/pabelanger/puppetlabs-apache/blob/temp/vhost_custom/manifests/vhost/custom.pp19:47
mtreinishI know it used to work, because I've added people in the past19:47
mtreinishany idea what changed?19:47
pabelangernibalizer: yolanda: clarkb: WTB feature requests19:47
mtreinishoh, I see what changed, the group ownership changed to fungi...19:48
mtreinishfungi: this means I'm just going to bug you constantly about gerrit group maint :)19:49
clarkbjtrovo: I thought the plan was to use a prefix to determine which vars should be sipped19:49
clarkbjtrovo: I am not sure we want all env vars to be shipped especailly since this happens over the clear19:49
nibalizerpabelanger: ouch19:49
clarkbjtrovo: that prefix can be configurable maybe with an option to hsip all of them19:50
clarkbpabelanger: wasn't custom_config the thing that appended extr astuff?19:51
nibalizerthat was custom_fragment19:51
pabelangerclarkb: no, it takes a raw file19:51
*** bcourt has joined #openstack-infra19:51
clarkbnibalizer: gotcha19:51
nibalizerso i had this idea19:51
pabelangerwhat nibalizer said, was in vhost.pp19:51
mtreinishinfra-root: when someone gets a chance can I be added to the group owners on https://review.openstack.org/#/admin/groups/395,info19:52
jtrovoclarkb: this is one is one step before the prefix parameters change, this change is needed so we can override the parameter values with values from a EnvInject in execution time19:52
clarkbjtrovo: you shouldn't be doing that but ok19:52
nibalizerthat we might pass to that defined type a template =>, and a vars => {}, then do template evaluation inside the defined type19:52
nibalizeridunno how pepole feel about that19:52
*** achanda has joined #openstack-infra19:52
pabelangerclarkb: this is basically what our templates would look like: https://review.openstack.org/#/c/205596/19:52
clarkbjtrovo: typically the job parameters should not be updated by the job itself19:52
nibalizerthat way it would have access to things like apache global variables19:52
clarkbjtrovo: bceause then crazyness can happen19:52
nibalizermtreinish: i gotcha19:53
mtreinishnibalizer: cool thanks19:53
*** achanda has quit IRC19:53
clarkbnibalizer: you mean bundle in a set of vars that can be interpolated?19:53
pabelangernibalizer: ya, if we pass template(foo) into content, we'll basically lose settings from vhost.pp.  Guess that is the trade off right now19:54
jtrovoclarkb: yes, the problem we have here is getting some information available only at runtime to be passed with the prefixed parameters by zmq-event-publisher19:54
nibalizerbasically require you to send in all variables you want evaluated in the template19:54
clarkbjtrovo: yes that is fine19:54
pabelangerdon't know how much we are using vhost.pp variables19:54
pabelangerwould have to check19:54
clarkbjtrovo: i am saying your jobs should not override jenkins params19:54
clarkbjtrovo: if a param is set by jenkins it should never change19:54
clarkbjtrovo: so I am confused why you want the change that you linked me19:54
nibalizerthings like apache_log_dir it would be cool to have available from the apache module not our logic (repeated over and over again)19:54
clarkbjtrovo: it appears to workaround a state that you should never be in19:54
nibalizermtreinish: you are in this group19:55
jtrovoclarkb: so how should we get a prefixed parameter value out of jenkins?19:55
clarkbnibalizer: my only thing about that is it would be another non compatible change19:55
mtreinishnibalizer: it's not group membership, it's group ownership. I'm unable to edit members now19:55
clarkbnibalizer: which will make it hearder to switch19:55
*** rbrndt has joined #openstack-infra19:55
nibalizermtreinish: im not sure what you'd be asking ous to do19:55
clarkbjtrovo: if it is in the env copy it ot the list of vars19:55
clarkbjtrovo: I just don't know why you need this change19:55
openstackgerritMerged openstack-infra/project-config: swap 3 tempest jobs for 1 layer4 jumbo job  https://review.openstack.org/24755019:55
clarkbjtrovo: basically do the same thing but don't mask19:56
openstackgerritMerged openstack-infra/project-config: Move monasca gate job from experimental to non-voting check job  https://review.openstack.org/24775219:56
clarkbmasking is bad19:56
clarkbvery bad19:56
clarkbbecaues te job config is in jenkins19:56
pabelangernibalizer: well, if we start picking things to template, I would insist going back to custom_fragment. FWIW: I think it actually has sane defaults19:56
clarkbif yo uneed maksing it means your jobs themselves are updating the config19:56
pabelangerlike you said, not having to dupe log paths and such19:56
mtreinishnibalizer: on the info page where it says infra-ptl, add subunit2sql-core to that list19:56
nibalizeroh19:56
*** doug-fish has quit IRC19:56
clarkbjtrovo: your if should if envVars.getName().startswith(prefix) then copy to env19:57
nibalizerya its not letting me19:57
pabelangernibalizer: this was the diff using custom_frag: https://review.openstack.org/#/c/205596/2/templates/nodepool-log.vhost.erb19:57
nibalizerhaha oops19:57
pabelangereither way, need to get daughter from school. BBIAB19:57
clarkbjtrovo: you also need to check against a null envVars19:57
mtreinishnibalizer: it works now, thanks19:57
clarkbI will leave comments in gerrit19:57
nibalizerwell, because infra-ptl got kicked out19:57
*** maishsk has joined #openstack-infra19:58
*** doug-fish has joined #openstack-infra19:58
mtreinishnibalizer: works for me, I doubt fungi wants to bother with it anyway :)19:58
jtrovoclarkb why should we use prefix at this point? it's going to be another place to maintain configurable prefix and I see more trouble then good having some parameters getting it's value from the env and some parameters just getting them from the job creation time19:58
*** bcourt has quit IRC19:58
nibalizerand he's on a boat, so he can't complain19:58
mtreinishnibalizer: haha, fair point19:59
clarkbjtrovo: because it is the correct way to do this19:59
jeblairmtreinish: nibalizer er19:59
nibalizerclarkb: should 'owners' be a multigroup thing? at this point i've changed it to subunit2fql-core instead of infra-ptl19:59
jeblairno19:59
clarkbjtrovo: you should not be overriding jenkins vars like this because its easy19:59
jeblairis subunit2sql an infra project?19:59
clarkbjtrovo: since its wrong19:59
jeblairmtreinish, nibalizer:19:59
mtreinishjeblair: it is, but if going through the ptl to add a core is a requirement, I'm going to move it off of infra19:59
jeblairmtreinish: :(20:00
jeblairmtreinish: that's a really strong stance20:00
clarkbjtrovo: commented with psuedo code20:01
jeblairmtreinish: so we worked pretty hard on the organizational structure for infra20:01
*** cloudtrainme has joined #openstack-infra20:01
jeblairmtreinish: it's documented here: http://docs.openstack.org/infra/system-config/project.html#teams20:01
mtreinishjeblair: sure, but I don't think it scales. It's fine for the 100+ puppet things, but the other random projects that are mostly self contained it's unecessary overhead.20:02
jeblairmtreinish: maybe we can discuss this before we get to ultimatums?20:02
mtreinishjeblair: sure20:02
mtreinishbut right now I need to find food :)20:03
jeblairmtreinish: it actually is to try to help it to scale20:03
jeblairoh fine20:03
*** bcourt has joined #openstack-infra20:03
jeblairmtreinish: please let me know when it would be convenient for you20:04
jtrovoclarkb: just saw it and it makes sense, I'm gonna update the patch20:04
mtreinishjeblair: sure, will do20:04
jeblairnibalizer: the group structure for infra projects is managed by a script in system-config20:04
jeblairnibalizer: please don't change ownership of infra groups, it is intentionally delegated to the ptl20:04
nibalizerohhhh20:04
nibalizeri didn't know20:04
nibalizerthanks20:04
jtrovoclarkb: just another thing, how do you think the prefix should be passed as a parameter to the plugin code?20:05
*** hongbin has left #openstack-infra20:05
clarkbjtrovo: it can be a plugin configuration in global config with a default of no prefix (so nothing is copied) and an option to copy all of the job env instead20:06
jeblairnibalizer: system-config/tools/maintain-infra-groups.py20:06
clarkbjtrovo: there should be examples of that for the port that zmq uses since its configurable too20:06
jeblairand i will note that in _every_ openstack project, core membership is as the descretion of the project ptl.  this is no different.20:06
*** aopincar has quit IRC20:08
clarkbjtrovo: grep for 888820:08
openstackgerritMerged openstack-infra/project-config: Fix broken stable-compat-jobs for oslo  https://review.openstack.org/24718820:09
*** weshay_xchat has quit IRC20:10
*** dramalho has quit IRC20:11
*** maishsk_ has joined #openstack-infra20:11
anteayaclarkb: when we started up services yesterday we started with logstash and then gearman server, gearmand worker and then gearman client20:11
anteayaclarkb: is that the way you start them up in production?20:12
elmikohey folks, i'm reading http://docs.openstack.org/developer/requirements/ and have a couple questions20:12
elmikoi need to add castellan>=0.2.0 as a requirement in sahara, is the proper way to do this by making a request to the global-requirements.txt?20:12
clarkbanteaya: yes, they can in theory start in any order but doing it that way allows you to verify everything works each step of the way20:13
clarkbelmiko: yes20:13
clarkbelmiko: then you can propose the change to sahara20:13
anteayaclarkb: okay20:13
anteayaclarkb: what order do you like to turn them off, reverse order to that?20:13
clarkbanteaya: ya20:13
anteayaokay20:13
elmikoclarkb: ok, and then for my patch i just use a Depends-On: tag in the commit message?20:13
*** maishsk has quit IRC20:14
*** maishsk_ is now known as maishsk20:14
clarkbelmiko: yup20:14
anteayaI can't remember how I turned them off last night but logstash went off first and then I couldn't get one of them to close20:14
openstackgerritMerged openstack-infra/irc-meetings: add meeting for service catalog tng effort  https://review.openstack.org/24574520:14
elmikoclarkb: thanks!20:14
clarkbanteaya: ya the owkrer20:14
anteayathe worker I think20:14
* elmiko waves at anteaya 20:14
clarkbI htink it has a bug where there is a non daemon thread20:14
anteayayay it just kept hanging around20:14
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila  https://review.openstack.org/24755120:14
* anteaya waves back at elmiko20:14
anteayaI have a long log of it just retrying things20:15
*** bexelbie has quit IRC20:15
anteayafinally I closed the terminal20:15
openstackgerritMerged openstack-infra/system-config: Move translate.openstack.org to Zanata 3.7.3  https://review.openstack.org/23231320:15
*** ldnunes has quit IRC20:15
anteayait didn't respond to control-c at all20:15
clarkbanteaya: you can use kill to kill it20:15
clarkbit respects sigint20:15
clarkber sigkill?20:15
clarkbanyways kill works20:15
anteayaokay I can try to remember that next time20:16
anteayaif the worker is running when logstash is not20:16
anteayathanks20:16
* anteaya goes back to reading things20:16
clarkbanteaya: mmedvede ruagair I did some quick chekcing this morning and it looks like the apacheerror logs for horizon may not be parsing properly20:17
openstackgerritRyan Hallisey proposed openstack-infra/project-config: Add a job around using tripleo with docker  https://review.openstack.org/23847520:17
clarkbif you want an example of that20:17
anteayaawesome20:17
*** Piet has joined #openstack-infra20:17
* anteaya goes to look at some horizon logs20:17
*** acruz has quit IRC20:19
anteayaclarkb: so we are running logstash 1.7 and checking 2.0 to see is 2.0 will work as we expect, yes?20:19
clarkbanteaya: thye are in apache/horizon_error.txt or something like that20:19
anteayaclarkb: thanks20:19
clarkbanteaya: we are running logstash 1.3.3 and ya20:19
*** _denisra has joined #openstack-infra20:20
*** annegentle has quit IRC20:22
anteayaah sorry20:22
anteayanot sure where I got 1.7 from20:22
jeblairsdague: movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-grenade-dsvm.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-grenade-dsvm.{SUCCESS,FAILURE})),'12hours')20:23
*** jcoufal_ has quit IRC20:23
*** Piet has quit IRC20:24
*** nadya_ has quit IRC20:26
jeblairsdague: i have a suspcion, which is probably impossible to prove now, that the original version of the graph behaved differently in the most recent 6-8 hours than the older sections20:28
greghaynesjeblair: Have you looked at the image upload times in the new clouds? I am kind of curious how it compares to rax (obviously not super important)20:28
elmikoclarkb: ok, couple more questions if you've got the time?20:28
clarkbelmiko: sure20:28
*** otter768 has joined #openstack-infra20:29
*** annegentle has joined #openstack-infra20:29
*** rebase has joined #openstack-infra20:29
elmikoso, the requirement i want (castellan>=0.2.0) is already in global-requirements.txt20:29
*** sputnik13 has quit IRC20:29
elmikobut i'm getting some sort of reqs based error on this review https://review.openstack.org/#/c/220680/20:29
elmikoand it looks like it's complaining about me adding castellan to the requirements.txt20:30
anteayaclarkb: I currently have the output configured as stated on line 598: http://paste.openstack.org/show/479342/ I would like it to go to a file as well in addition to stdout, how do I do that?20:30
jeblairgreghaynes: no, however, that data is highly suspect until we move uploads out of the main process anyway20:30
elmikonot sure what i've done wrong here20:30
greghaynesjeblair: Yep. I mostly wonder if we complete them by EOD20:30
anteayaclarkb: and I am seeing grokparse errors as you said20:30
*** rebase has quit IRC20:31
greghaynesor if were making images faster than we can upload them20:31
clarkbelmiko: was it a race between your job running and the req being added?20:32
elmikoclarkb: not that i know of20:32
*** apoorvad has quit IRC20:32
elmikolet me check the timing of that change in the reqs repo20:32
ruagairheya clarkb. My 05:00 start was a little ambitious. I'll read back.20:33
*** sputnik13 has joined #openstack-infra20:33
clarkbya looks like it was added a while back20:33
elmikoyea20:33
clarkbruagair: I ended up doing it with anteaya and mmedvede yesterday for which there are logs since we weren't gerriting and mmedvede was available then20:33
*** otter768 has quit IRC20:33
*** aeng has joined #openstack-infra20:34
clarkbruagair: might start there and I can fill in blanks as needed?20:34
clarkbelmiko: the log sorts it out http://logs.openstack.org/80/220680/3/check/gate-sahara-requirements/4e73fc3/console.html#_2015-11-19_15_26_57_41120:35
*** rguillebert has quit IRC20:35
elmikoclarkb: could this be because my addition to requirements.txt does not exactly match the line in global-requirements.txt?20:35
clarkbelmiko: the sets need to match and the comment is missing20:35
elmikohehe20:35
clarkbelmiko: I think thats it yes20:35
*** rlandy has quit IRC20:36
elmikoclarkb: ok, thanks for the help. i was confused since the req is the same, but missing the comment.20:36
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Add test for os_port Ansible module  https://review.openstack.org/24777820:36
*** rlandy has joined #openstack-infra20:37
clarkbgreghaynes: the building images are currently in the hour range20:37
clarkbgreghaynes: so they don't seem to have piled up (this is why I am not entirely convinced that the threads are the problem with rax)20:38
clarkbuploads to everywhere else seem fine20:38
*** hdd has quit IRC20:38
greghaynesIt could be a network condition that is exacerbated by threads20:38
clarkbexcept there is only one thread20:39
greghayneslike, window size 0 from them, we fill up our buffers, get interrupted a lot to send more data20:39
clarkbsince we do them serially20:39
clarkband everyone else is happy20:39
clarkbbut yes probably does deserve some tcpdumping if it persists20:39
ruagairPlan clarkb :-D20:39
greghaynesclarkb: sure, but I think jeblair mentioned uploads are a ton faster from command20:39
clarkbgreghaynes: really? that wasn't my experience20:39
jeblairclarkb, greghaynes: yes, i don't know that the thread contention is the problem with _rax_.  i _do_ believe it's a problem generally.  like hours -> minutes.20:40
clarkbtook hours for me to upload to rax and takes nodepoold hours20:40
jeblairi have not tried a manual upload to rax20:40
greghaynesah20:40
clarkbjeblair: its only rax that is slow20:40
clarkbat least that is what I thought I had seen20:40
jeblairclarkb: well that's not what i saw uploading to ovh20:40
* greghaynes tries not to make comment about how they needed swift for scale yet uploads are super slow20:40
clarkbjeblair: remember that its serial in nodepoold20:40
jeblairclarkb: yep20:41
clarkbjeblair: so if rax is slow the ovh upload will apear slow20:41
clarkbjeblair: but if you take the logs of start stop for the specific image only rax was slow (granted I only looked at this when we had 2 providers)20:41
jeblairi think we need actual current data :)20:41
*** annegentle has quit IRC20:41
greghaynessounds like a good stat to add in graphite20:42
*** dkranz has quit IRC20:42
clarkbso OpenStackCloudException: Image creation failed: a float is required (Inner Exception: a float is required) is fine20:42
clarkber s/fine/fun/20:43
*** rfolco_ has quit IRC20:43
clarkbrax uploads are not working at all20:43
jeblairi'm all out of floats20:43
* clarkb ignore that and returns to answering the current question of time to upload from daemon to not rax20:43
jeblairgreghaynes: agreed, i think because it's special, and not run through the current task manager, it's currently not going to statsd.20:44
clarkbjeblair: `grep 'Uploading dib image' /var/log/nodepool/debug.log` shows you the timestamp between consequitive uploads20:45
anteayaruagair: glad you are here, I have company at the moment but also happy to do the best I can fielding questions when I return20:45
*** Sukhdev has quit IRC20:45
ruagairthank anteaya20:45
anteayaruagair: I enjoy having someone at the same level I am to talk to, it helps me to learn20:45
clarkbhrm actually that may just be the queueing :)20:45
clarkber :(20:45
pleia2huzzah, translate.o.o is upgraded to 3.7.3, drafting email to i18n team to let them know20:46
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Do not send 'router:external' unless it is set  https://review.openstack.org/24770020:47
openstackgerritMerged openstack-infra/puppet-zanata: Switch the checksum type to SHA-1  https://review.openstack.org/23232420:47
anteayapleia2: \o/20:47
openstackgerritMerged openstack-infra/system-config: Set translate.openstack.org to 3.7.3  https://review.openstack.org/24038320:47
*** yamahata has quit IRC20:47
clarkbgraphit ehas nodepool.image_update20:47
clarkbso its there too20:48
*** hashar has quit IRC20:48
openstackgerritMike Dorman proposed openstack-infra/irc-meetings: Add Operators Large Deployment Team Meeting  https://review.openstack.org/24772520:49
greghaynesclarkb: oh nice20:52
greghaynesclarkb: does it... work?20:52
greghaynesI havent actually ever looked at our graphite, so probably about time I learn20:52
clarkbgreghaynes: not sure I am still digigng in logs20:52
clarkbbut noticed that in the code20:52
*** sidbbt has joined #openstack-infra20:53
greghayneshrm, no stats for the past few days on ubuntu-trusty unless I just dont know how to graphite20:54
clarkbso I am actually not sure we serialize uploads20:54
sdaguejeblair: thanks!20:54
dougwigrepeat, but this time puppet actually did it's magic: hi infra, since https://review.openstack.org/#/c/174952/ merged, can you please add me to neutron-lib-core to bootstrap?20:54
clarkbwe say for provider's dib image start a thread to upload imge20:55
clarkband there doens't appear to be a queue or lock20:55
*** maiteb has quit IRC20:55
*** abregman has joined #openstack-infra20:55
*** krtaylor has joined #openstack-infra20:55
*** maishsk has quit IRC20:55
*** maishsk has joined #openstack-infra20:56
*** tongli has quit IRC20:56
sdaguejeblair: yep, that looks like the ticket20:57
greghaynesclarkb: I am reading it the same20:57
*** kozhukalov_ has quit IRC20:57
openstackgerritMatt Riedemann proposed openstack-infra/project-config: Fix group mapping for glance_store  https://review.openstack.org/24778220:57
mriedemclarkb: ^ it's that easy?20:57
openstackgerritMerged openstack-infra/grafyaml: Default dashboard timezone to UTC  https://review.openstack.org/24480820:57
clarkbgreghaynes: jeblair so  ithink that is at least a bug20:57
clarkband makes it hard to know if any one upload hapens in a reasonable amoutn of time20:58
greghaynesclarkb: does the log match that?20:58
greghaynesclarkb: (parallel uploads)20:58
clarkbgreghaynes: seems too, many started none complete20:58
clarkb(except for the rax ones which have bailed out immediately because they need more floats to ride on)20:58
clarkbmriedem: yes +220:58
*** ccarmack has joined #openstack-infra20:58
*** ccarmack has left #openstack-infra20:58
greghaynesfloats are pretty cool20:59
rhalliseyclarkb, hey can I poke you for a review on https://review.openstack.org/#/c/238475/20:59
clarkbgreghaynes: but why are they required?20:59
rhalliseyif you get a minute20:59
greghaynes*shrug*20:59
clarkbgreghaynes: it owuld be awesome if the error actually said where the float was needed and what it is needed for20:59
greghaynesclarkb: Hey now, thats crazy talk20:59
*** armax has quit IRC21:00
asselinlifeless, you around? I'm running into this issue and I can't resolve it: AttributeError: '_socketobject' object has no attribute 'set_tlsext_host_name'21:00
asselin  http://paste.openstack.org/show/479482/21:00
clarkbjeblair: also isn't shade supposed to print the traceback for the inner exception?21:01
clarkbmordred: ^21:01
clarkbthat doesn't seem to be working21:01
clarkbasselin: you probably want to install requests[security] to get lal the deps21:02
greghaynesclarkb: how sure are you that we used to serialize uploads?21:02
clarkbgreghaynes: pretty sure21:02
*** abregman is now known as abregman|afk21:02
clarkbbut I wouldn't bet on it21:02
clarkbso ~50%21:02
greghaynesheh21:03
clarkbgreghaynes: there was a queue21:03
asselinclarkb, yeah I had that and it was failing, so I reverted it21:03
asselinfailing with the same stack trace *21:03
greghaynesclarkb: I thought that was just for building?21:03
clarkbgreghaynes: so you put a bunch of upload image things onto a queue and a single thing pulled them off and uploaded21:03
clarkbgreghaynes: I think it was tied together21:03
clarkbI dunno21:03
greghaynesit kind of is - you cant upload until a build finishes.21:03
clarkbflaper87: any idea what part of image uploading requires floats?21:05
openstackgerritMerged openstack-infra/project-config: Add a job around using tripleo with docker  https://review.openstack.org/23847521:05
sidbbtasselin, quick question: i'm going to be setting up a CI log server using your script (install_log_server.sh). will the resulting system include a cron job that deletes logs older than a certain number of days? or should i plan on doing that myself?21:06
asselinsidbbt, yeah it will delete after 90 days21:06
*** amuller has quit IRC21:07
asselinsidbbt, btw there are updated instructions if you want to try them21:07
*** rossella_s has quit IRC21:07
sidbbtasselin, where can i find them?21:07
asselinsidbbt, https://github.com/openstack-infra/puppet-openstackci/blob/master/contrib/README.md#setup-the-log-server21:07
asselinbut start reading from the top21:07
*** rossella_s has joined #openstack-infra21:07
*** sabeen1 has joined #openstack-infra21:08
*** pfallenop has quit IRC21:08
*** e0ne has joined #openstack-infra21:08
*** baoli has quit IRC21:08
*** sabeen2 has quit IRC21:09
onovyhi, https://review.openstack.org/#/c/244597/ pls some final +A?21:09
*** rlandy has quit IRC21:10
*** mfalatic_ has quit IRC21:10
*** pfallenop has joined #openstack-infra21:10
*** annegentle has joined #openstack-infra21:11
sidbbtasselin, thanks. do your scripts essentially automate some of this stuff? i ask because i've just finished setting up a fully functional CI for cinder. i'm just working on the last remaining task which is moving the log server to a public-facing IP. i used your os-ext-testing repo for all my work. i'm going to be documenting my work so that my co-workers can rebuild the CI in the future if needed. should we continue to use your scripts? or should we21:12
sidbbtuse these new instructions instead?21:12
clarkbgreghaynes: each worker will serialize its own upload right?21:12
greghaynesclarkb: yes21:13
* clarkb decides best course of action is to review those changes again and push to get them merged21:13
greghaynesclarkb: it doesnt thread at all21:13
clarkbotherwise we will just cause problems21:13
clarkband overhead on workers21:13
*** Piet has joined #openstack-infra21:13
greghaynesYep21:13
*** rlandy has joined #openstack-infra21:13
asselinsidbbt, please use the new scripts21:13
greghaynesFixing bugs right now in image uploading or building is really not fun21:13
asselinsidbbt, it's almost the same, but long-term wise the new approach is better21:13
sidbbtasselin, great, thanks!21:14
asselinsidbbt, also it is the community-supported edition21:14
asselinsidbbt, it should be straight forward to switch21:15
* asselin update docs suggesting people to switch21:15
*** ningy_ has joined #openstack-infra21:16
openstackgerritElizabeth K. Joseph proposed openstack-infra/system-config: Add docs for renaming an IRC channel  https://review.openstack.org/24486021:17
ningy_@here anyone could help me with a question with jenkins job function pre_test_hook?21:17
ningy_my question is when does this get called? and does it take shell command?21:18
*** cloudtrainme has quit IRC21:20
*** sdake has quit IRC21:21
*** krtaylor has quit IRC21:22
mordredclarkb: yes21:23
openstackgerritMerged openstack-infra/shade: Add test for os_user_group Ansible module  https://review.openstack.org/24710521:24
mordredclarkb: you got a place where this is happening? (or not happening?)21:24
*** maishsk has quit IRC21:24
*** kgiusti has quit IRC21:25
*** peristeri has quit IRC21:25
*** yamahata has joined #openstack-infra21:25
*** jtrovo has quit IRC21:25
*** sabeen1 has quit IRC21:25
*** abregman|afk is now known as abregman21:28
greghaynesmordred: I think image upload logs are showing a FloatRequired exception without TB21:29
*** thiagop has quit IRC21:29
*** e0ne has quit IRC21:30
*** abregman is now known as abregman|nearby21:30
*** apoorvad has joined #openstack-infra21:30
*** kushal has quit IRC21:31
clarkbmordred: in the nodepool debug log all image uploads to rax fail because a float is required21:31
clarkbmordred: I can paste21:31
clarkbmordred: http://paste.openstack.org/show/479489/21:32
clarkbningy_: it is a devstack-gate hook and is called before devstack-gate runs the test hook which installs openstack and runs tempest21:32
clarkbningy_: it needs to be a bash function21:32
mordredclarkb: thanks21:32
*** Steap has quit IRC21:33
*** Steap has joined #openstack-infra21:33
mordredclarkb: oh - you know what - I'm not sure we've ever added shade debug loging config to the nodepool logging config21:33
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add sdague's tempest graphs to grafana  https://review.openstack.org/24779721:34
jeblairmordred: we don't want shade debug logging21:34
*** maishsk has joined #openstack-infra21:34
mordredjeblair: we do if we want tracebacks from innner exceptions21:34
jeblairgah21:34
jeblairmordred: i thought the whole point of all of that work was so that we don't have to have shade debug logging21:35
ningy_clarkb: so, can I use pre_test_hook function with couple bash command lines for some pre test setup?21:35
clarkbningy_: yes21:36
ningy_clarkb: thanks21:36
mordredjeblair: no - it was to clean up the debug logging so that it was sane logging. however, we _can_ just setup a loging handler for shade.exc which is where all of the exceptions will go21:36
jesusaurusclarkb: do you think you'll get a chance to review the range headers change again soon?21:37
clarkbjesusaurus: oh right that yes I should just do that now because its important21:37
clarkbjesusaurus: also you may want to compare https://review.openstack.org/#/c/190345/1/modules/openstack_project/templates/logstash/indexer.conf.erb to the change I made for making multiline less bad in logstash 2.021:37
clarkbjesusaurus: its a different approach but I think the logstash 2.0 one is a bit mor ecomplete?21:38
mordredwe have, however, done a lot more cleanups in the exception wrapping since hte versoin that's currently running in nodepool (including not wrapping already wrapped exceptions)21:38
jeblairmordred: i believe it logs at error level21:39
jeblairit==shade inner exceptions21:39
mordredjeblair: oh. sorry. yes. error logging not debug logging. I think what I meant was "I'm not sure we set up logging handlers for shade things"21:39
mtreinishmordred: wait you log exceptions at debug level?21:39
*** cloudtrainme has joined #openstack-infra21:39
mordredmtreinish: no. sorry - I was mis-speaking focused on the wrong topic21:39
jeblairmordred: whew.  that's way much different.  :)21:39
mtreinishmordred: ok21:39
openstackgerritJay_Clark proposed openstack-infra/irc-meetings: Adding the new OpenStack Vahana weekly team meeting.  https://review.openstack.org/24779921:40
mordredyah. SORRY - I was juggling two conversations - my bad21:40
clarkbjesusaurus: those tests are good too21:40
openstackgerritJay_Clark proposed openstack-infra/irc-meetings: Adding the new OpenStack Vahana weekly team meeting.  https://review.openstack.org/24779921:41
*** daemontool_ has quit IRC21:41
*** Swami has quit IRC21:42
*** kozhukalov_ has joined #openstack-infra21:42
mordredok. that failure is from iterate_timeout - it's being passed a string instead of an digit21:42
*** daemontool_ has joined #openstack-infra21:42
mordredone sec, I'll find the actual root cause of that21:42
jeblairmordred: anything interesting at warning level?21:42
mordred(and make a patch to make sure it's ok)21:42
mordredjeblair: don't think so, no21:42
mordredjeblair: just warnings from requests about how we all have bad certs21:42
*** EricGonczer_ has quit IRC21:44
openstackgerritJames E. Blair proposed openstack-infra/system-config: Add shade logging to nodepool  https://review.openstack.org/24780221:44
*** Swami has joined #openstack-infra21:44
jeblairmordred, clarkb: ^21:44
jeblairmordred: does that mean there's a part of shade that isn't test-covered?21:44
openstackgerritMonty Taylor proposed openstack-infra/shade: Make sure timeouts are floats  https://review.openstack.org/24780321:45
mordredjeblair: possibly. I'm still looking in to how that got there21:45
mordredjeblair: we did some work over the past few weeks to ensure the correct data types on stuff21:45
jesusaurusclarkb: is build_uuid unique to the job or unique to the zuul ref?21:45
*** jlvillal has quit IRC21:46
mordredjeblair: which is not in prod on nodepool yet - but I'm going to poke a little and see if it's a new problem or one we've alreayd fixed and tested21:46
mordredjeblair: (I don't want to say "oh, just upgrade" if there _is_ a test hole)21:46
jesusaurusclarkb: as long as we assume single-use slaves, we know that the build_node will map to a single job run21:46
jesusaurusclarkb: but yes, those two changes have some similarity :)21:46
jeblairjesusaurus: it's unique to the build, where a 'build' is a single run of a job.21:47
clarkbjesusaurus: its unique to the job not the ref21:47
*** aysyd has quit IRC21:47
clarkbjesusaurus: though now that you make me think of it there is a bug with it21:48
*** jlvillal has joined #openstack-infra21:48
clarkbactually no no bug21:48
clarkbthought that subnode logs would have the same filename but they have a different relative path so are different21:48
jeblairclarkb: a build isn't a job21:48
clarkbin both cases21:48
*** Sukhdev has joined #openstack-infra21:48
clarkbjeblair: the uuid is new for every submission to gearman right?21:49
jesusaurusalso, i didn't know that bug about bug causing stale multiline events to combine logs together21:49
jeblairclarkb: yes21:50
clarkbjesusaurus: its only an issue of the first line of a file is not a match21:50
clarkbjeblair: then it should work in this instance21:50
jeblairclarkb: right, not arguing that -- just trying to be precise since there was a question about terminology :)21:50
clarkbbasically the logs in logstash have a uuid unique to that jenkins thing21:50
clarkbah21:50
jeblairbut yep -- even if there's a gate reset and the same job runs again for the same change, that build will get a new zuul_uuid21:51
mordredjeblair: ok. there is no config in clouds.yaml or nodepool that sets a timeout for that image operation, nor does nodepool pass a specific value21:51
jeblairmordred: so something funky in shadeland?21:52
jesusaurusjeblair: thanks, thats good to know21:52
mordredjeblair: I don't see any code in 1.0.0 (which is what nodepool is currently running) that would get a string into that function on that codepath21:52
jeblairmordred: will we see this with a manual image upload?21:52
jeblair(via nodepool image-upload)21:52
mordredjeblair: if it's to rax, yes, you should21:52
jeblairso we can do that with a custom log config and see the actual exception21:53
jeblairi will do that21:53
mordredShrews: if you happen to be around: https://review.openstack.org/#/c/247803/ I can't figure out any way a non-float gets in to there from create_image21:54
mordredjeblair: ++21:54
clarkbjesusaurus: approved, any chance you cna keep an eye on it via puppetboard and do some curling once its in?21:54
openstackgerritChristopher Aedo proposed openstack-infra/puppet-apps_site: Add python WSGI server  https://review.openstack.org/24531521:55
mordredShrews: but clarkb got http://paste.openstack.org/show/479489/ (this is running 1.0.0) - and passing a string to time.wait() gives that exact error message21:55
clarkbmordred: is there a timeout in our yaml config that is quited or something?21:55
Shrewsmordred: looking21:55
clarkbso that it isn't an int/float but is a str?21:55
Shrewsmordred: occ version?21:55
mordredclarkb: nope21:55
jheskethMorning21:55
mordredShrews: 1.10.221:56
clarkbjhesketh: morning21:56
mordredShrews: but there are no timeouts configured in clouds.yaml or nodepool.yaml on that machine21:56
clarkbjesusaurus: I left a comment for future improvment21:56
mordredShrews: nor does nodepool pass a value to the timeout parameter of create_image21:56
clarkbjesusaurus: basically reduce the number of slices since that makes a data copy which can possibly be slow21:56
mordred(so it basically just uses the default value for create_image timeout)21:56
*** bcourt has quit IRC21:57
lifelessasselin: looking21:57
jesusaurusclarkb: sure, I can keep an eye on it21:58
jeblairclarkb, mordred: how long after upload till the error hits?21:58
lifelessasselin: https://github.com/pypa/pip/issues/269621:58
clarkbjeblair: I think it was almost immediate21:59
jeblairclarkb, mordred: rather, how long after start of upload21:59
jeblairhrm21:59
mordredshould be immediate21:59
mordredit's in iterate_timeout21:59
mordredoh. wait21:59
mordredno21:59
jeblaircause 'nodepool image-upload rax-dfw fedora-22' is working21:59
Shrewsmordred: are you sure it's not None?21:59
mordredyeah21:59
mordredjeblair: swift upload has to happen21:59
mordredjeblair: it'll be immediately after the glance task-status poll loop happens22:00
jeblairokay.  patience.22:00
Shrewsmordred: _upload_image_task() has a default timeout of None, which produces the same error22:01
jeblairsdague, pabelanger: https://review.openstack.org/24779722:01
*** changbl has quit IRC22:01
mordredShrews: but doesn't the upper layer pass in the timeout which defaults to 3600 ?22:01
openstackgerritLouis Taylor proposed openstack-infra/project-config: Add releasenotes jobs for searchlight  https://review.openstack.org/24780722:01
mordredShrews: (good point though)22:01
jeblairsdague, pabelanger: i think we're missing ymin, ymax, etc... yeah?  but maybe that's a start22:01
Shrewsmordred: ah, you're right22:01
mordredShrews: we should actuall just remove the default value from the inner method22:02
mordredShrews: since it's never intended to be called without a value from above22:02
*** changbl has joined #openstack-infra22:02
Shrewsmordred: doesn't seem likely from a shade perspective, so no clue22:02
*** bswartz has quit IRC22:02
jeblairo hey!  the graphite whisper resize is done!22:02
*** dims has joined #openstack-infra22:02
pabelangerjeblair: looking22:03
mordredjeblair: woot!22:03
nibalizerjeblair: woot22:03
pabelangerjeblair: Ya, we can add them.  I haven't used them yet22:03
jeblairclarkb, mordred, Shrews: http://paste.openstack.org/show/479498/22:04
mordredjeblair: exciting22:04
openstackgerritMerged openstack-infra/os-loganalyze: Add support for rfc7233 range headers.  https://review.openstack.org/24105822:04
openstackgerritMerged openstack-infra/grafyaml: Refactor Panel class  https://review.openstack.org/24171122:05
openstackgerritMonty Taylor proposed openstack-infra/shade: Remove default values from innner method  https://review.openstack.org/24780922:05
jeblairwe dropped from 901G to 338G used in graphite22:05
openstackgerritMerged openstack-infra/grafyaml: Add unit test coverage for panels  https://review.openstack.org/24175022:05
mordredoh! wow22:05
*** cburgess_ has quit IRC22:05
mordredjeblair: thank you for running that - that's in a different place than I expected22:05
*** cburgess has joined #openstack-infra22:06
openstackgerritMerged openstack-infra/system-config: Pull o_p::server out of gerrit role  https://review.openstack.org/24534122:06
*** trown is now known as trown|outttypeww22:06
pabelangerjeblair: actually, do you mind cutting a new release of grafyaml?22:06
jeblairmordred: yeah...something relating to swiftclient and socket timeouts?22:06
*** sridhar_ram1 has joined #openstack-infra22:06
mordred'api_timeout': None22:06
mordredyup22:06
*** asselin has quit IRC22:07
sdaguejeblair: cool, I typically adhoc this based on what I'm suspecting about jobs, but that's not a bad baseline to have up there22:07
mordredso None as a value to api_timeout is apparently not great22:07
*** sridhar_ram has quit IRC22:07
*** asselin has joined #openstack-infra22:08
jeblairpabelanger: fd09f80b1effb006698ddd7fdb327662c73d211f Merge "Add unit test coverage for panels" ?22:08
*** abregman|nearby has quit IRC22:09
pabelangerjeblair: yes please22:09
Shrewsmordred: fwiw, adding a test for os_image is next on my list22:09
jeblairpabelanger: pushed22:09
pabelangerjeblair: danke22:09
*** bcourt has joined #openstack-infra22:10
Shrewsi suspect our functional tests are lacking, too22:10
mordredhrm. grumble22:10
mordredrequests docs seem to indicate that None is a perfectly acceptable thing to pass22:10
mordredIf the remote server is very slow, you can tell Requests to wait forever for a response, by passing None as a timeout value and then retrieving a cup of coffee.22:11
*** abregman|nearby has joined #openstack-infra22:11
pabelangerjeblair: I'll start work on the grid elements later tonight22:12
*** cloudtrainme has quit IRC22:13
openstackgerritMichael Jeanson proposed openstack-infra/jenkins-job-builder: Add matrixOptions to throttle properties module  https://review.openstack.org/24169922:13
*** ddieterly has quit IRC22:14
*** maishsk_ has joined #openstack-infra22:14
*** eharney has quit IRC22:15
*** ggillies has joined #openstack-infra22:15
*** maishsk has quit IRC22:16
*** maishsk_ is now known as maishsk22:16
docaedoDearest infra - would love some feedback on https://review.openstack.org/#/c/245315/ - no longer does virtual environments, and now all things work as expected in my infra-test environment. We're ready to switch the site over to this whenever you are :)22:16
*** pradk has quit IRC22:16
openstackgerritMichael Jeanson proposed openstack-infra/jenkins-job-builder: Add 'do-not-fingerprint' to 'copyartifact' builder  https://review.openstack.org/21931222:17
*** dprince has quit IRC22:17
docaedoand reviewing that might serve as a peaceful break from the normally complicated hard to debug sorts of things you're usually dealing with22:17
*** tonytan4ever has quit IRC22:17
*** sdake has joined #openstack-infra22:19
*** cloudtrainme has joined #openstack-infra22:20
*** alivigni has quit IRC22:20
*** camunoz has quit IRC22:21
*** baoli_ has joined #openstack-infra22:22
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Fix tempest-dsvm-neutron-src job template  https://review.openstack.org/24781722:24
*** gildub has joined #openstack-infra22:25
*** pahuang_ has joined #openstack-infra22:25
dimssdague : clarkb : found a problem with the template that just got merged, here's a fix - https://review.openstack.org/#/c/247817/22:26
clarkblooking22:26
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Fix tempest-dsvm-neutron-src job template  https://review.openstack.org/24781722:27
dimsclarkb "local" causing problems clarkb22:27
*** annegentle has quit IRC22:27
dimsclarkb example log in http://logs.openstack.org/00/247600/1/check/gate-tempest-dsvm-neutron-src-futurist/d9bc548/console.html#_2015-11-19_21_54_41_95822:27
*** dingyichen has joined #openstack-infra22:28
clarkbthats an easy approve22:28
dimsthank you!22:28
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add ability to opt-in to upgrading modules  https://review.openstack.org/24775522:28
*** ayoung has quit IRC22:28
lifelessmordred: clarkb: https://review.openstack.org/#/c/247306/22:29
lifeless^- would move the constraints work to the next level22:29
*** otter768 has joined #openstack-infra22:29
lifelesssince we'll be able to document the full end to end migration and encourage folk to do it22:29
clarkblifeless: needs neutron CI liason ack first22:29
lifelessclarkb: it has teh neutron PTL ack22:30
lifelessclarkb: but sure who is the neutron CI liason ?22:30
clarkbit does not have ptl ack on the change22:30
clarkbptl is liason22:30
lifelessoh sorry, armax22:30
* lifeless confused22:30
*** tiswanso has quit IRC22:32
lifelessclarkb: if you could at least check its sane that would be useful22:32
mordredShrews, jeblair: competing documentation batman22:32
mordredShrews, jeblair: this works as we have it for everywhere that is not swift because we use keystoneauth session22:32
mordredand keystoneauth session has:22:32
mordred        if timeout is not None:22:32
mordred            self.timeout = float(timeout)22:33
mordredBUT22:33
mordredswiftclient doesn't use keystoneauth22:33
notmyname(yet)22:33
mordredyah22:33
mordredbut it means we need to do the work for now22:33
mordredwhich is fine - I wrote the patch already22:33
crinklei think https://review.openstack.org/#/c/234984/ is stuck, can someone toggle the +W?22:33
mordredI was just wondering how this wasn't more broken22:33
mordrednotmyname: your swift alerts continue to work well :)22:34
ianwinfra-roots : anyone got a minute to tell me what's on the console of the f22 node we bring up?  it seems it is not booting.  nodepool build of the image is ok22:34
openstackgerritJJ Asghar proposed openstack-infra/irc-meetings: Added the meeting_id and the agenda_url  https://review.openstack.org/24781822:34
notmynamemordred: yeah. I've been watching as you've been mentioning it. is there something you need me to take a loot at?22:34
*** otter768 has quit IRC22:34
mordrednotmyname: nope. this is consume-side problems on our side22:34
mordrednotmyname: straight up bug22:34
notmynameok22:35
*** thorst has quit IRC22:35
mordrednotmyname: it does motivate me to write you some keystoneauth patches22:35
mordredbut that was on my list anyway22:35
notmynameyay ;-)22:35
openstackgerritTony Breeds proposed openstack-infra/meetbot: Add warning if starting a meeting in an unrecognised channel  https://review.openstack.org/24669522:37
*** thorst has joined #openstack-infra22:37
clarkbgreghaynes: https://review.openstack.org/#/c/198114/32/nodepool/builder.py line 149, is that going to be decimal? otherwise I think you need to provide the encoding?22:37
*** baoli_ has quit IRC22:37
stevemar_mordred: i love that you're the biggest supporter of keystoneauth22:38
*** baoli has joined #openstack-infra22:38
clarkbgreghaynes: sorry for the int() cast22:38
mtreinishmordred, jeblair, clarkb, nibalizer: if you get a sec: https://review.openstack.org/246041 and https://review.openstack.org/246686 should be fairly straightforward22:38
stevemar_just going around different projects, swooping in and writing patches for ksa and occ22:39
mordredstevemar_: I will get everyone consuming it by the end of this cycle if it's the only thing I do22:39
openstackgerritMateusz Matuszkowiak proposed openstack-infra/project-config: Added two new Fuel plugins in OpenStack namespace  https://review.openstack.org/24782122:39
greghaynesclarkb: I'm confused. What is the error youre worried about?22:39
mordredstevemar_: now that I know all of the things it does - it's like a set of 20 things that the only thing you can do differently is get them wrong22:39
*** camunoz has joined #openstack-infra22:40
stevemar_mordred: if you make that happen i will get you a unicorn22:40
stevemar_a legit unicorn22:40
greghaynesclarkb: Are you worried that I need to decode?22:40
clarkbgreghaynes: yes int('45ab') fails22:40
clarkbneeds ot be 0x45ab22:41
clarkber even that fails beause still trying base1022:41
*** thorst has quit IRC22:42
greghaynesclarkb: oh, I thought we were base 10 encoding the image id's22:42
greghaynesclarkb: we are22:42
*** sdake has quit IRC22:43
clarkboh for some reason I thought they wree base16 oh I am confusing the provider id with the actual nodepool id22:43
clarkbderp22:43
clarkbcarry on22:43
mordredstevemar_: I've always wanted a unicorn22:43
openstackgerritMerged openstack/requirements: Bump oslo.versionedobjects>=0.13.0  https://review.openstack.org/24599022:44
*** burgerk has quit IRC22:46
jesusaurusclarkb: range headers work now \o/22:47
*** sabeen1 has joined #openstack-infra22:47
openstackgerritMerged openstack-infra/project-config: Rework pipeline singlestat panel  https://review.openstack.org/24474722:47
anteayaclarkb: I've got some things to do here and will be offline tomorrow, I'll touch base with you on logstash on Monday22:48
clarkbanteaya: ok enjoy the weekend22:48
anteayathanks you too22:48
dimsclarkb : the check job on that review just failed :( - https://jenkins06.openstack.org/job/gate-project-config-compare-xml/19/consoleFull22:50
dimsclarkb : review was https://review.openstack.org/#/c/247817/22:51
clarkbdims: I think its supposed to fail means there is a difference22:51
clarkbshould be non voting?22:51
clarkbyup22:51
clarkbits a sanity check job not a gate job22:51
dimswhew! got scared22:52
dimsthanks22:52
jeblairianw: did you get a response?22:52
ianwjeblair: not yet22:52
*** mriedem has quit IRC22:53
*** baoli has quit IRC22:53
*** baoli has joined #openstack-infra22:54
*** thorst has joined #openstack-infra22:54
clarkbgreghaynes: for https://review.openstack.org/#/c/232800/7/nodepool/config.py what part of the workers needs to care about secure.conf?22:56
jeblairianw: ok, be with you in a few mins22:56
clarkbgreghaynes: shouldn't it be reading only .yal things?22:56
clarkboh upload derp22:56
clarkbexcept that chang edoens't seem to make the upload (provider) related stuff compat22:57
greghaynesclarkb: it shouldnt need secure.conf22:57
clarkbso at the very least I think that chang eis buggy since it doesn't do the provider things22:57
greghaynesclarkb: it needs to be ok not having it22:57
openstackgerritMerged openstack-infra/irc-meetings: Added the meeting_id and the agenda_url  https://review.openstack.org/24781822:58
clarkbgreghaynes: ok not hvaing what?22:58
openstackgerritYan Ning proposed openstack-infra/project-config: add seperate builder/job for monasca plugin in devstack install  https://review.openstack.org/24489322:58
openstackgerritMerged openstack-infra/elastic-recheck: Pin jaraco requirements to working versions  https://review.openstack.org/24709222:58
openstackgerritMerged openstack-infra/irc-meetings: Adding the new OpenStack Vahana weekly team meeting.  https://review.openstack.org/24779922:58
*** cgalan has joined #openstack-infra22:58
clarkbgreghaynes: it doesn't nee the dburi or the jenkins stuff but it does need the provider things22:58
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from global requirements  https://review.openstack.org/24765022:58
*** erlon has quit IRC22:59
clarkband the provider stuff isn't made compat there22:59
*** thorst has quit IRC22:59
clarkbso you still require the secure.conf22:59
clarkb* you still require the info from somewhere22:59
*** regXboi has quit IRC22:59
greghaynesclarkb: I must be missing some context. The only change there should be that you can run that method without secure.conf specified.22:59
clarkboh wait we basically reqire oscc for that now nevermind they are unrelated23:00
greghaynesyea23:00
clarkbgreghaynes: ya so builers need oscc but not secure.conf23:00
greghaynesyep, and they explicitly need to be ok with no swcure.conf23:01
openstackgerritMerged openstack-infra/project-config: Fix group mapping for glance_store  https://review.openstack.org/24778223:01
clarkbright as its not necessary23:01
openstackgerritMerged openstack-infra/project-config: Fix tempest-dsvm-neutron-src job template  https://review.openstack.org/24781723:01
*** sabeen3 has joined #openstack-infra23:02
clarkbgreghaynes: though https://review.openstack.org/#/c/232800/7/nodepool/cmd/nodepoolcmd.py still requires it23:02
*** sridhar_ram1 has quit IRC23:02
clarkbbecause all of those commands hit the db23:02
clarkbs/all/many/23:02
greghaynesclarkb: yep, later patch fixes that23:02
*** sabeen1 has quit IRC23:02
*** changbl has quit IRC23:03
clarkbgreghaynes: should it be fixed in that change? I am just trying to wrap my head around how this fits together23:03
clarkbseems like simplest fix is make loadYamlConfig and loadSecureConfig separate23:03
clarkbthen call both in nodepoold/commands and just yaml config from workers/23:03
jeblairmtreinish: looking at the puppet docs, i'm not actually sure whether the posix or shell provider -- i think it should use posix but then i don't know why any redirection is happening.23:03
*** sridhar_ram has joined #openstack-infra23:04
greghaynesclarkb: it would, but I was trying to not snowball23:04
clarkbya problem is it already snowballed23:04
jeblairmtreinish: i think it bears either experimentation or closer examination by someone more puppet-experty23:04
* clarkb doesn't want to argue merits of backward compat or not, just wants working image uploads23:04
*** sidbbt has quit IRC23:05
mtreinishjeblair: ok, I'm thinking I should just do a 1 line bash script anyway to be more explicit about it23:05
greghaynesclarkb: yea, so basically that would be just merge together that change and the db dwcoupling change which I am kind of meh on since they are ok on their own23:05
jeblairmtreinish: that's rarely a bad choice23:05
mtreinishwe've been bit by the puppet shell game before23:05
clarkbgreghaynes: let me read the next one then23:05
jeblairs/shell//23:06
mtreinishjeblair: ok, I'll respin it like that in a second23:06
mtreinishjeblair: heh, I was trying to be clever :)23:06
sc68calhey- dumb question for zuul people - what does NOT_REGISTERED mean for a job that is supposed to run on the experimental queue, but didn't23:06
greghaynesclarkb: I might be able to swap the ordering, actually23:06
sc68calwhat did I mess up23:06
greghaynesnot sure it really matters too much though23:06
clarkbsc68cal: that means no jenkins slvae registered the job with gearman yet23:07
*** niedbalski has quit IRC23:07
*** ningy_ has quit IRC23:07
clarkbsc68cal: this could be becase we have none of those slaves, or zuul and jenkins disagree on what label should be used to run the job23:07
*** baoli has quit IRC23:07
*** niedbalski has joined #openstack-infra23:07
*** annegentle has joined #openstack-infra23:08
*** baoli has joined #openstack-infra23:09
clarkbgreghaynes: it doesn't look like the next change fixes the nodepoolcmd thing23:10
jeblairianw: looking23:10
*** jbryce has quit IRC23:10
openstackgerritMatthew Treinish proposed openstack-infra/project-config: Fix job definition for ceph-src jobs  https://review.openstack.org/24783223:10
mtreinishmrodden: ^^^23:10
sc68calclarkb: ack - thanks for the info23:10
*** toabctl has quit IRC23:11
greghaynesclarkb: it removed the db stuff. The command parts arent fixed until there is a separate builder command23:11
mtreinishmrodden: oh, sry I meant the other IBM Matt, who is offline now23:11
sc68calclarkb: is there anything I need to do to fix it or is it just the case where it eventually will get scheduled23:11
mtreinishso tab complete failed me23:11
clarkbgreghaynes: it doesn't remove the db stuff for say list or image-list23:11
clarkbgreghaynes: so end state is that db is still required most places23:11
clarkbsc68cal: depends on how it is broken :) but without knowing what job it was I can't help much more23:12
jeblairum, does anyone know where hpcloud put their management interface after the corporate split?23:12
sc68calclarkb: ah. sorry. gate-grenade-dsvm-neutron-multinode23:12
greghaynesclarkb: yes, those are nodepool commands?23:12
clarkbgreghaynes: ya23:12
clarkbgreghaynes: they talk direclty to the db to list things23:12
*** jbryce has joined #openstack-infra23:13
jeblairour password file says http://manage.hpcloud.com/ which is not working for me23:13
greghaynesyes, I am unclear on what the issue it.23:13
*** ddieterly has joined #openstack-infra23:13
greghayness/it/is23:13
clarkbgreghaynes: the issue is secure.conf no longre has a default value23:13
clarkbgreghaynes: so I have to type another 15 characters for each command23:13
*** toabctl has joined #openstack-infra23:13
clarkbjeblair: https://horizon.hpcloud.com/ is what I find23:13
greghaynesclarkb: ah, yep.23:13
greghaynesclarkb: so it should have a default23:14
jeblairclarkb: thanks23:14
clarkbgreghaynes: so I think you just want to make loadconfig two separate steps23:14
clarkbgreghaynes: then you can either load config with or without secure.conf depending on if you need it?23:14
greghaynesclarkb: Ill have a look when im back at computer - phoning ATM23:15
clarkbok23:15
*** baoli has quit IRC23:17
*** baoli has joined #openstack-infra23:17
jeblairianw: kernel panic due to invalid opcode 00023:18
clarkbgreghaynes: looks like you sort of make that convention in the builder anyways I would just push it down into config.py and make it resuable23:18
greghaynesgood ol colonel panic23:18
*** changbl has joined #openstack-infra23:18
*** hichihara has joined #openstack-infra23:18
*** cgalan has quit IRC23:19
greghaynesclarkb: ya23:19
ianwjeblair: ah.  well since i'm close on f23, i'm not sure it makes sense to spend a lot of time investigating this23:19
jeblairo7 colonel panic!23:19
*** sigmavirus24 is now known as sigmavirus24_awa23:20
ianwgreghaynes / jeblair : we'd just need an unscheduled dib release to get https://review.openstack.org/#/c/247817/ in, and i could remove the f22 for f23 builds23:20
jeblairianw: ok :)23:20
jeblairianw: is that the right link?23:21
*** weshay_xchat has joined #openstack-infra23:21
ianwah, maybe https://review.openstack.org/#/c/247296/23:21
ianwsorry, copy-paste fail23:21
*** dims_ has joined #openstack-infra23:22
clarkbmordred: whats the story with https://review.openstack.org/#/c/245569/1 ? is that something we need or should it be abanonded?23:23
openstackgerritMatthew Treinish proposed openstack-infra/puppet-subunit2sql: Lets time the super long migrations we have to run  https://review.openstack.org/24604123:24
mtreinishjeblair: ^^^23:24
*** kozhukalov_ has quit IRC23:24
*** dims has quit IRC23:24
openstackgerritMatthew Treinish proposed openstack-infra/puppet-subunit2sql: Lets time the super long migrations we have to run  https://review.openstack.org/24604123:26
jeblairmtreinish: ooh you're fixing things i catch before i post them! :)23:27
*** baoli has quit IRC23:27
*** baoli has joined #openstack-infra23:28
mtreinishjeblair: heh23:28
mordredclarkb: don't need it23:28
jeblairmtreinish: 2 more nitty things23:28
mordredclarkb: that was a fix for using python-jenkins23:29
mordredclarkb: but it turns out that there were more brokens23:29
mordredclarkb: so we reverted the whole patch23:29
openstackgerritMatthew Treinish proposed openstack-infra/puppet-subunit2sql: Lets time the super long migrations we have to run  https://review.openstack.org/24604123:30
mtreinishjeblair: ^^^ done23:30
clarkbmordred: is jenkins.JenkinsException valid there?23:30
clarkboh its using myjenkins now23:30
clarkbcan you abandon?23:30
jeblairyeah, that patch is based on not-head23:31
clarkblooks like it is abandoned thanks23:31
mordredI did23:32
mordredthe immediate bug was that the module was imported as jenkins but there was also a local variable called jenkins23:32
mordredso that didn't work23:32
*** darrenc is now known as darrenc_afk23:33
openstackgerritJames E. Blair proposed openstack-infra/project-config: Set OVH to 55 nodes.  https://review.openstack.org/24783723:34
jeblairclarkb, mordred: ^ that's max-1 for ovh right now23:34
clarkb+223:34
mordredjeblair: woot!23:34
mordredjeblair: +A23:35
clarkbare we still debugging the blue box performance issues?23:36
jeblairclarkb: ish?  we are not on the right hardware, that should get fixed at some point.  we're seeing what we can do with what we're actually on.23:37
clarkbjeblair: does that mean the current hardware is known to have limitations and its just a matter of replacing it?23:38
jeblairclarkb: though we're also waiting on more ips, so it'll actually be hard for us to naturally saturate the current hardware23:38
pleia2crinkle: fyi, approved 235628 which will cascade into merging the whole pile of patches (others previously approved), I'm around for the next couple hours23:38
pleia2crinkle: I think groups.openstack.org is the only thing that uses drupal, so we'll keep an eye on it23:39
jeblairclarkb: yep.  i think this region is new and they didn't have the new stuff provisioned at the time.23:39
crinklepleia2: thanks! i will be around as well23:39
pleia2crinkle: great :)23:39
StevenKpleia2: Oh good, then we can upgrade translate. :-P23:40
pleia2StevenK: it's done23:40
* pleia2 finishes email to i18n list23:41
mordredalso - the current performance graphs for BB are decent23:41
StevenKClearly, I need to read email before trying to get coworkers to do things. :-)23:41
pleia2StevenK :D23:42
mtreinishStevenK: nah, that's the exact opposite of what you should be doing :)23:42
*** rguillebert has joined #openstack-infra23:42
jeblairmordred: yes, though we're only going to get to 50% usage on the compute hosts because of the ip limit23:42
mordredya23:43
jeblairwell, i guess we can push it up a little more23:43
openstackgerritJames E. Blair proposed openstack-infra/project-config: Increase bluebox to 27 nodes  https://review.openstack.org/24784323:45
jeblairclarkb, mordred: ^23:45
* clarkb does maths23:46
mordredclarkb: maths are hard23:46
*** ZZelle_ has quit IRC23:46
clarkb/27 is 30 useable IPs 1 for router, 1 for dhcp, that leaves 28 for VMs?23:46
jeblairclarkb: that was my math23:47
clarkbcool23:47
jeblairthough, when i had 3 ip addresses allocated but unused, we were seeing errors in nodepool, so we should keep an eye on this change.23:47
*** maiteb has joined #openstack-infra23:47
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add infracloud playbook  https://review.openstack.org/23453523:48
openstackgerritMerged openstack-infra/puppet-drupal: Fix $site_root and $site_docroot parameters  https://review.openstack.org/23562823:48
*** dimtruck is now known as zz_dimtruck23:50
jeblairgreghaynes: i dif defaultdict, but i don't think it'll work in https://review.openstack.org/246619  --  i left a response23:50
*** claudiub has quit IRC23:51
jeblairclarkb: you might be interested in https://review.openstack.org/246619  --  with it in, i think we can create a nice graph of 'ready nodes by jenkins master' (which is possible but cpu intense now) which may point at jenkins issues23:51
openstackgerritMerged openstack-infra/puppet-drupal: Fix mysql parameter defaults  https://review.openstack.org/23562923:52
openstackgerritJames E. Blair proposed openstack-infra/nodepool: Ignore broken providers  https://review.openstack.org/24434023:55
openstackgerritMerged openstack-infra/puppet-drupal: Fix cron setup logic  https://review.openstack.org/23563023:55
openstackgerritMerged openstack-infra/puppet-drupal: Remove explicit mysql-client installation  https://review.openstack.org/23563123:55
* pleia2 crosses fingers23:55
* pleia2 also keeps an eye on groups.o.o23:55
*** darrenc_afk is now known as darrenc23:56
*** gordc has quit IRC23:57
*** baoli has quit IRC23:58
*** sabeen3 has quit IRC23:59
*** sabeen1 has joined #openstack-infra23:59

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