*** cody-somerville has joined #openstack-infra | 00:00 | |
*** ddieterly[away] is now known as ddieterly | 00:01 | |
*** jamesmcarthur has quit IRC | 00:01 | |
*** jamesmcarthur has joined #openstack-infra | 00:05 | |
*** alexpilotti has joined #openstack-infra | 00:11 | |
*** alexpilotti has quit IRC | 00:12 | |
*** jamesmcarthur has quit IRC | 00:13 | |
*** esker has joined #openstack-infra | 00:15 | |
*** esker has quit IRC | 00:16 | |
*** ffrank has quit IRC | 00:17 | |
*** esker has joined #openstack-infra | 00:17 | |
*** amotoki has joined #openstack-infra | 00:17 | |
*** kzaitsev_mb has quit IRC | 00:18 | |
*** Sukhdev has joined #openstack-infra | 00:19 | |
*** sflanigan has joined #openstack-infra | 00:19 | |
*** chlong has joined #openstack-infra | 00:19 | |
*** zz_dimtruck is now known as dimtruck | 00:20 | |
*** jamesmcarthur has joined #openstack-infra | 00:23 | |
*** scottda has quit IRC | 00:25 | |
*** thorst has joined #openstack-infra | 00:27 | |
*** obondarev has quit IRC | 00:29 | |
*** tphummel has quit IRC | 00:29 | |
*** sflanigan has quit IRC | 00:29 | |
*** obondarev has joined #openstack-infra | 00:30 | |
*** jamesmcarthur has quit IRC | 00:31 | |
*** LaT0rtue has joined #openstack-infra | 00:33 | |
*** thorst has quit IRC | 00:33 | |
*** jamesmcarthur has joined #openstack-infra | 00:33 | |
*** thorst has joined #openstack-infra | 00:33 | |
*** LaT0rtue has quit IRC | 00:34 | |
*** jamesmcarthur has quit IRC | 00:38 | |
*** thorst has quit IRC | 00:38 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Do not remove sudo in ironic-agent https://review.openstack.org/308747 | 00:41 |
---|---|---|
*** Qiming has joined #openstack-infra | 00:46 | |
*** sflanigan has joined #openstack-infra | 00:55 | |
*** jamesmcarthur has joined #openstack-infra | 00:57 | |
*** amotoki has quit IRC | 00:59 | |
*** gildub has joined #openstack-infra | 01:00 | |
*** zhurong has joined #openstack-infra | 01:03 | |
*** jamesmcarthur has quit IRC | 01:03 | |
ianw | i'm not sure i'm convinced editing rst in a yaml file is that great | 01:05 |
dstufft | that sounds moderately painful | 01:07 |
ianw | i guess it's just the "reno" way ... i kind of get it, as i found out with https://github.com/ianw/rstdiary parsing RST is a pain (as opposed to *converting* it, which is ok) | 01:14 |
*** jamesmcarthur has joined #openstack-infra | 01:15 | |
clarkb | fwiw in my little reno use I havent had to think about it being embedded rst | 01:16 |
clarkb | I just write a paragraph or two and done | 01:17 |
clarkb | quoted in yaml like any other string in yaml | 01:17 |
greghaynes | ianw: That lets us slurp up blurbs from commit messages into our release notes right? | 01:17 |
*** kzaitsev_mb has joined #openstack-infra | 01:18 | |
*** gildub has quit IRC | 01:19 | |
ianw | greghaynes: it doesn't automatically slurp, which is probably good because it's nice to have the release notes at a slightly higher level than commit messages | 01:19 |
ianw | greghaynes: while you're here, just going to put in https://review.openstack.org/#/c/308747/ and then do a dib release, so we get centos fixes in for tomorrows build | 01:20 |
greghaynes | ianw: right, I thought there was some way to say in a commit message !feature <feature blurb for release notes> | 01:20 |
ianw | also, just finishing up some release notes :) | 01:20 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Add 1.16.0 releasenotes https://review.openstack.org/316532 | 01:20 |
ianw | ^ greghaynes: :) | 01:20 |
*** amotoki has joined #openstack-infra | 01:21 | |
greghaynes | ianw: Yea, saw that - I think the reason that was ther is that ironic was trying to remove everything possible to shrink their images | 01:21 |
ianw | clarkb: hmm, maybe i need to do every point as a comment. "- ``foo``" screwed up the yaml parser | 01:21 |
ianw | greghaynes: yeah, but i really can't see that sudo is considered optional. if someone gives me a great reason, happy to revert, but it's been there for ages and seems reasonable | 01:22 |
*** jamesmcarthur has quit IRC | 01:23 | |
greghaynes | ianw: I agree - sudo should be there, just context for why it was probably removed :) | 01:23 |
greghaynes | I bet the size difference is literally in the thousands of bytes | 01:24 |
*** kzaitsev_mb has quit IRC | 01:24 | |
*** jamielennox is now known as jamielennox|away | 01:26 | |
ianw | greghaynes: re 259734 -- we can probably knock that one off too. I think the global pipefail change is out of that (which I'm OK with, but just wants to be separate to that change) ... but any reason we can't just use PIPESTATUS instead of the subshell. In my experience subshells just add extra places to get stuff wrong | 01:27 |
ianw | so unless compelling reason to use them, i avoid them | 01:27 |
*** jamielennox|away is now known as jamielennox | 01:28 | |
*** bswartz has quit IRC | 01:28 | |
greghaynes | ianw: Yea, I get it - it sucks to debug in a subshell. If you have a blurb that works for detecting pipestatus that'd be win... | 01:29 |
greghaynes | that isnt set -o | grep pipe | grep on | 01:29 |
ianw | it would be "foobar | tee out.log ; if $PIPESTATUS[0] != 0; then ... failed ..." | 01:30 |
*** zhenguo_ has joined #openstack-infra | 01:31 | |
greghaynes | ah, I get what you meant now | 01:32 |
greghaynes | I stared at you comment the other day and didnt quite grok it | 01:33 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Properly fail/trap in eval_run_d https://review.openstack.org/259734 | 01:35 |
*** thorst has joined #openstack-infra | 01:35 | |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Properly fail/trap in eval_run_d https://review.openstack.org/259734 | 01:37 |
*** IlyaG has joined #openstack-infra | 01:38 | |
*** rhochmuth has joined #openstack-infra | 01:39 | |
*** thorst has quit IRC | 01:39 | |
*** thorst has joined #openstack-infra | 01:39 | |
*** IlyaG has quit IRC | 01:40 | |
openstackgerrit | Merged openstack/diskimage-builder: Do not remove sudo in ironic-agent https://review.openstack.org/308747 | 01:41 |
*** salv-orlando has joined #openstack-infra | 01:43 | |
*** thorst has quit IRC | 01:44 | |
ianw | greghaynes: cool, modulo jenkins i think let's just get this into the 1.16.0 release. i think the remaining outstanding things are much bigger (uefi support, lvm stuff, etc) and need more consideration | 01:47 |
*** maishsk has quit IRC | 01:47 | |
*** sdague has quit IRC | 01:47 | |
greghaynes | ianw: SGTM | 01:47 |
*** amotoki has quit IRC | 01:47 | |
ianw | greghaynes: the docker sudo one ... i'm not sure how to deal with that. if we install docker during the test run ,then we need to add jenkins to the docker group and re-login | 01:49 |
ianw | i'm wondering if this means we need to install docker in the base images and have jenkins in the docker group from there | 01:50 |
greghaynes | ianw: ehh, I bet I can find a workaround | 01:50 |
greghaynes | ianw: maybe newgrp | 01:51 |
*** salv-orlando has quit IRC | 01:51 | |
*** IlyaG has joined #openstack-infra | 01:52 | |
ianw | i dunno if jjb can be told to log out and back in between scripts? | 01:53 |
ianw | we install stuff like mysql and postgres ... do we not need to be in groups for that? maybe not... | 01:53 |
greghaynes | ianw: yea, but we can newgrp to create a new login with that group | 01:54 |
greghaynes | and not logout at all | 01:54 |
greghaynes | maybe | 01:54 |
*** rhochmuth has quit IRC | 01:55 | |
greghaynes | not sure how we can send commands through that | 01:55 |
greghaynes | something to think on though. Or, we can just use sudo in tests. | 01:56 |
*** chlong has quit IRC | 01:56 | |
*** vhosakot has joined #openstack-infra | 01:57 | |
*** benny2 has joined #openstack-infra | 01:58 | |
ianw | yeah, using sudo seems to kind of suck. it works for me as non-sudo. i feel like we must have solved this in some way before, maybe when some others are around they'll remember | 02:00 |
*** ddieterly is now known as ddieterly[away] | 02:02 | |
*** hongbin has joined #openstack-infra | 02:07 | |
openstackgerrit | Merged openstack-infra/groups-static-pages: Content out of date https://review.openstack.org/316152 | 02:08 |
*** amotoki has joined #openstack-infra | 02:10 | |
*** sridhar_ram has joined #openstack-infra | 02:13 | |
*** cody-somerville has quit IRC | 02:14 | |
*** jianghuaw has joined #openstack-infra | 02:15 | |
*** jamesmcarthur has joined #openstack-infra | 02:16 | |
*** yuanying_ is now known as yuanying | 02:17 | |
*** vhosakot has quit IRC | 02:19 | |
*** nelsnels_ has joined #openstack-infra | 02:19 | |
*** nelsnelson has quit IRC | 02:19 | |
*** kzaitsev_mb has joined #openstack-infra | 02:20 | |
*** jamesmcarthur has quit IRC | 02:21 | |
*** thorst has joined #openstack-infra | 02:23 | |
*** kzaitsev_mb has quit IRC | 02:25 | |
*** thorst has quit IRC | 02:25 | |
*** thorst has joined #openstack-infra | 02:26 | |
*** thorst has quit IRC | 02:30 | |
*** winggundamth has quit IRC | 02:33 | |
*** bswartz has joined #openstack-infra | 02:33 | |
*** winggundamth has joined #openstack-infra | 02:37 | |
*** IlyaG has quit IRC | 02:41 | |
*** x00350071_ is now known as xiangxinyong | 02:42 | |
*** ccamacho has quit IRC | 02:43 | |
*** benny2 has quit IRC | 02:44 | |
*** ccamacho has joined #openstack-infra | 02:45 | |
*** binbincong has quit IRC | 02:49 | |
*** thorst has joined #openstack-infra | 02:50 | |
*** thorst has quit IRC | 02:52 | |
*** yamamot__ has joined #openstack-infra | 02:54 | |
*** rhochmuth has joined #openstack-infra | 02:54 | |
*** jyuso1 has quit IRC | 02:55 | |
*** binbincong has joined #openstack-infra | 02:57 | |
*** sridhar_ram has quit IRC | 02:58 | |
*** bpokorny has joined #openstack-infra | 02:59 | |
*** ddieterly[away] has quit IRC | 03:02 | |
*** dimtruck is now known as zz_dimtruck | 03:04 | |
*** zz_dimtruck is now known as dimtruck | 03:04 | |
openstackgerrit | Merged openstack/diskimage-builder: Properly fail/trap in eval_run_d https://review.openstack.org/259734 | 03:04 |
openstackgerrit | Merged openstack/diskimage-builder: Add 1.16.0 releasenotes https://review.openstack.org/316532 | 03:05 |
*** asettle has joined #openstack-infra | 03:05 | |
*** jamielennox is now known as jamielennox|away | 03:06 | |
*** dingyichen has quit IRC | 03:10 | |
*** asettle has quit IRC | 03:10 | |
openstackgerrit | Jianghua Wang proposed openstack-infra/nodepool: Add back function supporting floating ip pool. https://review.openstack.org/316542 | 03:12 |
*** dimtruck is now known as zz_dimtruck | 03:13 | |
*** harlowja_at_home has joined #openstack-infra | 03:16 | |
*** yamamot__ has quit IRC | 03:19 | |
*** kzaitsev_mb has joined #openstack-infra | 03:21 | |
*** psachin has joined #openstack-infra | 03:22 | |
openstackgerrit | Ethan Lynn proposed openstack-infra/project-config: Add tempest tests for senlin API https://review.openstack.org/316544 | 03:24 |
*** kzaitsev_mb has quit IRC | 03:26 | |
*** baoli has joined #openstack-infra | 03:26 | |
openstackgerrit | Ethan Lynn proposed openstack-infra/project-config: Add tempest tests for senlin API https://review.openstack.org/316544 | 03:26 |
*** bpokorny has quit IRC | 03:26 | |
*** rhochmuth has quit IRC | 03:28 | |
*** baoli has quit IRC | 03:30 | |
*** dingyichen has joined #openstack-infra | 03:31 | |
*** dchen has joined #openstack-infra | 03:36 | |
*** jamielennox|away is now known as jamielennox | 03:36 | |
*** dingyichen has quit IRC | 03:36 | |
*** dchen has quit IRC | 03:36 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: centos-minimal: can be used with base https://review.openstack.org/294385 | 03:37 |
*** furlongm has quit IRC | 03:40 | |
*** cody-somerville has joined #openstack-infra | 03:42 | |
openstackgerrit | Merged openstack/diskimage-builder: centos-minimal: can be used with base https://review.openstack.org/294385 | 03:46 |
*** psachin has quit IRC | 03:48 | |
*** links has joined #openstack-infra | 03:49 | |
*** kushal has joined #openstack-infra | 03:55 | |
*** dingyichen has joined #openstack-infra | 03:58 | |
*** hongbin has quit IRC | 03:58 | |
*** IlyaG has joined #openstack-infra | 03:59 | |
*** dingyichen has quit IRC | 04:01 | |
*** dingyichen has joined #openstack-infra | 04:01 | |
*** psachin has joined #openstack-infra | 04:07 | |
*** oanson has joined #openstack-infra | 04:08 | |
*** mixos has quit IRC | 04:11 | |
*** mixos has joined #openstack-infra | 04:11 | |
*** sridhar_ram has joined #openstack-infra | 04:13 | |
*** IlyaG has quit IRC | 04:14 | |
*** oanson has quit IRC | 04:14 | |
*** amotoki has quit IRC | 04:15 | |
*** amotoki has joined #openstack-infra | 04:16 | |
*** dchen has joined #openstack-infra | 04:20 | |
*** kzaitsev_mb has joined #openstack-infra | 04:22 | |
*** oanson has joined #openstack-infra | 04:22 | |
*** yamamot__ has joined #openstack-infra | 04:22 | |
*** prometheanfire has quit IRC | 04:24 | |
*** sflanigan has quit IRC | 04:25 | |
*** kzaitsev_mb has quit IRC | 04:27 | |
*** sflanigan has joined #openstack-infra | 04:30 | |
*** apoorvad has joined #openstack-infra | 04:36 | |
*** salv-orlando has joined #openstack-infra | 04:36 | |
*** oanson has quit IRC | 04:42 | |
*** salv-orlando has quit IRC | 04:45 | |
*** jcoufal has joined #openstack-infra | 04:46 | |
*** dchen has quit IRC | 04:47 | |
*** sree has joined #openstack-infra | 04:49 | |
*** harlowja_at_home has quit IRC | 04:50 | |
*** kushal has quit IRC | 04:51 | |
*** apoorvad has quit IRC | 04:52 | |
*** Liuqing has joined #openstack-infra | 04:53 | |
*** mtanino has quit IRC | 04:58 | |
*** dingyichen has quit IRC | 05:05 | |
*** dingyichen has joined #openstack-infra | 05:06 | |
*** kushal has joined #openstack-infra | 05:07 | |
*** sridhar_ram has quit IRC | 05:12 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Small doc update, add link to relnotes https://review.openstack.org/316576 | 05:15 |
*** rcernin has joined #openstack-infra | 05:16 | |
*** abregman_ has joined #openstack-infra | 05:18 | |
*** rcernin has quit IRC | 05:21 | |
*** savihou has joined #openstack-infra | 05:26 | |
openstackgerrit | Merged openstack/diskimage-builder: Small doc update, add link to relnotes https://review.openstack.org/316576 | 05:29 |
*** zhurong has quit IRC | 05:31 | |
*** zhurong has joined #openstack-infra | 05:32 | |
*** binbincong has quit IRC | 05:33 | |
*** akaszuba has joined #openstack-infra | 05:35 | |
*** rcernin has joined #openstack-infra | 05:38 | |
*** ramishra has quit IRC | 05:49 | |
*** binbincong has joined #openstack-infra | 05:50 | |
*** ramishra has joined #openstack-infra | 05:50 | |
*** amotoki_ has joined #openstack-infra | 05:53 | |
*** amotoki has quit IRC | 05:54 | |
*** mikelk has joined #openstack-infra | 05:56 | |
*** DevBox has joined #openstack-infra | 05:58 | |
*** salv-orlando has joined #openstack-infra | 06:02 | |
*** gsagie has left #openstack-infra | 06:04 | |
*** tphummel has joined #openstack-infra | 06:04 | |
*** hichihara has joined #openstack-infra | 06:06 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/316584 | 06:07 |
*** salv-orlando has quit IRC | 06:08 | |
*** jaosorior has joined #openstack-infra | 06:18 | |
*** shashank_hegde has quit IRC | 06:21 | |
*** kzaitsev_mb has joined #openstack-infra | 06:23 | |
*** tphummel has quit IRC | 06:25 | |
*** salv-orlando has joined #openstack-infra | 06:25 | |
*** shashank_hegde has joined #openstack-infra | 06:26 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/system-config: Add statsd values into subunit worker https://review.openstack.org/244919 | 06:27 |
*** kzaitsev_mb has quit IRC | 06:28 | |
*** yuanying has quit IRC | 06:30 | |
*** oanson has joined #openstack-infra | 06:33 | |
openstackgerrit | Merged openstack-infra/glean: Minor testing cleanups https://review.openstack.org/259834 | 06:34 |
openstackgerrit | Merged openstack-infra/glean: Handle invalid symlinks in written files https://review.openstack.org/259831 | 06:36 |
openstackgerrit | yolanda.robla proposed openstack-infra/project-config: Add magnum plugin to shade dsvm-ansible job https://review.openstack.org/316593 | 06:38 |
*** nmagnezi has joined #openstack-infra | 06:39 | |
openstackgerrit | Ian Wienand proposed openstack-infra/glean: Add selinux context manager for writing files https://review.openstack.org/304357 | 06:43 |
openstackgerrit | yolanda.robla proposed openstack-infra/glean: Do not overwrite readonly files https://review.openstack.org/309880 | 06:43 |
ianw | it's the glean hour :) | 06:44 |
openstackgerrit | Akihiro Motoki proposed openstack-infra/project-config: Add neutron-dynamic-routing to #-neutron https://review.openstack.org/316595 | 06:45 |
openstackgerrit | yolanda.robla proposed openstack-infra/glean: Read skip_dns_write option from config file https://review.openstack.org/307581 | 06:46 |
yolanda | more glean :) | 06:46 |
notmorgan | yolanda: ++ | 06:46 |
ianw | it would be nice to get that selinux one in, as i think that's the only outstanding issue for centos now we have dib 1.16.0 | 06:47 |
openstackgerrit | Ian Wienand proposed openstack-infra/glean: Check for network service enablement https://review.openstack.org/259838 | 06:47 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Install os-performance-tools in venv on images https://review.openstack.org/244913 | 06:47 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Install os-performance-tools in venv on images https://review.openstack.org/244913 | 06:50 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Add counters pre/post gate test hooks https://review.openstack.org/244902 | 06:50 |
SpamapS | mtreinish: ^^ trying to clean them up so we can land them :-P | 06:50 |
openstackgerrit | yolanda.robla proposed openstack-infra/system-config: Add infracloud east to puppetmaster clouds https://review.openstack.org/282920 | 06:52 |
yolanda | hi morgan, i updated the keystoneauth patch, to properly reflect keystone data structure, can you take another look? | 06:54 |
yolanda | notmorgan ^ | 06:54 |
*** jaosorior has quit IRC | 06:55 | |
*** jaosorior_ has joined #openstack-infra | 06:55 | |
*** sree has quit IRC | 06:56 | |
EmilienM | good morning infra! | 06:57 |
yolanda | hi | 06:58 |
*** amotoki_ is now known as amotoki | 06:58 | |
notmorgan | yolanda: i'll look at it tomorrow :) | 06:59 |
*** jaosorior_ is now known as jaosorior | 07:00 | |
notmorgan | yolanda: /me is just finishing setting up the rest of the new window manager layout | 07:00 |
*** Sukhdev has quit IRC | 07:00 | |
notmorgan | yolanda: still battling with one minor thing, but have most everything for my laptop working *yay* (and the yubikey working) | 07:00 |
*** arxcruz has joined #openstack-infra | 07:00 | |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Allow to set TEMPEST_OS_TEST_TIMEOUT for grenade jobs https://review.openstack.org/316055 | 07:01 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: DO NOT REVIEW https://review.openstack.org/315499 | 07:01 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Allow to set Ironic provision timeout from the job https://review.openstack.org/315496 | 07:01 |
yolanda | notmorgan, lucky you! i also have been fighting with installs, i broke my unity install, and had the computer mostly off for a pair of days, until i found the problem | 07:01 |
notmorgan | yolanda: i moved over to tumbleweed | 07:02 |
notmorgan | yolanda: and i have KDE (plasma5) and XFCE both working very nicely, so i can swap as I feel like it until I decide which way I'll go. | 07:02 |
notmorgan | yolanda: the only odd thing is KDE isn't hooking into ssh-agent very well, | 07:03 |
yolanda | how is tumbleweed working? worth try? | 07:03 |
notmorgan | yolanda: well i found it made this laptop much much more usable (skylake processor) | 07:04 |
notmorgan | yolanda: 16.04 was still not *quite* up to date enough in some cases. | 07:04 |
*** flepied has joined #openstack-infra | 07:04 | |
notmorgan | yolanda: 4.4 kernel vs 4.5, though 4.6 is going to be the real fix for this laptop (afaict) | 07:04 |
yolanda | which laptop did you get? | 07:05 |
notmorgan | yolanda: X1 Carbon (4th gen) | 07:05 |
yolanda | i was considering this one, did you grow base memory? | 07:05 |
notmorgan | 16GB RAM, 512GB NVMe | 07:05 |
notmorgan | and the high-res screen | 07:06 |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: generate_puppetfile: add missing $DIR https://review.openstack.org/316598 | 07:06 |
notmorgan | just a word of warning, skylake has hiccups with some kernels still. | 07:06 |
*** sree has joined #openstack-infra | 07:06 | |
yolanda | i'm doubting between this one and T460s | 07:08 |
*** sree has quit IRC | 07:11 | |
notmorgan | yolanda: so, this X1C is my personal machine | 07:11 |
*** esikachev has joined #openstack-infra | 07:16 | |
*** arxcruz has quit IRC | 07:18 | |
*** arxcruz has joined #openstack-infra | 07:18 | |
*** anteaya has joined #openstack-infra | 07:18 | |
*** rhochmuth has joined #openstack-infra | 07:21 | |
*** kzaitsev_mb has joined #openstack-infra | 07:24 | |
*** rhochmuth has quit IRC | 07:26 | |
*** jtomasek has joined #openstack-infra | 07:26 | |
*** Liuqing has quit IRC | 07:29 | |
*** kzaitsev_mb has quit IRC | 07:29 | |
*** abregman has joined #openstack-infra | 07:29 | |
*** abregman_ has quit IRC | 07:29 | |
*** ihrachys has joined #openstack-infra | 07:32 | |
*** jlanoux has joined #openstack-infra | 07:34 | |
*** yuanying has joined #openstack-infra | 07:34 | |
*** asettle has joined #openstack-infra | 07:35 | |
*** Liuqing has joined #openstack-infra | 07:36 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: partitioning-parted: extraced and adapted element https://review.openstack.org/313938 | 07:36 |
*** shardy has joined #openstack-infra | 07:40 | |
*** shashank_hegde has quit IRC | 07:40 | |
*** rhochmuth has joined #openstack-infra | 07:42 | |
*** yuanying has quit IRC | 07:42 | |
*** vilobhmm11 has joined #openstack-infra | 07:42 | |
*** yuanying has joined #openstack-infra | 07:42 | |
vilobhmm11 | clarkb, fungii : ping | 07:43 |
*** aarefiev has quit IRC | 07:43 | |
*** andreykurilin has quit IRC | 07:43 | |
*** vponomaryov has quit IRC | 07:43 | |
*** yuanying has quit IRC | 07:43 | |
*** andreykurilin has joined #openstack-infra | 07:44 | |
*** vponomaryov has joined #openstack-infra | 07:45 | |
*** rhochmuth has quit IRC | 07:46 | |
*** shashank_hegde has joined #openstack-infra | 07:48 | |
anteaya | vilobhmm11: they are asleep for a while yet | 07:50 |
*** |-paul-| has joined #openstack-infra | 07:50 | |
anteaya | vilobhmm11: best to ask what you want to ask | 07:50 |
vilobhmm11 | anteya : sure | 07:51 |
vilobhmm11 | https://review.openstack.org/#/c/316555/ | 07:51 |
vilobhmm11 | CI has been created for new library to be introduced known as delimiter | 07:51 |
vilobhmm11 | but right now none of us has the right to merge code | 07:51 |
vilobhmm11 | as "delimiter-core" has no members | 07:52 |
vilobhmm11 | is there a procedure to add core members to a group so that people can merge code ; when they find it good | 07:52 |
anteaya | okay so your question is can someone add a member to delimiter-core | 07:52 |
vilobhmm11 | yes | 07:52 |
anteaya | many folks can both answer that question and help you | 07:52 |
anteaya | so ask that question | 07:52 |
vilobhmm11 | anteaya : sure just asked it above | 07:53 |
vilobhmm11 | please check | 07:53 |
anteaya | the procedure is to ask for someone to add a member to the group | 07:53 |
anteaya | me checking does do you any good | 07:53 |
vilobhmm11 | ok | 07:53 |
anteaya | I don't have permissions to add people to gerrit groups | 07:53 |
anteaya | but at least you know what question you can ask to get the result you want | 07:54 |
vilobhmm11 | is there a procedure i mean updating some file in project-config or system-config repo that would help us get started with "delimiter-core" | 07:54 |
anteaya | no | 07:54 |
vilobhmm11 | anteaya : definetely | 07:54 |
anteaya | the procedure is to ask in channel | 07:54 |
vilobhmm11 | ok | 07:54 |
vilobhmm11 | since i could not find any documentation regarding the same | 07:54 |
anteaya | or to send an email to the infra mailing list but you have already asked in channel so stay with that | 07:55 |
anteaya | <-- walking to storyboard mid-cycle | 07:55 |
vilobhmm11 | anteaya : sure thanks | 07:56 |
*** anteaya has quit IRC | 07:56 | |
*** pavel_bondar has joined #openstack-infra | 07:56 | |
openstackgerrit | Sergey Kraynev proposed openstack-infra/project-config: Make rally job periodical https://review.openstack.org/316617 | 07:56 |
*** lennyb has joined #openstack-infra | 07:58 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-infra | 08:00 | |
*** jaosorior has quit IRC | 08:03 | |
*** amotoki has quit IRC | 08:03 | |
*** jaosorior has joined #openstack-infra | 08:03 | |
*** asettle has quit IRC | 08:03 | |
*** yuanying has joined #openstack-infra | 08:08 | |
*** amotoki has joined #openstack-infra | 08:11 | |
*** salv-orlando has quit IRC | 08:11 | |
*** zhurong has quit IRC | 08:12 | |
*** zhurong has joined #openstack-infra | 08:12 | |
*** markvoelker has joined #openstack-infra | 08:15 | |
*** zhurong has quit IRC | 08:16 | |
*** zhurong has joined #openstack-infra | 08:17 | |
*** asettle has joined #openstack-infra | 08:17 | |
*** dingyichen has quit IRC | 08:19 | |
*** hichihara has quit IRC | 08:22 | |
*** markvoelker has quit IRC | 08:23 | |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum https://review.openstack.org/316650 | 08:23 |
*** markvoelker has joined #openstack-infra | 08:24 | |
*** kzaitsev_mb has joined #openstack-infra | 08:25 | |
*** e0ne has joined #openstack-infra | 08:25 | |
e0ne | hi. could anybody help with https://review.openstack.org/#/c/287938/ please? | 08:26 |
*** dosaboy has quit IRC | 08:26 | |
*** amotoki has quit IRC | 08:27 | |
penguinolog | Hello! Could anybody review: https://review.openstack.org/#/c/315948/ ? | 08:27 |
*** mixos has quit IRC | 08:28 | |
*** kzaitsev_mb has quit IRC | 08:30 | |
*** jistr has joined #openstack-infra | 08:30 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Remove the old Ironic ramdisk jobs from master https://review.openstack.org/316655 | 08:32 |
*** dmk0202 has joined #openstack-infra | 08:32 | |
*** shashank_hegde has quit IRC | 08:33 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Remove the old Ironic ramdisk jobs from master https://review.openstack.org/316655 | 08:33 |
*** abregman_ has joined #openstack-infra | 08:33 | |
*** dosaboy has joined #openstack-infra | 08:36 | |
*** kzaitsev_mb has joined #openstack-infra | 08:36 | |
*** abregman has quit IRC | 08:37 | |
*** Daisy has joined #openstack-infra | 08:40 | |
*** HeOS has joined #openstack-infra | 08:43 | |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum https://review.openstack.org/316650 | 08:44 |
*** Octavian has quit IRC | 08:44 | |
openstackgerrit | Andrey Volochay proposed openstack-infra/project-config: Change docimpact-group for Fuel Plugin Cinder Netapp https://review.openstack.org/316659 | 08:44 |
*** derekh has joined #openstack-infra | 08:45 | |
*** amotoki has joined #openstack-infra | 08:46 | |
*** anteaya has joined #openstack-infra | 08:46 | |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: DO NOT REVIEW https://review.openstack.org/315499 | 08:51 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Allow to set OS_TEST_TIMEOUT for grenade jobs https://review.openstack.org/316662 | 08:51 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum https://review.openstack.org/316650 | 08:53 |
*** nadya has joined #openstack-infra | 08:53 | |
*** zzzeek has quit IRC | 08:56 | |
anteaya | so if fifield is around, he is the admin of the openstack mailing list, Zara pointed out a post to the openstack mailing list that has a [SUSPECTED SPAM] tag on it if he would like to investigate | 08:58 |
*** zzzeek has joined #openstack-infra | 08:58 | |
anteaya | ttx: ^^ are you in contact with fifield? I don't happen to see him on irc | 08:58 |
*** electrofelix has joined #openstack-infra | 08:59 | |
*** kzaitsev_mb has quit IRC | 08:59 | |
*** vilobhmm11 has left #openstack-infra | 09:03 | |
*** kzaitsev_mb has joined #openstack-infra | 09:03 | |
*** sambetts|afk is now known as sambetts | 09:07 | |
*** nighttime has joined #openstack-infra | 09:07 | |
*** nmagnezi has quit IRC | 09:07 | |
openstackgerrit | Andrey Volochay proposed openstack-infra/project-config: Change groups for Fuel Plugin Cinder Netapp https://review.openstack.org/316659 | 09:08 |
*** kzaitsev_mb has quit IRC | 09:09 | |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum https://review.openstack.org/316650 | 09:09 |
*** amotoki has quit IRC | 09:10 | |
*** yuanying has quit IRC | 09:14 | |
*** asettle has quit IRC | 09:17 | |
akijak | anteaya: hello, regarding #openstack-pl registration: I managed to free the channel but I can't register it. I asked on #freenode and they told me #openstack-pl should be "retaken by openstack" | 09:17 |
*** Daisy has quit IRC | 09:17 | |
anteaya | akijak: what do you mean by free the channel? | 09:19 |
anteaya | there are 5 people in there now when last week there were only 2? | 09:19 |
anteaya | in order for you to register the channel the channel has to be empty | 09:19 |
anteaya | then you leave, then you can register the channel | 09:19 |
anteaya | if the channel is empty or you are the only person in it then you can register the channel | 09:20 |
openstackgerrit | Sam Betts proposed openstack/diskimage-builder: Add dhcp-all-interfaces.target for syncing units https://review.openstack.org/314086 | 09:20 |
akijak | anteaya: ahh, ok I misunderstood, sorry. I'll try to empty it | 09:20 |
anteaya | akijak: yes, try to empty the channel | 09:20 |
anteaya | akijak: if you can empty it and then leave and rejoin it yourself, you should be able to register the channel | 09:21 |
anteaya | akijak: if you are unable to empty the channel then someone can help you | 09:21 |
akijak | anteaya: ok, thanks | 09:21 |
anteaya | but he is very busy so you would have to line up for his time | 09:22 |
anteaya | akijak: do your best | 09:22 |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: WIP! Add: lvm element https://review.openstack.org/316529 | 09:22 |
akijak | anteaya: k | 09:22 |
*** ihrachys has quit IRC | 09:24 | |
*** ihrachys has joined #openstack-infra | 09:28 | |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum https://review.openstack.org/316650 | 09:28 |
openstackgerrit | Lucas Alvares Gomes proposed openstack-infra/project-config: Add virtualbmc from source non-voting test https://review.openstack.org/315646 | 09:30 |
waynr | electrofelix: yo, i finally began the jjb 2.x rebase onto master | 09:38 |
waynr | it ain't no simply task | 09:39 |
waynr | wait...double negative | 09:39 |
*** ri0 has joined #openstack-infra | 09:43 | |
electrofelix | so not trivial so :p | 09:44 |
waynr | yeah | 09:45 |
waynr | considering the first 2.x patch involved dissecting cmd.py, i was expecting it to be one of the more difficult. once i finish fixing tests for it it should be easier after that | 09:47 |
waynr | my englishing skills are not so great right now, i should probably go to bed | 09:48 |
*** dtantsur is now known as dtantsur|brb | 09:53 | |
akijak | anteaya: all done, channel is registered openstackinfra added. what's next? :) | 09:53 |
*** rhochmuth has joined #openstack-infra | 09:55 | |
*** anteaya has quit IRC | 09:58 | |
*** tosky has joined #openstack-infra | 09:58 | |
openstackgerrit | Isaac Beckman proposed openstack-infra/puppet-openstackci: configure zuul layout file name in single-node-ci https://review.openstack.org/316693 | 09:59 |
*** rhochmuth has quit IRC | 10:00 | |
*** anteaya has joined #openstack-infra | 10:00 | |
*** daemontool has joined #openstack-infra | 10:01 | |
openstackgerrit | Derek Higgins proposed openstack/diskimage-builder: Nothing to see here https://review.openstack.org/139627 | 10:01 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum https://review.openstack.org/316650 | 10:02 |
anteaya | akijak: good work | 10:04 |
anteaya | akijak: well your goal was to add it to the wikipage correct? | 10:04 |
*** kzaitsev_mb has joined #openstack-infra | 10:08 | |
*** ams_ has joined #openstack-infra | 10:09 | |
*** zhurong has quit IRC | 10:09 | |
*** yuanying has joined #openstack-infra | 10:13 | |
*** amotoki has joined #openstack-infra | 10:14 | |
*** sdague has joined #openstack-infra | 10:18 | |
anteaya | akijak: can you visit https://wiki.openstack.org/wiki/IRC#OpenStack_IRC_channels_.28chat.freenode.net.29 and see the new entry there for #openstack-pl | 10:19 |
akijak | anteaya: yes: https://wiki.openstack.org/wiki/IRC I can't edit the wiki though | 10:19 |
anteaya | akijak: I know, I edited it | 10:19 |
*** yamamot__ has quit IRC | 10:19 | |
akijak | anteaya: looks, good | 10:19 |
anteaya | okay great | 10:20 |
anteaya | thank you | 10:20 |
akijak | anteaya: yeah! great, thank you :D | 10:20 |
anteaya | welcome | 10:20 |
anteaya | thanks for getting the channel registered | 10:20 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: DO NOT REVIEW https://review.openstack.org/315499 | 10:21 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Set OS_TEST_TIMEOUT to 1200 for Ironic grenade https://review.openstack.org/316662 | 10:21 |
d0ugal | Is there a standard ordering for versions in global-requirements? Just trying to decide the best way forward for the -1 here: https://review.openstack.org/#/c/314638/ | 10:24 |
*** akijak has left #openstack-infra | 10:24 | |
*** Qiming has quit IRC | 10:26 | |
*** schipiga has joined #openstack-infra | 10:29 | |
*** lennyb has quit IRC | 10:32 | |
*** salv-orlando has joined #openstack-infra | 10:34 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/system-config: Add Adam Coldrick to users https://review.openstack.org/316711 | 10:35 |
*** salv-orlando has quit IRC | 10:39 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Make gate-manila-tempest-minimal-dsvm-lvm job voting https://review.openstack.org/316716 | 10:40 |
zeroDivisible | Hey guys, I'm trying to integrate Zuul with our local CI / CD pipeline and having few random issues with it. I think that one of them should be fixed by this rather old pending patch: https://review.openstack.org/#/c/200034/ - would anybody know what's the story behind it? Basically, the project being checked is not public and the data returned from urllib2 appear to be for an anonymous user. | 10:42 |
*** anteaya has quit IRC | 10:44 | |
*** anteaya has joined #openstack-infra | 10:46 | |
electrofelix | waynr: sounds like you need some sleep. if you want me to rebase some patches just let me know | 10:47 |
*** rodrigods has quit IRC | 10:48 | |
*** salv-orlando has joined #openstack-infra | 10:48 | |
*** rodrigods has joined #openstack-infra | 10:48 | |
*** weshay has quit IRC | 10:50 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Make gate-manila-tempest-minimal-dsvm-lvm job voting https://review.openstack.org/316716 | 10:51 |
openstackgerrit | Adam Coldrick proposed openstack-infra/system-config: Add Adam Coldrick to users https://review.openstack.org/316711 | 10:52 |
openstackgerrit | Andrey Volochay proposed openstack-infra/project-config: Change groups for Fuel Plugin Cinder Netapp https://review.openstack.org/316659 | 10:53 |
*** kushal has quit IRC | 10:54 | |
*** yuanying has quit IRC | 11:01 | |
*** nadya has quit IRC | 11:04 | |
*** yuanying has joined #openstack-infra | 11:05 | |
*** markvoelker has quit IRC | 11:06 | |
zeroDivisible | I've also got a second question - and would be grateful for helping with this one. Basically, after successfully running a job through a pipeline which I just set-up, (I can see that job is submitted, Zuul is +1'ing Gerrit review once CI finishes) and when some time passes - executors for given job get unregistered. The trigger for this appears to be logged in gearman server logs: DEBUG gear.Server: | 11:08 |
zeroDivisible | Received error event on <gear.ServerConnection 0x2fb4350 name: xyz-jenkins-slave_exec-1 host: 10.10.10.10 port: 61952>: 25 but I don't yet understand why this is happening. | 11:08 |
penguinolog | Hello again. I have a stuck patch with +W: https://review.openstack.org/#/c/281824/ (pending patch with +W too) | 11:09 |
*** krtaylor has quit IRC | 11:10 | |
openstackgerrit | Sergei Chipiga proposed openstack-infra/project-config: Increase horizon integration tests timeout https://review.openstack.org/316730 | 11:12 |
*** _fortis has quit IRC | 11:13 | |
*** esikachev has quit IRC | 11:14 | |
*** jtomasek_ has joined #openstack-infra | 11:15 | |
*** yamamoto_ has joined #openstack-infra | 11:18 | |
*** Qiming has joined #openstack-infra | 11:18 | |
*** deadnull_ has joined #openstack-infra | 11:19 | |
*** thorst has joined #openstack-infra | 11:21 | |
*** lucasagomes is now known as lucas-hungry | 11:21 | |
openstackgerrit | Merged openstack-infra/tripleo-ci: Add timestamps to postci log https://review.openstack.org/314468 | 11:22 |
*** jamesmcarthur has joined #openstack-infra | 11:22 | |
*** ldnunes has joined #openstack-infra | 11:23 | |
*** krtaylor has joined #openstack-infra | 11:24 | |
*** jamesmcarthur has quit IRC | 11:27 | |
*** salv-orlando has quit IRC | 11:27 | |
*** dtantsur|brb is now known as dtantsur | 11:28 | |
*** esikachev has joined #openstack-infra | 11:28 | |
*** tpsilva has joined #openstack-infra | 11:31 | |
*** salv-orlando has joined #openstack-infra | 11:35 | |
*** zhurong has joined #openstack-infra | 11:36 | |
*** amotoki has quit IRC | 11:36 | |
*** rhochmuth has joined #openstack-infra | 11:37 | |
*** rhochmuth has quit IRC | 11:37 | |
*** jtomasek_ has quit IRC | 11:38 | |
*** claudiub has joined #openstack-infra | 11:41 | |
*** weshay has joined #openstack-infra | 11:42 | |
*** ri0 has quit IRC | 11:43 | |
*** rhallisey has joined #openstack-infra | 11:44 | |
sdague | jeblair: thanks for adding me to the os-api-ref groups, it let me get the extension released this weeked :) | 11:46 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add bay pod integration for shade+magnum https://review.openstack.org/316650 | 11:47 |
*** nadya has joined #openstack-infra | 11:47 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add jjb and zmq to requirements.txt https://review.openstack.org/316752 | 11:49 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Prepare files for testing zuulv25 https://review.openstack.org/316753 | 11:49 |
*** Hal has joined #openstack-infra | 11:49 | |
*** yuanying has quit IRC | 11:49 | |
*** Hal is now known as Guest98922 | 11:49 | |
*** kzaitsev_mb has quit IRC | 11:50 | |
*** amotoki has joined #openstack-infra | 11:52 | |
*** Guest98922 has quit IRC | 11:53 | |
*** yuanying has joined #openstack-infra | 11:53 | |
*** Goneri has quit IRC | 11:53 | |
*** sdake has joined #openstack-infra | 11:55 | |
dtantsur | hi folks! should we still mention stable/kilo in project-config patches? I see Ironic still has it. | 11:56 |
*** mtanino has joined #openstack-infra | 11:57 | |
dtantsur | tonyb, hi, probably a question for you ^^^ | 11:58 |
*** dprince has joined #openstack-infra | 11:59 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Remove the old Ironic ramdisk jobs from master https://review.openstack.org/316655 | 12:02 |
*** aysyd has joined #openstack-infra | 12:04 | |
*** raildo-afk is now known as raildo | 12:06 | |
openstackgerrit | Jim Rollenhagen proposed openstack-infra/project-config: Don't run dsvm on ironic api-ref changes https://review.openstack.org/316784 | 12:06 |
jroll | ^ easy one liner :) | 12:06 |
jroll | (saves some nodes) | 12:06 |
*** mugsie has joined #openstack-infra | 12:06 | |
*** zhurong has quit IRC | 12:07 | |
*** amotoki has quit IRC | 12:08 | |
*** markvoelker has joined #openstack-infra | 12:08 | |
*** kzaitsev_mb has joined #openstack-infra | 12:10 | |
*** jtomasek_ has joined #openstack-infra | 12:10 | |
*** sdake has quit IRC | 12:10 | |
*** amotoki has joined #openstack-infra | 12:10 | |
*** markvoelker has quit IRC | 12:13 | |
openstackgerrit | Derek Higgins proposed openstack/diskimage-builder: Revert "Properly fail/trap in eval_run_d" https://review.openstack.org/316789 | 12:13 |
*** kushal has joined #openstack-infra | 12:15 | |
*** rhochmuth has joined #openstack-infra | 12:16 | |
openstackgerrit | Derek Higgins proposed openstack/diskimage-builder: Revert "Properly fail/trap in eval_run_d" https://review.openstack.org/316789 | 12:16 |
*** yuanying has quit IRC | 12:17 | |
*** amotoki has quit IRC | 12:17 | |
*** psachin has quit IRC | 12:19 | |
*** psachin has joined #openstack-infra | 12:19 | |
*** Murad_ has joined #openstack-infra | 12:20 | |
Murad_ | hi, why I am having -1 for : https://review.openstack.org/#/c/316443/ | 12:21 |
Murad_ | it says: Checking project list for alphabetical order, but its in order !!! | 12:21 |
*** asettle has joined #openstack-infra | 12:22 | |
*** psilvad has joined #openstack-infra | 12:22 | |
*** DevBox has quit IRC | 12:23 | |
sdague | Murad_: http://logs.openstack.org/43/316443/2/check/gate-project-config-layout/451a332/console.html#_2016-05-16_07_04_20_619 | 12:23 |
sdague | Project openstack/horizon-mellanox has no merge-check template | 12:23 |
openstackgerrit | Merged openstack-infra/zuul: Ansible launcher: Support configurable site roots for ftp/scp https://review.openstack.org/315784 | 12:23 |
openstackgerrit | Merged openstack-infra/zuul: Ansible launcher: Fix module main calls https://review.openstack.org/316189 | 12:24 |
*** lucas-hungry is now known as lucasagomes | 12:26 | |
*** yamamoto_ has quit IRC | 12:27 | |
sshnaidm | clarkb, hi, could you please re-review the patch? https://review.openstack.org/#/c/312985/ thanks! | 12:28 |
*** yamamoto_ has joined #openstack-infra | 12:29 | |
*** rfolco has joined #openstack-infra | 12:31 | |
*** trown|brb is now known as trown | 12:31 | |
*** edmondsw has joined #openstack-infra | 12:32 | |
*** zqfan has quit IRC | 12:33 | |
*** nmagnezi has joined #openstack-infra | 12:33 | |
*** kzaitsev_mb has quit IRC | 12:38 | |
d0ugal | dirk: ping, have you seen the replies here? https://review.openstack.org/#/c/314638/ | 12:39 |
*** julim has joined #openstack-infra | 12:40 | |
*** yamamoto_ has quit IRC | 12:40 | |
mnaser | Murad_ i think you're misreading the console | 12:41 |
mnaser | the error that is failing is: Project openstack/horizon-mellanox has no merge-check template | 12:41 |
*** kzaitsev_mb has joined #openstack-infra | 12:42 | |
*** rlandy has joined #openstack-infra | 12:44 | |
*** benny2 has joined #openstack-infra | 12:44 | |
d0ugal | dims: Thanks! | 12:45 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add jjb and zmq to requirements.txt https://review.openstack.org/316752 | 12:45 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Prepare files for testing zuulv25 https://review.openstack.org/316753 | 12:45 |
*** scottda has joined #openstack-infra | 12:45 | |
pabelanger | morning | 12:45 |
*** yamamoto_ has joined #openstack-infra | 12:46 | |
pabelanger | looks like we have an issue in nodepool.o.o | 12:46 |
dims | d0ugal : y, no worries. dirk just stepped out as it was a public holiday for him | 12:46 |
pabelanger | inotify_init failed: Too many open files | 12:46 |
*** psachin has quit IRC | 12:46 | |
pabelanger | http://nodepool.openstack.org/dib.ubuntu-trusty.log | 12:46 |
*** russellb has joined #openstack-infra | 12:47 | |
*** yamamoto_ has quit IRC | 12:47 | |
*** yamamoto has joined #openstack-infra | 12:50 | |
*** amrith is now known as _amrith_ | 12:53 | |
*** notmorgan has quit IRC | 12:53 | |
*** oanson has quit IRC | 12:53 | |
*** links has quit IRC | 12:55 | |
*** ewilson has joined #openstack-infra | 12:56 | |
*** rhochmuth has quit IRC | 12:57 | |
*** rhochmuth has joined #openstack-infra | 12:58 | |
*** gildub has joined #openstack-infra | 12:58 | |
*** yamamoto has quit IRC | 12:58 | |
e0ne | hi. can anybody help me with https://review.openstack.org/#/c/287938/, please? I don't see any errors, only NOT_REGISTERED jobs | 12:58 |
*** brucet has joined #openstack-infra | 12:58 | |
*** jaranovich has quit IRC | 12:58 | |
*** yamamoto has joined #openstack-infra | 12:59 | |
*** jaranovich has joined #openstack-infra | 13:00 | |
dtantsur | dear infra cores! a second +2 is desperately needed on an easy patch that's been around since December :) https://review.openstack.org/#/c/255231/ please | 13:00 |
dtantsur | pabelanger, may I bother you please ^^? | 13:00 |
*** markvoelker has joined #openstack-infra | 13:00 | |
*** ddieterly has joined #openstack-infra | 13:02 | |
*** Goneri has joined #openstack-infra | 13:03 | |
mordred | infra-root: I'm on vacation this week, so if all goes well, it should seem lke I'm mostly ignoring you | 13:03 |
pabelanger | mordred: you'll likely ignore this, but enjoy! | 13:04 |
*** Hal has joined #openstack-infra | 13:04 | |
*** Hal has quit IRC | 13:04 | |
*** markvoelker has quit IRC | 13:04 | |
*** markvoelker has joined #openstack-infra | 13:04 | |
* mordred ignores and does not thank pabelanger ;) | 13:05 | |
*** xyang1 has joined #openstack-infra | 13:06 | |
*** brucet has quit IRC | 13:06 | |
*** nmagnezi has quit IRC | 13:07 | |
fungi | mordred: ignore this, but enjoy! | 13:08 |
*** mtanino has quit IRC | 13:08 | |
* fungi realizes pabelanger said almost exactly the same thing | 13:08 | |
* fungi gets back to excavating a mountain of e-mail | 13:08 | |
dstufft | fungi: also known as "Monday"? ;) | 13:09 |
fungi | indeed | 13:09 |
fungi | pabelanger: is it not launching new nodes? | 13:09 |
*** baoli has joined #openstack-infra | 13:09 | |
*** degorenko is now known as _degorenko|afk | 13:10 | |
*** psachin has joined #openstack-infra | 13:11 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Bump max_user_instances value for nodepool.o.o https://review.openstack.org/316813 | 13:11 |
pabelanger | fungi: I haven't checked that. The issue was seeing while building DIBs this morning. Here is a patch ^ | 13:11 |
pabelanger | The googles says we should be increasing max_user_instances | 13:12 |
openstackgerrit | Merged openstack-infra/os-loganalyze: Whitelist ironic- prefix in filter.py https://review.openstack.org/255231 | 13:13 |
*** brucet has joined #openstack-infra | 13:14 | |
*** kgiusti has joined #openstack-infra | 13:14 | |
fungi | pabelanger: any theory on why we're suddenly hitting it now and didn't previously? | 13:16 |
fungi | has our parallelism changed somewhere to coincide with it, for example? | 13:16 |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: ensure all projects syncing global requirements use check-requirements https://review.openstack.org/315761 | 13:17 |
pabelanger | fungi: that is what I am looking at now. diskimage-builder 1.17.0 was released this morning, so looking at commits there | 13:17 |
*** Julien-zte has joined #openstack-infra | 13:17 | |
pabelanger | fungi: and looking at nodepool logs, we are still doing 1 DIB at a time | 13:17 |
fungi | newer dib does sound like a potential candidate | 13:18 |
*** eharney has quit IRC | 13:18 | |
*** jlanoux_ has joined #openstack-infra | 13:20 | |
*** _ari_ has joined #openstack-infra | 13:22 | |
Julien-zte | Hi fungi and all, I proposed some improvement for git-review in https://storyboard.openstack.org/#!/project/719. if anyone has time to review, i'm very very appreciated. | 13:22 |
*** jlanoux has quit IRC | 13:23 | |
*** ddieterly has quit IRC | 13:23 | |
*** Liuqing has quit IRC | 13:23 | |
*** vhosakot has joined #openstack-infra | 13:23 | |
*** schipiga has quit IRC | 13:23 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/irc-meetings: Add Neutron flow classifier meeting https://review.openstack.org/316830 | 13:24 |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder: Fix path issue for locale-archive.tmpl https://review.openstack.org/316831 | 13:24 |
Julien-zte | I'm contributing in OPNFV, and there is its format in commit-message, if the improvement can be accepted, it will help us to format the community commit message. | 13:24 |
pabelanger | ianw: ^ that fixes centos / fedora DIBs, which are currently broken with 1.17.0 | 13:24 |
Julien-zte | #link the review is in https://review.openstack.org/#/c/310092/ | 13:25 |
Julien-zte | for issue in https://storyboard.openstack.org/#!/story/2000582, any comments on this? | 13:26 |
*** zz_dimtruck is now known as dimtruck | 13:27 | |
pabelanger | fungi: Don't see any red flags with current diskimage-builder release. Seems pretty minimal | 13:28 |
*** ddieterly has joined #openstack-infra | 13:28 | |
*** markvoelker has quit IRC | 13:28 | |
mtreinish | SpamapS: ok, cool | 13:31 |
*** ddieterly has quit IRC | 13:31 | |
ttx | anteaya: probably simpler to send him an email | 13:33 |
*** esker has quit IRC | 13:34 | |
*** kushal has quit IRC | 13:34 | |
*** coreyob_ has joined #openstack-infra | 13:35 | |
*** gildub has quit IRC | 13:35 | |
*** tonytan4ever has joined #openstack-infra | 13:35 | |
*** eharney has joined #openstack-infra | 13:35 | |
*** coreyob has quit IRC | 13:36 | |
anteaya | ttx: okay thanks | 13:39 |
ttx | I have very limited overlap with him :) | 13:40 |
*** gordc has joined #openstack-infra | 13:40 | |
anteaya | ttx: understood | 13:40 |
anteaya | ttx: while i have you here, I'm sitting in the storyboard mid-cycle | 13:41 |
anteaya | ttx: we looked over the spec as it stands and think we have some action items | 13:41 |
anteaya | btw stories can be made private now | 13:41 |
anteaya | fungi: ^^ | 13:41 |
ttx | I would be surprised if you didn't | 13:41 |
anteaya | https://storyboard.openstack.org/#!/story/2000568 | 13:42 |
anteaya | ttx: :) | 13:42 |
*** Liuqing has joined #openstack-infra | 13:42 | |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade https://review.openstack.org/316851 | 13:42 |
anteaya | ttx: did anything in addition to that stand out to you? | 13:43 |
*** edmondsw has quit IRC | 13:43 | |
tristanC | anteaya: should we get a 'workflow' concept to define what team should be auto-subscribed to private issues ? | 13:44 |
SotK | tristanC: we don't have teams fully implemented yet (they exist in the database, but not anywhere in the UI), at the moment users need to be added individually | 13:46 |
*** matt-borland has joined #openstack-infra | 13:47 | |
yolanda | fungi, i have a question... i have one periodic job in magnum, that is building an image and publishing to tarballs, once a day. I wanted to keep only the latest 5, and remove the older ones. Do we have some sample of something like that on our platform? some periodic cleanup scripts? | 13:48 |
*** amitgandhinz has joined #openstack-infra | 13:48 | |
waynr | electrofelix: thanks for the offer! but i've already started, and it's a good way to get familiar with the changes again in preparation for going through reviews | 13:49 |
*** sree has joined #openstack-infra | 13:49 | |
*** yamamoto has quit IRC | 13:49 | |
*** mriedem has joined #openstack-infra | 13:49 | |
tristanC | SotK: agreed, but I wonder how (if possible) to define that vmt team needs to be subcribed to all vulnerability:managed project's private report, and just coresec team for non managed projects? | 13:50 |
tristanC | or perhaps we could have a option to simply define the team name to subscribe to those special reports | 13:50 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7 https://review.openstack.org/316856 | 13:51 |
*** hongbin has joined #openstack-infra | 13:51 | |
*** dimtruck is now known as zz_dimtruck | 13:52 | |
anteaya | tristanC: thanks for taking a look, let me know once you have tested the functionality that exists and do say what your experience is of what is there | 13:52 |
anteaya | tristanC: as for future funtionality, first storyboard needs to grow the concept of user groups | 13:53 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade https://review.openstack.org/316851 | 13:53 |
openstackgerrit | Thomas Herve proposed openstack-infra/devstack-gate: Remove double timestamp from console logs https://review.openstack.org/286136 | 13:53 |
anteaya | then it needs it needs to grow the concept of auto subscripton | 13:54 |
*** _amrith_ is now known as amrith | 13:54 | |
*** mtanino has joined #openstack-infra | 13:54 | |
anteaya | once those two additonal features are in place, then I think we will be at the point of hearing from the auto subscribed teams to further refine functionality | 13:54 |
anteaya | tristanC: does that make sense? | 13:55 |
krotscheck | jeblair, pabelanger, fungi: I was just able to run the last reported project smoke test, and since it's monday I think we're safe to enable the npm mirrors. | 13:55 |
krotscheck | I've removed the WIP on https://review.openstack.org/#/c/315166/1 | 13:56 |
tristanC | anteaya: agreed it makes sense like that | 13:56 |
*** zzzeek has quit IRC | 13:56 | |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade https://review.openstack.org/316851 | 13:56 |
anteaya | tristanC: thanks, let us know what you think of the current private story functionality | 13:56 |
fungi | anteaya: Zara: SotK: tristanC: awesome, and agreed on the remaining needs there... thanks! | 13:57 |
tristanC | anteaya: well my small test case went successful, private story were not available to user not subscribed | 13:57 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7 https://review.openstack.org/316856 | 13:57 |
anteaya | tristanC: yay! thank you | 13:57 |
pabelanger | krotscheck: sure, let me take a peak | 13:58 |
anteaya | fungi: thank you | 13:58 |
*** zzzeek has joined #openstack-infra | 13:58 | |
pabelanger | jeblair: fungi: krotscheck: we can land it now, but will take a day since we need new DIBs for it | 13:58 |
krotscheck | pabelanger: Works for me. | 13:59 |
pabelanger | krotscheck: okay, +A | 13:59 |
krotscheck | In the meantime, I'll see what I can do about bumping the npm timeout window, to give a little more leeway to a cold AFS cache. | 13:59 |
fungi | pabelanger: what's the change? | 14:00 |
krotscheck | pabelanger: Do you remember what the setting is for other mirrors? | 14:00 |
krotscheck | fungi: https://review.openstack.org/#/c/315166/1 | 14:00 |
fungi | 315166? | 14:00 |
pabelanger | fungi: ya | 14:00 |
*** _degorenko|afk is now known as degorenko | 14:00 | |
pabelanger | krotscheck: not of the top of my head | 14:01 |
Zara | tristanC: yay, great! :D btw atm 'users' of private stories aren't 'subscribed' to them automatically (I'm using 'subscribed' in the storyboard sense, ie: they don't get notified of changes), and they'd have to subscribe manually (by clicking the star icon on the story). | 14:01 |
fungi | oh, right, even though we _run_ that script after the node is booted, we bake it into the image and it's run from there rather than being copied in by nodepool | 14:01 |
Zara | we may want to change the default behaviour there (or not!) so it'd be good to get feedback on that | 14:01 |
*** signed8bit has joined #openstack-infra | 14:01 | |
sdague | policy question time: I've got the os-api-ref project set up, it's kind of just hanging out there as a library in gerrit. It's going to be used by a lot of projects. Getting the docs published somewhere would be good. But it's "not official" in current incarnation | 14:02 |
*** _prad_ has joined #openstack-infra | 14:02 | |
sdague | our stance is that it needs to get added to governance somewhere before it can publish docs to d.o.o right? | 14:02 |
*** yamamoto has joined #openstack-infra | 14:02 | |
fungi | sdague: right | 14:04 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:04 | |
hongbin | Hi, a question. Is it possible to disable python3 job in old stable branches? | 14:05 |
*** sshnaidm has quit IRC | 14:05 | |
fungi | sdague: it's the docs team and the tc who have been particularly picky about it in the past, we're mostly just carrying out their wishes on it | 14:05 |
*** eharney has quit IRC | 14:05 | |
anteaya | hongbin: yes, look at the top of the zuul/layout.yaml file in project-config for examples for running jobs on specific branches | 14:05 |
clarkb | Julien-zte: not sure you got a response earlier but I dont think we shpuld encode any specific bug tracker into git review | 14:06 |
hongbin | anteaya: looking | 14:06 |
clarkb | Julien-zte: it supports generic tags like "bug" that can function regardless of the bug tracker implementation | 14:06 |
Julien-zte | clarkb, no response for now | 14:06 |
sdague | fungi: ok, well anne has been our bridge to the docs team thus far, I'll ask her when she gets on | 14:07 |
Julien-zte | clarkb, yes, understood | 14:07 |
*** sshnaidm has joined #openstack-infra | 14:07 | |
*** sdake has joined #openstack-infra | 14:08 | |
Julien-zte | for now, bug/lp/blueprint/bp are supported | 14:08 |
*** doug-fish has joined #openstack-infra | 14:08 | |
fungi | sdague: note that before we adjusted our terminology, the line was that "stackforge" projects couldn't host documentation on docs.openstack.org, so the interpretation has been adjusted for our new reality of stackforge->unofficial | 14:08 |
sdague | fungi: right | 14:09 |
*** |-paul-| has quit IRC | 14:09 | |
openstackgerrit | Raildo Mascena proposed openstack-infra/project-config: Run identity v3 only job in ceilometer https://review.openstack.org/315224 | 14:10 |
*** zz_dimtruck is now known as dimtruck | 14:10 | |
Julien-zte | Currently OPNFV using JIRA:PROJECT-number to tracing issues. and regex is current implementation can not identify this. | 14:10 |
Julien-zte | regex in current implementation can not identify this. | 14:10 |
*** baumann has joined #openstack-infra | 14:11 | |
clarkb | Julien-zte: cant you use bug: project-number? | 14:11 |
*** yamamoto has quit IRC | 14:11 | |
clarkb | Julien-zte: then git review does not need to change | 14:11 |
fungi | clarkb: Julien-zte: i've long felt that gerrit's topic munging based on bug/blueprint references in commit messages is an anti-feature we should deprecate | 14:11 |
anteaya | nibalizer or whoever is able/willing to help, it really would help development progress if we could get the storyboard-dev server stood up | 14:11 |
anteaya | https://review.openstack.org/#/c/312124 | 14:12 |
*** ddieterly has joined #openstack-infra | 14:12 | |
Julien-zte | actually, I hope so. it is defined before I read git-review code. | 14:12 |
anteaya | if folks are willing to have a peek at that | 14:12 |
fungi | clarkb: Julien-zte: auto-setting gerrit topics was much more important in gerrit releases which required a new patchset to alter change topics | 14:12 |
fungi | but current gerrit releases let you adjust change topics all you like without needing new patchsets | 14:13 |
*** inc0 has joined #openstack-infra | 14:13 | |
Julien-zte | fungi, yes, the topic can be changed in the web ui | 14:14 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Add support for http request plugin https://review.openstack.org/314862 | 14:14 |
openstackgerrit | Merged openstack-infra/project-config: Configure npm mirror for nodepool slaves. https://review.openstack.org/315166 | 14:15 |
Julien-zte | I hope it is extracted automatically like current does | 14:15 |
*** links has joined #openstack-infra | 14:15 | |
Julien-zte | fungi, there is any cli command to set topic | 14:15 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Add test and update documentation for mailer plugin https://review.openstack.org/312810 | 14:16 |
*** asilenkov_ has joined #openstack-infra | 14:16 | |
Julien-zte | current regex is too aggressive, string like "bp id" is also be matched, but it has no meaning | 14:17 |
*** amitgandhinz has quit IRC | 14:17 | |
*** amitgandhinz has joined #openstack-infra | 14:18 | |
*** DevBox has joined #openstack-infra | 14:18 | |
electrofelix | waynr: one change and it's dependencies I'd like to get in before the v2 changes land, so we can add a job to exercise non-default config options with any changes is: https://review.openstack.org/309734 | 14:19 |
Julien-zte | if a **word** in commit-message is a keyword, how can not use the normal word, just like using \ before a char, such as *, \, +, etc. | 14:20 |
*** esker has joined #openstack-infra | 14:20 | |
*** cbader has joined #openstack-infra | 14:20 | |
Julien-zte | if a **word** in commit-message is a keyword, how can we use the normal word in commit-message, just like using \ before a char, such as *, \, +, etc. | 14:20 |
electrofelix | waynr: not sure if the split registry work done for https://review.openstack.org/257096 to line up for the deep merge of defaults patch impacts your patches much | 14:20 |
*** esker has quit IRC | 14:20 | |
*** eharney has joined #openstack-infra | 14:21 | |
*** DevBox has quit IRC | 14:21 | |
*** esker has joined #openstack-infra | 14:21 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: XUnitDotNetTestType xUnit publisher support https://review.openstack.org/315779 | 14:21 |
tristanC | Zara: it seems like there could be neat use-case with a generic workflow implementation, though for the specifics of private stories, having a single group such as vmt automatically subscribed to private reports should be good enough | 14:22 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Update Plot plugin https://review.openstack.org/315647 | 14:22 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade https://review.openstack.org/316851 | 14:23 |
jroll | Julien-zte: you can use `git review -t my-topic` to set the topic when committing a change | 14:23 |
*** arxcruz has quit IRC | 14:23 | |
*** yamamoto has joined #openstack-infra | 14:24 | |
*** electrofelix has quit IRC | 14:24 | |
*** markvoelker has joined #openstack-infra | 14:25 | |
Julien-zte | Yes, jroll. then why do we extract topic in commit message? I think it can avoid the same message occurs several times in different places(one in commit-message, the other in topic). | 14:25 |
jroll | Julien-zte: I don't know the answer to that question | 14:25 |
anteaya | tristanC: here is the story for creating private stories: https://storyboard.openstack.org/#!/story/2000568 | 14:25 |
clarkb | its what fungientioned | 14:25 |
clarkb | *fungi mentioned | 14:25 |
jroll | I like this new word | 14:26 |
openstackgerrit | Hongbin Lu proposed openstack-infra/project-config: Disable python3 for old branches of magnumclient https://review.openstack.org/316880 | 14:26 |
clarkb | only recently could you change it without a new patchset | 14:26 |
anteaya | tristanC: we have captured what we believe would be the functionality required in the tasks | 14:26 |
anteaya | tristanC: let us know if you agree | 14:26 |
*** haypo has joined #openstack-infra | 14:26 | |
openstackgerrit | Alexey Stepanov proposed openstack-infra/project-config: fuel-devops: Add pylint&coverage jobs https://review.openstack.org/315948 | 14:27 |
Julien-zte | jroll, I mean that currently git-review support extract topic in commit-message, and can we expand the regex to support another format. | 14:27 |
jroll | Julien-zte: I don't work on git-review, I don't have an opinion on that | 14:27 |
haypo | hi. i'm investigating "Random timeout on gate-trove-python34-db" https://bugs.launchpad.net/trove/+bug/1582257 : i noticed that python 2 has many precompiled wheel packages, whereas python 3 has to compile locally many packages | 14:27 |
openstack | Launchpad bug 1582257 in OpenStack DBaaS (Trove) "Random timeout on gate-trove-python34-db" [Undecided,New] | 14:27 |
*** Jeffrey4l has joined #openstack-infra | 14:28 | |
jroll | Julien-zte: all I intended to do was answer your question about setting the topic | 14:28 |
Julien-zte | jroll, thanks a lot | 14:28 |
anteaya | jroll: thank you | 14:28 |
jroll | Julien-zte: anteaya: welcome :) | 14:28 |
Julien-zte | there is no dedicated irc to git-review, so I'd like to discuss here | 14:28 |
haypo | does someone know what build the wheel packages in the OpenStack repository of Python packages? ex: http://mirror.gra1.ovh.openstack.org/wheel/ubuntu-14.04-x86_64/mako/Mako-1.0.4-py2-none-any.whl | 14:29 |
haypo | i would like to provide wheel packages for Python 3 too ;) | 14:29 |
*** inc0 has quit IRC | 14:29 | |
*** jamesmcarthur has joined #openstack-infra | 14:29 | |
*** inc0 has joined #openstack-infra | 14:29 | |
haypo | to speedup the creation of .tox/py34/ on jobs | 14:29 |
*** markvoelker has quit IRC | 14:30 | |
*** rbrndt has joined #openstack-infra | 14:30 | |
Julien-zte | Maybe git-review is stable enough, and it is not active very much. | 14:30 |
cloudnull | mornings :) | 14:30 |
krotscheck | haypo: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/scripts/wheel-build.sh | 14:31 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Move centos-7 on tripleo-test-cloud-rh1 to h1 https://review.openstack.org/316887 | 14:31 |
*** yamamoto has quit IRC | 14:32 | |
sc68cal | anteaya: if you are free, could you take a look at https://review.openstack.org/#/c/299843/ ? | 14:32 |
fungi | Julien-zte: i have a change proposed for its CONTRIBUTING.rst file trying to explain that situation. the trick is finding a good balance of wording to explain that we want to fix legitimate bugs/regressions in the tool, improve its documentation and testing, but if anything we need to simplify it rather than add more features or continue extending existing features | 14:32 |
fungi | Julien-zte: and i feel like having it scrape commit messages to find details of things it should communicate to gerrit is a fragile and hacky process bringing minimal benefit, so something we should look at getting rid of rather than making that situation worse | 14:34 |
*** yamamoto has joined #openstack-infra | 14:34 | |
fungi | Julien-zte: but it's also an existing behavior, so getting rid of it would take some time and careful communication to properly deprecate without surprising too many people | 14:35 |
*** electrofelix has joined #openstack-infra | 14:35 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Move centos-7 on tripleo-test-cloud-rh1 to h1 https://review.openstack.org/316887 | 14:35 |
*** edmondsw has joined #openstack-infra | 14:35 | |
openstackgerrit | Merged openstack-infra/python-storyboardclient: Get storyboard resources by properties other than ID https://review.openstack.org/305411 | 14:35 |
Julien-zte | fungi, yes, I have read docs in repo of git-review | 14:35 |
*** sarob has joined #openstack-infra | 14:36 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7 https://review.openstack.org/316856 | 14:36 |
anteaya | sc68cal: okay I need to see an upvote from the devstack-gate ptl (fungi) and an upvote from someone that is or has the confidence of the qa ptl for grenade, devstack and tempest | 14:36 |
anteaya | sc68cal: I see you have the neutron ptl on that patch already, thank you | 14:36 |
openstackgerrit | Victor Stinner proposed openstack-infra/project-config: Build also wheel packages for Python 3 https://review.openstack.org/316890 | 14:36 |
fungi | anteaya: sc68cal: which change? | 14:36 |
sc68cal | fungi: https://review.openstack.org/#/c/299843/ | 14:37 |
anteaya | 299843 | 14:37 |
*** cody-somerville has quit IRC | 14:37 | |
*** rajinir has joined #openstack-infra | 14:37 | |
tristanC | anteaya: the "automate story visibility to teams" task added by SotK is lgtm :) | 14:37 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Do not set IRONIC_VM_COUNT from devstack-gate https://review.openstack.org/314532 | 14:38 |
anteaya | tristanC Zara SotK thank you tristan | 14:38 |
haypo | krotscheck: thanks! i proposed https://review.openstack.org/316890 to build also packages for Python 3 | 14:38 |
sc68cal | anteaya: agreed. I think oomichi might be offline | 14:38 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/project-config: Add ironic cleaning job https://review.openstack.org/304473 | 14:38 |
anteaya | sc68cal: understood, see if you can dig up sdague or mtreinish | 14:38 |
asilenkov_ | Hello! I wonder if `git gc --aggressive` should be run on review.openstack.org projects. Eg: https://review.openstack.org/#/admin/projects/openstack/horizon takes forever to checkout. .git/objects/pack is 196Mb total. `git gc --aggressive` makes it 5 times smaller total 35Mb. | 14:39 |
anteaya | I'm thinking they would be in the category, has the confidence of the qa ptl | 14:39 |
sc68cal | anteaya: ack. I think I might have used up my favors with them though :) | 14:39 |
Julien-zte | fungi, is there any docs or wiki for features to be deprecated in the future? I so, I'd avoid this | 14:39 |
anteaya | sc68cal: ah okay, well I'm not going to be responsible for sticking any new voting jobs on their repos without their say so | 14:39 |
anteaya | sc68cal: not sure what the best way forward is here | 14:40 |
sc68cal | anteaya: sorry, that was a joke - I agree that we should get buy-in from those you suggested | 14:40 |
anteaya | sc68cal: sorry too tired to recognized a joke | 14:41 |
anteaya | sc68cal: my apologies for missing it | 14:41 |
sc68cal | no worries | 14:41 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add magnum rcs calls to shade https://review.openstack.org/316851 | 14:41 |
anteaya | sc68cal: you | 14:41 |
anteaya | 'll see fungi has a question on your patch | 14:41 |
fungi | Julien-zte: not yet, but i expect we'd communicate that by adding changes to deprecate things (update documentation about features being deprecated, add warning messages, provide alternate mechanisms, et cetera) rather than merely documenting what we want to deprecate | 14:42 |
*** dprince has quit IRC | 14:42 | |
fungi | Julien-zte: i'll see if i can come up with a good deprecation change to propose for that feature and get some feedback from reviewers | 14:42 |
*** smcginnis has quit IRC | 14:42 | |
Julien-zte | thanks fungi | 14:42 |
fungi | sc68cal: anteaya: yes, curious if there's a reason to keep the non-neutron grenade multinode job around on devstack-gate changes, especially with nova network officially deprecated again | 14:43 |
mnaser | hi -infra, is there anyone with access to the infrastructure that has a few minutes? we're doing a block storage backend migration and there's a volume used at the moment which needs to be migrated. all that we require is: create new volume, attach to existing server, move data using tool of choice (afaik it's lvm, so pvmove can be used), detach and delete old volume | 14:43 |
sc68cal | fungi: replying - the tl;dr is that neutron refactor in devstack paves way for neutron to become the default. It is still in progress so we can't remove the jobs you highlighted yet | 14:44 |
*** tphummel has joined #openstack-infra | 14:44 | |
*** vhosakot has quit IRC | 14:44 | |
fungi | mnaser: i can do that. it's the volume on the mirror host there which needs that treatment i guess? | 14:44 |
mnaser | fungi: correct! | 14:45 |
fungi | sc68cal: fair enough... +2, just needs qa team buy-off i guess | 14:45 |
mtreinish | anteaya: I'm around, what do I need to look at? | 14:45 |
anteaya | mtreinish: https://review.openstack.org/#/c/299843/ | 14:46 |
anteaya | mtreinish: thank you | 14:46 |
*** Bhargava has joined #openstack-infra | 14:48 | |
Bhargava | Hi | 14:49 |
*** salv-orlando has quit IRC | 14:49 | |
*** amotoki has joined #openstack-infra | 14:49 | |
Bhargava | I am new to this openstack, i am just trying to install devstack using container | 14:50 |
mtreinish | anteaya: +1 | 14:50 |
Bhargava | i found a bug in the manual while installing devstack with container | 14:50 |
Bhargava | can someone review this and confirm https://bugs.launchpad.net/devstack/+bug/1582248 | 14:50 |
openstack | Launchpad bug 1582248 in devstack "Wrong container name in devstack "All-In-One Single LXC Container" manual." [Undecided,New] - Assigned to Bhargava Regalla (br983u) | 14:50 |
*** jlanoux_ has quit IRC | 14:50 | |
*** salv-orlando has joined #openstack-infra | 14:50 | |
anteaya | mtreinish: thank you | 14:51 |
openstackgerrit | Alexey Stepanov proposed openstack-infra/project-config: fuel-devops: Add pylint&coverage jobs https://review.openstack.org/315948 | 14:51 |
*** psachin has quit IRC | 14:52 | |
anteaya | sc68cal mtreinish away it goes, watch it closely, ping if you need a revert | 14:53 |
fungi | mtreinish: since you have some critical opinions on storyboard as a result of being an unwilling beta tester, if you get a few moments Zara and SotK (along with the other attendees of the sb sprint going on this week) might benefit from any clear enumeration of your remaining concerns about its featureset/lack thereof so they can incorporate it into their development plans | 14:53 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7 https://review.openstack.org/316856 | 14:54 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Move centos-7 on tripleo-test-cloud-rh1 to h2 https://review.openstack.org/316887 | 14:54 |
*** notmorgan has joined #openstack-infra | 14:54 | |
sc68cal | anteaya: thank you for the guidance, as always | 14:54 |
*** nadya has quit IRC | 14:54 | |
*** jaosorior has quit IRC | 14:55 | |
*** nadya has joined #openstack-infra | 14:55 | |
anteaya | sc68cal: thank you, I hope that you learn something useful from this | 14:55 |
anteaya | <-- back to focusing on storyboard mid-cycle | 14:55 |
*** jaosorior has joined #openstack-infra | 14:55 | |
*** superdan is now known as dansmith | 14:56 | |
*** Na3iL has joined #openstack-infra | 14:56 | |
mtreinish | fungi: tbh, I haven't played with it enough since things started up again on dev to know where the gaps are anymore | 14:57 |
mtreinish | because apparently a lot of my old complaints have been addressed | 14:57 |
pabelanger | fungi: project-config-core: would like some help landing https://review.openstack.org/#/c/316887/ if possible. First step at migrating tripleo-ci to centos-7 DIBs today | 14:57 |
*** Julien-zte has quit IRC | 14:58 | |
*** Bhargava has left #openstack-infra | 14:58 | |
mtreinish | fungi: I'll need to get used to having a bug tracker again for my projects (which is gonna be hard since it's been ~2yrs w/o one) over there and start trying to using it again | 14:58 |
*** smcginnis has joined #openstack-infra | 14:59 | |
*** armax has joined #openstack-infra | 14:59 | |
*** nadya has quit IRC | 14:59 | |
fungi | mtreinish: i certainly feel the same. i just updated one git-review bug earlier today which was 50% comments like "does anyone actually look at these bug reports?" | 14:59 |
*** Julien-zte has joined #openstack-infra | 14:59 | |
fungi | it's taking time to get back on track with digging through them | 15:00 |
*** esker has quit IRC | 15:00 | |
mtreinish | fungi: I'll try to start playing with it some more this week | 15:00 |
dstufft | fungi: life hack, bug trackers are just comments for software so don't read the comments :P | 15:00 |
*** julim has quit IRC | 15:01 | |
fungi | dstufft: or they might be a tarpit to deflect requests for stuff you don't have time to work on to places where you won't even have to know about them | 15:01 |
*** jaosorior has quit IRC | 15:01 | |
*** jaosorior has joined #openstack-infra | 15:02 | |
dstufft | fungi: I see you've found the PyPI and pip bug trackers | 15:02 |
fungi | bwahahahaha | 15:02 |
*** mescanef_ has quit IRC | 15:03 | |
*** gordc has quit IRC | 15:03 | |
*** mescanef has joined #openstack-infra | 15:03 | |
*** julim has joined #openstack-infra | 15:03 | |
*** jaranovich has quit IRC | 15:03 | |
*** Julien-zte has quit IRC | 15:04 | |
*** tonytan4ever has quit IRC | 15:04 | |
*** lennyb has joined #openstack-infra | 15:04 | |
*** jaranovich has joined #openstack-infra | 15:05 | |
EmilienM | pabelanger: bonjour! please ping me when you have time this week to finish the Gem mirror work | 15:05 |
EmilienM | I saw your message on https://review.openstack.org/#/c/253616/ | 15:05 |
*** yarkot has quit IRC | 15:05 | |
pabelanger | EmilienM: sure, I want to get epel online first, then move to gem | 15:06 |
pabelanger | EmilienM: but I'll patch the review with some missing AFS bits | 15:06 |
*** deadnull_ has quit IRC | 15:06 | |
*** mixos has joined #openstack-infra | 15:06 | |
EmilienM | pabelanger: let me know how can I help. I'm UTC +2 this week fyi | 15:06 |
pabelanger | EmilienM: ack | 15:07 |
*** yarkot has joined #openstack-infra | 15:07 | |
*** mixos_ has joined #openstack-infra | 15:07 | |
*** sree has quit IRC | 15:08 | |
openstackgerrit | Merged openstack-infra/project-config: Make grenade-dsvm-neutron-multinode voting https://review.openstack.org/299843 | 15:10 |
openstackgerrit | Merged openstack-infra/project-config: Add failure rate graphs for grenade jobs to Neutron Grafana dashboard https://review.openstack.org/314689 | 15:10 |
*** _prad_ is now known as pradk- | 15:11 | |
*** mixos has quit IRC | 15:11 | |
openstackgerrit | Merged openstack-infra/release-tools: automatically submit constraint updates after tagging https://review.openstack.org/314111 | 15:14 |
anteaya | nibalizer: we'd really like a proper dev instance for storyboard, SotK has a question on https://review.openstack.org/#/c/312124/ | 15:14 |
openstackgerrit | Merged openstack-infra/release-tools: fix previous version detection for repos with no tags https://review.openstack.org/314234 | 15:14 |
anteaya | nibalizer: then I'll see about rounding up more reviews | 15:14 |
*** rossella_s has joined #openstack-infra | 15:14 | |
*** Swanson has quit IRC | 15:14 | |
*** xarses has joined #openstack-infra | 15:15 | |
*** ddecapit has joined #openstack-infra | 15:15 | |
*** jpr has joined #openstack-infra | 15:15 | |
anteaya | I passed by a place this morning that advertises 'proper hamburgers' | 15:16 |
anteaya | I wonder what the criteria is | 15:16 |
anteaya | and what constitutes an improper hamburger | 15:16 |
anteaya | I mean really a disc of ground meat | 15:16 |
anteaya | how can you mess that up? | 15:16 |
fungi | anteaya: perhaps in the style to which residents of hamburg, germany are accustomed? | 15:17 |
anteaya | ah | 15:17 |
fungi | (mmm, spicy mustard!) | 15:17 |
anteaya | perhaps that is the criteria | 15:17 |
anteaya | oh the mustard | 15:17 |
*** Jeffrey4l has quit IRC | 15:17 | |
fungi | though i have a hard time believing a shop in manchester has any chance of being in tune with the experiences of people in hamburg | 15:18 |
*** maishsk has joined #openstack-infra | 15:18 | |
anteaya | fungi: I too suffer the same affliction | 15:18 |
fungi | pesky body of water separating them, and all | 15:18 |
anteaya | I have stayed away from the British mexican food thus far | 15:18 |
anteaya | ha ha ha | 15:18 |
*** zqfan has joined #openstack-infra | 15:19 | |
waynr | electrofelix: I don't think the registry decomposition itself will be a problem for the work I am doing. the "deep merge of defaults" however will be a serious problem, especially if it becomes the default behavior without a deprecation period | 15:21 |
*** jlanoux has joined #openstack-infra | 15:21 | |
waynr | it will be a serious problem because it will directly impact most of my job definitions | 15:21 |
*** esikachev has quit IRC | 15:21 | |
notmorgan | yolanda: ping re betamax, is the order of "credentials" being passed https://review.openstack.org/#/c/311133/10/keystoneauth1/fixture/hooks.py here important? it doesn't look to be | 15:22 |
waynr | (since my job definitions relies on defaults being overridden rather than deeply merged, same issue I brought up last year when that change was first introduced) | 15:22 |
notmorgan | yolanda: i would like to see it move to using a frozenset or other non-mutable default. (also shows we need bandit on keystoneauth) | 15:23 |
*** akaszuba has quit IRC | 15:23 | |
electrofelix | waynr: indeed, I don't think we'll be turning it on by default before v2 releases, I would like to get some of the capability to test non-default configs against the openstack job configs in before we even consider landing more items hidden behind confs | 15:24 |
waynr | electrofelix: are you saying that it won't be the default behavior until v3 and later? | 15:24 |
*** yamahata has joined #openstack-infra | 15:25 | |
anteaya | fungi: so having a storyboard-dev server would really help the storyboard team | 15:25 |
anteaya | and nibalizer has a patch up for it and everything | 15:26 |
anteaya | fungi: https://review.openstack.org/#/c/312124/ | 15:26 |
anteaya | it is coming to the end of the day here | 15:26 |
anteaya | fungi: might I impose on you to flex some of your ptl-ness | 15:26 |
anteaya | and assist us in our quest? | 15:26 |
penguinolog | Review please: https://review.openstack.org/315948 - we need to block fall of tests coverage on fuel-devops, while new features development is in active state. | 15:27 |
*** amotoki has quit IRC | 15:28 | |
fungi | anteaya: i'm in a meeting for the next half hour or so, but will poke at updating it | 15:28 |
anteaya | fungi: thank you | 15:28 |
anteaya | fungi: sorry to bother you during your meeting | 15:29 |
fungi | SotK's comments are spot on | 15:29 |
fungi | so need fixing | 15:29 |
anteaya | fungi: yes, glad he spotted that, sorry that I missed it | 15:29 |
*** rkukura has joined #openstack-infra | 15:30 | |
*** doug-fish has quit IRC | 15:30 | |
*** savihou has quit IRC | 15:30 | |
*** abregman_ has quit IRC | 15:31 | |
*** esker has joined #openstack-infra | 15:31 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Add a storyboard-dev server https://review.openstack.org/312124 | 15:31 |
*** esker has quit IRC | 15:31 | |
*** esker has joined #openstack-infra | 15:32 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci: WIP: DONT MERGE Running tests https://review.openstack.org/316436 | 15:32 |
mattt | hi all, can anyone indicate why this build seems to sit idle for > 30 mins then time out? http://logs.openstack.org/66/315366/9/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-trusty/304a1e5/console.html | 15:32 |
pabelanger | fungi: anteaya: left a quick comment on 312124 about hiera values | 15:33 |
anteaya | pabelanger: thank you | 15:33 |
*** ddecapit has quit IRC | 15:34 | |
electrofelix | waynr: I think that makes sense, even if we included in V2, it would have to be off by default | 15:34 |
*** rhochmuth has quit IRC | 15:34 | |
mattt | the previous gate run seemed to do the same thing: http://logs.openstack.org/66/315366/9/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-trusty/d9e62f2/console.html | 15:34 |
*** harlowja_at_home has joined #openstack-infra | 15:34 | |
*** rhochmuth has joined #openstack-infra | 15:34 | |
*** rhochmuth has quit IRC | 15:34 | |
*** jamesmcarthur has quit IRC | 15:36 | |
*** rhochmuth has joined #openstack-infra | 15:36 | |
*** ddecapit has joined #openstack-infra | 15:36 | |
waynr | cool | 15:36 |
fungi | electrofelix: maybe 10.100.100.102 isn't reachable from localhost and ConnectTimeout=10 is ignored for some reason? | 15:37 |
*** kmartin has joined #openstack-infra | 15:38 | |
nibalizer | ohai | 15:38 |
electrofelix | fungi: you meant someone else? | 15:38 |
fungi | electrofelix: oh, yep, i misread scrollback, sorry! | 15:39 |
*** jamesmcarthur has joined #openstack-infra | 15:39 | |
fungi | mattt: maybe 10.100.100.102 isn't reachable from localhost and ConnectTimeout=10 is ignored for some reason? | 15:39 |
anteaya | nibalizer: morning | 15:39 |
anteaya | nibalizer: I strong armed fungi to help get the storyboard-dev instance patch moving: https://review.openstack.org/#/c/312124/ | 15:40 |
anteaya | nibalizer: he was most accommodating | 15:40 |
anteaya | nibalizer: we are almost end of day here at the storyboard mid-cycle, would be a great finale to have a dev instance | 15:41 |
anteaya | they have new features they want folks to play with | 15:41 |
mattt | fungi: odd that the two runs would have a container fail right at that same task | 15:41 |
*** Jeffrey4l has joined #openstack-infra | 15:41 | |
anteaya | the dev server is the best place | 15:41 |
*** prometheanfire has joined #openstack-infra | 15:42 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Migrate tripleo to centos-7 https://review.openstack.org/316856 | 15:42 |
*** maishsk has quit IRC | 15:42 | |
*** maishsk_ has joined #openstack-infra | 15:42 | |
*** Liuqing has quit IRC | 15:43 | |
*** esker has quit IRC | 15:44 | |
*** dmk0202 has quit IRC | 15:44 | |
mattt | fungi: i wonder if there is an issue with the jenkins timeout here | 15:45 |
pabelanger | anteaya: nibalizer: fungi: do you have a moment to +A https://review.openstack.org/#/c/316887/ That will help migrate tripleo to centos-7 later today | 15:45 |
mattt | fungi: it's like there is a soft timeout and a hard timeout at play :) | 15:46 |
mattt | fungi: almost seems like the run times out after 30 mins, but then the job doesn't get killed until after 60 mins | 15:46 |
*** bpokorny has joined #openstack-infra | 15:46 | |
*** ewilson has quit IRC | 15:46 | |
*** tojuvone has quit IRC | 15:47 | |
*** tojuvone has joined #openstack-infra | 15:48 | |
*** rhochmuth has quit IRC | 15:48 | |
*** Sukhdev has joined #openstack-infra | 15:48 | |
nibalizer | oh i didn't realize! | 15:48 |
nibalizer | so sorry, you should have had your dev server before that | 15:48 |
nibalizer | i've got oone more minor nitpick on the storyboard-dev patch then i'm ready to start rockin | 15:49 |
fungi | mattt: devstack-gate reads the jenkins job timeout in the calling environment and then subtracts the time spent getting through some initial setup and also subtracts a little fudge factor for cleanup/log copying tasks at the end, and times out the inner test payload early enough for that to still be possible | 15:49 |
*** lakshmiS has joined #openstack-infra | 15:49 | |
*** ewilson has joined #openstack-infra | 15:50 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Add a storyboard-dev server https://review.openstack.org/312124 | 15:50 |
*** prometheanfire has quit IRC | 15:51 | |
*** gordc has joined #openstack-infra | 15:51 | |
*** prometheanfire has joined #openstack-infra | 15:53 | |
mattt | fungi: my guess is something isn't right with the config of this repo, because every failure i see has about 30 mins discrepancy between the last take and when the job is killed | 15:53 |
rcarrillocruz | nibalizer: heya, when you get a sec, mind approving https://review.openstack.org/#/c/311275/ ? is the final cloud-launcher change... | 15:53 |
*** _sarob has joined #openstack-infra | 15:53 | |
openstackgerrit | Vasyl Saienko proposed openstack-infra/project-config: Add ironic cleaning job https://review.openstack.org/304473 | 15:55 |
*** nadya has joined #openstack-infra | 15:55 | |
fungi | mattt: well, unless you're seeing something i'm not, that ssh call never returns control to the calling script and then half an hour later the job is terminated because it reaches its timeout | 15:55 |
*** sarob has quit IRC | 15:56 | |
*** thiagop has joined #openstack-infra | 15:56 | |
nibalizer | fungi: self signed cert for storyboard-dev or full cert? | 15:56 |
*** fernnest has joined #openstack-infra | 15:57 | |
*** asettle has quit IRC | 15:57 | |
*** fernnest_ has joined #openstack-infra | 15:57 | |
mattt | fungi: another run on that same review: http://logs.openstack.org/66/315366/8/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-trusty/dca17e1/console.html.gz | 15:57 |
mattt | it experiences same issue but this time on a different task | 15:57 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Fix date format for agg_count and get_test_counts_in_date_range() https://review.openstack.org/316948 | 15:58 |
*** kjorgensen has joined #openstack-infra | 15:58 | |
fungi | nibalizer: i think i made one because of the https/javascript conundrum with getting untrusted certs accepted, checking | 15:58 |
sdague | hmm, osic mirrors go all funny? | 15:58 |
sdague | http://logs.openstack.org/26/316726/4/gate/gate-nova-requirements/a0f18dc/console.html | 15:58 |
mattt | fungi: another role which runs much faster runs all the same tempest code without any issue: http://logs.openstack.org/05/316705/1/check/gate-openstack-ansible-os_cinder-ansible-func-ubuntu-trusty/829d42b/console.html | 15:58 |
*** inc0_ has joined #openstack-infra | 15:58 | |
openstackgerrit | Merged openstack-infra/project-config: Move centos-7 on tripleo-test-cloud-rh1 to h2 https://review.openstack.org/316887 | 15:59 |
*** tosky has quit IRC | 15:59 | |
jeblair | sdague: confirmed. that host is not listening on port 80; it is listening on port 22, but i have no access. | 15:59 |
fungi | sdague: "Unable to connect to mirror.regionone.osic-cloud1.openstack.org" in the log | 15:59 |
fungi | seems dire | 16:00 |
jeblair | fungi: ^ | 16:00 |
sdague | ok, I think that's the cause of most of the gate failure right now | 16:00 |
fungi | huh, did we never add that one to cacti? | 16:00 |
jeblair | i can never remember what we call the clouds in clouds.yaml | 16:01 |
sdague | or at least some large portion | 16:01 |
jeblair | openstackci-osic-cloud1 | 16:01 |
*** inc0 has quit IRC | 16:01 | |
jeblair | i see a server there with 'openstack server list', but no public ip | 16:01 |
*** sridhar_ram has joined #openstack-infra | 16:02 | |
fungi | cloudnull: we've got an interesting situation with our mirror instance in osic | 16:02 |
fungi | if you're around | 16:02 |
fungi | i'll work on a change to pull them out of nodepool temporarily | 16:02 |
cloudnull | fungi: ack | 16:03 |
jeblair | fungi, cloudnull: kinda looks like the server is still there but the public ip has found a server it likes better | 16:03 |
jeblair | um it's back now. | 16:04 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Temporarily disable OSIC in nodepool https://review.openstack.org/316964 | 16:04 |
cloudnull | fungi: can you check that again . | 16:04 |
nibalizer | jeblair: fickle things, ips | 16:04 |
fungi | i'll manually submit that ^ | 16:04 |
cloudnull | jeblair: | 16:04 |
*** julim has quit IRC | 16:04 | |
fungi | huh? suddenly fixed: | 16:04 |
fungi | ? | 16:04 |
cloudnull | no. | 16:04 |
cloudnull | well yea | 16:04 |
fungi | holding off | 16:04 |
*** ddecapit has quit IRC | 16:04 | |
mtreinish | fungi: so I was just playing with some storyboard stuff. The biggest thing for me right now is the lack of gerrit integration, I twice missed that 2 open bugs were already in progress because there was no automation there (I even pushed another fix for 1 of them) | 16:04 |
cloudnull | we ran a floating IP clean up to release all of the floating ip addresses that had no port. sadly released all of the floats. | 16:05 |
nibalizer | myi was able to ssh in | 16:05 |
*** savihou has joined #openstack-infra | 16:05 | |
jeblair | this is what i saw: http://paste.openstack.org/show/497239/ | 16:05 |
cloudnull | we have a backup | 16:05 |
cloudnull | so its beeing restored. | 16:05 |
anteaya | mtreinish: wonderful, we discussed that today | 16:05 |
fungi | cloudnull: oh, so floating ip addresses were purged even from existing instances? | 16:05 |
cloudnull | yup... | 16:05 |
cloudnull | :'( | 16:05 |
anteaya | mtreinish: there is api functionality in place already | 16:05 |
*** julim has joined #openstack-infra | 16:06 | |
anteaya | mtreinish: here is the higher level story: https://storyboard.openstack.org/#!/story/2000012 | 16:06 |
cloudnull | fungi: we've ran through and re-applied the mappings | 16:06 |
fungi | cloudnull: thanks! | 16:06 |
cloudnull | sorry. | 16:06 |
fungi | it does seem to be working again | 16:06 |
*** earlephilhower has quit IRC | 16:06 | |
fungi | sdague: ^ | 16:06 |
fungi | i'll abandon my change | 16:06 |
anteaya | mtreinish: my mistake, there is api functionality in place for user teams, a piece for private stories | 16:07 |
*** Murad_ has quit IRC | 16:07 | |
*** Murad has quit IRC | 16:07 | |
anteaya | mtreinish: my mistake I was confused | 16:07 |
sdague | ok, cool | 16:07 |
anteaya | we are hoping to have the dev server up soon so we can test the api functionality in order to add the ui bits for user teams | 16:08 |
anteaya | mtreinish: but you want gerrit automation functionality, which I totally understand | 16:08 |
cloudnull | fungi sdague jeblair if you all find something else off please let me know | 16:08 |
fungi | anteaya: mtreinish: right, the missing integration you're talking about is to get storyboard consuming gerrit's event stream looking for changes which would close open tasks, and then update them in the associated stories (at least that was the model we discussed for it, as opposed to the current gerrit hook scripts we have talking actively to the lp api) | 16:09 |
*** gyee has joined #openstack-infra | 16:09 | |
sdague | ok, I found a sacrificial patch in gate to reset the rest of the failing stuff to try over | 16:09 |
*** mikelk has quit IRC | 16:10 | |
jeblair | sdague: we might be able to try 'promoting' the top of the gate to the top of the gate and see if that resets... | 16:10 |
jeblair | sdague: (if you think that's worthwhile; up to you) | 16:10 |
sdague | jeblair: I found a readme requirements change | 16:10 |
jeblair | ok | 16:10 |
*** jamesmcarthur has quit IRC | 16:10 | |
anteaya | fungi mtreinish right that was what we outlined today, having a commit syntax that maps to a task id (available via the api but not the ui) to update the task with the url of a change, to update the assignee and to update the task status | 16:10 |
sdague | hit the rebase button | 16:10 |
jeblair | that's easier | 16:10 |
sdague | it restarted the gate behind it | 16:10 |
SotK | anteaya, fungi, mtreinish: https://storyboard.openstack.org/?#!/story/2000584 is the story for that | 16:11 |
*** Swami has joined #openstack-infra | 16:11 | |
*** inc0_ has quit IRC | 16:11 | |
mtreinish | fungi: oh, I just assumed it would be a jeepyb patch to make it understand how to talk to storyboard. I guess making storyboard understand gerrit is cleaner though | 16:11 |
*** jamesmcarthur has joined #openstack-infra | 16:11 | |
fungi | mtreinish: yeah, in the lp case we're doing what we can given we don't control the lp api, and working within its permissions implementation to make that even possible is a nightmare, fraught with frequent missteps | 16:12 |
fungi | a clean implementation for sb would likely be a persistent privileged worker that sniffs the gerrit event stream and talks to the sb api, which also has the benefit of not having to muddy sb itself with gerritisms | 16:13 |
fungi | i vaguely recall (having not looked at the writeup for it in a while) that was the direction the team was heading with it | 16:14 |
nibalizer | infra-root taking the hiera lok | 16:14 |
nibalizer | lock* | 16:14 |
*** salv-orl_ has joined #openstack-infra | 16:15 | |
Zara | fungi: yes, that sounds right to me, I started work on a proof-of-concept for it in that direction, then got distracted by summity things :) | 16:15 |
openstackgerrit | Paul Belanger proposed openstack-infra/tripleo-ci: Update README https://review.openstack.org/316973 | 16:17 |
nibalizer | infra-root lock released | 16:17 |
zaro | morning | 16:17 |
* rcarrillocruz remembers talking about refactoring jeepyb to make it more pluggable , and not just a lp client | 16:17 | |
nibalizer | do we have automation arround geting a trove instance, or just openstack commands ? | 16:17 |
rcarrillocruz | that was on the germany infra mid cycle tho :D | 16:17 |
rcarrillocruz | darmstadt | 16:18 |
*** rhochmuth has joined #openstack-infra | 16:18 | |
anteaya | zaro: morning | 16:18 |
*** salv-orlando has quit IRC | 16:18 | |
fungi | nibalizer: troveclient/openstackclient commands or the rackspace dashboard | 16:18 |
nibalizer | fungi: rgr | 16:18 |
jeblair | nibalizer: i don't think we have automation -- just make sure you tell it to use fungi's "sanity" configuration. | 16:18 |
anteaya | rcarrillocruz: that takes me back | 16:19 |
nibalizer | jeblair: where does fungi keep his sanity? | 16:19 |
fungi | nibalizer: but as i said before, i believe i already created it and put the hiera keys for it in place, though you may need to retrieve them from before the per-host hiera split | 16:19 |
nibalizer | fungi: ohhh that's what you're talking about | 16:19 |
zaro | rcarrillocruz: isn't jeepyb more just a set of gerrit helper scripts? | 16:19 |
rcarrillocruz | it's an amalgam of scripts | 16:19 |
fungi | nibalizer: i'm checking on it now | 16:20 |
rcarrillocruz | one of them is the script that puts a LP closed whenever a change gets merged and contains "Closes-Bug: LP-123123" | 16:20 |
jeblair | nibalizer: (for completeness: in the webui at least, there's like a dropdown of "use this settings configuration for this trove instance" and one of them is called 'sanity' or something) | 16:20 |
rcarrillocruz | zaro: ^ | 16:20 |
rcarrillocruz | i remember it cos I was looking at it, since HOS folks wanted a hook to close Jira bugs similar to what upstream has for Launchpad | 16:21 |
rcarrillocruz | but then got dragged by Gozer ... | 16:21 |
rcarrillocruz | :D | 16:21 |
*** inc0 has joined #openstack-infra | 16:21 | |
*** brucet has quit IRC | 16:21 | |
fungi | nibalizer: git show 0414343e058e38d1796057279a5b9c1f499fa675 | 16:21 |
zaro | rcarrillocruz: yeah, that's an LP/gerrit integration. jeepyb should just be deprecated with some gerrit plugins. | 16:21 |
*** shashank_hegde has joined #openstack-infra | 16:21 | |
nibalizer | fungi: awesome tanks | 16:21 |
fungi | nibalizer: in /etc/puppet/hieradata on the puppetmaster | 16:21 |
nibalizer | infra-root taking the hiera lock | 16:22 |
zaro | rcarrillocruz: i believe there's a gerrit jira its plugin that allows you to do that. | 16:23 |
*** julim has quit IRC | 16:23 | |
rcarrillocruz | must be... although fortunately for me i don't have to look at it for Gozer :D | 16:23 |
zaro | rcarrillocruz: cool, just don't put anymore work into jeepyb :) | 16:24 |
rcarrillocruz | lol | 16:25 |
*** e0ne has quit IRC | 16:25 | |
*** nmagnezi has joined #openstack-infra | 16:26 | |
*** jdob has joined #openstack-infra | 16:26 | |
*** oanson has joined #openstack-infra | 16:27 | |
jdob | question about the api-ref migration: https://review.openstack.org/#/c/312726/ merged, when should I start seeing that job appear for heat reviews? | 16:28 |
*** raildo has left #openstack-infra | 16:28 | |
*** _sarob has quit IRC | 16:28 | |
*** raildo has joined #openstack-infra | 16:28 | |
*** derekh has quit IRC | 16:28 | |
nibalizer | infra-root done with the lock | 16:28 |
openstackgerrit | Merged openstack-dev/hacking: Add reno and release notes tracking https://review.openstack.org/308472 | 16:28 |
*** shashank_hegde has quit IRC | 16:30 | |
*** vhosakot has joined #openstack-infra | 16:30 | |
*** Apoorva has joined #openstack-infra | 16:30 | |
fungi | nibalizer: and i say start out trying to use the snakeoil cert on the server, but if (as suspected) it doesn't work with javascript callbacks from storyboard-webclient to the rest api, i may need to bite the bullet and buy one (i don't see any indication that i've done so, looked in the likely places for evidence of one) | 16:32 |
nibalizer | fungi: wfm | 16:32 |
nibalizer | thanks for checking all that out, and thanks to past-you for spinning up trove | 16:33 |
fungi | thanks for picking up my half-finished work | 16:33 |
fungi | from probably a year ago | 16:33 |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/hacking: Updated from global requirements https://review.openstack.org/316980 | 16:34 |
*** julim has joined #openstack-infra | 16:34 | |
* rcarrillocruz thinking would be good to add trove to cloud-launcher role, since it's already available on ansible modules... | 16:35 | |
*** savihou has quit IRC | 16:40 | |
openstackgerrit | Numan Siddique proposed openstack-infra/project-config: Enable functional test job in openstack ci for networking-ovn https://review.openstack.org/316983 | 16:40 |
*** IlyaG has joined #openstack-infra | 16:41 | |
*** oanson has quit IRC | 16:41 | |
*** savihou has joined #openstack-infra | 16:41 | |
*** rossella_s has quit IRC | 16:41 | |
*** kzaitsev_mb has quit IRC | 16:42 | |
*** Jeffrey4l has quit IRC | 16:43 | |
*** oanson has joined #openstack-infra | 16:43 | |
*** trown is now known as trown|lunch | 16:45 | |
*** links has quit IRC | 16:47 | |
rcarrillocruz | ah no, it's on shade, not in ansible | 16:47 |
rcarrillocruz | hmmmmm | 16:47 |
openstackgerrit | Mario David proposed openstack-infra/shade: add project_id to create_router https://review.openstack.org/316987 | 16:48 |
openstackgerrit | Mario David proposed openstack-infra/shade: add .idea to .gitignore https://review.openstack.org/316988 | 16:48 |
*** jlanoux has quit IRC | 16:49 | |
rcarrillocruz | and the trove support is just importing the library and exposing the client ... | 16:50 |
rcarrillocruz | k, i guess i can work on that | 16:50 |
*** harlowja_at_home has quit IRC | 16:53 | |
*** IlyaG has quit IRC | 16:54 | |
*** lakshmiS has quit IRC | 16:54 | |
*** johnny__ has joined #openstack-infra | 16:54 | |
openstackgerrit | Paul Belanger proposed openstack-infra/tripleo-ci: Revert check for centos to free HDD space https://review.openstack.org/316973 | 16:56 |
*** baumann has quit IRC | 16:57 | |
*** ihrachys has quit IRC | 16:58 | |
crinkle | jeblair: do you want to reevaluate your -1 on https://review.openstack.org/#/c/244917 in light of SpamapS's responses? | 16:58 |
*** shashank_hegde has joined #openstack-infra | 17:00 | |
*** inc0 has quit IRC | 17:01 | |
*** jamesmcarthur has quit IRC | 17:01 | |
*** asilenkov_ has quit IRC | 17:02 | |
*** jerryz has joined #openstack-infra | 17:02 | |
jeblair | crinkle, SpamapS: i can remove my -1, but without examples of a job config that sets the appropriate prefix, or a link to the promised documentation, i don't think i can +2 it. | 17:02 |
*** jistr has quit IRC | 17:02 | |
*** Qiming has quit IRC | 17:03 | |
openstackgerrit | Lakshmi N Sampath proposed openstack-infra/project-config: Use ES2.x for searchlight tests https://review.openstack.org/317000 | 17:07 |
openstackgerrit | Graham Hayes proposed openstack-infra/project-config: Add api-ref jobs to Designate https://review.openstack.org/317001 | 17:07 |
*** doug-fish has joined #openstack-infra | 17:08 | |
*** nadya has quit IRC | 17:09 | |
*** tosky has joined #openstack-infra | 17:09 | |
openstackgerrit | Lakshmi N Sampath proposed openstack-infra/project-config: Use ES2.x for searchlight tests https://review.openstack.org/317000 | 17:09 |
openstackgerrit | Graham Hayes proposed openstack-infra/project-config: Add api-ref jobs to Designate https://review.openstack.org/317001 | 17:09 |
SpamapS | jeblair: http://docs.openstack.org/developer/os-performance-tools/ <-- how would I make the docs that are written in the code of os-performance-tools appear there? | 17:10 |
*** doug-fis_ has joined #openstack-infra | 17:10 | |
SpamapS | jeblair: https://github.com/openstack/os-performance-tools/blob/master/os_performance_tools/collectors/mysql.py#L49-L53 <-- the docs | 17:10 |
SpamapS | and similar ones in other files | 17:10 |
*** Sukhdev has quit IRC | 17:11 | |
*** doug-fi__ has joined #openstack-infra | 17:12 | |
*** david-lyle_ has quit IRC | 17:12 | |
*** ianychoi has quit IRC | 17:13 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Publish os-performance-tools docs https://review.openstack.org/317005 | 17:13 |
*** oanson has quit IRC | 17:13 | |
jeblair | SpamapS: ^ something like that i think | 17:13 |
*** doug-fish has quit IRC | 17:13 | |
*** david-lyle has joined #openstack-infra | 17:13 | |
*** esker has joined #openstack-infra | 17:14 | |
*** esker has quit IRC | 17:14 | |
*** doug-fis_ has quit IRC | 17:14 | |
*** esker has joined #openstack-infra | 17:14 | |
*** rhochmuth has quit IRC | 17:16 | |
*** doug-fi__ has quit IRC | 17:16 | |
*** amitgandhinz has quit IRC | 17:17 | |
*** tphummel has quit IRC | 17:18 | |
*** yamamoto has quit IRC | 17:18 | |
anteaya | so samueldmq is trying to catch a race condition | 17:18 |
*** yamamoto has joined #openstack-infra | 17:18 | |
anteaya | and so far his strategy is to submit multiples of the same patch to run the tests: https://review.openstack.org/#/c/316224/ | 17:19 |
*** yamamoto has quit IRC | 17:19 | |
anteaya | I'm hopeful that there is a better strategy to help him fix the issue | 17:19 |
samueldmq | anteaya: agreed, and the race condition couldn't be reproduced locally by several people involved in that issue | 17:19 |
samueldmq | several/any of the | 17:20 |
*** amitgandhinz has joined #openstack-infra | 17:21 | |
*** tonytan4ever has joined #openstack-infra | 17:21 | |
*** yamamoto has joined #openstack-infra | 17:21 | |
*** lakshmiS has joined #openstack-infra | 17:22 | |
samueldmq | I'd be glad to hear from you and find a better strategy to reproduce the race condition when trying to debug/fix it | 17:22 |
*** shashank_hegde has quit IRC | 17:22 | |
*** sridhar_ram has quit IRC | 17:24 | |
*** flepied has quit IRC | 17:24 | |
*** dims_ has joined #openstack-infra | 17:25 | |
*** dims has quit IRC | 17:26 | |
cbader | anteaya, I have a question who might be a good source to ask a question about zuul issue? | 17:26 |
*** ddieterly is now known as ddieterly[away] | 17:28 | |
anteaya | samueldmq: thank you | 17:28 |
anteaya | cbader: anyone in channel might be able to ask about a zuul issue | 17:28 |
anteaya | cbader: remember to link to a log or paste a build log or stacktrace | 17:28 |
samueldmq | anteaya: thank you for making this a broader discussion, looking forward to hearing from others | 17:28 |
anteaya | thanks me too | 17:29 |
anteaya | now I have to sign off for the day | 17:29 |
cbader | anteaya, thank you. | 17:29 |
anteaya | at the storyboard mid-cycle and it is time to folks to go home | 17:29 |
*** piet has joined #openstack-infra | 17:29 | |
anteaya | thank you, good night | 17:29 |
*** anteaya has quit IRC | 17:29 | |
cbader | anteaya, good night | 17:29 |
*** jcoufal has quit IRC | 17:29 | |
*** doug-fish has joined #openstack-infra | 17:32 | |
*** esker has quit IRC | 17:33 | |
*** baumann has joined #openstack-infra | 17:33 | |
*** tphummel has joined #openstack-infra | 17:35 | |
*** yamamoto has quit IRC | 17:35 | |
*** rhochmuth has joined #openstack-infra | 17:37 | |
*** rhochmuth has quit IRC | 17:37 | |
*** bhunter71 has joined #openstack-infra | 17:37 | |
*** electrofelix has quit IRC | 17:38 | |
*** doug-fish has quit IRC | 17:38 | |
*** Ravikiran_K has joined #openstack-infra | 17:42 | |
*** jamesmcarthur has joined #openstack-infra | 17:44 | |
*** inc0 has joined #openstack-infra | 17:45 | |
SpamapS | jeblair: unfortunately, the job failed with "2016-05-16 17:29:31.653 | Job os-performance-tools-docs not defined" | 17:45 |
*** shashank_hegde has joined #openstack-infra | 17:45 | |
jeblair | SpamapS: yeah, we probably need to add a line to jjb | 17:45 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul: Create extra_requires for zuul-launcher https://review.openstack.org/316387 | 17:46 |
pabelanger | jeblair: does that work for you?^ | 17:46 |
SpamapS | jeblair: I'll take a quick look in the interest of learning. :) | 17:46 |
*** mriedem is now known as mriedem_afk | 17:46 | |
*** trown|lunch is now known as trown | 17:46 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Use openstackclient in cinder volume examples https://review.openstack.org/317027 | 17:46 |
*** amitgandhinz has quit IRC | 17:47 | |
*** rcernin has quit IRC | 17:47 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Publish os-performance-tools docs https://review.openstack.org/317005 | 17:49 |
SpamapS | jeblair: ^ like that? | 17:49 |
jeblair | pabelanger: i guess? as long as someone who understands pbr agrees with that. the main thing is: *this is not a part of zuul i want to support at all*. I don't really even want people to know it exists. | 17:49 |
mugsie | hi - is there a way we can kick https://review.openstack.org/#/c/314627/1 into merging? the dependant patch has merged, and it has 2x+2/W+1 | 17:49 |
*** pfallenop has quit IRC | 17:49 | |
jeblair | SpamapS: yep! | 17:50 |
SpamapS | TIL \o/ | 17:50 |
openstackgerrit | Kiall Mac Innes proposed openstack-infra/project-config: Add Designate+Tempest on Mitaka jobs https://review.openstack.org/317029 | 17:50 |
pabelanger | jeblair: is that because in zuulv3 this changes? | 17:50 |
*** ffrank has joined #openstack-infra | 17:51 | |
jeblair | pabelanger: yes -- this is all a distraction from zuulv3, but openstack needs to do it so that we can stop running jenkins. i do not want this to support anything more than exactly what openstack needs to keep going until we can run zuulv3 | 17:51 |
pabelanger | jeblair: I guess JJB would be dropped. OKay, I'm fine with abandoning that patch. I've already worked around it locally with my ansible playbook | 17:51 |
pabelanger | jeblair: ack | 17:51 |
fungi | mnaser: sorry, got distracted by a meeting and other things. the new volume has been created (17eeb39d-c6de-4e32-8c08-26cf3592a22c), added to the server instance and pvmove is underway on it now | 17:51 |
fungi | mnaser: i'll let you know once we shrink the vg off the old volume (98bf1ed1-a356-42c9-990f-71a6b86b3a7a) and delete it from cinder | 17:52 |
Kiall | So - I'm adding a stable compat job, never does this before.. Can anyone point out my (likely many) mistakes? ;) https://review.openstack.org/317029 | 17:52 |
*** e0ne has joined #openstack-infra | 17:52 | |
*** jamesmcarthur has quit IRC | 17:53 | |
*** doug-fish has joined #openstack-infra | 17:53 | |
fungi | mugsie: someone needs to add a new approval to it. i'll do that now | 17:54 |
*** rhochmuth has joined #openstack-infra | 17:54 | |
*** baoli has quit IRC | 17:54 | |
*** jamesmcarthur has joined #openstack-infra | 17:54 | |
mugsie | fungi: ty | 17:54 |
*** rhochmuth has quit IRC | 17:55 | |
*** baoli has joined #openstack-infra | 17:55 | |
*** pfallenop has joined #openstack-infra | 17:56 | |
jeblair | what does the '$group = "foo"' thing in manifests/site.pp do? | 17:56 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Add zuul launcher to zuul merger group https://review.openstack.org/317032 | 17:57 |
jeblair | pabelanger, fungi: ^ i missed that when creating the zl server defn | 17:57 |
*** rhochmuth has joined #openstack-infra | 17:57 | |
*** amitgandhinz has joined #openstack-infra | 17:57 | |
pabelanger | jeblair: +2 | 17:58 |
*** doug-fish has quit IRC | 17:58 | |
fungi | jeblair: i _thought_ the bit in the groups.txt file configured ansible and the part in manifests/site.pp configured puppet to know the same groupings | 17:58 |
fungi | nibalizer: ^? | 17:58 |
*** doug-fish has joined #openstack-infra | 17:59 | |
*** baoli has quit IRC | 18:00 | |
*** rhochmuth has quit IRC | 18:00 | |
jeblair | fungi: oh, so groups.txt says "put the creds on this host"; $group= means "also read creds from this hiera file which you should find on the host" ? | 18:00 |
*** nadya has joined #openstack-infra | 18:01 | |
jeblair | (and iirc, someone had an idea to rework that so that when we put hiera stuff on the host, we drop the group path then we can drop the $group thing in puppet and stop doing the double-entry thing) | 18:01 |
*** Na3iL has quit IRC | 18:04 | |
*** baoli has joined #openstack-infra | 18:05 | |
*** dtantsur is now known as dtantsur|afk | 18:06 | |
*** lucasagomes is now known as lucas-dinner | 18:06 | |
*** signed8bit is now known as signed8bit_Zzz | 18:07 | |
*** julim has quit IRC | 18:07 | |
fungi | jeblair: yes, that is my recollection | 18:07 |
openstackgerrit | Merged openstack-infra/project-config: Move Bandit job to voting https://review.openstack.org/314627 | 18:08 |
*** signed8bit_Zzz is now known as signed8bit | 18:08 | |
fungi | it's temporary badness to eventually be rectified | 18:08 |
*** julim has joined #openstack-infra | 18:08 | |
*** flepied has joined #openstack-infra | 18:09 | |
fungi | i'm deleting 63 leaked floating ips in osic, probably related to the operational disruption there earlier today | 18:09 |
*** nadya has quit IRC | 18:10 | |
openstackgerrit | Ildiko Vancsa proposed openstack-infra/irc-meetings: Add Cinder-Nova-API-inetraction meeting series https://review.openstack.org/317038 | 18:10 |
*** javeriak has joined #openstack-infra | 18:12 | |
openstackgerrit | Kiall Mac Innes proposed openstack-infra/project-config: Add Designate+Tempest on Mitaka jobs https://review.openstack.org/317029 | 18:12 |
openstackgerrit | Raildo Mascena proposed openstack-infra/project-config: Run identity v3 only job in barbican https://review.openstack.org/315231 | 18:13 |
*** sambetts is now known as sambetts|afk | 18:15 | |
*** doug-fis_ has joined #openstack-infra | 18:15 | |
*** vilobhmm111 has joined #openstack-infra | 18:16 | |
vilobhmm111 | fungii, clarkb : ping | 18:16 |
*** Ravikiran_K has quit IRC | 18:16 | |
*** IlyaG has joined #openstack-infra | 18:16 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Set region_name for tripleo-test-cloud-rh1 https://review.openstack.org/317039 | 18:16 |
vilobhmm111 | how do you add members to "project-core" if the project has no cores starting to begin with | 18:16 |
vilobhmm111 | because of this we can't merge code for a newly create library | 18:17 |
vilobhmm111 | nikhil, harlowja : ^^ | 18:17 |
*** doug-fish has quit IRC | 18:18 | |
fungi | vilobhmm111: a gerrit admin adds an initial member, in the (majority) case of self-managed groups | 18:19 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Setup region-name for tripleo-test-cloud-rh1 https://review.openstack.org/317042 | 18:19 |
*** jtomasek has quit IRC | 18:19 | |
fungi | vilobhmm111: if it's a repo for an existing project team, we add the ptl. for unofficial projects we add the gerrit user who proposed the project creation patch for it | 18:20 |
vilobhmm111 | fungii : and who's the gerrit admin for a newly created library/project | 18:20 |
fungi | vilobhmm111: the infra-root sysadmin team are our gerrit admins | 18:20 |
fungi | vilobhmm111: what's the empty gerrit group in question? | 18:20 |
*** doug-fis_ has quit IRC | 18:21 | |
vilobhmm111 | fungii : for "delimiter" the new library that i am talking about i had proposed the inital idea here and we are bunch of people working on it | 18:21 |
vilobhmm111 | if you look for "delimiter-core" it has no members | 18:21 |
vilobhmm111 | so we can't merge code | 18:21 |
*** doug-fish has joined #openstack-infra | 18:21 | |
fungi | vilobhmm111: sure, we haven't added anyone yet. i guess it's an unofficial project for now? (pending conclusion of the oslo inclusion discussion) | 18:22 |
vilobhmm111 | fungii : https://review.openstack.org/#/admin/projects/openstack/delimiter | 18:22 |
vilobhmm111 | fungi : but as a result of which we can't merge any code | 18:23 |
vilobhmm111 | fungii : https://review.openstack.org/#/q/project:openstack/delimiter | 18:23 |
vilobhmm111 | the review are just lying around | 18:23 |
vilobhmm111 | we got the patch for CI stuff up and going yesterday https://review.openstack.org/#/c/315232/ | 18:24 |
fungi | vilobhmm111: trust me, i understand how gerrit works. i'll add the proposer of https://review.openstack.org/315232 as the initial group member since this seems to be an unofficial project | 18:24 |
*** shardy has quit IRC | 18:24 | |
*** yamamoto has joined #openstack-infra | 18:24 | |
vilobhmm111 | fungii : that will work | 18:25 |
*** savihou has quit IRC | 18:26 | |
*** doug-fish has quit IRC | 18:26 | |
*** yamahata has quit IRC | 18:26 | |
fungi | vilobhmm111: ishadewan07@gmail.com is now the initial member of the delimiter-core and delimiter-release groups, and can add others to those as needed | 18:26 |
vilobhmm111 | fungii : ok | 18:27 |
vilobhmm111 | thanks! | 18:27 |
vilobhmm111 | let me check | 18:27 |
fungi | you're welcome | 18:27 |
*** yamahata has joined #openstack-infra | 18:27 | |
vilobhmm111 | fungii : can this admin be chnaged anytime | 18:28 |
vilobhmm111 | if the person leave or because of xyz reason | 18:28 |
openstackgerrit | Ildiko Vancsa proposed openstack-infra/irc-meetings: Add Cinder-Nova-API-interaction meeting series https://review.openstack.org/317038 | 18:28 |
*** ddieterly[away] has quit IRC | 18:28 | |
*** e0ne has quit IRC | 18:28 | |
fungi | vilobhmm111: it's not an admin, any member of those groups can add/remove other members. the groups are self-administrated | 18:28 |
vilobhmm111 | ok | 18:28 |
vilobhmm111 | fungii : that answers the question | 18:28 |
vilobhmm111 | thanks again1 | 18:28 |
fungi | you're welcome! | 18:29 |
*** baumann has left #openstack-infra | 18:30 | |
*** vilobhmm111 has quit IRC | 18:31 | |
*** e0ne has joined #openstack-infra | 18:31 | |
*** cody-somerville has joined #openstack-infra | 18:31 | |
*** rhochmuth has joined #openstack-infra | 18:32 | |
*** jang has joined #openstack-infra | 18:32 | |
*** pvaneck has joined #openstack-infra | 18:33 | |
*** Sukhdev has joined #openstack-infra | 18:33 | |
*** jamesmcarthur has quit IRC | 18:35 | |
*** ddieterly has joined #openstack-infra | 18:35 | |
*** rhochmuth has quit IRC | 18:35 | |
*** e0ne has quit IRC | 18:35 | |
*** mixos_ has quit IRC | 18:36 | |
*** IlyaG has quit IRC | 18:36 | |
nikhil | fungi: can you please add me too, ishadewan07@gmail.com is my intern and she is out sick for a few days | 18:36 |
nikhil | ? | 18:36 |
nikhil | fungi: will much appreciate it! | 18:36 |
*** jamesmcarthur has joined #openstack-infra | 18:36 | |
openstackgerrit | Graham Hayes proposed openstack-infra/devstack-gate: Add Designate help / log links to gate https://review.openstack.org/317044 | 18:36 |
mnaser | fungi: no problem :) | 18:36 |
openstackgerrit | Raildo Mascena proposed openstack-infra/project-config: Run identity v3 only job in heat https://review.openstack.org/315214 | 18:36 |
*** inc0 has quit IRC | 18:37 | |
*** flepied1 has joined #openstack-infra | 18:41 | |
nikhil | Kevin_Zheng kragniz Qijing_ raildo-afk tbarron thingee vilobhmm111 wxy ericksonsantos : quota channel is back up, feel free to join | 18:41 |
*** kzaitsev_mb has joined #openstack-infra | 18:42 | |
fungi | nikhil: done | 18:43 |
*** krtaylor has quit IRC | 18:44 | |
*** mriedem_afk is now known as mriedem | 18:44 | |
*** flepied has quit IRC | 18:45 | |
*** haypo has left #openstack-infra | 18:47 | |
*** degorenko is now known as _degorenko|afk | 18:48 | |
nikhil | fungi: has anyone told you, you are the best! ;-) very many thanks! | 18:48 |
fungi | i am but a humble servant of the community, but thanks for the compliment! | 18:49 |
*** jamesmcarthur has quit IRC | 18:49 | |
*** jamesmcarthur has joined #openstack-infra | 18:50 | |
openstackgerrit | Merged openstack-infra/project-config: devstack-plugin-glusterfs: make the Cinder job non-voting https://review.openstack.org/316237 | 18:51 |
nikhil | fungi: :-) | 18:52 |
*** Na3iL has joined #openstack-infra | 18:58 | |
fungi | deleting 26 leaked floating ips from bluebox now | 18:59 |
*** baoli has quit IRC | 18:59 | |
*** doug-fis_ has joined #openstack-infra | 19:00 | |
*** vilobhmm11 has joined #openstack-infra | 19:00 | |
fungi | mnaser: okay, migration from the old volume to the new one is complete. the old volume has been detached and deleted now | 19:01 |
mnaser | fungi: thank you very much! :-) | 19:02 |
*** edmondsw has quit IRC | 19:02 | |
*** doug-fis_ has quit IRC | 19:02 | |
fungi | mnaser: thanks for the heads up, and apologies for the delay | 19:02 |
*** vilobhmm11 has left #openstack-infra | 19:03 | |
*** woodster_ has joined #openstack-infra | 19:03 | |
mnaser | fungi: no problem, let me know how/when we can get the conversation started about control plane @ vexxhost :) | 19:03 |
*** sarob has joined #openstack-infra | 19:04 | |
*** Swami has quit IRC | 19:04 | |
*** tqtran has joined #openstack-infra | 19:04 | |
*** Swami has joined #openstack-infra | 19:06 | |
*** mixos has joined #openstack-infra | 19:06 | |
*** salv-orl_ has quit IRC | 19:07 | |
*** inc0 has joined #openstack-infra | 19:07 | |
nibalizer | jeblair: fungi yep you have it right | 19:08 |
nibalizer | one of the things i like about how we have it now is any admin can run puppet by just running puppet | 19:08 |
nibalizer | so i'd like to preserve that through changes to the system | 19:08 |
nibalizer | but I agree that if we know which nodes get what secrets, each individual node can have a common.yaml with all the secrets ignoring groups | 19:09 |
*** pblaho has joined #openstack-infra | 19:09 | |
*** asilenkov_ has joined #openstack-infra | 19:09 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Fix date format for agg_count and get_test_counts_in_date_range() https://review.openstack.org/316948 | 19:12 |
*** Swami has quit IRC | 19:14 | |
*** rhochmuth has joined #openstack-infra | 19:15 | |
*** rhochmuth has quit IRC | 19:15 | |
*** Na3iL has quit IRC | 19:15 | |
openstackgerrit | Paul Belanger proposed openstack-infra/tripleo-ci: Build and upload instack.raw image https://review.openstack.org/315072 | 19:24 |
*** rhochmuth has joined #openstack-infra | 19:24 | |
*** flepied1 has quit IRC | 19:25 | |
*** tonytan4ever has quit IRC | 19:27 | |
*** rhochmuth has quit IRC | 19:27 | |
*** rbergeron has quit IRC | 19:28 | |
*** rbergeron has joined #openstack-infra | 19:28 | |
*** flepied has joined #openstack-infra | 19:28 | |
*** cody-somerville has quit IRC | 19:29 | |
*** jamesmcarthur has quit IRC | 19:30 | |
*** jamesmcarthur has joined #openstack-infra | 19:31 | |
*** rhochmuth has joined #openstack-infra | 19:31 | |
*** javeriak has quit IRC | 19:33 | |
*** cody-somerville has joined #openstack-infra | 19:33 | |
*** abregman has joined #openstack-infra | 19:34 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci: WIP: DONT MERGE Running tests https://review.openstack.org/316436 | 19:37 |
*** lucas-dinner has quit IRC | 19:38 | |
*** e0ne has joined #openstack-infra | 19:38 | |
*** e0ne has quit IRC | 19:40 | |
*** esikachev has joined #openstack-infra | 19:40 | |
*** Na3iL has joined #openstack-infra | 19:41 | |
*** rcernin has joined #openstack-infra | 19:42 | |
*** lucasagomes has joined #openstack-infra | 19:43 | |
*** edmondsw has joined #openstack-infra | 19:44 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Check for DNS first in configure_mirror.sh https://review.openstack.org/317066 | 19:45 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Only check to resolve DNS on tripleo-test-cloud-rh1 https://review.openstack.org/317067 | 19:45 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Run configure_mirror.sh for tripleo-test-cloud-rh1 https://review.openstack.org/317068 | 19:45 |
*** baoli has joined #openstack-infra | 19:45 | |
*** doug-fish has joined #openstack-infra | 19:46 | |
*** baoli has quit IRC | 19:46 | |
*** baoli has joined #openstack-infra | 19:47 | |
*** yamahata has quit IRC | 19:48 | |
*** pblaho has quit IRC | 19:49 | |
*** jamesmcarthur has quit IRC | 19:49 | |
jeblair | pabelanger, fungi: if we're starting to customize our setup to accomodate the tripleo cloud, i would like to continue the conversation about converting that effort into a third-party ci | 19:50 |
pabelanger | jeblair: fungi: I am fine with that, I was trying to avoid creating a new script to check if DNS was valid on the centos-7 DIB they are using | 19:51 |
*** lucasagomes has quit IRC | 19:51 | |
pabelanger | jeblair: I have them onboard to run AFS too, just need to VM ATM | 19:51 |
cloudnull | pabelanger fungi jeblair we've been monitoring the FIP usage since the FIP incident in the OSIC IDK if infra is just rebuilding since the incident however we're seeing a bunch of FIPs on the openstackjenkins project without a port assignment, at last check there were ~55 of them. | 19:51 |
cloudnull | maybe needs to be cleaned up again? | 19:52 |
*** tonytan4ever has joined #openstack-infra | 19:53 | |
cloudnull | http://cdn.pasteraw.com/osi77p1fw8degbyb7wi4829nm54to6p -- some of that may be inflight builds but i figured I'd point it out | 19:54 |
pabelanger | jeblair: we do need to land: https://review.openstack.org/#/c/317042/ for AFS mirrors however | 19:54 |
*** rhochmuth has quit IRC | 19:54 | |
*** jaosorior has quit IRC | 19:56 | |
jeblair | pabelanger: it doesn't seem like both of those should be necessary | 19:56 |
jeblair | pabelanger: sorry, i mean that change and its dependent | 19:56 |
openstackgerrit | Merged openstack-infra/system-config: Add zuul launcher to zuul merger group https://review.openstack.org/317032 | 19:57 |
pabelanger | jeblair: currently what happens today without it: http://paste.openstack.org/show/497263/ | 19:57 |
*** lucasagomes has joined #openstack-infra | 19:57 | |
jeblair | pabelanger: yeah, i guess i just don't understand why it's configured twice. i agree that is the case for all the other single-region clouds so i will +2. | 19:58 |
pabelanger | jeblair: I'm happy to optimize it and agree the duplicate is not nice | 19:59 |
jeblair | pabelanger: i think it has to go in clouds.yaml because that is not discoverable (yay openstack) | 19:59 |
jeblair | pabelanger: so i guess the question is whether nodepool could then discover that from oscc. | 20:00 |
*** doug-fis_ has joined #openstack-infra | 20:00 | |
jeblair | pabelanger: have you done floating ip cleanup recently? | 20:00 |
*** doug-fi__ has joined #openstack-infra | 20:01 | |
pabelanger | jeblair: no, I believe fungi did it today | 20:01 |
*** inc0 has quit IRC | 20:01 | |
*** regXboi has joined #openstack-infra | 20:01 | |
jeblair | i'm thinking someone should clean up fips in osic as cloudnull suggests, but i have not done so since the shade switcheroo, so am looking for someone who knows the proc | 20:01 |
fungi | cloudnull: that's unfortunate. i deleted something like 66 in osic an hour or so ago | 20:01 |
*** Swami has joined #openstack-infra | 20:01 | |
fungi | i didn't do anything shade-specific. just looked for fips with no associated instance and then deleted them after a brief delay if they continued to exist | 20:02 |
*** doug-f___ has joined #openstack-infra | 20:02 | |
pabelanger | fungi: jeblair I can run the shade script | 20:03 |
cloudnull | fungi: sorry? im not sure why they're leaking, or if they are, at this point. | 20:03 |
cloudnull | just saw the count growing. | 20:03 |
jeblair | pabelanger: thx (what's the command for future ref?) | 20:03 |
fungi | cloudnull: yeah, don't know the cause at this stage. i thought they might have been fallout from the incident earlier today, but i guess not if there are now ones appearing | 20:03 |
cloudnull | maybe residual fallout still ? | 20:04 |
cloudnull | it seems everything is stable now. | 20:04 |
*** doug-fish has quit IRC | 20:04 | |
cloudnull | and I can continue to watch it | 20:04 |
pabelanger | jeblair: I am running a modified version of openstack-infra/system-config tools/clean-fips.py: http://paste.openstack.org/show/497265/ | 20:04 |
pabelanger | xport OS_CLIENT_CONFIG_FILE=/etc/openstack/all-clouds.yaml | 20:04 |
*** doug-fis_ has quit IRC | 20:05 | |
pabelanger | ./tools/clean-fips.py | 20:05 |
pabelanger | Cleaned 69 FIPs from openstackjenkins-osic-cloud1 | 20:05 |
*** doug-fi__ has quit IRC | 20:05 | |
mordred | jeblair: I'm not really here - but what's the thing you want to maybe learn from occ? | 20:06 |
* mordred is sitting on hold with Delta, so lurking in IRC is like a breath of fresh air :) | 20:07 | |
*** sarob has quit IRC | 20:07 | |
*** baoli has quit IRC | 20:07 | |
*** baoli has joined #openstack-infra | 20:08 | |
*** _sarob has joined #openstack-infra | 20:08 | |
*** krtaylor has joined #openstack-infra | 20:08 | |
*** baoli has quit IRC | 20:09 | |
*** baoli has joined #openstack-infra | 20:09 | |
*** jamesmcarthur has joined #openstack-infra | 20:09 | |
*** piet has quit IRC | 20:10 | |
*** Sukhdev has quit IRC | 20:10 | |
jeblair | mordred: the region name, so that after we merge something like https://review.openstack.org/317039 we don't need https://review.openstack.org/317042 | 20:10 |
jeblair | mordred: (this is not important; more of a rainy day idea) | 20:11 |
*** yamahata has joined #openstack-infra | 20:12 | |
kevinbenton | cloudnull, mordred: can you folks take a look at the latest comments on https://bugs.launchpad.net/neutron/+bug/1581220 . it looks to me like shade is racey with using 'unused' floating IPs | 20:13 |
openstack | Launchpad bug 1581220 in neutron "race leads same floating ip to be associated to separate ports" [High,Incomplete] | 20:13 |
*** mjblack has quit IRC | 20:13 | |
*** dmk0202 has joined #openstack-infra | 20:14 | |
*** Na3iL has quit IRC | 20:14 | |
*** salv-orlando has joined #openstack-infra | 20:17 | |
*** mjblack has joined #openstack-infra | 20:18 | |
*** nadya has joined #openstack-infra | 20:18 | |
*** amrith is now known as _amrith_ | 20:18 | |
openstackgerrit | Ben Nemec proposed openstack-infra/project-config: Add stable branch jobs for tripleo-ci https://review.openstack.org/297390 | 20:19 |
*** kjorgensen has quit IRC | 20:20 | |
cloudnull | kevinbenton: will give it a gander in a few | 20:21 |
EmilienM | hi! can I have a review on this trivial project-config patch please? https://review.openstack.org/#/c/316598/ thanks a lot! | 20:21 |
mattt | hi all, still struggling to understand the timeouts on this job (see http://logs.openstack.org/66/315366/9/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-trusty/d9e62f2/console.html as example), if anyone can assist when this osic dust has settled that'd be greatly appreciated :) | 20:23 |
*** mriedem is now known as mriedem_away | 20:28 | |
fungi | pabelanger: in the wake of the wiki discussion at the summit, have you had time to get back into trying to flesh out the remainder of our puppet-mediawiki module (or evaluate the several others on puppetforge) so that we can work on migrating to a newer ubuntu release and more recent mw version? | 20:29 |
*** doug-f___ has quit IRC | 20:29 | |
*** baoli has quit IRC | 20:29 | |
pabelanger | fungi: I can do that later this week. We should be able to stand up wiki-dev.o.o with out too much modifications | 20:30 |
*** ericksonsantos has quit IRC | 20:30 | |
*** gabriel-bezerra has quit IRC | 20:30 | |
fungi | pabelanger: sounds great! keep me posted, and let me know if you need anything at all to help speed that along | 20:30 |
*** thiagop has quit IRC | 20:30 | |
*** doug-fish has joined #openstack-infra | 20:31 | |
pabelanger | fungi: sure, I think we'll need to land a patch to puppet-mediawiki. I'll ping you once I have it ready for review | 20:31 |
*** kgiusti has left #openstack-infra | 20:32 | |
*** krtaylor has quit IRC | 20:32 | |
*** gabriel-bezerra has joined #openstack-infra | 20:32 | |
*** raildo is now known as raildo-afk | 20:33 | |
*** raildo-afk is now known as raildo | 20:33 | |
*** thiagop has joined #openstack-infra | 20:34 | |
pleia2 | pabelanger: great \o/ | 20:34 |
*** ericksonsantos has joined #openstack-infra | 20:34 | |
*** jamesmcarthur has quit IRC | 20:35 | |
mordred | jeblair: the region_name is totally available from the cloud object | 20:36 |
*** cody-somerville has quit IRC | 20:37 | |
mordred | jeblair: oh - wait | 20:37 |
mordred | jeblair: I see the issue you're talking about there | 20:37 |
*** sdake has quit IRC | 20:37 | |
*** sdake has joined #openstack-infra | 20:37 | |
mordred | jeblair: yes, we can totally get it from the cloudconfig object - it's available | 20:37 |
*** cody-somerville has joined #openstack-infra | 20:38 | |
*** cody-somerville has quit IRC | 20:38 | |
*** cody-somerville has joined #openstack-infra | 20:38 | |
fungi | jeblair: pabelanger: the discussion about tripleo-ci third-party and afs mirroring... since there's no authentication needed to run an afs mirror, any third-party ci that wants to reuse our mirror unmodified can use our puppet manifest to just set up an afs client in their environment to provide one, yeah? any significant gotchas there? | 20:38 |
mordred | fungi: in fact, I've been meaning to write a blog post on that topic | 20:39 |
*** asilenkov_ has quit IRC | 20:39 | |
krotscheck | infra-core: Soooooo I have these javascript things that are under the infra banner again, and I don't remember any awesome JS people joining the core team. Anyone have suggestions on how I can get more eyeballs on some of my JS things? | 20:39 |
pabelanger | fungi: jeblair | 20:39 |
pabelanger | err | 20:39 |
mordred | fungi: I have not been writing that yet because at the moment our ubutnu mirrors are unsigned and it seemed like documenting additional use that might involved people turning off repo validation would be potentially a bad idea | 20:40 |
*** savihou has joined #openstack-infra | 20:40 | |
fungi | krotscheck: if you figure out how to entice people to review things, let me know. we have a bunch of infra projects that need more reviewers | 20:40 |
mordred | fungi: but if we switch to rsync for ubuntu mirroring, or we add a signing key - I think it's a generally good solution that people can opt in to participating in without talking to us | 20:40 |
mordred | and documenting it as such would be a good idea | 20:40 |
fungi | mordred: great point | 20:40 |
pabelanger | fungi: jeblair: regarding AFS, I am just waiting for an instance to be launched to configure it and loop it into our ansible playbook. I just replied to a thread on the ML | 20:40 |
krotscheck | fungi: I could send cookies? | 20:40 |
*** gabriel-bezerra has quit IRC | 20:40 | |
*** nwkarsten has joined #openstack-infra | 20:41 | |
*** gabriel-bezerra has joined #openstack-infra | 20:41 | |
pabelanger | jeblair: fungi: As for 3rd party, I still like to see them move that way, but as middle ground, if tripleo moved to DIB (centos-7) and used an AFS mirror, I'm happy for that to be step 1 | 20:41 |
*** ericksonsantos has quit IRC | 20:41 | |
fungi | krotscheck: if horizon is a major consumer of this tooling, see if you can encourage some of them to review stuff. if they show a consistent/solid track record of reviewing on the infra js projects i'm happy to make them core reviewers on those | 20:41 |
pabelanger | jeblair: fungi: which I have been doing all the work on, and patches have been merged | 20:42 |
fungi | pabelanger: that's great news | 20:42 |
*** ericksonsantos has joined #openstack-infra | 20:42 | |
krotscheck | jeblair: They might be. I'll check with them. | 20:42 |
krotscheck | oops. | 20:42 |
krotscheck | fungi: ^^ | 20:42 |
fungi | pabelanger: if nothing else, it would make it easier for them to switch to being third-party | 20:42 |
*** rhochmuth has joined #openstack-infra | 20:44 | |
*** jamesmcarthur has joined #openstack-infra | 20:45 | |
*** mriedem_away is now known as mriedem | 20:46 | |
*** tonytan4ever has quit IRC | 20:47 | |
pabelanger | fungi: Yup, the sticking point for moving the third-party, is tripleo wants to vote in the gate pipeline. However today, which I talked to clarkb at the summit, we don't let 3rd party vote in the gate now. | 20:47 |
*** tonytan4ever has joined #openstack-infra | 20:47 | |
pabelanger | fungi: however, even today, I don't think we'd like tripleo vote in the gate pipeline, since they are not multi-region. I think that is the whole stipulation right? | 20:48 |
*** bpokorny_ has joined #openstack-infra | 20:48 | |
*** bpokorny_ has quit IRC | 20:49 | |
fungi | yeah, without more than one _stable_ region sufficient to handle capacity so that their project doesn't grind to a halt whenever one falls offline, we couldn't anyway | 20:49 |
*** bpokorny_ has joined #openstack-infra | 20:49 | |
pabelanger | fungi: right, so that's the reason they want to say in our nodepool today, because of the hope to vote in the gate pipeline. | 20:51 |
pabelanger | which, we wouldn't do today | 20:51 |
*** inc0 has joined #openstack-infra | 20:51 | |
*** doug-fis_ has joined #openstack-infra | 20:51 | |
fungi | what sort of timeline are they looking at to diversify to additional regions and increase capacity? | 20:51 |
pabelanger | So, moving tripleo to centos-7 with AFS is the easier path right now. But like you said, will works when they move to 3rd party | 20:52 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Explode log tars so they can be indexed https://review.openstack.org/314272 | 20:52 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Record Heat resource deployment times to Graphite https://review.openstack.org/314308 | 20:52 |
*** _sarob has quit IRC | 20:52 | |
*** bpokorny has quit IRC | 20:52 | |
*** ddieterly is now known as ddieterly[away] | 20:52 | |
pabelanger | fungi: that's the issue, I don't know if they are. There is a new RDO cloud coming online soon(tm), which will use tripleo hardware but it is still a single region | 20:52 |
*** esikachev has quit IRC | 20:53 | |
*** sarob has joined #openstack-infra | 20:53 | |
*** doug-fish has quit IRC | 20:54 | |
*** baoli has joined #openstack-infra | 20:55 | |
*** julim has quit IRC | 20:55 | |
*** hichihara has joined #openstack-infra | 20:56 | |
*** rhochmuth has quit IRC | 20:56 | |
pabelanger | fungi: do you mind helping land 317042 and 317039? That will help with our configure_mirror.sh script for AFS mirrors | 20:57 |
*** eharney has quit IRC | 20:57 | |
fungi | this has been going on for something like 3 years, so if in that amount of time they haven't managed to solve the issue (if memory serves there were but a few rare instances where the hp and rh region were online concurrently) i don't have a lot of hope of it happening in the next 3 either. might be better to revisit being upstream ci regions once the needs are met and admitting failure for now on | 20:58 |
fungi | the plan for incremental upstream addition | 20:58 |
*** shamail has joined #openstack-infra | 20:59 | |
*** ddieterly[away] is now known as ddieterly | 20:59 | |
*** Sukhdev has joined #openstack-infra | 21:01 | |
openstackgerrit | James E. Blair proposed openstack-infra/puppet-zuul: Install build-essential instead of just gcc https://review.openstack.org/317085 | 21:01 |
*** asilenkov_ has joined #openstack-infra | 21:02 | |
*** trown is now known as trown|outtypewww | 21:03 | |
*** ewilson has quit IRC | 21:04 | |
openstackgerrit | James E. Blair proposed openstack-infra/puppet-zuul: Add launcher logging config file to zuul.conf https://review.openstack.org/317090 | 21:04 |
*** ewilson has joined #openstack-infra | 21:05 | |
*** claudiub has quit IRC | 21:06 | |
openstackgerrit | Merged openstack-infra/system-config: Set region_name for tripleo-test-cloud-rh1 https://review.openstack.org/317039 | 21:08 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Remove undefined hostnames from zuul iptables config https://review.openstack.org/317093 | 21:09 |
jeblair | pabelanger, fungi: i'm going to instapprove that one ^ | 21:10 |
zeroDivisible | Hey guys, just wondering if anybody seen this error in Zuul 2.1.0: Received unrecognized event type 'topic-changed' from Gerrit. Can not get account information. | 21:11 |
fungi | ouch. +2 | 21:11 |
jeblair | zeroDivisible: it's harmless | 21:11 |
*** savihou has quit IRC | 21:12 | |
zeroDivisible | jeblair: gotcha. I've seen it being reduced to WARNING level in one of the patches after 2.1.0, just wondering what's the story with this one. | 21:12 |
*** thorst has quit IRC | 21:12 | |
jeblair | zeroDivisible: it was made an error so that when people encountered it, they would add support for new events. turns aut that approach doesn't work. | 21:12 |
*** aeng has joined #openstack-infra | 21:12 | |
*** savihou has joined #openstack-infra | 21:12 | |
*** thorst has joined #openstack-infra | 21:13 | |
*** sridhar_ram has joined #openstack-infra | 21:13 | |
*** rhallisey has quit IRC | 21:13 | |
*** savihou has quit IRC | 21:14 | |
*** asilenkov_ has quit IRC | 21:14 | |
*** jamesmcarthur has quit IRC | 21:14 | |
*** savihou has joined #openstack-infra | 21:15 | |
zeroDivisible | haha, fair enough. Wanna me at least create a bug for this one? I'm not promising that I'll give it a go and implement this, but maybe I can at least try to give it a go if it's simple? | 21:15 |
*** rhochmuth has joined #openstack-infra | 21:15 | |
jeblair | zeroDivisible: no bug necessary :) | 21:15 |
*** |-paul-| has joined #openstack-infra | 21:16 | |
*** ldnunes has quit IRC | 21:16 | |
zeroDivisible | jeblair: k :) | 21:17 |
*** thorst has quit IRC | 21:17 | |
*** doug-fis_ has quit IRC | 21:17 | |
*** doug-fish has joined #openstack-infra | 21:18 | |
*** _ari_ has quit IRC | 21:18 | |
openstackgerrit | Merged openstack-infra/project-config: Setup region-name for tripleo-test-cloud-rh1 https://review.openstack.org/317042 | 21:18 |
ianw | pabelanger: hmm, how did that happen | 21:18 |
*** savihou has quit IRC | 21:19 | |
*** rhochmuth has quit IRC | 21:19 | |
*** weshay has quit IRC | 21:19 | |
*** doug-fish has quit IRC | 21:22 | |
*** raildo is now known as raildo-afk | 21:22 | |
*** doug-fish has joined #openstack-infra | 21:25 | |
*** doug-fish has quit IRC | 21:26 | |
*** doug-fish has joined #openstack-infra | 21:27 | |
*** bpokorny_ has quit IRC | 21:30 | |
*** bpokorny has joined #openstack-infra | 21:31 | |
*** doug-fish has quit IRC | 21:32 | |
ianw | greghaynes / SpamapS : so at this point, it seems https://review.openstack.org/316831 https://review.openstack.org/316789 should be rolled into a 1.16.1 release | 21:33 |
*** Goneri has quit IRC | 21:33 | |
ianw | i'll keep an eye on these and do that | 21:33 |
*** doug-fish has joined #openstack-infra | 21:33 | |
*** lakshmiS has quit IRC | 21:34 | |
SpamapS | ianw: ACK, and agreed | 21:34 |
*** jpr has quit IRC | 21:35 | |
*** thorst has joined #openstack-infra | 21:35 | |
*** dimtruck is now known as zz_dimtruck | 21:35 | |
openstackgerrit | Merged openstack-dev/hacking: Updated from global requirements https://review.openstack.org/316980 | 21:37 |
*** doug-fish has quit IRC | 21:37 | |
*** doug-fish has joined #openstack-infra | 21:38 | |
*** doug-fish has quit IRC | 21:38 | |
*** doug-fish has joined #openstack-infra | 21:38 | |
*** _amrith_ is now known as amrith | 21:39 | |
*** thorst has quit IRC | 21:40 | |
*** rhochmuth has joined #openstack-infra | 21:40 | |
*** ewilson has quit IRC | 21:40 | |
openstackgerrit | Merged openstack/diskimage-builder: Add centos7 test https://review.openstack.org/192521 | 21:43 |
*** matt-borland has quit IRC | 21:43 | |
*** rhochmuth has quit IRC | 21:44 | |
Shrews | jeblair: jhesketh: do either of you have a layout.yaml file that you're using for testing the latest zuul2.5? reverse engineering all of the changes in order to get zuul-server to start is making me quite insane | 21:51 |
openstackgerrit | Merged openstack-infra/system-config: Remove undefined hostnames from zuul iptables config https://review.openstack.org/317093 | 21:51 |
*** regXboi has quit IRC | 21:52 | |
*** mriedem has quit IRC | 21:52 | |
greghaynes | ianw: bkero ^ | 21:55 |
*** shashank_hegde has quit IRC | 21:55 | |
greghaynes | ianw: bkero has been poking at debugging it. I highly suspect what is going on is that fixed a fail that was going on silently in tripleo already and we are just now actually failing properly | 21:56 |
*** markvoelker has joined #openstack-infra | 21:57 | |
*** Shrews has quit IRC | 21:57 | |
*** edmondsw has quit IRC | 21:58 | |
*** shashank_hegde has joined #openstack-infra | 21:59 | |
*** shamail has quit IRC | 22:00 | |
*** markvoelker has quit IRC | 22:01 | |
*** rhochmuth has joined #openstack-infra | 22:01 | |
*** amitgandhinz has quit IRC | 22:01 | |
*** tonytan4ever has quit IRC | 22:01 | |
*** markvoelker has joined #openstack-infra | 22:01 | |
openstackgerrit | Merged openstack/diskimage-builder: Fix path issue for locale-archive.tmpl https://review.openstack.org/316831 | 22:01 |
craige | o/ | 22:01 |
*** nadya has quit IRC | 22:02 | |
*** thiagop has quit IRC | 22:04 | |
*** aysyd has quit IRC | 22:05 | |
*** rhochmuth has quit IRC | 22:05 | |
ianw | greghaynes: hmm, ok ... i guess the thing to do here is keep at it and re-merge it? | 22:06 |
ianw | there's also that much larger cleanup that ends up removing it all together, but that needs more review | 22:06 |
*** cody-somerville has quit IRC | 22:06 | |
greghaynes | ianw: Yea, I think shortly we'll have some more info on what the issue is, if its an issue with dib being broken we probably should make a bugfix release, if its a thing where downstream was broken then we can help them fix and re-merge it | 22:07 |
bkero | ianw: I've reduced reproduction down to elements: 'centos7 vm' | 22:07 |
*** Shrews has joined #openstack-infra | 22:07 | |
*** doug-fish has quit IRC | 22:07 | |
*** Shrews has quit IRC | 22:07 | |
*** Shrews has joined #openstack-infra | 22:08 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:09 | |
ianw | bkero: can you pastebin that? i'm running a build with that now to see what happens | 22:09 |
ianw | "centos7" i don't test much. centos-minimal gets more coverage | 22:10 |
*** dmk0202 has quit IRC | 22:10 | |
greghaynes | I cant remember if we have merged any of the test coverage for vm | 22:10 |
greghaynes | we havent I think - https://review.openstack.org/#/c/204639/ | 22:10 |
greghaynes | I got that working, then I think we regressed | 22:10 |
*** nmagnezi has quit IRC | 22:11 | |
jeblair | Shrews: you mean in zuulv3? (there are no layout changes for v2.5) | 22:11 |
bkero | ianw: sorry, it's lost in scrollback | 22:12 |
bkero | I'm testing that it's reproduceable with ubuntu-minimal | 22:12 |
Shrews | jeblair: the schema has radically changed in the master branch since the last tagged release | 22:13 |
*** doug-fis_ has joined #openstack-infra | 22:13 | |
*** salv-orl_ has joined #openstack-infra | 22:14 | |
ianw | bkero: is it the same as nodepool.openstack.org/ubuntu-trusty.log ? | 22:14 |
*** rhochmuth has joined #openstack-infra | 22:16 | |
*** rhochmuth has quit IRC | 22:16 | |
jeblair | Shrews: i have not run the zuul server locally for some time; the layout.yaml files in the test fixture directory may help | 22:16 |
*** doug-fi__ has joined #openstack-infra | 22:16 | |
armax | hi folks, I am having trouble figuring out why this grafana dashboard is not rendering http://grafana.openstack.org/dashboard/db/neutron-failure-rate?panelId=5&fullscreen | 22:17 |
armax | the error I get is ‘TypeError: reduce() of empty sequence with no initial value' | 22:17 |
jeblair | Shrews: (i usually rely solely on the tests to check behavior of the zuul server (because it's so much trouble to have a jenkins and a gerrit and nodepool running and manually poke them to do the right things)) | 22:17 |
*** hichihara has quit IRC | 22:17 | |
armax | but for what I can tell the data series should be non empty | 22:17 |
*** salv-orlando has quit IRC | 22:18 | |
armax | this change is the culprit: https://review.openstack.org/#/c/314689/ | 22:18 |
*** doug-fis_ has quit IRC | 22:18 | |
Shrews | jeblair: those samples seem ok. thx | 22:18 |
armax | any idea on where I could dig in/troubleshoot this further? | 22:18 |
Shrews | jeblair: i've just been starting a geard and manually injecting jobs, just to experiment | 22:19 |
bkero | ianw: I'm not sure | 22:19 |
jeblair | Shrews: yeah, i did run the new zuul-launcher manually doing that. i kind of assumed once i plugged it into a zuul all the rest would work. let me know how it goes! :) | 22:20 |
*** Sukhdev has quit IRC | 22:20 | |
*** Sukhdev has joined #openstack-infra | 22:21 | |
tristanC | jeblair: would you be interested to revive https://review.openstack.org/#/c/172833/ ? It would deploy jenkins/gerrit/nodepool and we could write real functional tests to validate the whole stack... | 22:21 |
*** doug-fi__ has quit IRC | 22:21 | |
jeblair | tristanC: let's talk about that after zuulv3 | 22:22 |
*** signed8bit is now known as signed8bit_Zzz | 22:24 | |
tristanC | perhaps we could setup something as a ci-test for zuul in order to accelerate zuulv3 development ? | 22:24 |
*** jang has quit IRC | 22:24 | |
*** inc0 has quit IRC | 22:25 | |
pabelanger | ianw: bkero: Ya, I'm going to talk to tripleo about switching to centos-minimal for centos7 builds | 22:26 |
bkero | okay | 22:26 |
pabelanger | ianw: bkero: since we have more coverage of that element today | 22:26 |
bkero | I'll test against centos-minimal | 22:26 |
bkero | But for this bug I'm pretty sure the root is in the 'vm' element's interaction with centos-based os elements | 22:26 |
ianw | ok, yeah, i'm seeing "/mnt is not a dir" thing | 22:26 |
bkero | ianw: Yes. It's a long and windy path. | 22:27 |
ianw | we need to turn of tracing in dib-run-parts | 22:27 |
jeblair | tristanC: zuul testing is not deficient in that way -- zuul has an extensive suite of functional tests that fully replicate all of the involved systems using fakes, and do so accurately and quickly (a full test run of 200 tests takes 70 seconds). we are also highly confident in these tests. | 22:27 |
bkero | common-functions mnts is moving it from $IMAGE/mnt to $IMAGE/build | 22:27 |
*** tpsilva has quit IRC | 22:27 | |
bkero | greghaynes: it fails with 'ubuntu-minimal vm' too | 22:27 |
greghaynes | bkero: awesome, so the VM element is just broken | 22:28 |
bkero | yarp | 22:28 |
greghaynes | ianw: we should bugfix release ^ | 22:28 |
bkero | Unless it's the bootloader element | 22:28 |
pabelanger | Shrews: ProTip: targets: -name zuul is hardcoded in nodepool.yaml. Also need assign-via-gearman: True | 22:28 |
pabelanger | Shrews: well, hardcoded in zuul-launcher | 22:29 |
jeblair | tristanC: if you are interested in working on zuul's tests, however, we do have a problem where they sometimes timeout when running in the gate (likely due to the behavioral characteristics of the nodes themselves). but when testr times them out, we don't get log data, so we can't fix them (if there is a problem). if you can figure out how to get them to timeout in such a way that we get log data, that would be very useful. | 22:29 |
ianw | greghaynes: yep, when it merges i'll quickly test and then we can cut it | 22:29 |
* bkero testing 'ubuntu-minimal bootloader' combination | 22:29 | |
*** vhosakot has quit IRC | 22:30 | |
clarkb | jeblair is the timeout in jenkins or in the test suite? if in the test suite we should get logs for them | 22:30 |
*** Julien-zte has joined #openstack-infra | 22:30 | |
jeblair | clarkb: test suite. testr hard timeout loses logs. | 22:30 |
greghaynes | jeblair: in the past I have run the test suite in a loop overnight without testr for that issue. It's *awesome* | 22:30 |
jeblair | greghaynes: i have been running one since friday with no joy. | 22:30 |
greghaynes | Aw :( | 22:31 |
clarkb | huh, it should raise an exception then allow the cleanups to run which shoukd capture logs | 22:31 |
jeblair | clarkb: i think that's soft timeout, which doesn't work with zuul? | 22:31 |
clarkb | oh maybe | 22:31 |
jeblair | tristanC: so that's a possible avenue to explore -- what do we need to do to switch to testr's soft timeout? | 22:31 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Add project_config_repo to zuul launcher https://review.openstack.org/317118 | 22:32 |
jeblair | pabelanger, clarkb: can you speedy that ^? | 22:32 |
tristanC | jeblair: fair enough about functional tests, however i'm not really an expert of testr timeout... aren't the log written somewhere during execution ? | 22:32 |
pabelanger | jeblair: +2 | 22:32 |
jeblair | tristanC: they're collected by a special testr log fixture | 22:33 |
*** mixos has quit IRC | 22:34 | |
tristanC | jeblair: also you did ask me to remind you about another timeout related issue: https://review.openstack.org/#/c/274445/ ... though it shouldn't be the source of the gate problem | 22:34 |
tristanC | i mean the testr problem | 22:34 |
bkero | greghaynes, ianw: Okay, so it's definitely in 'vm'. The 'centos7 bootloader' and 'ubuntu-minimal bootloader' elements worked correctly. | 22:35 |
bkero | greghaynes, ianw: ... you know what? I bet this has something to do with vm's "partition" script | 22:35 |
*** piet has joined #openstack-infra | 22:36 | |
jeblair | tristanC: thanks -- i agree it probably is not the gate/testr problem | 22:36 |
ianw | bkero: yeah ... "inotify_init failed: Too many open files" from parted is odd | 22:37 |
*** jamesmcarthur has joined #openstack-infra | 22:39 | |
*** xarses has quit IRC | 22:39 | |
*** cody-somerville has joined #openstack-infra | 22:39 | |
jeblair | tristanC: oh! I wonder if https://review.openstack.org/281166 fixes that problem? | 22:39 |
*** doug-fish has joined #openstack-infra | 22:40 | |
pabelanger | ianw: we seen that in nodepool.o.o too, but I have git bisect the issue yet. | 22:40 |
openstackgerrit | Christopher Aedo proposed openstack-infra/irc-meetings: Adding additional chairs to IRC meeting https://review.openstack.org/317120 | 22:40 |
pabelanger | ianw: https://review.openstack.org/#/c/316813/ potential workaround | 22:40 |
jhesketh | Morning | 22:41 |
pabelanger | jeblair: tristanC: I think we can set OS_TEST_TIMEOUT in zuul to increase the timeout | 22:41 |
pabelanger | I am not sure what the default is however | 22:41 |
tristanC | jeblair: perhaps the reload is fixed, but the shutdown might still be an issue | 22:42 |
jeblair | pabelanger, tristanC: i don't know if the problem is the duration of the tests vs a bug in the tests that cause them to run indefinitely | 22:42 |
jeblair | tristanC: yeah, perhaps we should merge it on that principle | 22:42 |
*** csomerville has joined #openstack-infra | 22:43 | |
*** jamesmcarthur has quit IRC | 22:43 | |
*** doug-fish has quit IRC | 22:44 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Change commit message length validation to 72 chars https://review.openstack.org/316197 | 22:45 |
*** pradk- has quit IRC | 22:46 | |
openstackgerrit | Merged openstack/diskimage-builder: Revert "Properly fail/trap in eval_run_d" https://review.openstack.org/316789 | 22:46 |
*** cody-somerville has quit IRC | 22:47 | |
*** piet has quit IRC | 22:50 | |
*** sdague has quit IRC | 22:50 | |
*** signed8bit_Zzz is now known as signed8bit | 22:51 | |
*** piet has joined #openstack-infra | 22:52 | |
openstackgerrit | Merged openstack-infra/zuul: GerritWatcher: add poll_timeout https://review.openstack.org/274445 | 22:52 |
*** zz_dimtruck is now known as dimtruck | 22:54 | |
*** |-paul-| has quit IRC | 22:54 | |
*** signed8bit has quit IRC | 22:55 | |
*** nwkarsten has quit IRC | 22:56 | |
*** csomerville has quit IRC | 22:59 | |
*** signed8bit has joined #openstack-infra | 22:59 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Limit the file size that can be pushed to Gerrit https://review.openstack.org/262611 | 23:00 |
openstackgerrit | Merged openstack-infra/system-config: Add project_config_repo to zuul launcher https://review.openstack.org/317118 | 23:01 |
*** Sukhdev has quit IRC | 23:01 | |
*** doug-fish has joined #openstack-infra | 23:02 | |
openstackgerrit | Christopher Aedo proposed openstack-infra/irc-meetings: Adding additional chairs to IRC meeting https://review.openstack.org/317120 | 23:02 |
*** ams_ has quit IRC | 23:03 | |
*** itisha has joined #openstack-infra | 23:03 | |
*** benny2 has quit IRC | 23:04 | |
*** dimtruck is now known as zz_dimtruck | 23:05 | |
*** zz_dimtruck is now known as dimtruck | 23:05 | |
*** ddieterly has quit IRC | 23:06 | |
bkero | ianw: I nooped vm and then ran dib with the 'centos7 vm' elements. That broke. Here's the end of a traceback with -x. Could this be related to the pipestatus changes? http://paste.openstack.org/show/497281/ | 23:06 |
*** markvoelker has quit IRC | 23:06 | |
*** piet has quit IRC | 23:07 | |
*** rcernin has quit IRC | 23:08 | |
ianw | pabelanger: seems really odd ... i wonder if we're leaking something... | 23:08 |
ianw | bkero: maybe ... | 23:09 |
greghaynes | ianw: looks like its the pipefail check | 23:10 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Revert "Setup region-name for tripleo-test-cloud-rh1" https://review.openstack.org/317128 | 23:10 |
greghaynes | ianw: line 402 | 23:10 |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Revert "Set region_name for tripleo-test-cloud-rh1" https://review.openstack.org/317129 | 23:10 |
*** thorst has joined #openstack-infra | 23:11 | |
pabelanger | infra-root: Pretty embarrassing but we need to revert the following 2 commits for tripleo. Apparently I didn't test it correctly locally | 23:11 |
ianw | but doesn't that mean that dib-run-parts is failing... | 23:11 |
*** xyang1 has quit IRC | 23:11 | |
pabelanger | ^ | 23:11 |
*** thorst has quit IRC | 23:13 | |
*** hongbin has quit IRC | 23:13 | |
greghaynes | ianw: yea, why the check is triggering I have no idea | 23:13 |
*** thorst has joined #openstack-infra | 23:13 | |
ianw | hang on ... + [[ 0[0] != 0 ]] | 23:13 |
bkero | ianw: So I reverted to patchset 9 of https://review.openstack.org/#/c/259734/ | 23:14 |
bkero | The builds now pass | 23:14 |
*** dimtruck is now known as zz_dimtruck | 23:14 | |
greghaynes | ianw: yea, I dont get why that didnt fail in CI without the vm element if it needs to be != 0[0] | 23:14 |
*** jamesmcarthur has joined #openstack-infra | 23:15 | |
nibalizer | pabelanger: i gotcha | 23:15 |
pabelanger | nibalizer: danke | 23:15 |
ianw | greghaynes, no, it needs to be ${PIPESTATUS[0]} (note {'s) | 23:16 |
ianw | doh | 23:16 |
greghaynes | bkero: can you test with ^ | 23:16 |
bkero | okay | 23:16 |
*** gordc has quit IRC | 23:16 | |
ianw | running now, but yeah, i think that's it. should have noticed that :( | 23:17 |
greghaynes | I am going to make https://review.openstack.org/#/c/204639/ pass again and hope that we can merge it this time | 23:18 |
greghaynes | this is I think the third bug like this it would have caught | 23:18 |
bkero | greghaynes, ianw: That also works. | 23:19 |
greghaynes | bkero: w00t, ty | 23:19 |
greghaynes | bkero: you want to propose the fix or should I? | 23:20 |
bkero | i can | 23:21 |
*** rbrndt has quit IRC | 23:22 | |
jeblair | pabelanger, Shrews: i have a zuul-launcher running on zl01.openstack.org! | 23:22 |
pabelanger | jeblair: NICE | 23:22 |
*** lakshmiS has joined #openstack-infra | 23:23 | |
jeblair | node-assign:zuul001 | 23:23 |
pabelanger | jeblair: have you launched a job? | 23:23 |
bkero | greghaynes: can you open the review again, or shall I put it in a new review? | 23:23 |
ianw | bkero: just revert the revert & fix it | 23:23 |
bkero | haha | 23:23 |
greghaynes | ianw: ya, that | 23:23 |
bkero | ok | 23:23 |
greghaynes | er, bkero | 23:23 |
bkero | is the revert still open? | 23:23 |
* pabelanger prepares telnet | 23:23 | |
bkero | oh i get it | 23:23 |
ianw | greghaynes: since this seems to be rather trivial, want to put that into 1.16.1? otherwise we could release now and put this in for 1.17 | 23:24 |
*** csomerville has joined #openstack-infra | 23:24 | |
greghaynes | ianw: hrm, I think so - its kind of a semver break to release without it | 23:24 |
greghaynes | ianw: since the revert changes behavior of failure cases | 23:24 |
pabelanger | clarkb: suggestion how to handle an empty NODEPOOL_REGION? So we pick something sane as a default if unset? | 23:25 |
greghaynes | ok, taking off, afk for a bit | 23:25 |
pabelanger | clarkb: sorry: http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/scripts/configure_mirror.sh#n24 | 23:25 |
ianw | greghaynes : np ... we'll get that in and i'll do a 1.16.1 | 23:25 |
*** IlyaG has joined #openstack-infra | 23:25 | |
*** csomerville has quit IRC | 23:26 | |
openstackgerrit | Ben Kero proposed openstack/diskimage-builder: Revert "Revert "Properly fail/trap in eval_run_d"" and fix PIPESTATUS https://review.openstack.org/317137 | 23:26 |
bkero | Something like ^? | 23:26 |
clarkb | pabelanger: I think region is required? | 23:26 |
*** signed8bit is now known as signed8bit_Zzz | 23:26 | |
*** tqtran has quit IRC | 23:26 | |
clarkb | pabelanger: its the identifying feature of the mirrors | 23:26 |
ianw | bkero: lgtm ... i'll just clone & try a local build to double check | 23:28 |
bkero | have fun | 23:29 |
pabelanger | clarkb: I thought nova was the region for tripleo, I was wrong, that is the availability zone. | 23:29 |
pabelanger | clarkb: is it possible they don't have a region configured? | 23:29 |
*** vkramskikh_ has joined #openstack-infra | 23:31 | |
*** IlyaG has quit IRC | 23:31 | |
*** sarob has quit IRC | 23:32 | |
jeblair | i just sent about 25 nodes over to zl01; they are failing with something missing; i've pulled it out of nodepool again | 23:33 |
*** zz_dimtruck is now known as dimtruck | 23:33 | |
*** jamesmcarthur has quit IRC | 23:33 | |
*** psilvad has quit IRC | 23:36 | |
*** Sukhdev has joined #openstack-infra | 23:38 | |
*** xarses has joined #openstack-infra | 23:39 | |
*** mjblack has quit IRC | 23:39 | |
*** jamesmcarthur has joined #openstack-infra | 23:40 | |
clarkb | pabelanger: maybe? | 23:40 |
clarkb | I think keystone shoukd say | 23:40 |
pabelanger | clarkb: Think I need admin credentials for that | 23:41 |
jeblair | i think the reason the launcher failed is that it could not find 'ansible-playbook'. perhaps it's not in the path when launched from init... | 23:43 |
*** mjblack has joined #openstack-infra | 23:43 | |
pabelanger | jeblair: Oh, maybe. I think I had that issue locally. Just looking at the logs now too | 23:43 |
pabelanger | jeblair: I think you are correct, PATH is ansible-launching is missing /usr/local/bin | 23:44 |
pabelanger | s/launching/launcher | 23:44 |
openstackgerrit | Khai Do proposed openstack-infra/puppet-gerrit: Fix gerrit plugin installation https://review.openstack.org/317140 | 23:45 |
*** ffrank has quit IRC | 23:45 | |
openstackgerrit | James E. Blair proposed openstack-infra/puppet-zuul: Add /usr/loca/bin to zuul-launcher path https://review.openstack.org/317141 | 23:45 |
openstackgerrit | Khai Do proposed openstack-infra/puppet-gerrit: Fix gerrit plugin installation https://review.openstack.org/259653 | 23:46 |
jeblair | trying again with manual fixes | 23:47 |
pabelanger | ack | 23:47 |
*** Swami has quit IRC | 23:47 | |
*** jamesmcarthur has quit IRC | 23:49 | |
*** jamesmca_ has joined #openstack-infra | 23:49 | |
*** jamielennox is now known as jamielennox|away | 23:51 | |
jeblair | what is nodepool doing | 23:51 |
Shrews | jeblair: awesomesauce | 23:51 |
pabelanger | I wonder if it is getting confused by the tripleo change, wrong region | 23:52 |
jeblair | i'm going to restart it because its behavior does not look normal. perhaps zmq. | 23:52 |
*** pvaneck has quit IRC | 23:54 | |
jeblair | fatal: [node]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh.", "unreachable": true} | 23:55 |
jeblair | that's interesting | 23:55 |
jeblair | wrong user perhaps? | 23:55 |
*** r-mibu has quit IRC | 23:55 | |
pabelanger | jeblair: Ya, you need to setup the jenkins user in zuul.conf | 23:55 |
bkero | Unreachable sounds like networking | 23:55 |
openstackgerrit | fumihiko kakuma proposed openstack-infra/project-config: Stop jobs for kilo of ofagent https://review.openstack.org/317142 | 23:56 |
jeblair | wrong public key, apparently... | 23:56 |
*** Julien-zte has quit IRC | 23:57 | |
*** jamesmca_ has quit IRC | 23:57 | |
jhesketh | jeblair: let me know if there is anything I can help with re v25 | 23:57 |
jhesketh | (just about to have a meeting, but will be around) | 23:57 |
*** gildub has joined #openstack-infra | 23:58 | |
jeblair | jhesketh: thanks | 23:58 |
jeblair | pabelanger: yeah, the user is set as jenkins, but when i try to use the private key on disk, that doesn't so much work | 23:59 |
jeblair | so probably got a wire crossed in hiera | 23:59 |
pabelanger | jeblair: Wonder if it is using the zuul SSH key for review.o.o | 23:59 |
openstackgerrit | Khai Do proposed openstack-infra/puppet-gerrit: Allow puppet to configure commitmessage.maxLineLength https://review.openstack.org/316175 | 23:59 |
pabelanger | since that is the only key we ship today | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!