Tuesday, 2015-07-14

Clintanteaya: *nod*00:00
clarkbNakati you need to bump tox min version to 1.8 in order to use constraints:00:02
*** devkulkarni has joined #openstack-infra00:03
clarkbis the plan to switch the tox target for all our jobs to use a constraints based install command?00:03
Nakatoclarkb: Ah good catch.00:03
clarkbwe can do that if we come up with a standardish location for requirements to live then have zuul-cloner set that up in all jobs prior yo running tox00:04
lifelessclarkb: should it be a sibling or perhaps a subdir ?00:04
clarkbsibling is easier with zuul-cloner00:05
Nakatoclarkb: the idea is to make it opt-in from the start, and having the jobs be '<PY>-constraints' allows us to not yet interfere with developer workflows and start with some non-voting check jobs.00:05
clarkbso ../requirements/upper-constraints maybe00:05
*** jaypipes has quit IRC00:05
*** tlian has joined #openstack-infra00:05
clarkbthen we always set up $project + requirements00:06
lifelessNakato: I don't know if we need new jobs00:06
*** xyang1 has quit IRC00:06
*** gildub has quit IRC00:06
Nakatolifeless: Are you thinking of just switching them over to constraints only?00:07
lifelessNakato: AIUI we have to change tox no matter what to make this happen00:07
lifelessNakato: so each project has to approve a proposal to make it work00:07
lifelessNakato: I don't know if the job definition needs to change to get the requirements repo checked out00:07
*** heyongli has quit IRC00:08
lifelessNakato: but if it does, we could make the requirements repo be always present, and projects can still opt-in00:08
lifelessNakato: by updating their tox.ini to use-requirements-if-present00:08
lifelessor even00:08
lifelessuse-requirements-always (which then has developer impact)00:08
*** dangers is now known as dangers_away00:08
*** heyongli has joined #openstack-infra00:08
clarkbjob would need updating yes00:12
clarkbif not using toxto install and run zuul00:12
clarkbits a chicken and egg so I think we wont do that00:12
lifelessit would be tricky00:12
lifelessat best00:12
clarkbya00:13
lifelessclarkb: ok so if we say sibling00:15
Nakatolifeless: I'm not quite sure what that would look like, it sounds like it's making the whole upper-requirements being merged into the repo be duplication if the requirments repo was checked out and used as the file location instead.00:15
lifelessNakato: we're not going to merge upper-requirements.txt into each repo00:15
Nakatolifeless: Ah, okay, I misunderstood that then.00:16
lifelessNakato: you started with openstack/requirements which is the one and only home for it (in the current design)00:16
NakatoI thought it was going to get pulled in the same as requirements.txt00:16
clarkboh thats an interesting thing we have to sync requirements too whoch we have never done with tox00:18
clarkbbut we can do that at the same time? otherwise the constraint may not be valid under the requirements. Does that matter?00:18
*** yamamoto has quit IRC00:19
*** baoli has quit IRC00:24
*** alexpilotti has quit IRC00:26
*** mtanino_ has joined #openstack-infra00:28
*** mtanino has quit IRC00:28
*** erlon has quit IRC00:30
gyeeneed some help understanding a Jenkins failure, one of my patches failed test-requirements, https://review.openstack.org/#/c/177661/00:32
*** kzaitsev_mb has quit IRC00:32
gyeebut looking at the log, I can't tell which requirement is the problematic one00:32
*** cody-somerville has joined #openstack-infra00:34
*** cody-somerville has quit IRC00:34
*** cody-somerville has joined #openstack-infra00:34
*** puranamr has quit IRC00:34
*** gildub has joined #openstack-infra00:35
clarkbonly one was changed00:39
*** baoli has joined #openstack-infra00:39
*** ajmiller has quit IRC00:39
*** ajmiller has joined #openstack-infra00:39
*** thorst has joined #openstack-infra00:40
clarkbthe job log seems to indicate the issue is having the same req in multiple files00:40
clarkbthe py3 files are supposed to go away and use env markers instead00:40
clarkbso that wheels and all that work properly00:41
Nakatoclarkb: Interesting, thought.  I'm not sure.  What I'm wondering is if requirements gate's against upper-constraints wedging the tested projects.00:41
clarkbNakato it does but only via devstack00:41
clarkbit doesnt currently with unittests but thats not a regression as the old system always got the newest it could install00:42
*** asettle has joined #openstack-infra00:42
*** heyongli has quit IRC00:43
*** heyongli has joined #openstack-infra00:44
*** devkulkarni has quit IRC00:46
gyeeclarkb, not sure if I understand, you saying the same requirement should not be in both test-requirements and test-requirements-py3?00:46
gyeewhat should I do?00:46
lifelessclarkb: so that what the reverse jobs will be for00:46
clarkbI am saying you need to delete the py3 file00:46
lifelessclarkb: so we don't change upper-requirements before projects are ready00:46
clarkblifeless all projects unittests? or just devstack?00:46
lifelessclarkb: at least the big popular projects unittests00:47
*** sputnik13 has joined #openstack-infra00:47
gyeebut my patch doesn't touch test-requirements-py3, does not mean all keystonemiddleware will fail jenkins because of this?00:47
lifelessclarkb: its a bit of a sliding scale - more reverse checks == more impact from fragile tests. Less reverse checks == more projects that can get impacted00:48
lifelessgyee: test-requirements-pyN.txt is no longer valid.00:48
clarkbgyeeI think it means any changes to requirements in that project will fail00:48
*** baoli has quit IRC00:48
lifelessgyee: is this a change in master or stable ?00:48
gyeelifeless, master00:48
lifelessgyee: so yes, you need to merge the fiels00:48
lifelessgyee: I posted about this to the list a couple weeks ago00:49
*** heyongli has quit IRC00:49
lifelessclarkb: I wonder, if the jobs need to be changed, if you could help bootstrap Nakato by doing one representative one - e.g. oslo.db or something?00:49
gyeewhat do I need to do? remove test-requirement-py3.txt and consolidate everything into test-requirements.txt?00:49
clarkbgyee yes exactly and use env markers to separate deps for py3 and py200:50
*** heyongli has joined #openstack-infra00:50
clarkblifeless well we use a single template for all of them00:50
clarkbso we would likely update all at once when we have a plan00:50
lifelessgyee: http://lists.openstack.org/pipermail/openstack-dev/2015-July/068469.html00:51
*** thedodd has quit IRC00:51
lifelessclarkb: so at the summit we basically said 'clarkb will help us finalise the plan for tox things'00:51
*** armax has quit IRC00:51
clarkbI think we switch to using foo-constraints as the tox target in the gate and have zuul cloner prep $project and requirements prior to running tox00:52
gyeelifeless, clarkb, thanks00:52
clarkbor, have tox test for existence of requirements somehoe at install tiem and use it if present00:52
clarkbthat seems harder00:53
lifelessclarkb: ok, so both of these have zuul-cloner prepping things, no ?00:53
clarkbthe difficult thing with the first option is updating all the tox.ini files  hrm00:53
clarkbyes both have zuul cloner prep so we should do that first00:53
lifelessclarkb: I like updating the tox.ini files00:53
lifelessclarkb: it lets folk opt-in00:53
lifelessclarkb: and out, with it being a per-project thing00:53
clarkbno the job will fail00:54
Nakatoclarkb: if we can get a environment variable we could https://tox.readthedocs.org/en/latest/config.html#environment-variable-substitutions-with-default-values00:54
clarkbthere is no optin00:54
lifelessclarkb: oh right, no target ?00:54
clarkbyes no target00:54
*** zz_dimtruck is now known as dimtruck00:54
*** mwagner_lap has joined #openstack-infra00:54
lifelessclarkb: so, we can experiment, if we have the requirements repo on disk, by throwing up different patch sets00:54
clarkblifeless yes00:54
clarkbNakato thats another option00:55
lifelessclarkb: any chance you could prep that step? I'm really not sure where to start00:55
*** rlandy has quit IRC00:55
clarkbtge job could set an env var00:55
clarkblifeless sure00:55
*** rlandy has joined #openstack-infra00:56
*** heyongli has quit IRC00:58
openstackgerritMerged openstack-infra/puppet-apparmor: Add Gemfile and puppet 4 checks  https://review.openstack.org/19976500:58
*** ddieterly has quit IRC01:00
*** heyongli has joined #openstack-infra01:01
*** shashank_hegde_ has quit IRC01:01
*** baoli has joined #openstack-infra01:01
*** ddieterly has joined #openstack-infra01:01
*** marzif_ has joined #openstack-infra01:01
*** gyee has quit IRC01:02
*** crc32 has quit IRC01:03
clarkblifeless: actually making it a repo in the current project dir mya be easier.01:03
clarkbhopefully will hvae a patch up soon01:03
*** koolhead17 has joined #openstack-infra01:04
*** heyongli has quit IRC01:05
openstackgerritMerged openstack-infra/puppet-ansible: Add Gemfile and puppet 4 checks + fix lint errors  https://review.openstack.org/19976201:05
*** bradjones_ has joined #openstack-infra01:06
*** bradjones_ has quit IRC01:06
*** bradjones_ has joined #openstack-infra01:06
*** bradjones has quit IRC01:06
*** sridhar_ram has quit IRC01:06
*** heyongli has joined #openstack-infra01:06
*** bradjones_ is now known as bradjones01:07
*** sputnik13 has quit IRC01:09
*** yamamoto has joined #openstack-infra01:10
*** tonytan4ever has quit IRC01:10
*** baoli has quit IRC01:10
openstackgerritClark Boylan proposed openstack-infra/project-config: Prep $PROJECT and requirements for constraints  https://review.openstack.org/20138501:11
clarkbNakato: lifeless ^ something like that01:11
*** heyongli has quit IRC01:11
clarkband thats a child not sibling dir, can change it if we need to01:11
*** heyongli has joined #openstack-infra01:11
lifelessclarkb: looks great to me01:13
* lifeless casts about for +2Aers'01:13
lifelessmordred: jhesketh: ^01:13
*** alexsyip has quit IRC01:13
*** armax has joined #openstack-infra01:13
*** marzif_ has quit IRC01:14
*** geoffarnold has joined #openstack-infra01:14
*** baoli has joined #openstack-infra01:14
*** thorst has quit IRC01:15
lifelessahha01:15
lifelessthe Exception thing is an upstream bug.phew01:15
*** chlong-afk has joined #openstack-infra01:15
*** geoffarnold has quit IRC01:16
*** heyongli has quit IRC01:16
*** heyongli has joined #openstack-infra01:16
*** geoffarnold has joined #openstack-infra01:17
jheskethclarkb, lifeless: lgtm01:18
NakatoThat looks good01:18
*** armax has quit IRC01:21
*** heyongli has quit IRC01:21
*** ayoung-onfire is now known as ayoung01:23
*** heyongli has joined #openstack-infra01:23
*** hdd has joined #openstack-infra01:30
anteayafor a minute I thought .phew was a file extention01:33
*** dims__ has joined #openstack-infra01:34
anteayaclarkb: you standing by to revert this if it doesn't work?01:35
clarkbit needs thought01:36
clarkbIt may break pep801:36
* anteaya listens and holds onto +A01:36
anteayathat's worth thinking about01:36
clarkbsince the subdir will be linted too01:36
*** tqtran has quit IRC01:36
lifelessclarkb: ah good point01:36
lifelessrequirements is fresh now but won't always be so01:37
lifelessclarkb: can projects exclude requirements via tox.ini ?01:37
*** sputnik13 has joined #openstack-infra01:37
*** dannywilson has quit IRC01:37
lifelessclarkb: (so e.g. should we do a bulk set of patches to do that)01:37
clarkbyes thy can01:37
clarkbor we can sibling dir01:37
lifelessif you can that might be cleaner on balance; what was making it hard for you before?01:38
*** dims_ has quit IRC01:38
openstackgerritMerged openstack-infra/puppet-apps_site: Add Gemfile and puppet 4 checks  https://review.openstack.org/19977001:38
clarkbmostly that we would pollute the wokspace dir of jenkins01:38
anteayacan we edit the patch so that the new builder works on one job not on all of them01:39
clarkbnot a huge problem I guess01:39
lifelessclarkb: ok. So one thing you might not know. We're going to need to edit the constraints file during jobs.01:39
anteayauntil we see more about what it does01:39
lifelessclarkb: [consider this: constraints file says oslo.messaging 1.6.0 is selected, but oslo.messaging is in Depends-On:01:40
*** otter768 has joined #openstack-infra01:40
clarkblifeless: we get write perms there01:40
lifelessclarkb: then we need to checkout oslo.messaging and call edit-constraints path-to-upper-constraints.txt file://path-to-oslo.messaging01:40
clarkbas jenkins user01:40
clarkbanteaya or just wip for now01:40
lifelessclarkb: I was more thinking making sure we reset it properly if a node was reused, but I guess we don't need to care01:40
lifelessclarkb: since *we* don't reuse01:41
clarkbcloner does that for us too01:41
*** sabeen has joined #openstack-infra01:41
*** markvoelker has quit IRC01:44
*** otter768 has quit IRC01:45
*** baoli has quit IRC01:47
*** baoli has joined #openstack-infra01:47
anteayaclarkb: you want to wip it?01:49
*** shashank_hegde_ has joined #openstack-infra01:49
*** dboik has joined #openstack-infra01:53
clarkbanteaya: ya getting it now01:53
openstackgerritKhai Do proposed openstack-infra/nodepool: Remove duplicate python-jenkins code.  https://review.openstack.org/20072701:54
*** dboik_ has joined #openstack-infra01:54
*** shashank_hegde_ has quit IRC01:55
*** sdake_ has joined #openstack-infra01:55
*** geoffarnold has quit IRC01:57
*** dboik has quit IRC01:58
*** kzaitsev_mb has joined #openstack-infra01:58
*** asettle is now known as asettle-afk01:59
*** mtanino_ has quit IRC01:59
*** sdake has quit IRC01:59
*** heyongli has quit IRC02:00
anteayaclarkb: thanks02:01
*** tsekiyama has quit IRC02:01
*** geoffarnold has joined #openstack-infra02:03
anteayaI commented02:03
*** kzaitsev_mb has quit IRC02:04
*** rlandy has quit IRC02:04
*** pvaneck has quit IRC02:04
*** heyongli has joined #openstack-infra02:05
*** btully has quit IRC02:08
*** dims_ has joined #openstack-infra02:12
*** dims__ has quit IRC02:13
*** hdd has quit IRC02:15
*** enikanorov has joined #openstack-infra02:17
*** dims__ has joined #openstack-infra02:18
*** dims_ has quit IRC02:19
*** hdd has joined #openstack-infra02:20
*** GheRivero has quit IRC02:22
*** GheRivero has joined #openstack-infra02:23
*** koolhead_ has joined #openstack-infra02:23
*** yamahata has quit IRC02:24
*** sdake has joined #openstack-infra02:25
lifelessHEADSUP: mock 1.1.3 incoming.02:25
lifelessshould be zero impact02:25
*** enikanorov2 has quit IRC02:25
*** koolhead17 has quit IRC02:25
*** bdemers has quit IRC02:26
lifelessbut just in case, I'm going to go out for a bit :)02:27
*** bdemers has joined #openstack-infra02:27
*** heyongli has quit IRC02:28
*** heyongli has joined #openstack-infra02:28
*** sdake_ has quit IRC02:29
*** tlian has quit IRC02:30
*** unicell has quit IRC02:31
*** geoffarnold has quit IRC02:36
*** pal has joined #openstack-infra02:39
*** btully has joined #openstack-infra02:39
*** sdake_ has joined #openstack-infra02:40
openstackgerritColleen Murphy proposed openstack-infra/puppet-bandersnatch: Add Gemfile and puppet 4 checks  https://review.openstack.org/20139902:41
*** gildub has quit IRC02:41
*** gildub has joined #openstack-infra02:41
*** patrickeast has quit IRC02:42
*** btully has quit IRC02:43
*** dboik_ has quit IRC02:44
*** sdake has quit IRC02:44
*** dboik has joined #openstack-infra02:44
*** ivar-laz_ has quit IRC02:48
*** devkulkarni has joined #openstack-infra02:50
*** hdd has quit IRC02:52
*** markvoelker has joined #openstack-infra02:54
*** markvoelker has quit IRC02:55
*** markvoelker has joined #openstack-infra02:55
*** DericHorn-HP has joined #openstack-infra03:00
*** kzaitsev_mb has joined #openstack-infra03:00
*** spzala has quit IRC03:00
*** pal has quit IRC03:01
*** DericHorn-HP has quit IRC03:01
*** madong_ has joined #openstack-infra03:04
*** larainema has quit IRC03:04
*** kzaitsev_mb has quit IRC03:04
*** nigelb has joined #openstack-infra03:08
*** shashank_hegde_ has joined #openstack-infra03:08
*** jerryz has quit IRC03:10
*** shashank_hegde_ has quit IRC03:17
*** koolhead_ has quit IRC03:21
*** shashank_hegde_ has joined #openstack-infra03:22
*** madong_ is now known as larainema03:23
*** dims__ has quit IRC03:27
*** laughterwym__ has joined #openstack-infra03:27
*** laughterwym_ has quit IRC03:29
*** rm_work|away is now known as rm_work03:31
*** ddieterly has quit IRC03:33
*** crc32 has joined #openstack-infra03:34
*** Longgeek has joined #openstack-infra03:35
*** oomichi has quit IRC03:35
openstackgerritBrian Exelbierd proposed openstack-infra/yaml2ical: Refactor away recurrence class so that schedules can self recur  https://review.openstack.org/20128403:38
*** achanda has quit IRC03:38
*** otter768 has joined #openstack-infra03:41
*** shashank_hegde_ has quit IRC03:42
*** otter768 has quit IRC03:45
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Update and fix some minor issues with docs  https://review.openstack.org/20140703:46
*** sabeen has quit IRC03:47
openstackgerritJoshua Harlow proposed openstack/requirements: Bump upper constraint of taskflow to newly released 1.15.0  https://review.openstack.org/20140803:47
*** pal has joined #openstack-infra03:48
*** rm_work is now known as rm_work|away03:48
Kennanhi lifeless: clarkb:03:50
Kennando you know this patch?03:50
Kennanhttps://review.openstack.org/#/c/201408/03:50
Kennanwe found a cinder issue related taskflow about version conflict, is this patch fix that?03:51
*** baoli has quit IRC03:51
*** asettle-afk is now known as asettle03:52
lifelessKennan: I don't know about your cinder issue03:52
lifelessKennan: without a log or something, really can't comment03:52
*** devkulkarni has quit IRC03:53
Kennanhttp://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/screen-c-api.txt03:53
Kennanlifeless: this is the cinder logs03:53
KennanI checked with cinder guys in IRC03:53
Kennanthey said seems devstack tried taskflow two different version same time03:53
Kennan<harlowja_>ya, it almost looks like it is using 1.14 and 1.15 at the same time, lol03:54
Kennan<harlowja_>http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstack-gate-setup-workspace-new.txt.gz#_2015-07-14_00_35_31_595 may have been when it tried to use 1.15 but didn't quite make it03:54
harlowja_ya, i'm wondering if something weird is going on there03:55
harlowja_that class literally doesn't exist at that module name anymore03:55
lifelessjhesketh: thats not how I read it03:55
lifelessbah03:55
lifelessKennan: http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstacklog.txt.gz#_2015-07-14_00_40_25_26803:55
lifelessso its not installing from git03:55
lifelessand its constrained to 1.1403:56
lifelesshttp://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstacklog.txt.gz#_2015-07-14_00_42_32_43803:56
lifelessis where it gets installed03:56
*** shashank_hegde_ has joined #openstack-infra03:56
lifelessand referenced http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstacklog.txt.gz#_2015-07-14_00_42_43_08903:56
lifelessand referenced http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstacklog.txt.gz#_2015-07-14_00_48_36_17303:56
harlowja_and somehow then 1.15 gets installed (partially?)03:56
lifelessnope03:57
lifelessno sign of any 1.15 in that log03:57
harlowja_http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/pip-freeze.txt.gz03:57
harlowja_taskflow==1.15.003:57
harlowja_:-/03:57
harlowja_^ confuzled03:57
lifelessahha03:57
lifelessso something in a different log then03:58
harlowja_http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstack-gate-setup-workspace-new.txt.gz#_2015-07-14_00_35_31_540 ?03:58
harlowja_some kind of rsync or something03:58
openstackgerritBrian Exelbierd proposed openstack-infra/yaml2ical: Refactor away recurrence class so that schedules can self recur  https://review.openstack.org/20128403:59
harlowja_although not sure where the partially installed stuff happened, ha03:59
lifelessharlowja_: no, that workspace setup is just the pre-caching03:59
lifelessharlowja_: look for pip in that log04:00
*** kzaitsev_mb has joined #openstack-infra04:01
harlowja_this is like a treasure hunt, lol04:01
*** asettle has quit IRC04:01
lifelesshttp://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstack-gate-post_test_hook.txt.gz#_2015-07-14_01_07_41_86804:02
harlowja_ok http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstack-gate-post_test_hook.txt.gz#_2015-07-14_01_07_41_868 i think is where the 1.15 got installed04:03
lifelesspost test hook04:03
lifelessjinx04:03
*** sdake has joined #openstack-infra04:03
*** dimtruck is now known as zz_dimtruck04:04
harlowja_Kennan is it possible that magnum/cinder was still running or something during this? and somehow it loaded more code (and therefore saw parts of 1.14 and 1.15)04:04
harlowja_ie, post test hook didn't like restart cinder, and swapped out the code underneath it04:04
harlowja_because http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstack-gate-post_test_hook.txt.gz#_2015-07-14_01_08_22_044 happens in that04:05
harlowja_and cinder may not have been restarted and got all confused code-wise04:05
harlowja_that would be my guess :-/04:05
*** shashank_hegde_ has quit IRC04:06
*** kzaitsev_mb has quit IRC04:06
harlowja_whole bunch of stuff @ http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstack-gate-post_test_hook.txt.gz#_2015-07-14_01_07_38_766 got upgraded, but not sure if all the services got restarted (and therefore are running some mixed version of code later)04:06
*** weshay has quit IRC04:06
harlowja_lifeless does that seems probable to u?04:07
*** sdake_ has quit IRC04:07
lifelessharlowja_: its a bug in ./magnum/tests/contrib/post_test_hook.sh04:07
lifelessits not honouring the constraints04:07
harlowja_ah, or that04:07
lifelessI'm just seeing if I can whip up a fix04:08
harlowja_cools04:08
lifelessI mean its buggy in a few ways - its not using setup_dev or anything like that04:08
lifelessbut, I'm going to squint and ignore that for a sec :)04:08
harlowja_lol04:09
harlowja_ya the big '-U' on pip install isn't helping :-/04:09
harlowja_big U04:10
harlowja_lol04:10
*** sdake_ has joined #openstack-infra04:10
*** armax has joined #openstack-infra04:10
openstackgerritBrian Exelbierd proposed openstack-infra/yaml2ical: Refactor away recurrence class so that schedules can self recur  https://review.openstack.org/20128404:11
lifelesswell, don't care about that TBH04:11
lifelessI mean - its a big race condition vs the start of the test04:12
lifelessbut constraints is a bigger hammer :)04:12
lifelessKennan: try 20141204:12
lifelessI wonder how the mock release went down04:12
lifelesswell the worlds not red. thats a start04:13
harlowja_:-P04:13
harlowja_did we take over funcsigs yet?04:13
harlowja_didn't get a response04:13
lifelessnot yet04:13
*** sdake has quit IRC04:13
*** sdake_ is now known as sdake04:13
harlowja_k04:13
lifelessthe side_effect = exception thing was an upstream bug04:13
lifelessfixed in cpython and backported; its in mock 1.1.304:13
harlowja_cools04:14
*** shashank_hegde_ has joined #openstack-infra04:15
lifelessaven't looked into the decorator thing yet04:17
*** sdake has quit IRC04:22
*** boris-42 has quit IRC04:22
*** BharatK has joined #openstack-infra04:27
*** asettle has joined #openstack-infra04:27
Kennanlifeless:04:29
KennanUSE_CONSTRAINTS04:29
Kennanfor https://review.openstack.org/#/c/201412/1/magnum/tests/contrib/post_test_hook.sh fix04:29
Kennanis it all used by all projects ? or just a workaround ?04:29
KennanI not remember we have such constraints before. maybe I missed something before04:30
lifelessits how we pin things across different projects04:30
lifelessI've sent maybe 20 emails about this to the list ;)04:30
lifelesshttp://specs.openstack.org/openstack/openstack-specs/specs/requirements-management.html04:30
KennanOK lifeless: so we use constraints to make sure all used requirements version?04:32
Kennanis it right?04:32
*** shashank_hegde_ has quit IRC04:32
*** unicell has joined #openstack-infra04:33
*** fawadkhaliq has joined #openstack-infra04:34
*** ddieterly has joined #openstack-infra04:34
*** sabeen has joined #openstack-infra04:37
*** fawadkhaliq has quit IRC04:38
lifelesswhen devstacks running in that mode yes04:38
*** ddieterly has quit IRC04:39
*** unicell has quit IRC04:41
*** rm_work|away is now known as rm_work04:41
*** unicell has joined #openstack-infra04:45
*** mrmartin has joined #openstack-infra04:47
openstackgerritBrian Exelbierd proposed openstack-infra/yaml2ical: Refactor away recurrence class so that schedules can self recur  https://review.openstack.org/20128404:48
*** markvoelker_ has joined #openstack-infra04:48
*** maishsk has joined #openstack-infra04:49
*** markvoelker has quit IRC04:50
*** markvoelker_ has quit IRC04:52
*** achanda has joined #openstack-infra04:52
*** arxcruz has quit IRC04:53
*** maishsk has quit IRC04:54
Kennanthanks lifeless: i would wait the patch jenkins passed and vote for that04:56
*** abregman has joined #openstack-infra04:57
*** markvoelker has joined #openstack-infra04:57
*** crc32 has quit IRC04:58
*** fawadkhaliq has joined #openstack-infra04:58
*** kzaitsev_mb has joined #openstack-infra05:02
*** markvoelker has quit IRC05:03
*** kzaitsev_mb has quit IRC05:06
*** maishsk has joined #openstack-infra05:07
*** markvoelker has joined #openstack-infra05:08
*** btully has joined #openstack-infra05:11
*** markvoelker has quit IRC05:16
*** ajmiller has quit IRC05:16
*** armax has quit IRC05:17
*** ildikov has quit IRC05:20
*** markvoelker has joined #openstack-infra05:22
*** markvoelker has quit IRC05:28
*** afazekas has joined #openstack-infra05:32
*** ddieterly has joined #openstack-infra05:35
*** sabeen has quit IRC05:36
*** ddieterly has quit IRC05:39
*** otter768 has joined #openstack-infra05:42
*** maishsk has quit IRC05:43
*** deepakcs has joined #openstack-infra05:46
*** otter768 has quit IRC05:47
*** kushal has joined #openstack-infra05:50
*** koolhead17 has joined #openstack-infra05:57
*** GheRiver1 has joined #openstack-infra05:58
*** GheRivero has quit IRC05:59
*** GheRiver1 is now known as GheRivero05:59
*** GheRivero has quit IRC06:00
*** coolsvap has joined #openstack-infra06:00
*** GheRivero has joined #openstack-infra06:00
*** Kennan has quit IRC06:02
*** Kennan has joined #openstack-infra06:03
*** yfried has joined #openstack-infra06:04
*** ParsectiX has joined #openstack-infra06:05
*** vlaza has joined #openstack-infra06:05
*** dalgaaf has joined #openstack-infra06:06
*** achanda has quit IRC06:07
*** chlong-afk has quit IRC06:09
*** _nadya_ has joined #openstack-infra06:11
*** coolsvap has quit IRC06:13
*** coolsvap|away is now known as coolsvap06:13
*** _nadya_ has quit IRC06:14
*** _nadya_ has joined #openstack-infra06:14
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*)  https://review.openstack.org/20126606:14
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: Don't run gate-networking-midonet-python34 for stable branches  https://review.openstack.org/20142406:15
*** ParsectiX has quit IRC06:17
*** rm_work is now known as rm_work|away06:17
*** ParsectiX has joined #openstack-infra06:18
*** shardy has joined #openstack-infra06:19
*** cody-somerville has quit IRC06:20
*** achanda has joined #openstack-infra06:22
*** ParsectiX has quit IRC06:23
*** ParsectiX has joined #openstack-infra06:24
*** shashank_hegde_ has joined #openstack-infra06:24
*** sergmelikyan has joined #openstack-infra06:27
*** maishsk has joined #openstack-infra06:29
*** persia has quit IRC06:29
*** persia has joined #openstack-infra06:30
*** persia has quit IRC06:30
*** persia has joined #openstack-infra06:30
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*)  https://review.openstack.org/20126606:31
*** Guest62504 has joined #openstack-infra06:33
*** Guest62504 has quit IRC06:33
*** shashank_hegde_ has quit IRC06:35
*** kiran-r has joined #openstack-infra06:36
*** ddieterly has joined #openstack-infra06:36
*** soren has joined #openstack-infra06:38
*** watanabe_isao has joined #openstack-infra06:39
*** shashank_hegde_ has joined #openstack-infra06:39
*** liuxg has joined #openstack-infra06:40
liuxgHi06:40
liuxgenum34;python_version=='2.7' or python_version=='2.6'06:40
liuxgthis line can not be parsed in requirements.txt06:40
liuxgany suggestion?06:40
*** skraynev has joined #openstack-infra06:41
*** ddieterly has quit IRC06:41
liuxgError message is: RequirementParseError: Expected version spec in enum34;python_version=='2.7' or python_version=='2.6' at ;python_version=='2.7' or python_version=='2.6'06:41
*** _fortis has joined #openstack-infra06:42
*** dizquierdo has joined #openstack-infra06:43
*** scheuran has joined #openstack-infra06:43
*** _fortis has quit IRC06:44
*** maishsk has quit IRC06:47
clarkbupgrade pbr06:48
*** _fortis has joined #openstack-infra06:48
*** yamamoto has quit IRC06:49
liuxgclarkb: upgrade pbr to which version? the least version?06:49
clarkbthe latest version06:49
liuxgThanks clarkb! I will try your suggestion :)06:50
*** k4n0 has joined #openstack-infra06:52
*** _fortis has joined #openstack-infra06:52
*** soren has quit IRC06:57
*** hichihara has quit IRC06:58
*** kiran-r has quit IRC06:58
*** PpPyg has quit IRC06:58
*** maishsk has joined #openstack-infra06:59
openstackgerritSteve Kowalik proposed openstack-infra/project-config: Remove the unmapped locale from zanata.xml  https://review.openstack.org/20143207:00
*** asettle has quit IRC07:00
*** markus_z has joined #openstack-infra07:00
*** kiran-r has joined #openstack-infra07:01
*** maishsk has quit IRC07:01
*** yamamoto has joined #openstack-infra07:02
*** fhubik has joined #openstack-infra07:02
*** kzaitsev_mb has joined #openstack-infra07:03
camunozStevenK, just letting you know, Zanata client 3.7.3 has been released07:04
StevenKcamunoz: Awesome, I will look into that. Can haz server 3.7.1? :-)07:05
camunozyes you can... later this week  :) I'll let you know as soon as I have a war file07:06
StevenKThis week is rapidly running out :-P07:06
StevenKBut I spied a 3.7.1-rc1 on github07:06
*** kzaitsev_mb has quit IRC07:08
*** kiran-r has quit IRC07:08
*** ildikov has joined #openstack-infra07:10
*** amotoki_ has joined #openstack-infra07:11
camunozStevenK, yes... final touches (QA) going on at the moment07:13
*** dizquierdo has quit IRC07:13
*** yfried is now known as yfried|afk07:13
*** cdent has joined #openstack-infra07:14
*** dizquierdo has joined #openstack-infra07:14
*** soren has joined #openstack-infra07:15
*** arxcruz has joined #openstack-infra07:15
*** HeOS has quit IRC07:15
*** _fortis has quit IRC07:17
StevenKproposal@zanata:~$ zanata-cli --version | head -n 2 | tail -n 107:17
StevenKClient version: 3.7.307:17
StevenKHuzzah07:17
openstackgerritSteve Kowalik proposed openstack-infra/puppet-zanata: Update Zanata client to 3.7.3  https://review.openstack.org/20143807:17
*** achanda has quit IRC07:19
*** liuxg has left #openstack-infra07:19
Kennanhi lifeless:07:19
flip214is there a way to get the filesystem of some tempest test run?07:19
Kennanthere?07:19
*** _fortis has joined #openstack-infra07:20
clarkbflip214 you can either trick the log grabber to grab what you need with a change or have an i fra rooter hold a node07:21
*** mrunge has joined #openstack-infra07:21
StevenKpleia2: Can haz https://review.openstack.org/#/c/176440 ?07:22
clarkbor I suppose build your own image with dib07:24
clarkbit needs a fair bit of disk space and a little bit of time but its fully automated and the tools/build-image.sh script in system config (or is it project config?) will do it07:25
*** soren has quit IRC07:25
Kennanhi clarkb:07:25
flip214clarkb: I'm trying to get devstack working on plain 14.04 nodes, but there's always some other problem...07:25
* nigelb waves to StevenK 07:25
flip214Now I'm thinking whether to just grab a working VM ;/07:26
StevenKnigelb: DUDE!07:26
StevenKnigelb: *hugs*07:26
nigelbStevenK: *hugs* <307:26
flip214at least the exact state of /opt/stack would be nice to have...07:26
Kennanclarkb: do you know where can check the jenkins job?07:26
*** scheuran has quit IRC07:26
clarkbflip214 thats recorded in the logs07:26
clarkbsee the workspace setup log07:26
StevenKnigelb: What brings you here with the cool kids?07:26
Kennanhttps://review.openstack.org/#/c/201412/ I found it all failed for tests. but not figure it out why all failed clarkb:07:26
clarkbKennan http://status.openstack.org/zuul07:27
*** yfried|afk is now known as yfried07:28
*** jcoufal has joined #openstack-infra07:30
lifelessKennan: jus ask07:30
flip214clarkb: I guess that devstack-gate-setup-workspace-new.txt.gz, the lines like "git reset --hard remotes/origin/master" ... "HEAD is now at 187ba57 Fix a typo" are the correct ones, right?07:30
lifelessStevenK: colette07:31
flip214okay, will write a script to transfer that state to my local setup....07:31
*** koolhead17 has quit IRC07:31
clarkbflip214 yes07:35
*** devvesa has joined #openstack-infra07:36
Kennanlifeless: nothing now, I checked https://review.openstack.org/#/c/201412/07:37
*** chlong-afk has joined #openstack-infra07:37
*** ddieterly has joined #openstack-infra07:37
Kennanit all failed07:37
Kennanand then ask clarkb about jenkins jobs pipeline07:37
Kennanand I requested recheck07:37
Kennanit seems go on working now07:37
KennanI will wait for its completion07:38
*** yfried is now known as yfried|afk07:39
*** jlanoux has joined #openstack-infra07:40
*** ddieterly has quit IRC07:41
*** jyuso1 has left #openstack-infra07:42
*** jistr has joined #openstack-infra07:42
*** jyuso1 has joined #openstack-infra07:42
*** otter768 has joined #openstack-infra07:43
*** bexelbie|afk has joined #openstack-infra07:43
*** rossella_s has joined #openstack-infra07:44
*** macjack has joined #openstack-infra07:46
*** otter768 has quit IRC07:47
*** fawadkhaliq has quit IRC07:49
*** fhubik is now known as fhubik_afk07:50
*** sdake has joined #openstack-infra07:51
*** woodster_ has quit IRC07:51
*** alex_xu has quit IRC07:52
*** katyafervent is now known as katyafervent_awa07:53
*** katyafervent_awa is now known as katyafervent07:53
*** Longgeek has quit IRC07:53
kozhukalovgentle reminder https://review.openstack.org/#/c/199178/07:55
*** alex_xu has joined #openstack-infra07:55
*** shashank_hegde_ has quit IRC07:57
*** yfried|afk is now known as yfried07:57
*** sdake has quit IRC07:58
*** Longgeek has joined #openstack-infra08:00
*** maishsk has joined #openstack-infra08:01
*** yfried_ has joined #openstack-infra08:02
*** yfried has quit IRC08:02
*** fhubik_afk is now known as fhubik08:05
*** ihrachyshka has joined #openstack-infra08:07
*** dtantsur|afk is now known as dtantsur08:07
*** pal has quit IRC08:08
*** fawadkhaliq has joined #openstack-infra08:11
*** yfried_ has quit IRC08:12
*** btully has quit IRC08:18
openstackgerritAndrey Pavlov proposed openstack-infra/project-config: Add non-voting Sahara grenade job for upgrades testing  https://review.openstack.org/19707608:21
*** katyafervent is now known as katyafervent_awa08:22
*** amotoki_ has quit IRC08:22
*** gildub has quit IRC08:23
*** katyafervent_awa is now known as katyafervent08:23
*** katyafervent is now known as katyafervent_awa08:24
*** vponomaryov has quit IRC08:24
anteayaclarkb: if you can add https://review.openstack.org/#/c/148926/ to your review stack eantyshev would be grateful, it is a zuul patch that adds some additional logging08:26
*** vponomaryov has joined #openstack-infra08:27
anteayathank you08:27
*** HeOS has joined #openstack-infra08:28
*** kiran-r has joined #openstack-infra08:29
*** sputnik13 has quit IRC08:29
*** notnownikki has joined #openstack-infra08:29
openstackgerritSteve Kowalik proposed openstack-infra/project-config: Directly edit the unmapped locale from zanata.xml  https://review.openstack.org/20143208:29
*** kiran-r has quit IRC08:29
*** fhubik is now known as fhubik_afk08:30
*** derekh has joined #openstack-infra08:30
*** kiran-r has joined #openstack-infra08:31
*** _kiran_ has joined #openstack-infra08:35
*** kiran-r has quit IRC08:35
clarkbanteaya done08:36
anteayathank you08:36
anteaya:)08:36
*** maishsk has quit IRC08:37
anteayaeantyshev: clarkb has offered a comment and review for your patch08:37
* anteaya returns to bed08:37
anteayanight08:37
*** ddieterly has joined #openstack-infra08:38
eantyshevanteaya: I see, good night!08:38
*** _kiran_ has quit IRC08:40
*** ddieterly has quit IRC08:42
*** yfried_ has joined #openstack-infra08:48
openstackgerrityolanda.robla proposed openstack-infra/puppet-cgit: New Updated config for CentOS 7 and Apache 2.4  https://review.openstack.org/19979808:48
*** pelix has joined #openstack-infra08:51
*** yfried_ has quit IRC08:54
*** fhubik_afk is now known as fhubik08:55
*** pal has joined #openstack-infra08:57
*** kzaitsev_mb has joined #openstack-infra09:00
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: show reconfiguration failures  https://review.openstack.org/14892609:00
*** e0ne has joined #openstack-infra09:02
*** bexelbie|afk has quit IRC09:03
*** yfried_ has joined #openstack-infra09:04
openstackgerritMatthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8  https://review.openstack.org/20146709:05
*** sshnaidm has joined #openstack-infra09:06
*** fhubik is now known as fhubik_afk09:06
*** bexelbie|afk has joined #openstack-infra09:06
*** yfried_ has quit IRC09:09
*** yfried_ has joined #openstack-infra09:09
*** jcoufal_ has joined #openstack-infra09:09
*** fhubik_afk is now known as fhubik09:12
*** e0ne is now known as e0ne_09:12
*** jcoufal has quit IRC09:12
openstackgerritMatthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8  https://review.openstack.org/20146709:12
*** kzaitsev_mb has quit IRC09:14
*** BharatK has quit IRC09:15
*** e0ne_ is now known as e0ne09:16
*** alexpilotti has joined #openstack-infra09:16
*** amotoki_ has joined #openstack-infra09:16
kozhukalovchannel, please review this and if there are any cores, let's merge it https://review.openstack.org/#/c/199178/09:20
*** dizquierdo has quit IRC09:22
*** zeih has joined #openstack-infra09:25
*** btully has joined #openstack-infra09:27
*** BharatK has joined #openstack-infra09:29
*** btully has quit IRC09:31
*** marzif_ has joined #openstack-infra09:33
*** sergmelikyan has quit IRC09:36
*** zeih has quit IRC09:37
*** ddieterly has joined #openstack-infra09:38
*** fhubik is now known as fhubik_afk09:39
*** yfried_ is now known as yfried|afk09:40
*** ddieterly has quit IRC09:43
*** dizquierdo has joined #openstack-infra09:43
*** otter768 has joined #openstack-infra09:44
*** mrunge has quit IRC09:45
*** otter768 has quit IRC09:48
*** dims_ has joined #openstack-infra09:48
*** dalgaaf has quit IRC09:48
*** _nadya_ has quit IRC09:48
*** _nadya_ has joined #openstack-infra09:49
*** zeih has joined #openstack-infra09:50
*** Longgeek has quit IRC09:51
*** maishsk has joined #openstack-infra09:52
*** jcoufal has joined #openstack-infra09:53
*** _nadya_ has quit IRC09:53
*** jcoufal_ has quit IRC09:57
openstackgerritMerged openstack-infra/project-config: Add project fuel-agent repo  https://review.openstack.org/19917809:58
*** mrunge has joined #openstack-infra09:58
*** e0ne is now known as e0ne_09:58
*** yfried|afk is now known as yfried_10:01
*** e0ne_ is now known as e0ne10:01
*** Kennan has quit IRC10:03
*** Kennan has joined #openstack-infra10:03
*** kiran-r has joined #openstack-infra10:03
*** fawadkhaliq has quit IRC10:03
*** abregman is now known as abregman|lunch10:05
*** zeih has quit IRC10:07
*** notnownikki has quit IRC10:08
*** blaedd has joined #openstack-infra10:16
*** ociuhandu has joined #openstack-infra10:16
*** salv-orlando has quit IRC10:16
*** sshnaidm has quit IRC10:17
*** fawadkhaliq has joined #openstack-infra10:18
*** kzaitsev_mb has joined #openstack-infra10:19
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Move experimental Manila jobs in Rally to check pipeline  https://review.openstack.org/19910810:21
*** Longgeek has joined #openstack-infra10:22
*** notnownikki has joined #openstack-infra10:22
openstackgerritMatthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8  https://review.openstack.org/20146710:23
*** jlanoux_ has joined #openstack-infra10:27
greghaynesmordred: clarkb Re: minimal being too minimal - Long term plan is to be moving to use dib rather than puppet for our images AIUI, so for things where were missing stuff in images its probably better to fix it by adding needed stuff to our infra elements10:29
*** jlanoux has quit IRC10:30
openstackgerritMerged openstack-infra/puppet-openstackci: Fix variables access warning in logs.vhost template  https://review.openstack.org/20107110:30
openstackgerritValeriy Ponomaryov proposed openstack-infra/devstack-gate: Add Rally to projects list  https://review.openstack.org/19060110:31
*** akscram has quit IRC10:31
*** akscram has joined #openstack-infra10:33
greghaynesclarkb: Re: minimal being too minimal - agreed, from a dib standpoint we should have another element that depends on ubuntu minimal (I think last time this came up we decided 'ubuntu' should be this) which depends on ubuntu-minimal and is more usable10:33
greghaynesalso, im in another time zone for a few weeks so weeee10:33
*** fhubik_afk is now known as fhubik10:36
*** abregman|lunch is now known as abregman10:38
*** ddieterly has joined #openstack-infra10:39
*** zeih has joined #openstack-infra10:42
*** ddieterly has quit IRC10:43
*** e0ne is now known as e0ne_10:45
*** Longgeek_ has joined #openstack-infra10:46
openstackgerritMerged openstack-infra/puppet-cgit: Remove whitespace errors.  https://review.openstack.org/20123610:46
*** Longgeek has quit IRC10:48
*** vikram has joined #openstack-infra10:49
*** jlanoux has joined #openstack-infra10:49
*** dalgaaf has joined #openstack-infra10:49
*** e0ne_ is now known as e0ne10:49
*** pc_m has joined #openstack-infra10:51
*** koolhead17 has joined #openstack-infra10:51
*** zeih has quit IRC10:52
*** jlanoux_ has quit IRC10:52
*** yfried_ is now known as yfried|afk10:53
*** pblaho has joined #openstack-infra10:56
*** BharatK has quit IRC10:56
*** fhubik is now known as fhubik_afk10:57
yamamotocan anyone here review this?  https://review.openstack.org/#/c/201424/10:58
*** hamzy has quit IRC10:59
yamamotoit's a straightforward patch to disable a job for stable branches.10:59
openstackgerritMerged openstack-infra/nodepool: Remove slave.openstack.org from default hostname values  https://review.openstack.org/20130210:59
*** sergmelikyan has joined #openstack-infra11:00
*** maishsk has quit IRC11:02
*** afazekas has quit IRC11:02
openstackgerritJiri Stransky proposed openstack-infra/tripleo-ci: Bump delorean to 2015-07-10 to fix openstack CLI  https://review.openstack.org/20050811:06
*** BharatK has joined #openstack-infra11:08
*** shardy_ has joined #openstack-infra11:09
*** openstackgerrit has quit IRC11:09
*** jaypipes has joined #openstack-infra11:09
*** coolsvap is now known as coolsvap_11:09
*** openstackgerrit has joined #openstack-infra11:09
*** yfried|afk is now known as yfried_11:10
*** shardy has quit IRC11:10
*** shardy_ has quit IRC11:14
*** sshnaidm has joined #openstack-infra11:14
*** shardy has joined #openstack-infra11:15
*** afazekas has joined #openstack-infra11:17
*** yfried_ is now known as yfried|afk11:20
*** thorst has joined #openstack-infra11:22
*** zeih has joined #openstack-infra11:22
openstackgerritDarragh Bailey proposed openstack-infra/jenkins-job-builder: Avoid parallel builder tests creating cache dir  https://review.openstack.org/20151011:24
openstackgerritMerged openstack-infra/project-config: Add check-ironic-inspector-dsvm-nv to ironic experimental pipeline  https://review.openstack.org/19838111:25
clarkbgreghaynes I dont expect to stop using puppet any time soon11:26
openstackgerritMerged openstack-infra/system-config: Add #senlin to the list of eavesdrop channels  https://review.openstack.org/19699311:27
*** gsagie_ has joined #openstack-infra11:28
gsagie_Hello all, would appreciate it if any core can review : https://review.openstack.org/#/c/200375/11:28
gsagie_new project addition under Neutron big tent11:28
AJaegergsagie_: for which repo is this? Not everybody here is core on every project...11:29
gsagie_project-config11:29
*** BharatK has quit IRC11:29
greghaynesclarkb: yes, but in this case we can fix it in either place so seems like we should fix it where we plan to be long term11:31
greghaynesclarkb: was there ever any progress on tests making artifact images?11:32
*** zeih has quit IRC11:33
*** zeih has joined #openstack-infra11:36
*** yfried|afk is now known as yfried_11:36
*** ldnunes has joined #openstack-infra11:38
*** zz_dimtruck is now known as dimtruck11:39
*** e0ne is now known as e0ne_11:39
*** _nadya_ has joined #openstack-infra11:39
*** ddieterly has joined #openstack-infra11:40
kozhukalovguys, this patch has been merged https://review.openstack.org/#/c/199178/ but there are no people in fuel-agent-core group. could you please add me there (the author of the patch)11:41
*** maishsk has joined #openstack-infra11:41
*** e0ne_ is now known as e0ne11:41
*** Somay has joined #openstack-infra11:42
*** afazekas has quit IRC11:42
jheskethkozhukalov: I've added you to the group11:42
kozhukalovjhesketh, great, thanks a lot11:42
*** BharatK has joined #openstack-infra11:44
*** Somay_ has joined #openstack-infra11:44
*** ddieterly has quit IRC11:44
*** otter768 has joined #openstack-infra11:44
*** pal has quit IRC11:46
*** Somay has quit IRC11:47
AJaegeryamamoto: approved...11:47
yamamotoAJaeger: thank you!11:48
*** yfried_ is now known as yfried|afk11:48
*** otter768 has quit IRC11:49
openstackgerritMerged openstack/diskimage-builder: Cleanup the build directories earlier  https://review.openstack.org/18426811:50
*** zeih has quit IRC11:52
*** yfried|afk is now known as yfried_11:52
*** e0ne is now known as e0ne_11:56
*** fhubik_afk is now known as fhubik11:57
*** fhubik is now known as fhubik_afk11:57
*** btully has joined #openstack-infra11:57
*** sergmelikyan has quit IRC11:58
*** e0ne_ is now known as e0ne11:59
*** julim has joined #openstack-infra12:00
*** dimtruck is now known as zz_dimtruck12:00
*** bdemers has quit IRC12:01
*** btully has quit IRC12:02
*** kzaitsev_mb has quit IRC12:04
*** bswartz has quit IRC12:05
*** kzaitsev_mb has joined #openstack-infra12:05
*** mwagner_lap has quit IRC12:05
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*)  https://review.openstack.org/20126612:06
ajoetherpad.openstack.org is down or is it only me?12:06
*** salv-orlando has joined #openstack-infra12:08
*** zeih has joined #openstack-infra12:08
*** notnownikki has quit IRC12:09
ajoetherpad.openstack.org is not working via IPv612:10
*** afazekas has joined #openstack-infra12:10
ajohmm12:10
*** openstack has joined #openstack-infra12:13
*** gmann_ has joined #openstack-infra12:14
openstackgerritAdam Kaufman proposed openstack-infra/jenkins-job-builder: added support for jdepend plugin  https://review.openstack.org/20153312:15
*** Somay_ has quit IRC12:15
openstackgerritSirushti Murugesan proposed openstack-infra/project-config: Make the Heat grenade job voting  https://review.openstack.org/20105212:15
*** kzaitsev_mb has quit IRC12:16
*** Longgeek_ has quit IRC12:17
*** dprince has joined #openstack-infra12:18
*** zeih has quit IRC12:18
*** Longgeek has joined #openstack-infra12:19
openstackgerritJiri Stransky proposed openstack-infra/tripleo-ci: Bump delorean to 2015-07-14 to fix openstack CLI  https://review.openstack.org/20050812:19
*** gordc has joined #openstack-infra12:20
*** fawadkhaliq has quit IRC12:20
*** Somay has joined #openstack-infra12:20
*** devkulkarni has joined #openstack-infra12:21
openstackgerritMerged openstack-infra/project-config: Directly edit the unmapped locale from zanata.xml  https://review.openstack.org/20143212:21
mordredgreghaynes: neat! (which timezone?)12:22
*** notnownikki has joined #openstack-infra12:22
*** aysyd has joined #openstack-infra12:23
*** maishsk has joined #openstack-infra12:23
*** ig0r_ has joined #openstack-infra12:24
*** annegent_ has quit IRC12:24
*** annegentle has joined #openstack-infra12:25
*** deepakcs has quit IRC12:26
*** zz_dimtruck is now known as dimtruck12:27
*** gmann_ has quit IRC12:29
*** sergmelikyan has joined #openstack-infra12:29
*** maishsk has quit IRC12:31
*** kzaitsev_mb has joined #openstack-infra12:31
*** linkedinyou has joined #openstack-infra12:32
*** maishsk has joined #openstack-infra12:33
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (m-s*)  https://review.openstack.org/20153812:34
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: Don't run gate-networking-midonet-python34 for stable branches  https://review.openstack.org/20142412:34
*** zeih has joined #openstack-infra12:35
*** coolsvap_ is now known as coolsvap|away12:39
*** ddieterly has joined #openstack-infra12:41
*** maishsk has quit IRC12:41
*** e0ne is now known as e0ne_12:42
*** bnemec has joined #openstack-infra12:42
*** markvoelker has joined #openstack-infra12:43
*** maishsk has joined #openstack-infra12:44
*** maishsk has quit IRC12:45
*** ddieterly has quit IRC12:46
*** pal has joined #openstack-infra12:47
*** e0ne_ is now known as e0ne12:47
*** julim has quit IRC12:47
*** markvoelker has quit IRC12:47
*** watanabe_isao has quit IRC12:48
*** zeih has quit IRC12:50
sdaguehey mordred - osc version bump ? https://review.openstack.org/#/c/194692/12:52
*** kzaitsev_mb has quit IRC12:54
*** dkranz has joined #openstack-infra12:56
*** markvoelker has joined #openstack-infra12:57
*** shardy_ has joined #openstack-infra12:59
*** bswartz has joined #openstack-infra12:59
*** maishsk has joined #openstack-infra12:59
*** shardy has quit IRC13:00
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Simplify horizon job gate-horizon-python27-django14  https://review.openstack.org/20154813:00
pelixzaro: there's a race condition in one set of tests for JJB where two tests may trigger trying to create the cache dir at the same time. https://review.openstack.org/201510 fixes this.13:01
*** markvoelker has quit IRC13:01
*** markvoelker has joined #openstack-infra13:01
*** fawadkhaliq has joined #openstack-infra13:02
sdaguemordred: and while you are in the mood for approving things, here is quick fix for the what-broke.py script - https://review.openstack.org/#/c/200534/13:02
*** ZZelle has quit IRC13:02
*** rlandy has joined #openstack-infra13:03
*** ZZelle has joined #openstack-infra13:03
*** dkranz has quit IRC13:03
*** kzaitsev_mb has joined #openstack-infra13:03
mordredsdague: I lov approving things13:03
mordreddone13:03
*** shardy_ has quit IRC13:04
*** shardy has joined #openstack-infra13:05
*** zeih has joined #openstack-infra13:05
*** markvoelker has quit IRC13:06
*** yfried_ is now known as yfried|afk13:07
AJaegermordred, sdague : do you want some more patches to review and approve? I have some trivial cleanups...13:08
*** dims_ has quit IRC13:09
*** krtaylor has quit IRC13:09
*** markvoelker has joined #openstack-infra13:10
*** dims_ has joined #openstack-infra13:10
*** krtaylor has joined #openstack-infra13:10
*** yfried|afk is now known as yfried_13:11
*** devvesa has quit IRC13:11
*** sergmelikyan has quit IRC13:12
*** maishsk has quit IRC13:12
*** zeih has quit IRC13:13
*** julim has joined #openstack-infra13:13
*** dims_ has quit IRC13:13
*** dims_ has joined #openstack-infra13:13
*** ddieterly has joined #openstack-infra13:14
*** tvanderwiel has joined #openstack-infra13:15
*** amitgandhinz has joined #openstack-infra13:16
*** akshai has joined #openstack-infra13:17
*** peristeri has joined #openstack-infra13:17
*** dustins has joined #openstack-infra13:17
*** dkranz has joined #openstack-infra13:18
*** changbl has quit IRC13:18
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (zaqar)  https://review.openstack.org/20155413:19
*** spzala has joined #openstack-infra13:21
*** yamamoto has quit IRC13:22
*** alivigni has joined #openstack-infra13:22
openstackgerritJoshua Hesketh proposed openstack-infra/os-loganalyze: Add support for appending footers  https://review.openstack.org/16659613:23
*** devvesa has joined #openstack-infra13:24
*** eharney has joined #openstack-infra13:26
*** mriedem_away is now known as mriedem13:27
*** geoffarnold has joined #openstack-infra13:27
*** bdemers has joined #openstack-infra13:27
*** maishsk has joined #openstack-infra13:27
*** prad has joined #openstack-infra13:29
*** maishsk has quit IRC13:30
*** marzif_ has quit IRC13:33
*** marzif_ has joined #openstack-infra13:33
*** hdd has joined #openstack-infra13:38
Sam-I-Ammornings13:38
AJaegeranteaya, jeblair, fungi: I've changed most "check-" to "gate-" in project config with the exception of devstack-gate jobs. Once my patches are in, I'll do the devstack-gate. Reviews are appreciated to avoid rebases: https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:remove-check,n,z13:39
AJaegerHi again, Sam-I-Am !13:39
*** e0ne is now known as e0ne_13:40
*** sergmelikyan has joined #openstack-infra13:40
fungiajo: etherpad.openstack.org is working for me via ipv6. is it still broken for you?13:40
*** mmedvede has left #openstack-infra13:40
ajoI forced it to IPv4, let me try13:41
*** mmedvede has joined #openstack-infra13:41
*** bradjones has quit IRC13:41
Sam-I-AmAJaeger: hey. working on that include e-mail (which also turned into a structure topic)13:41
ajofungi, I start to think it's more a safari thing13:42
ajoIPv6+IPv4 goes well in chrome13:42
AJaegerSam-I-Am: thanks! Yeah, it's a structure one.13:42
ajobut safari complains about https establishement sometimes13:42
fungiajo: could be... it's working for me via ipv6 with firefox13:42
ajomore over IPv613:42
*** dkranz has quit IRC13:43
ajoFailed to load resource: An SSL error has occurred and a secure connection to the server cannot be made.13:43
ajoI don't understand why13:44
*** mwagner_lap has joined #openstack-infra13:45
*** otter768 has joined #openstack-infra13:45
ajocurl works well... may be my safari is broken, it's not providing too much debug information...13:46
*** bradjones has joined #openstack-infra13:48
*** bradjones has quit IRC13:48
*** bradjones has joined #openstack-infra13:48
*** e0ne_ is now known as e0ne13:48
*** maishsk has joined #openstack-infra13:48
*** fhubik_afk is now known as fhubik13:49
AJaegerSam-I-Am: That's also why I gave the two example reviews in one of my emails...13:49
*** sergmelikyan has quit IRC13:49
*** ddieterly has quit IRC13:50
Sam-I-AmAJaeger: yeah13:50
*** otter768 has quit IRC13:50
openstackgerritMerged openstack-infra/project-config: Add dependency on nodepool-base to node-devstack  https://review.openstack.org/19053913:50
*** hichihara has joined #openstack-infra13:51
anteayaAJaeger: is patchset 4 a rebase? https://review.openstack.org/#/c/201266/13:51
*** krtaylor has quit IRC13:52
*** k4n0 has quit IRC13:52
*** dboik has quit IRC13:52
AJaegeranteaya: yes, it is. Patch was approved and then there was a merge conflict that I had to resolve manually13:52
anteayaokay thanks13:53
anteayafigured as much but wanted to ask13:53
*** devkulkarni has quit IRC13:54
dgonzalezsdague: clarkb: If you have some time, could you have a look at https://review.openstack.org/#/c/201316/ and https://review.openstack.org/#/c/200309/ (I try to add multi-region support to devstack-gate)13:54
dgonzalezOf course I am happy about anybody who takes some time to take a look :)13:54
AJaegeranteaya: thanks for reviewing!13:54
anteayawelcome13:55
*** dkranz has joined #openstack-infra13:56
*** Longgeek has quit IRC13:56
*** sergmelikyan has joined #openstack-infra13:57
*** yamahata has joined #openstack-infra13:58
*** vlaza has quit IRC13:59
anteayaAJaeger: did I get them all?13:59
*** annegentle has quit IRC14:00
*** markvoelker_ has joined #openstack-infra14:00
*** yamamoto has joined #openstack-infra14:00
*** Longgeek has joined #openstack-infra14:01
*** sigmavirus24_awa is now known as sigmavirus2414:01
*** fhubik is now known as fhubik_afk14:01
*** ParsectiX has quit IRC14:04
AJaegeranteaya: https://review.openstack.org/201158 is missing14:04
*** markvoelker has quit IRC14:04
*** krtaylor has joined #openstack-infra14:04
* AJaeger has to rebase 201266 again ;(14:04
anteayaso it is14:05
anteayathanks14:05
*** austin81 has joined #openstack-infra14:05
anteayadone14:05
sdaguefungi / mordred - umm.... 'rsync not found'? - http://logs.openstack.org/91/199091/2/experimental/check-grenade-dsvm-multinode/6902fdc/logs/devstack-gate-setup-workspace-new.txt.gz#_2015-07-14_12_46_47_40914:06
*** ajmiller has joined #openstack-infra14:07
sdaguealso, ping not found - http://logs.openstack.org/91/199091/2/experimental/check-grenade-dsvm-multinode/6902fdc/logs/devstack-gate-setup-host.txt.gz14:07
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*)  https://review.openstack.org/20126614:07
*** fhubik_afk is now known as fhubik14:07
AJaegeranteaya: a rebase ^ - thanks for all the reviews!14:07
*** maishsk has quit IRC14:07
openstackgerritMerged openstack-infra/project-config: Make gate-glance_store-python34 voting, add gate  https://review.openstack.org/20001414:08
sdagueyeh, so all the multinode jobs are now failing super early because apparently the new node type doesn't have the required packages to run devstack-gate14:08
openstackgerritAdam Kaufman proposed openstack-infra/jenkins-job-builder: added support for jdepend plugin  https://review.openstack.org/20153314:08
anteayahow about after the rebase you just shove it in, jeblair okayed the change concept, we could play whack a mole all day14:08
*** dimtruck is now known as zz_dimtruck14:08
*** zz_dimtruck is now known as dimtruck14:08
*** hdd has quit IRC14:09
openstackgerritMerged openstack-infra/project-config: Add BEAKER_color flag  https://review.openstack.org/20063214:09
openstackgerritMerged openstack-infra/project-config: Make gate-keystone-python34 voting and add gate  https://review.openstack.org/20009214:09
*** Kennan2 has joined #openstack-infra14:10
*** Kennan has quit IRC14:10
*** hdd has joined #openstack-infra14:12
*** dboik has joined #openstack-infra14:12
greghaynesmordred: CEST14:13
sdagueok, so is it possible to come up with a model where we can iterate on these multinode jobs faster so we can actually get them into a working state?14:13
greghaynesmordred: in San Sebastian ATM :)14:13
greghaynessdague: you mean rsync?14:13
sdaguegreghaynes: well, that's the latest failure14:13
*** fhubik is now known as fhubik_afk14:13
greghaynessdague: if so, a patch was merged to fix that, new images need to be made/uploaded which I think should be soon14:13
sdaguebut it seems like every morning, it's a new failure, then we get one fix in at the end of the day, wait for images to rebuild, look the next morning, new failure14:14
sdaguethat's really long cycle time14:14
greghaynessdague: and yes, iteration on those is a PITA, theres not really a way to do it in our CI without a way to use images as artifacts from jobs14:14
AJaegeranteaya: I'll probably do it with this change based on previous reviews...14:14
openstackgerritMerged openstack-infra/project-config: Correct node override for experimental bindep job  https://review.openstack.org/20069114:15
sdagueright, so I guess I'm asking if we can kick of these image builds manually now that the new change is there, so maybe we could get 3 iterations a day instead of 114:15
greghaynessdague: Yep, thats been the idea - when we merge a fix if its earlyish in the day we poke someone with infra root to remake14:15
sdagueok, fungi / mordred POKE! :)14:16
*** _nadya_ has quit IRC14:16
*** fhubik_afk is now known as fhubik14:16
greghaynesImage builds happen first thing in the morning PST so I think they would be going now...14:16
*** _nadya_ has joined #openstack-infra14:16
*** Somay has quit IRC14:16
greghaynesyea, looks like we have some of them for 07-1414:17
*** _nadya_ has quit IRC14:17
AJaegeranteaya: could you +2A https://review.openstack.org/#/c/201153/ - also part of the series, please?14:18
*** dimtruck is now known as zz_dimtruck14:18
*** devkulkarni has joined #openstack-infra14:19
greghaynessdague: I do think we should poke the brains of clarkb jeblair et all to see if theres a way we can maybe get an experimental-like job where we can use an image test artifact to run a new node off of14:19
openstackgerritSzymon Wróblewski proposed openstack-infra/project-config: [WIP] Add non-voting experimental dsvm job for nova  https://review.openstack.org/20157114:19
*** devkulkarni has quit IRC14:19
*** zz_dimtruck is now known as dimtruck14:19
*** devkulkarni has joined #openstack-infra14:20
*** woodster_ has joined #openstack-infra14:20
mordredsdague: well, there is also another patch I need to write that would make iteration time much quicker14:20
greghaynesmordred: oh?14:20
*** tvanderwiel has quit IRC14:20
mordredgreghaynes, sdague: which is to copy-and-run ready scripts in nodepool, rather than baking them into the image14:21
*** tvanderwiel has joined #openstack-infra14:21
mordredif we copy ready scripts right before we run them, then things like rsync can be fixed without an image re-kick (then we can fix in the image as a follow on)14:21
anteayaAJaeger: done14:21
AJaegerthanks!14:21
anteayawelcome14:21
*** Somay has joined #openstack-infra14:22
anteayalet me know if you need anything else14:22
mordredgreghaynes: if you're bored and wanted to hack on that, I don't think it would be terrible14:22
AJaegeranteaya: I will probably later ;)14:22
*** geoffarnold has quit IRC14:22
greghaynesmordred: I would, kind of oversubscribed ATM though14:23
anteayaokay much later and I'll be packing14:23
*** geoffarnold has joined #openstack-infra14:23
mordredgreghaynes: sure. no worries14:23
*** tonytan4ever has joined #openstack-infra14:23
AJaegeranteaya: where are you going to?14:24
*** devkulkarni has quit IRC14:24
*** sdake_ has joined #openstack-infra14:24
anteayaBoston14:25
anteayakeystone mid-cycle14:25
*** doug-fish has joined #openstack-infra14:25
AJaegeranteaya: Safe travels and a great mid-cycle!14:25
anteayaonly an 1.5 flight from Toronto island airport yay14:25
anteayathanks14:25
*** samueldmq has quit IRC14:26
*** maishsk has joined #openstack-infra14:26
anteayathey are a great group, I always enjoy spending time with them14:26
gsagie_Hello everyone, any core that could review https://review.openstack.org/#/c/200375/ it will be very helpful, new project addition to the neutron big tent14:26
gsagie_for project-config14:26
sdaguemordred: so, unrelated issue to that, if you have a moment to talk through something14:26
*** timsim has left #openstack-infra14:26
sdaguehttps://review.openstack.org/#/c/195292/ - is the pbr wsgi_scripts patch14:26
sdagueI have tests in it14:26
openstackgerritSzymon Wróblewski proposed openstack-infra/project-config: [WIP] Add non-voting experimental dsvm job for nova  https://review.openstack.org/20157114:26
AJaegeranteaya: cool!14:26
sdaguehowever, they seem to have races, because of process management in python14:26
sdagueshould I just do some simpler mock unit tests, and we can sort out integration tests later?14:27
*** _nadya_ has joined #openstack-infra14:27
*** miqui_ has joined #openstack-infra14:27
sdaguebecause there is a whole bunch of wsgi conversion in projects which is soft blocked behind this14:27
*** Somay has quit IRC14:28
*** agentle_ has joined #openstack-infra14:28
*** fhubik has quit IRC14:28
mordredsdague: yeah - I think so. I mean, honestly, if we can show that the right data gets into the right places, I'm happy to trust that setuptools will actually write the file we tell it to write14:28
*** samueldmq has joined #openstack-infra14:28
*** ricky1 is now known as rcarrillocruz14:29
mordredsdague: we don't do integration/functional testing on the normal entry point script we write out either - I believe we just test that we write out the content14:29
sdagueyeh, I was kind of hoping to demonstrate, programatically, that it's a working wsgi script14:29
mordredtotally14:29
sdaguemordred: no, they get run14:29
sdaguethat's what I modeled this after14:29
mordredah - well, nod then14:30
sdaguethe problem is, they exit14:30
mordredand i think that's a worthwhile goal - but I don't think we should block on it14:30
sdagueand this doesn't, so process management. And, honestly, I'm out of ideas in forcing the wsgi process to flush it's stdout except putting bigger sleeps in place.14:30
rcarrillocruzhey folks14:31
*** dustins_ has joined #openstack-infra14:31
*** tlian has joined #openstack-infra14:31
mordredsdague: yah - and once we're doing that - oy14:31
rcarrillocruzwould you be interested on puppet-bifrost ? from my reading, you install bifrost by hand on the infra cloud, isn't it?14:31
sdaguewe already need some sleeps just to get the child to runm14:31
rcarrillocruzwriting a basic puppet module to install/configuration, i may push it to stackforge if there's interest14:31
*** _kiran_ has joined #openstack-infra14:31
*** btully has joined #openstack-infra14:32
mordredrcarrillocruz: sure ... well, don't push it to stackforge, push it to openstack-infra/puppet-bifrost - I see no reason to need to rename it later14:32
sdaguemordred: ok, so I'm happy to go down the mock path. I was just hoping a python whiz would be able to tell me what I assumed wrong here - https://review.openstack.org/#/c/195292/7/pbr/tests/test_wsgi.py,cm :)14:32
rcarrillocruzexcellent, thx14:32
*** bluex-pl has joined #openstack-infra14:32
*** dustins has quit IRC14:34
*** dizquierdo has quit IRC14:35
*** kiran-r has quit IRC14:35
*** sdake_ is now known as sdae14:37
*** elmiko has joined #openstack-infra14:37
*** afazekas has quit IRC14:37
*** sergmelikyan has quit IRC14:37
*** dangers_away is now known as dangers14:37
*** sdae is now known as sdake14:37
elmikohi, is this the proper channel to ask questions about gerrit workflow?14:37
openstackgerritMerged openstack/requirements: bump python-openstack client to 1.5.0  https://review.openstack.org/19469214:37
*** unicell1 has joined #openstack-infra14:38
greghaynesmordred: what defines $BIFROST_REPO on https://review.openstack.org/#/c/199580/2/jenkins/jobs/bifrost.yaml14:38
openstackgerritSzymon Wróblewski proposed openstack-infra/project-config: [WIP] Add non-voting experimental dsvm job for nova  https://review.openstack.org/20157114:38
elmikoand by that, i mean we are having an issue with gerrit that i'm not sure how to work around.14:38
*** unicell has quit IRC14:39
openstackgerritPaul Belanger proposed openstack-infra/project-config: non-voting puppet jobs for puppet-openstack-integration  https://review.openstack.org/20158414:39
markus_zWhich project is responsible for the "hudson-openstack" user which updated Launchpad-Bugs? I'd like to report a bug for that.14:40
anteayaelmiko: are you using review.openstack.org or are you setting up your own gerrit?14:40
markus_zs/updated/updates14:40
anteayaelmiko: and yes this is the channel14:40
*** arxcruz has quit IRC14:40
*** jcoufal has quit IRC14:41
fungi(unless you're setting up your own gerrit, in which case you want #gerrit)14:41
elmikoanteaya: yea, using review.os.o14:41
openstackgerritAdam Kaufman proposed openstack-infra/jenkins-job-builder: added support for jdepend plugin  https://review.openstack.org/20153314:41
anteayaelmiko: what are you experiencing?14:41
elmikoso, the issue is, we have several reviews ready for merge and one of our cores is out on vacation but marked them as -214:42
anteayaah14:42
elmiko(this is part of the api-wg process)14:42
anteayathat is a social issue14:42
elmikois there a way we can work around this?14:42
elmikoright14:42
anteayawe don't tend to step into projects in this case14:42
anteayayour core should have spoken with other cores prior to leaving14:42
anteayaand reached some sort of agreement14:43
*** sergmelikyan has joined #openstack-infra14:43
anteayathis is motivation for having a better level of trust in your project14:43
anteayaand if this core persists in this kind of behaviour perhaps they should not be core14:43
openstackgerritMerged openstack-infra/project-config: Always use gate- instead of check (akanda, ceilometer)  https://review.openstack.org/20115314:44
mordredgreghaynes: nothing. it's a bug14:44
greghayneshah, ok14:44
greghaynesI thought I was learning something new about zuul ;)14:44
anteayapersonally for me to override a core review, if I had permissions I would need a statement from the ptl of the group, with core support and an indication the tc is aware of the issue and intended direction14:44
elmikoanteaya: i am another core and we did speak. he intended for these to be merged but i think he didn't figure in about the -214:44
anteayaelmiko: okay well this is still an internal matter14:45
elmikoanteaya: agreed, we are still working the kinks out of our process, sadly14:45
anteayainfra doesn't override project reviews14:45
elmikofair14:45
anteayaunderstood14:45
elmikoi'm wondering is there something we can do?14:45
anteayamight I suggest you reach out to a member of the tc and ask for guidnace14:45
anteayaguidance14:46
openstackgerritChris Burroughs proposed openstack-infra/jenkins-job-builder: configure git PathRestriction as an extension  https://review.openstack.org/20159914:46
openstackgerritMonty Taylor proposed openstack-infra/project-config: Use zuul-cloner for bifrost jobs  https://review.openstack.org/19958014:46
mordredgreghaynes: ^^ thanks14:46
anteayathe tc is able to offer guidance and support to projects when they need direction14:46
anteayaif the project is willing to accept help, help is available14:46
anteayaif you have difficuly finding a tc member with time to help let me know and I will see what I can do to help you14:47
anteayabut the first step is discussing with the members of the project14:47
mordredanteaya, elmiko: you can also work around the -2 in your own community14:47
anteayaand choosing to ask for assistance14:47
elmikoi'm pretty sure the project is in agreement about this, but it was just a simple oversite14:47
*** sergmelikyan has quit IRC14:48
mordredby downloading the changes, doing a commit ammend to remove teh change-id - this will cause a new change id to be generated. then, if you submit those to gerrit, it will be completely new changes14:48
mordredelmiko: if your community is in agreement on the patches landing, this is a way for you to escape the current situation that is within your power14:48
elmikomordred: ok, i'll reserve that as the nuclear option ;)14:48
*** pal has quit IRC14:49
elmikoi'm hoping that the core with the -2 will respond to my email, but i know he is on vacation for a month14:49
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for checksum error cinder bug 1359428  https://review.openstack.org/20160314:49
openstackbug 1359428 in Cinder "tempest volume tests fail with timeouts" [Undecided,Confirmed] https://launchpad.net/bugs/135942814:49
anteayaelmiko: :(14:49
*** markvoelker_ has quit IRC14:49
elmikolol, yea14:49
openstackgerritSean Dague proposed openstack-dev/pbr: Add wsgi_scripts support to PBR  https://review.openstack.org/19529214:49
elmikohe even mentioned in the reviews when they were supposed to be merged...14:50
sdaguemordred: so... looking at this again, maybe I made it a little more robust, I'm going to see how things work upstream with this patch14:50
*** markvoelker has joined #openstack-infra14:50
anteayaelmiko: I understand the situation but see it as an opportunity for you to have clearer communication as a group14:50
elmikoi'll bring this up at the cross-project meeting tonight, we have a small time alotted to our reviews there14:50
anteayaelmiko: good idea14:50
elmikoanteaya: +1, this is definitely an issue we are working on14:50
anteayaelmiko: awesome, do reach out to others for guidance and support as your group needs it14:51
*** sdake has quit IRC14:51
elmikoanteaya, mordred, thanks for the help =)14:51
*** sdake has joined #openstack-infra14:51
*** tsekiyama has joined #openstack-infra14:52
anteayabest of luck for a good resolution that benefits all concerned14:52
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for checksum error cinder bug 1359428  https://review.openstack.org/20160314:52
openstackbug 1359428 in Cinder "Checksum error\n Volume group for uuid not found; libdevmapper exiting with 2 device(s) still suspended" [High,Confirmed] https://launchpad.net/bugs/135942814:52
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for checksum error cinder bug 1359428  https://review.openstack.org/20160314:53
openstackbug 1359428 in Cinder "Checksum error\n Volume group for uuid not found; libdevmapper exiting with 2 device(s) still suspended" [High,Confirmed] https://launchpad.net/bugs/135942814:53
*** devkulkarni has joined #openstack-infra14:53
*** HeOS has quit IRC14:53
openstackgerritDarragh Bailey proposed openstack-infra/jenkins-job-builder: Find module for exceptions raised from gen_xml  https://review.openstack.org/19267714:54
openstackgerritDarragh Bailey proposed openstack-infra/jenkins-job-builder: Refactor err reporting of incorrect YAML structure  https://review.openstack.org/18503714:54
*** markvoelker has quit IRC14:55
elmikoanteaya: maybe you have some thoughts on this, our process is involved with creating guidelines for the openstack community. we want to freeze the reviews for 1 week, after we are happy with them, to get input from the PTLs/CPLs. we want to allow any core to declare a freeze, but also allow any core to merge after the freeze. apparently a -2 is not sufficient for this, would a -1 workflow be better, or is there another option?14:55
*** wenlock has joined #openstack-infra14:55
anteayahow about agreement amoung cores as to what constitues one week?14:56
anteayaand confirmation all cores can read dates14:56
*** armax has joined #openstack-infra14:56
*** rwsu has joined #openstack-infra14:56
*** e0ne is now known as e0ne_14:56
elmikowe have been leaving messages in the review comments, i think we were looking for something a little stronger than that. maybe it's not immediately possible.14:56
anteayaif you have that and only cores can merge, I don't see you need a blociking review at all14:57
elmikoyea, we'll have to discuss this at our next meeting.14:57
anteayado you have cores that don't adhere to the 1 week freeze?14:57
elmikoand then again when the PTL returns ;)14:57
anteayaif so, that is the problem that needs to be solved14:57
anteayafor me, technology is about expressing what humans agree to, not about prevent humans from doing anything14:58
elmikoi don't think so, but we are very new into this process. i think the PTL had intended to codify a process, and we still have a few bugs to work out..14:58
*** ddieterly has joined #openstack-infra14:58
*** dustins_ has quit IRC14:58
anteayaif they can't act accordingly why do they have the permission?14:58
*** rwsu has quit IRC14:58
*** rwsu has joined #openstack-infra14:58
elmikogood question, unfortunately i don't have an immediate answer for it.14:58
anteayaokay perhaps you can look at a project with high team coheasion14:58
*** achanda has joined #openstack-infra14:58
anteayaand perhaps you can ask some members of that team to participate in a discussion with your team14:59
agentle_elmiko: when was a -2 insufficient?14:59
*** e0ne_ is now known as e0ne14:59
anteayaas mordred pointed out, there is always a way around a tech obstacle14:59
agentle_elmiko: because it can't be undone?14:59
elmikoagentle_: well, etoews is out of town and he -2'd a bunch of stuff for the freeze. but now they need to be merged and i can't =(14:59
anteayamy preference is to talk to people and understand them14:59
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Add devstack check job for python-ironic-inspector-client  https://review.openstack.org/19907014:59
anteayato create agreement14:59
*** dustins has joined #openstack-infra14:59
*** maishsk has quit IRC14:59
agentle_elmiko: anteaya: ok, right, this is the scenario where the core is on vacation15:00
elmikoagreed anteaya, and i believe the cores are in agreement. i think we just made a technical fumble on this one.15:00
agentle_anteaya: he blocked for the "freeze"15:00
anteayaright I get that15:00
agentle_elmiko: and patching the patch didn't undo the -2 I take it15:00
elmikoright15:00
agentle_elmiko: yeah I think in this case -1 is the right thing to do15:02
agentle_elmiko: because we have plenty of trust in the cores15:02
agentle_elmiko: and good communication15:02
openstackgerritAnita Kuno proposed openstack-infra/puppet-gerrit: Set apache to retain 30 days of logs  https://review.openstack.org/20131215:02
*** vikram has quit IRC15:02
elmikoagentle_: ok, cool. i'll have to note this to talk with etoews when he gets back.15:02
*** ivar-lazzaro has joined #openstack-infra15:03
openstackgerritDavid Lyle proposed openstack-infra/project-config: Removing horizon django 1.4 job  https://review.openstack.org/20125615:03
*** ddieterly has quit IRC15:03
anteayayolanda: re 201312 I didn't know what you wanted with the syntax you left in your comment, as I am under the impression I already am using it15:03
*** ivar-lazzaro has quit IRC15:04
yolandaanteaya, so i meant, you hardcoded the log_options there15:04
yolandait will be better if you allow that to be passed as a parameter15:04
yolandaand let users of puppet-gerrit set the options they need15:04
*** ivar-lazzaro has joined #openstack-infra15:04
*** coolsvap|away is now known as coolsvap15:04
yolandamy paste was a fragment of puppet-jeeypb module, doing the same15:04
*** xyang0 has joined #openstack-infra15:05
mordredGheRivero: btw - you might want to also hang out in #openstack-sdks - there is an occ patch up for you15:05
*** _kiran_ is now known as kiran-r15:05
GheRiveromordred: thx15:05
*** pal has joined #openstack-infra15:05
*** achanda has quit IRC15:06
*** ddieterly has joined #openstack-infra15:06
anteayayolanda: I know next to nothing about puppet, if you could take what I offered and tell me what it should be I will do it the way you like15:07
yolandaanteaya, is ok if i grab your change and add some bits?15:07
anteayayolanda: well I had meant to leave a comment with what you want to see in it15:07
yolandaah ok15:08
anteayabut if you want to take the patch, go ahead15:08
yolandai'll try to be more clear15:08
*** koolhead17 has quit IRC15:08
anteayaeither way is fine15:08
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Stop using fixed-width containers  https://review.openstack.org/20112415:08
anteayagerrit just needs fewer apache logs retained15:08
*** alex_xu has quit IRC15:09
anteayaagentle_ elmiko -2 remains thoughtout patchsets, that is the point of a -2, every other vote is reset with new patchsets15:09
agentle_yeah it's the "over my dead even vacationing or sleeping body"15:10
*** alex_xu has joined #openstack-infra15:10
anteayaright15:10
elmikolol, yea15:10
anteayathat is what it is for15:10
agentle_stopper15:10
agentle_:)15:10
anteaya:)15:10
agentle_which I don't think Everett meant here :)15:10
elmikoif one core has marked -1A, can another +1A ?15:10
anteayaI don't know the api-wg and its dynamics and didn't mean to imply you didn't have what you have in terms of trust15:10
elmikoagentle_: agreed, he did not mean that15:10
agentle_elmiko: yes15:10
*** ig0r_ has quit IRC15:10
*** ig0r__ has joined #openstack-infra15:11
agentle_anteaya: no worries, I just wanted to clarify15:11
agentle_anteaya: no implications taken :)15:11
elmikoanteaya: i didn't take it that way. this is very much a process we are working through.15:11
anteayaI'm just outlining conditions for which I personally will or will not get involved in changing a review, if I had permissions which I don't15:11
*** kzaitsev_mb has quit IRC15:11
anteayaelmiko: yes if one core has marked -1 workflow a different core can mark +1 workflow15:12
anteayaagentle_ elmiko thanks for understanding15:12
elmikoanteaya: ok, that's what we started with, and etoews switched for some reason.15:12
*** dtantsur is now known as dtantsur|afk15:13
*** devkulkarni has quit IRC15:13
elmikoanteaya: if you are curious, we had been attempting to codify this process here http://specs.openstack.org/openstack/api-wg/process.html15:15
openstackgerritMarton Kiss proposed openstack-infra/groups: Security upgrade of VBO module  https://review.openstack.org/20162415:15
elmikothis was to help with communicating to the broader openstack community how we would approve guidelines15:15
elmikoi chalk this up to growing pains ;)15:15
*** shardy_ has joined #openstack-infra15:17
sigmavirus24elmiko: pains of some sort15:17
sigmavirus24perhaps not growing pains =P15:17
elmikosigmavirus24: hehe15:18
sigmavirus24We've always wanted cross-project input, but we just haven't really become good at it15:18
*** peristeri has quit IRC15:18
*** ig0r_ has joined #openstack-infra15:18
elmikoyea, i'm getting that impression ;)15:18
*** ig0r__ has quit IRC15:19
*** shardy has quit IRC15:19
*** katyafervent_awa is now known as katyafervent15:19
*** devkulkarni has joined #openstack-infra15:21
*** dannywilson has joined #openstack-infra15:22
openstackgerritDarragh Bailey proposed openstack-infra/jenkins-job-builder: Reformat xUnit publisher function and docstring help  https://review.openstack.org/18358515:22
*** shardy_ has quit IRC15:22
*** shardy has joined #openstack-infra15:23
*** dustins has quit IRC15:24
*** Somay has joined #openstack-infra15:25
*** dannywil_ has joined #openstack-infra15:25
*** dannywilson has quit IRC15:25
openstackgerritKevin proposed stackforge/python-jenkins: fix the bug 'UnicodeDecodeError when jenkins use the Default Crumb Issuer'  https://review.openstack.org/20163115:26
*** dustins has joined #openstack-infra15:26
*** markvoelker has joined #openstack-infra15:26
openstackgerrityolanda.robla proposed openstack-infra/puppet-gerrit: Enable logrotate for apache files in gerrit  https://review.openstack.org/20131215:27
yolandaanteaya, so i refactored that a bit15:27
*** sabeen1 has joined #openstack-infra15:27
yolandai don't think that puppet-gerrit needs to bring the retention policy, but allow the possiblity for other modules using that, to setup it15:27
*** krtaylor has quit IRC15:27
yolandaso i added the parameters to make it happen, and then a following change in system-config needs to be created15:28
*** ildikov_ has joined #openstack-infra15:28
yolandato be able to use that retentions15:28
*** _nadya_ has quit IRC15:28
*** _nadya_ has joined #openstack-infra15:29
*** peristeri has joined #openstack-infra15:29
clarkbsdague the simplest thibg to do is switch back to the old host and set shorter hostnames. jeblair has a change to make shorter hostnames a default and I have a cobfig change to do it as well15:29
clarkbmordred ^ do you want to revert ubuntu-trusty for now and do that?15:29
*** kzaitsev_mb has joined #openstack-infra15:30
anteayaelmiko: thanks I'll have a look, and yes working in groups requires a lot of personal growth, no question15:30
*** ildikov has quit IRC15:30
openstackgerritMerged openstack-infra/elastic-recheck: Add query for checksum error cinder bug 1359428  https://review.openstack.org/20160315:31
openstackbug 1359428 in Cinder "Checksum error\n Volume group for uuid not found; libdevmapper exiting with 2 device(s) still suspended" [High,Confirmed] https://launchpad.net/bugs/135942815:31
elmikoanteaya: no worries =)15:31
anteayaelmiko: :)15:31
anteayayolanda: yeah okay I never would have gotten from where I was to where you are, but if this makes this more consumable by the general public so be it15:32
anteayayolanda: thanks15:32
yolandaanteaya, no problem. I always have the "downstream" flag on my mind :)15:33
yolandado you want to create the follwing change for system-config to use it?15:33
*** _nadya_ has quit IRC15:33
anteayaI wondered where those changes would come from15:34
anteayahow about you do it and I'll review15:34
anteayaas I don't have the mental model in my head to know where they should go15:34
anteayabut thanks for the offer15:34
anteayaperhaps next time15:34
clarkbwhy not make a default?15:34
clarkbthen no system config change is needes15:35
*** ajmiller_ has joined #openstack-infra15:35
anteayayolanda: ^^15:35
* anteaya steps back15:35
*** ihrachyshka has quit IRC15:35
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*)  https://review.openstack.org/20126615:35
AJaegeranteaya: I needed to rebase again ;(. could you review again, please? ^15:35
anteayayup15:35
yolandaclarkb, defaulting by 30 days will be ok?15:35
*** sabeen1 has quit IRC15:35
clarkbI think that was what anteayas change did right? if so yes15:36
yolandaok, i can add some sane defaults there, and update documentation of module15:36
*** bexelbie|afk is now known as bexelbie15:36
*** bexelbie has quit IRC15:36
*** shashank_hegde_ has joined #openstack-infra15:36
anteayaAJaeger: I appoved it too, getting tired of reviewing that change15:37
anteayaclarkb: yes that is what my change did yes, the rest I copied from the file that is currently on the servers15:37
anteayareview-dev: http://paste.openstack.org/show/372087/ and review: http://paste.openstack.org/show/372088/15:38
*** ajmiller has quit IRC15:38
*** ajmiller_ is now known as ajmiller15:39
anteayaI don't care about anything other than the rotate 30 or rotate 4, I jsut kept the rest to try to be consistent15:39
AJaegeranteaya: thanks ;)15:39
openstackgerritMichael Krotscheck proposed openstack/requirements: Updated oslo.middleware to >=2.4.0  https://review.openstack.org/19976115:39
AJaegeranteaya: yeah, third rebase today ;(15:40
*** krtaylor has joined #openstack-infra15:40
*** geoffarnold has quit IRC15:40
anteayayeah at a certain point it just needs a shove15:40
openstackgerritMerged openstack/requirements: fix what-broke to strip environment markers  https://review.openstack.org/20053415:40
openstackgerritSean Dague proposed openstack-dev/pbr: Add wsgi_scripts support to PBR  https://review.openstack.org/19529215:40
*** jogo has quit IRC15:40
sdaguemordred: ok, that's about as good as I think I've got for the tests, if you could look it over, it would be appreciated. Then I can put that one to bed.15:41
*** jogo has joined #openstack-infra15:41
*** geoffarnold has joined #openstack-infra15:41
mordredsdague: excited15:41
*** ig0r__ has joined #openstack-infra15:41
sdagueI decided to include the flawed test in the patch, but skip it, so that someone might be able to beat it into shape later15:42
openstackgerritPaul Belanger proposed openstack-infra/puppet-meetbot: Migrate to puppet-httpd module  https://review.openstack.org/20020415:42
*** FallenPegasus has joined #openstack-infra15:43
sdagueI can pull it out into a dependent patch if you like, but honestly, I'm likely to just abandon that down the road because I'm out of ideas to get the stdout stuff to flush15:43
*** puranamr has joined #openstack-infra15:43
*** bluex-pl has quit IRC15:43
*** ig0r_ has quit IRC15:43
mordredclarkb: why do we need to revert?15:44
*** FallenPegasus has quit IRC15:44
clarkbmordred: because it is not working and will require new image builds each time we want to fix something15:44
mordredclarkb: the rsync patch should have landed and new images should have been built - are we seeing new problems?15:44
*** FallenPegasus has joined #openstack-infra15:44
clarkbmordred: oh not sure, I am just responding to sdagues comments from earlier15:45
*** harlowja_at_home has joined #openstack-infra15:45
*** yfried_ has quit IRC15:45
mordredI mean- if the most recent fix still doesn't work - I'm fine with reverting - but I'd love to see if it did before we do15:45
clarkbif the rsync patch is fixing things then we should be fine15:45
clarkbyup15:45
*** tjones1 has joined #openstack-infra15:45
*** devkulkarni has quit IRC15:45
*** otter768 has joined #openstack-infra15:46
clarkbmordred: we havne't gotten to ubuntu-trusty build yet15:46
mordredclarkb: ah. nod15:46
clarkbso we can probably wait a while longer for that image to get built and uploaded15:46
openstackgerritMatthew Treinish proposed openstack/os-testr: Add TODO entry for moving away from subprocess in ostestr  https://review.openstack.org/20163615:47
*** sergmelikyan has joined #openstack-infra15:47
eharneymy new job at https://review.openstack.org/#/c/198079/ doesn't seem to have configured things as I intended.  I think this is because I didn't use DEVSTACK_LOCAL_CONFIG... can anyone confirm?15:47
mordredclarkb: yah. I agree though - the iteration time is annoying15:47
openstackgerritMerged openstack-infra/project-config: Adding Kuryr as a part of neutron big stadium.  https://review.openstack.org/20037515:47
mordredmestery: ^^ neutron has a big stadium? what? a tent wasn't good enough for you? :)15:48
*** dprince has quit IRC15:48
pc_mCan I get another core infra reviewer on https://review.openstack.org/#/c/196127/?15:49
anteayamordred: they have been a stadium for some time15:49
anteayamordred: and no there is no way they fit in a tent15:49
mordredanteaya: I guess I just don't keep up with all the cool terms15:49
anteayathey don't even all fit in any size of summit room given to them15:49
anteayaimpossible to keep up15:49
anteayapc_m: can you do me a favour15:50
anteayain future can you put a whitespace before your ? at the end of a review url?15:50
pc_manteaya: yeah, sorry.15:50
anteayaI know it isn't proper grammar for english speakers15:50
anteayathanks for understanding15:50
anteayaoh and I'm already +215:51
*** changbl has joined #openstack-infra15:51
*** otter768 has quit IRC15:51
pc_manteaya: Yeah, looking for a second one.15:51
*** sergmelikyan has quit IRC15:51
pc_msecond reviewer...15:51
*** ashleighfarnham has joined #openstack-infra15:52
*** marzif_ has quit IRC15:52
*** marzif_ has joined #openstack-infra15:52
*** e0ne is now known as e0ne_15:53
*** e0ne_ is now known as e0ne15:54
openstackgerritMerged openstack-infra/project-config: Add project fuel-nailgun-agent repo  https://review.openstack.org/19805315:54
*** devkulkarni has joined #openstack-infra15:54
sdakecould couple core reviewers review https://review.openstack.org/#/c/198968/ pls - would like to get our get into snuff ;)15:54
harlowja_at_homemordred, TOTALLYYYYY lol15:56
harlowja_at_homeha15:56
*** maishsk has joined #openstack-infra15:58
*** devkulkarni has quit IRC15:58
*** ddieterly has quit IRC15:59
mordredharlowja_at_home: I love making you happy15:59
*** geoffarnold has quit IRC15:59
* harlowja_at_home awkward hug 15:59
harlowja_at_homelol15:59
*** marzif_ has quit IRC15:59
*** geoffarnold has joined #openstack-infra16:00
davideagnellohello, could core reviewers please review this patch: https://review.openstack.org/#/c/201285/2  thank you16:00
* mordred hands harlowja_at_home a cuddly bunny16:00
FallenPegasusbefore i do this the hard way, where can i get a yaml or other machine readable file of every repo in https://git.openstack.org/ ?16:00
harlowja_at_homemordred, why thx16:01
harlowja_at_homeha16:01
mordredFallenPegasus: http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/projects.yaml16:01
*** amotoki_ has quit IRC16:01
mordredFallenPegasus: also, "ssh -p 29418 review.openstack.org gerrit ls-projects"16:01
jeblairand if that doesn't have what you need, there are some more options! ;)16:01
*** dimtruck is now known as zz_dimtruck16:02
fungiFallenPegasus: or just hit the gerrit http api to request the projects list16:02
mordredFallenPegasus: will give you just the list of repos16:02
jeblairFallenPegasus: https://review.openstack.org/Documentation/rest-api-projects.html16:02
openstackgerritEric Harney proposed openstack-infra/project-config: Fix Cinder configuration for tempest-dsvm-full-lio  https://review.openstack.org/20164616:02
openstackgerritMerged openstack-infra/project-config: Don't run gate-networking-midonet-python34 for stable branches  https://review.openstack.org/20142416:02
openstackgerritMerged openstack-infra/project-config: Don't run gate-networking-midonet-python34 for stable branches  https://review.openstack.org/20142416:02
zaromorning16:02
*** BharatK has quit IRC16:02
*** zz_dimtruck is now known as dimtruck16:03
clarkbmordred: ubuntu-trusty builds just started16:04
clarkbmordred: http://nodepool.openstack.org/dib.ubuntu-trusty.log16:04
anteayamorning zaro16:04
*** bdemers has quit IRC16:04
*** tjones1 has quit IRC16:04
*** bdemers has joined #openstack-infra16:05
openstackgerritMerged openstack-infra/project-config: Move experimental Manila jobs in Rally to check pipeline  https://review.openstack.org/19910816:06
*** jlanoux has quit IRC16:06
openstackgerritMerged openstack-infra/project-config: nodepool: describe nodepool-base env variables  https://review.openstack.org/19356616:06
*** harlowja_at_home has quit IRC16:07
*** kzaitsev_mb has quit IRC16:08
*** dprince has joined #openstack-infra16:08
fungiin our nodepool logs i'm seeing a lot of LaunchNetworkException: Unable to find public IP of server16:11
*** signed8bit has joined #openstack-infra16:11
*** signed8b_ has joined #openstack-infra16:11
*** maishsk_ has joined #openstack-infra16:11
*** maishsk has quit IRC16:12
*** maishsk_ is now known as maishsk16:12
*** sridhar_ram has joined #openstack-infra16:12
clarkbya that was happening yesterday but didnt get around to debugging16:12
fungia quick scan shows it's all rax16:12
fungino hpcloud16:12
clarkbit was rax specific, I am guessing they changed the return valu key for the IPs16:12
*** unicell1 has quit IRC16:13
fungigrar16:13
*** boris-42 has joined #openstack-infra16:14
*** ashleighfarnham has quit IRC16:14
clarkbI did clear out leaked fips in hpcloud to get our node counts up as a separate issue16:14
*** sshnaidm has quit IRC16:14
*** austin81 has left #openstack-infra16:16
*** e0ne is now known as e0ne_16:16
*** yamamoto has quit IRC16:16
jeblaircrinkle: re: https://review.openstack.org/200854  I think we have decided that we are okay with arrow alignment checks on puppet-* repos16:17
*** laughterwym__ has quit IRC16:17
*** Sukhdev has joined #openstack-infra16:18
*** e0ne_ is now known as e0ne16:18
*** kzaitsev_mb has joined #openstack-infra16:18
crinklejeblair: okay, so you are okay with me fixing them as part of those patches?16:18
jeblaircrinkle: your choice -- i'm also happy to hit the aprv button on that one and leave it for a followup16:19
*** yamamoto has joined #openstack-infra16:19
crinklejeblair: i can do a followup16:19
*** shashank_hegde_ has quit IRC16:19
jeblairaprvd16:19
crinkle\o/16:19
clarkbmordred: ubuntu-trusty image build failed, couldn't clone openstack/kuryr16:20
jeblairpabelanger: why does https://review.openstack.org/198827 depend on https://review.openstack.org/184905 ?16:21
mordredfungi, clarkb: are we still seeing that?16:21
*** kiran-r has quit IRC16:21
clarkbmordred: that being the ip not found? ya16:21
fungimordred: fairly continually right now though i think not for all rax boots, just some16:22
mordredfungi: awesome16:22
jeblaircrinkle, nibalizer, clarkb: is https://review.openstack.org/198827 on the right track for our current thinking with puppet-apache/httpd?16:22
mordredfungi: so - I'd like to log server dict on those failures16:22
*** ashleighfarnham has joined #openstack-infra16:23
anteayaI'm going to get a walk in before packing and meeting season16:24
jeblaircrinkle: re https://review.openstack.org/200333  i'm getting from context that "nil" in an erb is ~= undef in puppet... is that right?16:24
pleia2anteaya: enjoy16:24
clarkbjeblair: yes, the only nit I see is why are we not declaring a version in the deps json dict16:24
anteayaI'm in Boston at keystone mid-cycle starting tomorrow16:24
anteayapleia2: thanks16:24
*** shashank_hegde_ has joined #openstack-infra16:24
anteayaanyone with infra keystone things let me know and I'll do my best to convey and gather16:25
crinklejeblair: re 198827 I think so, nibalizer would know better16:25
jeblairclarkb: i think there was some talk like "we don't actually have versions yet so why bother" but we are still inconsistent there...16:25
crinklejeblair: re 200333 yes, i can clarify in the commit message if that would help16:25
*** sputnik13 has joined #openstack-infra16:25
openstackgerritMonty Taylor proposed openstack-infra/nodepool: Debug IP finding failures  https://review.openstack.org/20165316:26
jeblaircrinkle: nah, that's okay.  reviewers should be expected to understand the syntax of the language they are reviewing ;)16:26
mordredfungi, clarkb: ^^16:26
mordredif we can get that landed, it'll help find the public ip problem16:26
crinklei would agree with clarkb on 198827, there should be a version requirement even if it is >=0.0.4 <1.0.016:26
crinklethough it only really matters after you hit 1.0.016:27
clarkbya at least for that particular one I believe we already have a 0.0.4 tag16:27
clarkband we are basically using version 0.0.416:27
jeblairokay, i'll delay aprv so you can leave that as a -116:27
*** pblaho has quit IRC16:27
clarkbfor the other modules we don't really have releases yet but this was an adopted and renamed module with preexisting history16:28
*** dizquierdo has joined #openstack-infra16:29
*** hichihara has quit IRC16:29
openstackgerritMerged openstack-infra/project-config: Added non-voting gate-merlin-npm-run-lint  https://review.openstack.org/19890316:29
openstackgerritMerged openstack-infra/project-config: Switched merlin to using npm-run-test  https://review.openstack.org/19891116:29
openstackgerritMerged openstack-infra/project-config: Switched merlin to use javascript-jobs  https://review.openstack.org/19891216:30
openstackgerritMerged openstack-infra/puppet-accessbot: Remove empty string defaults from class parameters  https://review.openstack.org/19816116:30
*** tqtran has joined #openstack-infra16:31
AJaegerSergeyLukjanov: you can approve https://review.openstack.org/#/c/199820/ - Kyle has acked it via the governance patch.16:31
*** shashank_hegde_ has quit IRC16:31
*** maishsk has quit IRC16:31
*** maishsk has joined #openstack-infra16:31
AJaegerThe governance patch is just housekeeping and can be done afterwards in this case (adding new repo to openstack namespace project)16:31
*** shashank_hegde_ has joined #openstack-infra16:33
mordredjeblair: https://review.openstack.org/201653 is an easy review for you too16:33
*** fawadkhaliq has quit IRC16:33
AJaegerclarkb, fungi, jeblair: could either of add Gal Sagie to kuryr-config and kuryr-release. The project was just created: https://review.openstack.org/#/c/200375/16:33
jeblairAJaeger: will do16:34
AJaegerjeblair: kuryr-core I meant - thanks!16:34
*** derekh has quit IRC16:34
gsagie_AJaeger, jeblair: thanks!16:34
*** Kiall has quit IRC16:34
jeblairAJaeger: i don't think it's done creating yet?16:34
AJaegerjeblair: merged 15:47 UTC, so 45 minutes ago. gsagie_ let's wait another hour until all puppet jobs are run and then do it again...16:35
clarkbit was there enough to kill image builds16:36
gsagie_okie np, i will probably only see it tomorrow as its getting late here16:36
clarkbbut project filteri n gerrit doesn't show it, likely a cache thing?16:36
AJaegerjeblair: what is with this gate-openstackci-beaker-centos7 job? Should that have been gate-openstackci-beaker-centos6 (6 instead of 7)? The job is NOT_REGISTERED on project-config16:36
*** Kiall has joined #openstack-infra16:37
jeblairAJaeger: we should ask nibalizer16:37
pabelangerjeblair, mostly because https://review.openstack.org/#/c/184905/ was hardcoding an install of puppet-apache. Since my patch was removing references to it, I figured it was a good way to test in beaker16:38
pabelangerhowever, I can likely remove the depends-on header for now16:38
AJaegernibalizer: could you check change I2644665776d2f83e113d5123773b664050a67567 again, please? It introduced gate-openstackci-beaker-centos7 which is not registered.16:38
pabelangersince I didn't fully migrate away from puppet-apache16:38
jeblairpabelanger: ah!  thanks16:38
openstackgerritPaul Belanger proposed openstack-infra/puppet-askbot: Migrate to puppet-httpd module  https://review.openstack.org/19882716:39
jeblairAJaeger, nibalizer: i added trusty and centos7 because puppet-openstackci defines nodesets for those in this change: https://review.openstack.org/18489116:40
openstackgerritDoug Wiegley proposed openstack-infra/project-config: Create openstack/gslb project repo and jobs  https://review.openstack.org/20165816:41
jeblairAJaeger, nibalizer: since there's a mismatch there, we should decide how to correct it (there are several ways we might go)16:41
*** fitoduarte has joined #openstack-infra16:41
*** e0ne has quit IRC16:42
*** kzaitsev_mb has quit IRC16:42
jeblairclarkb, AJaeger: the git portion of the latest puppet run had failures16:42
jeblairstill looking16:42
AJaegerjeblair: thanks. Let's wait for nibalizer and hope he proposes something. Otherwise I'm for reverting the patch to silence this.16:43
AJaegerjeblair: thanks for looking into the puppet run.16:43
jeblairAJaeger: please don't revert the patch, the other part of that is useful.16:43
nibalizerhi16:43
*** yamahata has quit IRC16:45
* nibalizer looks16:46
openstackgerritMerged openstack-infra/puppet-accessbot: Add Gemfile and puppet 4 checks  https://review.openstack.org/19816216:46
*** fawadkhaliq has joined #openstack-infra16:46
*** sabeen1 has joined #openstack-infra16:46
clarkbjeblair: puppetboard shows green for all but ask staging and jenkins dev16:47
openstackgerritMerged openstack-infra/groups: Security upgrade of VBO module  https://review.openstack.org/20162416:47
jeblairAJaeger, clarkb: puppet timed out on git01 and git08, and i have no i dea why :(16:47
*** Swami has joined #openstack-infra16:47
AJaegerjeblair: since nibalizer is here, I hope we can solve it quickly. nibalizer, please read the backscroll16:47
nibalizeron it16:47
clarkbjeblair: the same git issue we have had on centos6 possibly?16:48
akraminskyhi, I'm having some issues connecting to openstack when building a nodepool image. Is this an ongoing issue with openstack or am i missing something?16:48
clarkbakraminsky: can you expand on what you mean by "connecting to openstack"?16:48
openstackgerritMerged openstack-infra/puppet-apps_site: Enable CORS for app-catalog  https://review.openstack.org/19487516:48
*** unicell has joined #openstack-infra16:48
*** esmute__ has joined #openstack-infra16:48
*** devvesa has quit IRC16:48
*** unicell has quit IRC16:48
*** unicell has joined #openstack-infra16:48
jeblairclarkb: could be; seems likely and i can't conform or exclude that.  perhaps 'project-config' now has enough refs for that to start being a problem!16:49
openstackgerritMerged openstack-infra/puppet-bandersnatch: Add Gemfile and puppet 4 checks  https://review.openstack.org/20139916:49
akraminskythe script tries to clone from git://git.openstack.org/openstack-dev/devstack.git and it fails to connect16:49
*** shashank_hegde_ has quit IRC16:49
clarkbakraminsky: I don't think htat is a known issue. We do seem to have some trouble with potentially one repo but not that once that I know of16:49
akraminskyclarkb, hmm ok I'll investigate some more I guess16:50
fungiakraminsky: is it consistent or intermittent?16:50
clarkbakraminsky: maybe you can paste the end of your image build logs?16:50
akraminskyfungi, It's been consistant since last week. Before that it worked fine16:51
jeblairnibalizer, AJaeger: https://review.openstack.org/201159 is one way to solve the centos7 problem16:51
*** kzaitsev_mb has joined #openstack-infra16:51
*** sergmelikyan has joined #openstack-infra16:51
openstackgerritElizabeth K. Joseph proposed openstack-infra/infra-manual: Add documentation for project renames  https://review.openstack.org/20166216:51
pleia2AJaeger: ^^ as promised16:52
AJaegerpleia2: thanks!16:52
*** heyongli has quit IRC16:52
openstackgerritMerged openstack-infra/puppet-asterisk: Add Gemfile and puppet 4 checks  https://review.openstack.org/20085416:52
*** yamamoto has quit IRC16:52
*** alexsyip has joined #openstack-infra16:52
AJaegerjeblair: yeah, that should do it...16:53
openstackgerritMerged openstack-infra/puppet-askbot: Add Gemfile and puppet 4 checks  https://review.openstack.org/19979216:53
fungiakraminsky: also, if your nodepool configuration is set to start your image updates at 14:14 utc because you copied ours, you might want to consider varying that by a few hours so that you're not recloning large repositories from our git servers at the same time we are16:53
openstackgerritIan Y. Choi proposed openstack-infra/system-config: Add eavesdrop to #openstack-translation channel  https://review.openstack.org/20166316:53
openstackgerritMerged openstack-infra/system-config: Pass through zanata client parameters  https://review.openstack.org/17644016:53
nibalizeranother solution would be to move to bare-centos6 right?16:54
nibalizerI'm personally in favor of pabelanger's change because it lines us up better with what openstack/puppet-* are doing16:54
*** sridhar_ram has quit IRC16:55
akraminskyclarkb: http://pastebin.com/HYCQ4gmZ16:55
*** xyang0 has quit IRC16:55
*** yamamoto has joined #openstack-infra16:55
pabelangernibalizer, Ya, I want to get a bare-centos7 node going. But likely take some work16:55
jeblairnibalizer: okay16:55
crinkleit sounds like we're only doing it because there isn't a bare-centos7 node, not because it's the right thing to do16:55
jeblairpabelanger, clarkb: we aren't going to get the benefit of this patch on our centos nodes: https://review.openstack.org/#/c/199794/2/install_puppet.sh16:56
openstackgerritMerged openstack-infra/puppet-askbot: Enable puppet-lint-empty_string-check & fix errors  https://review.openstack.org/20033316:56
openstackgerritMerged openstack-infra/puppet-elastic_recheck: Fix variable access warnings  https://review.openstack.org/20024916:56
openstackgerritMerged openstack-infra/project-config: Add check-requirements job to openstack/anchor  https://review.openstack.org/19947916:56
*** xyang0 has joined #openstack-infra16:56
pabelangerjeblair, which centos node?  IIRC it only affects centos616:56
nibalizerhttps://review.openstack.org/#/c/201159/ lgtm16:57
clarkbjeblair: correct16:57
fungipabelanger: crinkle: i thought we were doing it because we're trying to get rid of our "bare-.*" nodes16:57
jeblairpabelanger: sorry, i mean our centos6 _servers_ like git*.o.o16:57
crinklefungi: well now i'm thoroughly confused16:57
jeblairfungi: is favoring devstack- over bare- the thing most compatible with your bindep work?16:57
pabelangerjeblair, Oh... um. That sounds right.  Just jenkins nodes right now16:57
fungijeblair: yeah, all the devstack element does is know how to find things that we can pre-cache to make devstack faster16:58
jeblairpabelanger, clarkb: but then we get into the space where we need to be careful not to upgrade git to a version that doesn't support shallow clones16:58
openstackgerritMerged openstack-infra/project-config: Refactor pulling translations into a common func  https://review.openstack.org/19991516:58
jeblairfungi: okay, cool.16:58
pabelangerfungi, well, it brings up an interesting question.  If we are doing puppet functional testing, we don't need devstack dependencies.  And, in fact would think we wanted a bare ubuntu / centos node to flex puppet installation16:58
openstackgerritMerged openstack-infra/project-config: midonet-v2: Update after recent plugin changes  https://review.openstack.org/19938916:58
openstackgerritMerged openstack-infra/project-config: Add networking-lenovo project to OpenStack.  https://review.openstack.org/19982016:58
openstackgerritMerged openstack-infra/project-config: Link bindep documentation in the infra index  https://review.openstack.org/19521616:58
fungijeblair: the current centos-6 node type is basically the centos 6 equivalent of a devstack-.* node16:58
jeblaircrinkle, nibalizer, fungi: then yes, i think we should switch to devstack-foo since that's on the path to the simplified node that fungi is working on16:58
fungijeblair: and mordred has run confirmation now that devstack jobs work fine on the new ubuntu-trusty nodes as well16:59
clarkbfungi: but multinode does not16:59
fungii've got fresh experimental nova unit tests going on ubuntu-trusty as we speak16:59
jeblairpabelanger: the end goal is that we have one node of each os, and that has everything devstack and any other test needs _cached_ but not installed17:00
*** mwagner_lap has quit IRC17:00
*** vahidh has joined #openstack-infra17:00
*** heyongli has joined #openstack-infra17:01
fungiat which point we can toss the old bare-.* node type. its only real difference is that it has a bunch of distro packages installed (not just cached) and some mysql and postgres test databases configured17:01
pabelangerjeblair, What if you wanted a node without devstack + dependencies not installed.  Something like a real work install for a puppet modules using the basic ubuntu / centos image?17:01
fungipabelanger: devstack nodes don't have devstack and its dependencies installed17:02
jeblairpabelanger: i don't understand -- we're working on producing nodes that have nothing installed.17:02
fungipabelanger: the curent "devstack-.*" nodes have basically nothing installed, because devstack does all the installing17:02
crinklethat sounds good to me17:02
jeblairpabelanger: and "bare" actually has _more_ installed because we're backwards like that.17:02
pabelangerjeblair, fungi Oh. I misunderstood how the devstack element works for dibs.  I thought it was caching the build dependencies for packages at creation time17:02
fungipabelanger: caching, yes. not installing though17:03
pabelangerjeblair, fungi okay, sorry about the noise17:03
fungipabelanger: having extra things cached doesn't hurt anything17:03
pabelanger /me nods17:03
fungiother than maybe image size/disk space17:03
EmilienManteaya: FYI, I updated https://wiki.openstack.org/wiki/Sprints#Liberty_sprints - our Puppet OpenStack sprint will be virtual17:03
openstackgerritMonty Taylor proposed openstack-infra/system-config: Use bifrost for bare metal portion of infra-cloud  https://review.openstack.org/20166617:03
openstackgerritMonty Taylor proposed openstack-infra/system-config: Add note about running keystone on 443  https://review.openstack.org/20166717:03
EmilienManteaya: because we had less attendees if doing that physically17:04
jeblairclarkb, fungi, pabelanger: switching to the other issue, i want to summarize because i think we might be in a weird place: git01 and git08 timed out on puppet runs.  that may be related to the centos git slowness (since they run centos6).  ianw's fix for that only affects test nodes, so we're still running the old version of git there.17:04
mordredjeblair: nod17:04
*** sabeen3 has joined #openstack-infra17:04
jeblairclarkb, fungi, pabelanger: we could do nothing for now and see if the problem persists; we could think about applying ianw's fix in puppet so that it runs on those servers, but i don't recall if it includes the change that causes shallow clones to break17:05
fungijeblair: agreed. we've been seeing that all along. we get a puppet run that occasionally takes an hour or more because we clone things _on_ the git servers. now that we've added more git servers i think we've increased the incidence of that17:05
clarkbjeblair: I don't think it includes the change for shallow clones to break, iirc its just the poll/select patch to curl for http(s)17:05
jeblairfungi: oh ok it's been happening for a while then...17:05
clarkbat least that was my understanding when reading the bug17:05
*** davideagnello has quit IRC17:06
jeblairclarkb: that's my vague recollection too17:06
pabelangerjeblair, do you have a job that is specifically failing?17:06
fungijeblair: it seemed to me like it started around the same time that the duration of our centos6 jobs shot up17:06
jeblairpabelanger: the actual puppet run on the git hosts themselves is taking >30m17:06
jeblair(it has a 30m timeout)17:06
fungipabelanger: not a job. the long-lived servers which make up our git farm17:06
pabelangerOh, ya. Is that is likely the same issue17:06
jeblairpabelanger: and the puppet run includes git operations via vcsrepo17:06
*** sabeen1 has quit IRC17:07
pabelangerwork around would be to do the git config insteadOf setting17:07
pabelangerto force https to switch to git or something17:07
pabelangerwhich might work on our git.o.o servers17:07
mordredor - do the clone of project-config once on the puppetmaster and rsync the repo out to the servers that need it17:07
*** ildikov_ has quit IRC17:07
jeblairor we can add some puppet to do this: https://review.openstack.org/#/c/199794/2/install_puppet.sh on all our centos6 servers17:07
mordredor tht17:07
*** bdemers has quit IRC17:08
fungiakraminsky: is that log you pasted in utc or some other timezone?17:08
*** yamamoto has quit IRC17:08
jeblairi think i favor the puppet ianw's repo approach17:09
jeblairi like the "run the same version of git on all centos machines" aspect of it17:09
clarkbjeblair: +117:09
mordred++17:09
*** bdemers has joined #openstack-infra17:09
pabelangeragreed17:09
jeblair(and it's worth noting that if we spun up a git server today, we would actually get that)17:09
akraminskyfungi: PST17:09
*** puranamr has quit IRC17:10
fungiianw: when you're around, what were the odds of being able to get a newer git into epel for rhel 6/centos 6?17:10
*** fitoduarte has quit IRC17:10
*** jerryz has joined #openstack-infra17:10
fungiakraminsky: okay, so that's ~1635 utc today?17:10
clarkbfungi: ya17:11
akraminskyfungi: yeh hould be17:11
*** fitoduarte has joined #openstack-infra17:11
*** yamahata has joined #openstack-infra17:12
* jeblair hacks some puppet17:12
fungilooks like that was 1.5 hours later than the ~700mbps spike for our git server farm, at least17:12
nibalizerjeblair: should be easy, just a yumrepo resource basically17:13
*** ihrachyshka has joined #openstack-infra17:13
*** jistr has quit IRC17:14
fungihrm, we do have a pretty bug spike in reads on disk for (at least) git01 around that time (maybe others too, i haven't looked yet)17:14
fungis/bug/big/17:14
*** davideagnello has joined #openstack-infra17:14
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Run neutron-vpnaas functional tests for Neutron  https://review.openstack.org/19612717:14
*** devkulkarni has joined #openstack-infra17:15
*** jcoufal has joined #openstack-infra17:15
*** tonytan4ever has quit IRC17:15
*** ajmiller has quit IRC17:16
akraminskyfungi: this started happening when openstack had problems last thursday :/17:16
*** fawadkhaliq has quit IRC17:16
fungiakraminsky: what problems? what part of openstack? you'll have to be a _lot_ more specific17:16
*** esmute__ has quit IRC17:16
clarkbpotentially the apache misconfigure? but the timestamp is wrong for that17:17
openstackgerritJames E. Blair proposed openstack-infra/system-config: Add ianw's centos6 git repo to all centos6 machines  https://review.openstack.org/20167117:17
clarkbthat was around 0000UTC friday iirc17:17
*** signed8bit is now known as signed8bit_ZZZzz17:17
jeblairnibalizer, clarkb, fungi, mordred, pabelanger: https://review.openstack.org/20167117:17
*** shardy_ has joined #openstack-infra17:17
openstackgerritPaul Belanger proposed openstack-infra/puppet-meetbot: Migrate to puppet-httpd module  https://review.openstack.org/20020417:17
fungiclarkb: yeah, it shouldn't be continuing still17:17
jeblairnibalizer: oh, there's a fancy way of doing that?  i copied our existing not-fancy way17:17
clarkbfungi: correct17:18
*** pelix has quit IRC17:18
nibalizerjeblair: ya this is a thing17:18
nibalizerhttps://docs.puppetlabs.com/references/latest/type.html#yumrepo17:18
nibalizeryour way is fine17:18
clarkbI am weird and have a preference for treating files as files in puppet ...17:18
*** patrickeast has joined #openstack-infra17:18
*** shardy has quit IRC17:19
*** shashank_hegde_ has joined #openstack-infra17:19
clarkbthe only reason to do it the other way is if it ensure the repo is in place before installing any packages17:19
akraminskyfungi: I'm not exactly sure..17:19
clarkbbut thats eventually consistent anyways17:19
mrmartinre17:19
*** jcoufal has quit IRC17:19
mmedvedethis merged https://review.openstack.org/#/c/200375/ and now there is an empty project when you do 'git clone git://git.openstack.org/openstack/kuryr.git'. This breaks nodepool image update. Did something fail during automated project creation on gerrit?17:19
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/project-config: Create/import and configure puppet-bifrost  https://review.openstack.org/20167317:20
fungianyway, i'm not seeing any smoking gun to explain a timeout cloning devstack from git.openstack.org at 16:35 utc today17:20
mrmartinfungi: do we have a solution that prevents to submit / merge a patch without a topic? for example openstack-infra/groups I forget to mark the latest patches, and after merge I cannot change the topic17:20
rcarrillocruzTheJulia: ^17:20
rcarrillocruzthe puppet-bifrost stuff17:20
rcarrillocruzmordred: ^17:20
*** coolsvap is now known as coolsvap|afk17:20
fungimrmartin: i don't think so, no17:21
*** crc32 has joined #openstack-infra17:21
mmedvedefungi: jeblair : any idea why kuryr project is empty? See my comment above.17:21
*** hdd has quit IRC17:22
clarkbmmedvede: its related to the git ting we are talking about17:22
*** shardy_ has quit IRC17:22
clarkbpuppet failed to run there17:22
mmedvedeclarkb: oh. was not aware. Thanks17:23
*** SumitNaiksatam has joined #openstack-infra17:23
*** shardy has joined #openstack-infra17:23
mmedvederfolco: fyi ^17:24
jeblairmmedvede: it's eventually consistent :)17:24
jeblairclarkb: if we buy into the idea, i can run that manually on one of the servers real quick and we can double check the shallow clone thing before approval17:25
mmedvedejeblair: haha, 'eventually'. I like it.17:25
jeblairmordre: or before it lands :)17:25
jeblairmordred ^17:25
clarkbjeblair: I am bought in17:25
mordredI'm bought in17:25
clarkbI did read the diff :)17:25
*** tvanderwiel has quit IRC17:26
*** heyongli has quit IRC17:26
*** heyongli has joined #openstack-infra17:27
*** kiran-r has joined #openstack-infra17:28
jeblairokay, installed on git01 and i restarted git-daemon (so we can test git://)17:28
*** abregman has quit IRC17:29
*** krtaylor has quit IRC17:29
openstackgerritdevdatta-kulkarni proposed openstack-infra/project-config: Rename stackforge/solum -> openstack/solum  https://review.openstack.org/20128717:29
*** mtanino has joined #openstack-infra17:29
clarkb`git clone --depth 1 git://git01.openstack.org:29418/openstack-infra/project-config` works for me17:29
clarkbjeblair: ^17:29
*** achanda has joined #openstack-infra17:29
jeblairclarkb: and http:8080 works for me17:30
clarkbhttp too yup17:30
fungiyep, seems safe enough for now17:31
jeblairokay.  i'm not sure if we'll actually trigger a git upgrade until the next unattended upgrades run, so i might ansible a yum install of it after that lands17:31
*** ianw has quit IRC17:31
jeblairfungi, clarkb, mordred: and yeah, we'll need to watch out for git security updates (they will matter a bit more on the git servers than they would on our workers)17:31
jeblairpabelanger: ^17:31
*** heyongli has quit IRC17:32
*** jerryz has quit IRC17:33
*** Sukhdev has quit IRC17:33
mordredjeblair: ++17:33
fungijeblair: yep, that was my primary concern, and why i'm curious if ianw has any plans to get newer git into epel proper17:34
*** fawadkhaliq has joined #openstack-infra17:34
anteayaEmilienM: I see that, I'm thinking about taking the train and sitting in your living room in Quebec City for it anyway17:35
mordredanteaya: hah. nice17:35
*** markus_z has quit IRC17:35
pabelangerjeblair, roger17:35
anteayaon my own dime17:35
jeblairpabelanger: clarkb and crinkle suggested that it would be good to have a version number in https://review.openstack.org/198827 but they forgot to leave that as a comment :)17:35
*** heyongli has joined #openstack-infra17:35
*** yamamoto has joined #openstack-infra17:35
anteayaI haven't seen Quebec City yet and I'm told it is beautiful17:36
clarkboh I thought crinkle was leaving that comment fo rsome reason, I can add it if it helps17:36
jeblairi did it for you :)17:36
crinkleheh i thought clarkb was commenting17:36
clarkbcrinkle: o/17:36
crinkleo/17:36
pabelangerjeblair, version number?17:36
pabelangerwaits for comments17:36
jeblairpabelanger: in metadata.json17:36
jeblairpabelanger: for the requirement17:36
* crinkle will comment17:36
*** mpaolino has joined #openstack-infra17:37
pabelangerjeblair, so, funny thing about that. I did talk to nibalizer about that.  But right now puppet-httpd is 0.0.0 version17:37
openstackgerritDoug Hellmann proposed openstack/requirements: Update oslo.messaging for new release 1.17.1  https://review.openstack.org/20168117:37
pabelangerthought it would make sense to bump it to 0.0.4 however, we don't have an automated way for this right now based on tagging17:37
clarkbpabelanger: it doesn/t have the 0.0.4 tag preserved? I thought that is what we baed this on17:38
clarkbI would expect it to have a version of 0.0.417:38
nibalizerin metadata.json? of puppet-httpd?17:38
EmilienManteaya: cool cool17:38
EmilienManteaya: pabelanger might come also, so maybe MTL is a good option17:38
anteayaEmilienM: thanks17:38
clarkbnibalizer: yes and in the git tags, because it was based on the old repo17:38
EmilienManteaya: but you're welcome in Quebec anytime17:38
anteayamtl is good too17:38
anteayathank you17:39
anteayajust tell me where I should book my ticket17:39
nibalizerclarkb: there was a lot of pushback in putting a version number in a file managed by git17:39
*** hdd has joined #openstack-infra17:39
nibalizeron any puppet repo we maintain17:39
EmilienManteaya: MTL now, to go in Quebec we'll see17:39
anteayanot being at home for more fireworks has a certain appeal to me17:39
clarkbnibalizer: ok nevermind the version in the file17:39
jeblair(i have no interest in reviewing version number changes)17:39
clarkbnibalizer: what does git say?17:39
pabelangerclarkb, https://github.com/openstack-infra/puppet-httpd/blob/master/metadata.json#L317:39
anteayaEmilienM: thanks, either way is fine17:39
nibalizerI didn't push a tag ( I didn't have the perms then anyways)17:39
clarkband no tags17:40
clarkbdidn't we copy repos?17:40
* clarkb wonders how the tag wasn't preserved17:40
*** puranamr has joined #openstack-infra17:40
jeblairmaybe there wasn't a tag? :)17:40
clarkbpretty sure the source repo has a tag17:40
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: automatically submit constraints updates for new releases  https://review.openstack.org/20168217:40
*** achanda has quit IRC17:41
clarkbanyways if thats how the repo is then I care less about how the other modules specify their dep on httpd17:41
openstackgerritDoug Wiegley proposed openstack-infra/project-config: Create openstack/gslb project repo and jobs  https://review.openstack.org/20165817:41
*** achanda has joined #openstack-infra17:41
openstackgerritDoug Wiegley proposed openstack-infra/project-config: Create openstack/gslb project repo and jobs  https://review.openstack.org/20165817:42
clarkbjeblair: were you going to let ansible run puppet on git* and gerrit on its own or were you going to trigger that as well?17:44
jeblairmordred: can you revisit https://review.openstack.org/164908 ?17:44
jeblairclarkb: was going to see if it could do it itself17:44
jeblairjust figured i'd check back after meetings17:44
clarkbjeblair: kk, will watch it too then17:44
clarkbwant to know when I can retrigger ubuntu-trusty image builds17:45
openstackgerritEric Harney proposed openstack-infra/project-config: Fix Cinder configuration for tempest-dsvm-full-lio  https://review.openstack.org/20164617:45
mordredjeblair: done17:46
jeblairclarkb: can you WIP https://review.openstack.org/181965  ?17:47
*** otter768 has joined #openstack-infra17:47
clarkbjeblair: yes17:47
*** jerryz has joined #openstack-infra17:47
clarkbjeblair: its possible that gerrit fixed the bug forthat too17:48
*** dizquierdo has quit IRC17:48
*** armax has quit IRC17:48
clarkbI was reading the recent release notes to see if they fixed the other issue we had (they haven't) and they did fix a bug with operations happening during repack/gc17:48
*** dizquierdo has joined #openstack-infra17:49
openstackgerritMerged openstack-infra/project-config: Always use gate- instead of check- (f-k*)  https://review.openstack.org/20126617:49
fungii just realized that my zuul-git-prep macro http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/macros.yaml#n24 won't work because "destination path [...] already exists and is not an empty directory"17:50
*** yfried_ has joined #openstack-infra17:50
fungiany idea what's prepopulated in the workspace by the jenkins slave agent?17:50
clarkbfungi: I thought it was just workspace/$jobname17:50
fungiif nobody knows, i'll run some experiments to find out17:50
clarkbthen we clone to . in that dir17:51
fungistderr: 'fatal: destination path '/home/jenkins/workspace/bindep-nova-python27' already exists and is not an empty directory.17:51
fungiin this case17:51
*** e0ne has joined #openstack-infra17:51
*** ildikov has joined #openstack-infra17:51
fungiand that macro is the first builder called by the job17:52
clarkbg-g-p does the same clone op to . so I would expect that to fail in the same way?17:52
fungiOH!17:52
*** otter768 has quit IRC17:52
fungii see why :/17:52
fungicat > clonemap.yaml << EOF17:52
*** ociuhandu has quit IRC17:52
clarkboh :)17:52
* fungi sighs at his own blindness17:52
*** tvanderwiel has joined #openstack-infra17:52
krotscheckfungi: What's the word on that release slave?17:52
*** heyongli has quit IRC17:52
clarkbfungi: write it to /tmp ?17:53
fungikrotscheck: it's working fine afaik17:53
fungiclarkb: yeah, i will use mktemp17:53
fungijust didn't think that part through very well, obviously17:53
krotscheckfungi: So, I can start pestering people about the npm credential patch? https://review.openstack.org/#/c/199707/17:53
fungikrotscheck: yep17:53
*** mwagner_lap has joined #openstack-infra17:53
krotscheckNeat! fungi, would you mind looking at the npm credential patch? https://review.openstack.org/#/c/199707/ :D17:54
fungikrotscheck: https://jenkins.openstack.org/computer/release.slave.openstack.org/builds17:54
fungiseems to be working as designed anyway17:54
*** heyongli has joined #openstack-infra17:54
krotscheckfungi: It does that17:55
*** openstackgerrit has quit IRC17:56
*** puranamr has quit IRC17:56
*** openstackgerrit has joined #openstack-infra17:56
*** mpaolino has quit IRC17:58
clarkbjeblair: looks like puppet run on git* and is now running on review.o.o17:58
jeblairnice17:59
krotscheckclarkb, mordred, jeblair: Any of you have time to look at https://review.openstack.org/#/c/199707/ ?17:59
pabelangerwell crap17:59
pabelangerhttp://logs.openstack.org/27/198827/5/check/gate-infra-puppet-apply-precise/b91c045/console.html#_2015-07-14_17_28_28_92918:00
AJaegerclarkb, jeblair: Will it repair kuryr then? http://git.openstack.org/cgit/openstack/kuryr/ is currently empty18:00
jeblairkrotscheck: is it more urgent than changes that have been sitting for a month?18:00
clarkbAJaeger: yes it should18:00
pabelangerjeblair, clarkb first time I seen a timeout under precise18:00
*** sergmelikyan has quit IRC18:00
krotscheckjeblair: That doesn't actually answer my question. I take it you don't have the time?18:01
clarkbAJaeger: its still running though so have to wait and see18:01
jeblairkrotscheck: you're asking to jump the line.  i generally ask people if they have a good reason to do so.18:01
AJaegerclarkb: .gitreview is now in the repo!18:01
AJaegergsagie_: ^18:02
*** agentle_ has quit IRC18:02
jeblairclarkb: i don't think it has installed the .repo file on the other git servers yet -- are we still a cycle behind?18:02
*** agentle_ has joined #openstack-infra18:02
clarkbjeblair: its possible since we only update system-config at the beginning of a cycle18:03
AJaegerand kuryr-core and -release exist. Jeblair, can you now add gsagie to https://review.openstack.org/#/admin/groups/996,members and https://review.openstack.org/#/admin/groups/997,members, please? gsagie_ is "Gal Sagie <gal.sagie@huawei.com>"18:03
clarkbso cycle starts, your change merges, then git* and review update, next cycle we update git repo18:03
clarkbs/git repo/yum repo/18:03
jeblairAJaeger: done thanks18:04
krotscheckjeblair: I get your concern. In the future, it might help you appear less brusque if you preface your questions with the explanation as to why you're asking it.18:04
AJaegerjeblair: thanks - just wonder whether we have a duplicate. https://review.openstack.org/#/c/200375/ shows the huawei email address, but you add @vmware.com18:05
krotscheckjeblair: As for "Is it urgent", I have a decent docket of things I want to do to make openstack better, and I've got a vacation, a trip to Brisbane, and paternity leave coming up.18:05
AJaegerjeblair: yes, there are two of the name - please add the other one ;)18:05
*** reed_ has joined #openstack-infra18:05
krotscheckjeblair: So: Urgent for openstack? Nope. Urgent for me? Yes.18:05
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Create clone map outside workspace in zuul-.*-prep  https://review.openstack.org/20169218:06
krotscheckjeblair: Also, you could always delegate.18:06
fungiclarkb: ^ that's the current plan18:06
*** sridhar_ram has joined #openstack-infra18:06
clarkbfungi: cool, will have to update my change for the requiremnts/constraints stuff too18:06
*** jerryz has quit IRC18:08
*** xyang0 has quit IRC18:08
*** geoffarnold has quit IRC18:08
*** esmute__ has joined #openstack-infra18:08
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (m-s*)  https://review.openstack.org/20153818:09
AJaegeranteaya: another change with rebase ^ - if you're still around, another review would be great18:09
openstackgerritMerged openstack-infra/puppet-etherpad_lite: Migrate to puppet-httpd module  https://review.openstack.org/20024418:09
jeblairAJaeger: done18:09
openstackgerritTim Hinrichs proposed openstack-infra/irc-meetings: Change Congress meeting time  https://review.openstack.org/20169518:09
AJaegerthanks, jeblair18:10
anteayaAJaeger: jeblair is faster18:10
* anteaya goes back to fighting with the internal tools18:10
openstackgerritMerged openstack-infra/puppet-etherpad_lite: Fix variable access warnings  https://review.openstack.org/20024618:10
AJaegeranteaya: jeblair was for ACLs - but continue fighting with internal tools...18:10
openstackgerritdevdatta-kulkarni proposed openstack-infra/project-config: Rename stackforge/solum -> openstack/solum  https://review.openstack.org/20128718:11
gsagie_AJaeger, jeblair: thanks for your help18:11
*** signed8bit_ZZZzz is now known as signed8bit18:11
anteayaAJaeger: no I can take a break18:11
anteayamany screenshots later mordred had gotten me to the next screen18:11
openstackgerritMerged openstack-infra/nodepool: Debug IP finding failures  https://review.openstack.org/20165318:12
*** puranamr has joined #openstack-infra18:12
clarkbreview.o.o puppeting is complete, running ubuntu-trusty image build now18:13
anteayaAJaeger: shoving that one in too18:13
openstackgerritMerged openstack-infra/project-config: Move amqp1's devstack plugin under openstack  https://review.openstack.org/19900318:13
openstackgerritDoug Wiegley proposed openstack-infra/project-config: Create openstack/gslb project repo and jobs  https://review.openstack.org/20165818:14
*** sergmelikyan has joined #openstack-infra18:14
*** devkulkarni1 has joined #openstack-infra18:15
openstackgerritEmilien Macchi proposed openstack-infra/project-config: puppet: modify beaker/upgrade job to test kilo to liberty  https://review.openstack.org/20036718:15
AJaegerthanks, anteaya18:15
EmilienManteaya: I had to rebasee ^18:15
openstackgerritMerged openstack-infra/puppet-elasticsearch: Use archive to fetch/checksum instead of wget.  https://review.openstack.org/16490818:16
openstackgerritMerged openstack-infra/puppet-gerrit: Fix variable access warnings  https://review.openstack.org/20025118:16
openstackgerritMerged openstack-infra/puppet-httpd: Fix variable access warnings  https://review.openstack.org/20026318:16
*** xyang0 has joined #openstack-infra18:16
openstackgerritMerged openstack-infra/puppet-graphite: Fix variable access warnings  https://review.openstack.org/20025818:16
*** reed_ has quit IRC18:16
*** devkulkarni has quit IRC18:17
*** e0ne is now known as e0ne_18:17
jeblairclarkb: you may be interested in https://review.openstack.org/198108 ?18:18
*** krtaylor has joined #openstack-infra18:18
anteayaAJaeger: no one has complained and all we are doing is hopefully preventing a rebase, yet again18:18
*** _nadya_ has joined #openstack-infra18:20
*** pc_m has quit IRC18:22
*** pal has quit IRC18:23
*** _nadya_ has quit IRC18:24
*** pleia2_ has joined #openstack-infra18:24
*** puranamr has quit IRC18:25
*** pleia2 has quit IRC18:25
*** pleia2_ is now known as pleia218:25
*** puranamr has joined #openstack-infra18:25
*** timfreun1 has joined #openstack-infra18:25
*** rlucio_ has joined #openstack-infra18:25
*** tcammann1 has joined #openstack-infra18:26
*** e0ne_ is now known as e0ne18:26
mrmartinfungi, jeblair: if I like to add myself as an user to ask-staging site, what is the proper place of 'realise' resource? am I need to add it to system-config/manifests/site.pp to follow the downstream pattern, or simply add it to system-config/openstack_project/manifests/ask_staging.pp as we did with openstackid and groups before?18:26
*** geoffarnold has joined #openstack-infra18:27
*** armax has joined #openstack-infra18:27
fungimrmartin: ask_staging.pp similar to openstackid_dev.pp18:27
mrmartinok, thnx18:27
*** pc_m has joined #openstack-infra18:28
*** lsell has joined #openstack-infra18:28
*** pal has joined #openstack-infra18:28
*** changbl has quit IRC18:29
fungimrmartin: also i hope to have time to import a production export on the staging server tomorrow like we were talking about in #openstack-community but today is pretty full for mw18:29
fungier, for me18:29
*** zz_gondoi has joined #openstack-infra18:29
*** mhu1 has joined #openstack-infra18:29
*** dtroyer_zz has joined #openstack-infra18:29
*** kozhukalov_ has joined #openstack-infra18:29
*** stevebak` has joined #openstack-infra18:29
*** tlbr_ has joined #openstack-infra18:29
*** clayton_ has joined #openstack-infra18:29
mrmartinfungi: I should do it, but I don't have the proper access for the prod one18:29
*** adam_g` has joined #openstack-infra18:29
*** mgagne_ has joined #openstack-infra18:29
*** roaet- has joined #openstack-infra18:29
*** __maurosr__ has joined #openstack-infra18:29
mrmartinI'm sitting here and staring the walls :)18:29
openstackgerritMerged openstack-infra/system-config: Add ianw's centos6 git repo to all centos6 machines  https://review.openstack.org/20167118:29
jeblairclarkb: oh ^ :)18:30
*** vahidh has quit IRC18:30
fungimrmartin: in that case once we get your account addition approved, i'll just scp a backup tarball over to teh staging server18:30
*** sigmavirus24 has quit IRC18:30
mrmartinok, great, than I can do it18:30
*** fawadkhaliq has quit IRC18:30
*** fitoduarte has quit IRC18:30
*** sabeen3 has quit IRC18:30
*** FallenPegasus has quit IRC18:30
*** jogo has quit IRC18:30
*** ivar-lazzaro has quit IRC18:30
*** notnownikki has quit IRC18:30
*** ldnunes has quit IRC18:30
*** akscram has quit IRC18:30
*** blaedd has quit IRC18:30
*** chlong-afk has quit IRC18:30
*** kozhukalov has quit IRC18:30
*** flepied has quit IRC18:30
*** rcarrillocruz has quit IRC18:30
*** tlbr has quit IRC18:30
*** isq has quit IRC18:30
*** shashank_hegde has quit IRC18:30
*** zhiyan has quit IRC18:30
*** timfreund has quit IRC18:30
*** mhu has quit IRC18:30
*** thingee has quit IRC18:30
*** tchaypo has quit IRC18:30
*** timburke has quit IRC18:30
*** filler has quit IRC18:30
*** maurosr has quit IRC18:30
*** clayton has quit IRC18:30
*** rlucio has quit IRC18:30
*** dtroyer has quit IRC18:30
*** roaet_ has quit IRC18:30
*** mgagne has quit IRC18:30
*** stevebaker has quit IRC18:30
*** adam_g has quit IRC18:30
*** tcammann_ has quit IRC18:30
*** sileht has quit IRC18:30
*** gondoi has quit IRC18:30
*** rakhmerov has quit IRC18:30
*** xgerman has quit IRC18:30
*** mrda-away has quit IRC18:30
*** clayton_ is now known as clayton18:30
*** __maurosr__ is now known as maurosr18:30
*** shashank_hegde_ is now known as shashank_hegde18:30
*** timburke_ has joined #openstack-infra18:30
fungimrmartin: that's much easier for me to find time for ;)18:31
*** mhu1 is now known as mhu18:31
*** zz_gondoi is now known as gondoi18:31
mrmartinStefano asked me to automatize this prod -> staging db restore, but it is not so simple18:31
*** Guest10549 is now known as dan18:31
*** f1ller has joined #openstack-infra18:31
mordred /buffer lsell18:31
mordredgah18:31
*** sigmavirus24 has joined #openstack-infra18:32
anteayaEmilienM: it is on my list, I had to finish the time sensitive thing, now I'm onto the food thing to be followed by the meeting thing18:32
*** changbl has joined #openstack-infra18:32
anteayamordred: tell her I say hi18:32
jesusauruswhen does zuul reconfigure which jobs belong together in dependent pipelines? does that require a restart?18:32
*** armax has quit IRC18:32
mordredanteaya: I shall! although she tab completes here - so it's possile you can tell her yourself!18:32
*** patrickeast has quit IRC18:32
mordred:)18:32
*** patrickeast_ has joined #openstack-infra18:32
anteaya:)18:33
anteayalsell: hi18:33
*** rakhmerov has joined #openstack-infra18:33
*** mgagne_ has left #openstack-infra18:33
*** armax has joined #openstack-infra18:33
*** hdd has quit IRC18:34
*** esmute__ has quit IRC18:34
openstackgerritPaul Belanger proposed openstack-infra/puppet-askbot: Migrate to puppet-httpd module  https://review.openstack.org/19882718:34
*** timburke_ is now known as timburke18:34
openstackgerritIhar Hrachyshka proposed openstack-infra/project-config: disable python34 job for lbaas stable branches  https://review.openstack.org/20170718:34
lsellanteaya: hi there :)18:35
fungijesusaurus: it happens on the fly when the configuration is reloaded, though i don't think it will recombine active runs into a common pipeline since that would require new merges and restarting the jobs in question18:35
EmilienManteaya: no pressure at all18:35
openstackgerritIhar Hrachyshka proposed openstack-infra/project-config: disable python34 job for lbaas stable branches  https://review.openstack.org/20170718:35
anteayaEmilienM: thanks18:36
*** Longgeek has quit IRC18:36
*** rm_work|away is now known as rm_work18:36
*** hdd has joined #openstack-infra18:36
* SpamapS rages about horrible software when the openstack summit software loses the Bio he just typed in because of a session timeout.18:37
fungiSpamapS: you could rage into https://bugs.launchpad.net/openstack-org/+filebug if you want something to possibly come of it ;)18:37
jesusaurusfungi: ah, so i'll need to wait for the current dependent queues to empty?18:37
*** erlon has joined #openstack-infra18:37
openstackgerritBorneMace proposed openstack-infra/project-config: Added new validate-contents test for kolla  https://review.openstack.org/19896818:38
fungijesusaurus: no, i think new changes that enter the pipeline will get grouped and ordered based on the new state of the configuration18:38
openstackgerritJoshua Harlow proposed openstack/requirements: Bump upper constraint of futurist to newly released 0.1.2  https://review.openstack.org/20170918:38
fungijesusaurus: at least it seems i've seen it do that in the past18:38
*** armax has quit IRC18:39
openstackgerritMarton Kiss proposed openstack-infra/system-config: Give ssh access to ask-staging.o.o  https://review.openstack.org/20171118:39
*** ParsectiX has joined #openstack-infra18:39
jesusaurusfungi: hm, i'm trying to combine two dependent queues by giving them the same queue-name, but am seeing jobs added to the current queues and the new queue-name isn't in effect yet18:40
*** mgagne_ has joined #openstack-infra18:41
SpamapSfungi: https://bugs.launchpad.net/openstack-org/+bug/147450218:42
openstackLaunchpad bug 1474502 in openstack-org "Speaker BIO is lost if session times out before saving" [Undecided,New]18:42
SpamapSfungi: thanks!18:42
fungijesusaurus: oh, named queues might need a restart? though i don't recall being able to combine queues by setting a queue name. seems like we get the jobs to share a queue and then name that, but i'll double check18:42
fungi(er, get the repos to share a job, possibly through the addition of a fake repo that shares jobs with other repos that don't have any jobs in common with one another)18:43
fungijesusaurus: yeah, at least in our layout we only set the queue-name on one job18:44
*** ihrachyshka has quit IRC18:44
fungijesusaurus: it's possible that's a feature request for the wishlist18:44
pabelangerjeblair, since you were in the +2 mood: https://review.openstack.org/#/c/201226/18:44
pabelangerthat is the revert of centos6 infra job18:45
pabelangerany other +2 is helpful :)18:45
fungijesusaurus: anyway, if you have repos with no jobs in common but you want them to share a queue, do what we do with the z/tempest fake project entry in layout.yaml18:45
jesusaurusfungi: gotcha18:46
davideagnellohello, could core reviewers please review this patch: https://review.openstack.org/#/c/201285/2  thank you18:47
*** crc32 has quit IRC18:47
*** esmute has joined #openstack-infra18:47
*** pal has quit IRC18:48
mordredSpamapS: although I understand the purpose of sessions timing out - I find that the things that have the least real need to do so do it the most frequently, and the ones that have the most chance of being disruptive if someone were to physically steal my running laptop presist indefinitely18:49
*** Somay has quit IRC18:49
openstackgerritArmando Migliaccio proposed openstack-infra/project-config: Drop unstable configuration for tempest-dsvm-neutron job  https://review.openstack.org/19966818:49
jeblairdavideagnello: there is no need to ask for reviews, people will review it in time18:49
*** sridhar_ram has quit IRC18:49
mordredmy travel tracking program, which has now power to manipulate any information and is actually just a reporting interface, sessions out after a ludcirously low amount of time18:50
SpamapSmordred: +118:50
mordreds/now/no/18:50
anteayamordred: you must love that18:50
SpamapSmordred: the really annoying thing is that if you just use the modern UI concepts, this isn't an issue.18:50
anteayaright along with buttons that are hidden18:50
SpamapSmordred: browsers keep that crap in your session as long as it is in an active DOM. Just use javascript, submit the text that way, and the browser will remember it _forever_18:50
fungikeep in mind that "for your safety" is the excuse for short timeouts, though the reason they're usually implemented is actually to paper over terribly inefficient session tracking in web applications18:51
mordredfungi: ++18:51
*** rossella_s has quit IRC18:51
*** tqtran is now known as tqtran-afk18:51
clarkbok back, looks like another repo is causing builds to fail18:51
jrollmordred: if y'all are still using carlson, I think the session timing out is the least of the problems18:51
mordredclarkb: yay!18:51
jroll:P18:51
*** Sukhdev has joined #openstack-infra18:51
mordredjroll: oh - don't even get me started on that mess18:51
SpamapSfungi: my favorite thing is when the developers of an application _think_ their sessions last as long as the memcached ttl they were submitted with. ;)18:51
fungiand nothing security related at all (unless you count filling up the session database backend as a security threat)18:51
pabelangercrinkle, nibalizer, jeblair thoughts on this patchset: https://review.openstack.org/#/c/200204/ it is to avoid a circular dependency issue18:52
*** sridhar_ram1 has joined #openstack-infra18:52
clarkbjeblair: jesusaurus 198108 isn't necessary we can already use globs in our fields18:52
anteayajroll: taht was what I was just fighting with18:52
clarkbI must be missing something if that doesn't work in some cases18:52
jrollmordred: I booked ironic midcycle three times because the approval said it went through but actually didn't18:52
jrollgood times.18:52
pabelangeronce system-config is off puppet-apache, I'd remove the if logic for apache check18:52
mordredjroll: that's so nice for you18:52
anteayajroll: woooo18:52
clarkband yes, seems specific to our use, not general es use18:52
SpamapSjroll: those other tickets are for your private security.18:53
*** dragondm has joined #openstack-infra18:53
jrollSpamapS: oh, no, it *cancelled* the travel because it wasn't approved. my company doesn't pay for my bodyguards :(18:53
clarkbhttp://git.openstack.org/cgit/openstack/devstack-plugin-amqp1 is the broken repo18:53
*** devkulkarni1 has quit IRC18:53
SpamapSjroll: they just don't understand the difficulties of being jroll18:54
clarkband it is missing from gerrit too18:54
* SpamapS returns to trying to make a diskimage-builder element that disables cloud-init filesystem resizing.18:54
pabelangerfungi, danke18:55
jrolllol18:55
*** sgordon has quit IRC18:55
*** openstackgerrit has quit IRC18:56
*** openstackgerrit has joined #openstack-infra18:56
fricklerclarkb: that's what you get when there are a couple of hours backlog in the post pipeline. I've been wondering whether it would be possible to raise priority for these tasks18:57
*** sgordon has joined #openstack-infra18:57
jheskethMorning18:57
fricklermaybe have a special pipeline for post-project-config?18:57
anteayamorning jhesketh18:57
AJaegermorning, jhesketh !18:57
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Do not run ironic-inspector-dsvm job on stable/1.1 branch  https://review.openstack.org/19907918:58
fungifrickler: only if developers don't mind waiting longer for changes to merge or to get test results back. what's the reason for upping priority on project-config's post jobs but nobody elses?18:58
openstackgerritMatthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8  https://review.openstack.org/20146718:58
*** devkulkarni has joined #openstack-infra18:58
crinklepabelanger: those patches don't depend on each other so i don't understand how they're related18:59
fungifrickler: basically we have a limited quota to play with, so use priorities to decide which pipelines get to starve out which other pipelines when we're at capacity18:59
anteayaif we are raising priority on post jobs I want to to be on the services, to release managers have easier release periods18:59
crinklepabelanger: why doesn't include httpd just work?18:59
fricklerfungi: that it breaks building nodepools images for a couple of hours18:59
anteayas/to/so18:59
jeblairanteaya: tag pipeline has high priority18:59
fungifrickler: what's running in the post pipeline to influence that?19:00
fungifrickler: which specific jobs?19:00
* AJaeger wants it on doc jobs so that they get published directly ;)19:00
*** bswartz has quit IRC19:00
jesusaurusclarkb: oh? I tried and didn't get any results when using globs on build_node19:00
clarkbjesusaurus: you can't have a prefix glob as in your example19:00
fungialso, meeting time!19:00
anteayajeblair: ah I don't think I knew that last time I looked at it, thank you19:00
clarkbbut thats true of all globs iirc19:00
pabelangercrinkle, otherwise you get this error: http://logs.openstack.org/04/200204/1/check/gate-infra-puppet-apply-precise/31595c3/console.html#_2015-07-09_18_43_27_98319:00
fricklerfungi: creating new repos, not sure which jobs that is19:00
dragondmCan anyone help me with a minor Gerrit permissions problem?  We have a stackforge project (stacktach) and the dev who was tagging releases left the project & it turns out he was the only one in the stacktach-releases group. Can someone get me on to that group?19:00
pabelangerpackage[httpd] conflicts between puppet-apache and puppet-httpd19:01
fungifrickler: it's not a job at all. puppet does that on a timer19:01
clarkbI reran manage-projects for openstack/devstack-plugin-amqp1 after checking the manage projects log and finding nothing for it to indicate why it failed19:01
clarkbthis has created the project properly best I can tell19:01
anteayadragondm: what is your gerrit id and who left?19:01
jesusaurusclarkb: searching for build_node:"devstack-trusty*" gives me no results, is my syntax off?19:01
crinklepabelanger: oh i see19:01
clarkbjesusaurus: remove your quotes19:01
mrmartinmeeting time?19:01
pleia2yep19:01
*** ianw has joined #openstack-infra19:01
anteayadragondm: normally for project changeover we like to see one person hand off to the next19:02
clarkbjesusaurus: or something, pretty sure it works as we hae long used globs with elastic recheck19:02
clarkbjesusaurus: maybe check the git logs there19:02
davideagnellojeblair: ok19:02
fricklerfungi: hmm, o.k., it just looked to me that there was some correlation between dib failing and post pipeline backlogs, maybe I'm wrong with that19:03
fungifrickler: unrelated19:03
pabelangermrmartin, thanks for reminder19:03
dragondmanteaya: my email listed in gerrit is mdragon@rackspace.com Fellow who left is Sandy Walsh <sandy.walsh@rackspace.com>. Yah, we though we had handed over what we needed. Apparently not.19:03
clarkbfungi: frickler yes completely unrelated19:04
anteayadragondm: k, let's pick this up after infra meeting19:04
*** timfreun1 is now known as timfreund19:04
dragondmanteaya: ok.19:04
anteayathanks19:04
*** HeOS has joined #openstack-infra19:05
openstackgerritBorneMace proposed openstack-infra/project-config: Added new validate-contents test for kolla  https://review.openstack.org/19896819:05
clarkbfrickler: project creation is handled by ansible triggering puppet on a cron which does all the project setup19:05
clarkbfrickler: that is independent of zuul's post config19:06
clarkber post pipeline19:06
*** abregman has joined #openstack-infra19:09
*** radez_g0n3 is now known as radez19:09
openstackgerritMatthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8  https://review.openstack.org/20146719:09
clarkblifeless: ^ jobs like that will likely need to be special in a constrained world19:09
*** kzaitsev_mb has quit IRC19:10
fungiyeah, i wonder if it would do something like stream-edit the constraints before invoking pip19:10
openstackgerritPaul Belanger proposed openstack-infra/puppet-zanata: Migrate to puppet-httpd module  https://review.openstack.org/20172919:11
fungihrm, though that would also indefinitely pin it19:11
fungior require constant bumping of the edit in their tox.ini19:11
lifelessclarkb: jobs like https://review.openstack.org/201467 ?19:11
clarkblifeless: yes, basically any time we want to test a specail version of some specific req19:12
openstackgerritMerged openstack-infra/puppet-elasticsearch: Fix variable access warnings  https://review.openstack.org/20025619:12
openstackgerritMerged openstack-infra/project-config: Always use gate- instead of check- (m-s*)  https://review.openstack.org/20153819:12
openstackgerritMerged openstack-infra/project-config: Revert "Changes puppet-apply-centos job status"  https://review.openstack.org/20122619:12
lifelessclarkb: so there are two mechanisms. They can use edit-constraints to change one thing and keep all the other constraints19:12
*** tqtran-afk is now known as tqtran19:12
jesusaurusclarkb: ah, you're right, it works when I don't quote the query19:12
lifelessclarkb: or they can edit global-requirements.txt and generate new constraints (but who knows if that will work - its the same as running unconstrained)19:13
lifelessclarkb: or we can generate and cross-test a separate constraints file for the set of projects that involves19:13
lifelessclarkb: [I'd put that in openstack/requirements for storage, because we still have the co-installability requirement to maintain)19:13
lifelesssdague: your pbr patch is still on my list, sorry :(19:14
*** shashank_hegde has quit IRC19:14
*** abregman has quit IRC19:14
sdaguelifeless: well it at least passes tests now19:14
lifeless\o/19:14
*** abregman has joined #openstack-infra19:14
sdaguethe tests aren't quite what I'd like, I left the more advanced functional test in there, but skipped, because I can't get it stable19:15
sdaguebut it has basic verification19:15
clarkblifeless: I think we should start with just editing the one constraint19:15
openstackgerritJeremy Stanley proposed openstack-infra/system-config: Add a common data directory for job workers  https://review.openstack.org/20069819:16
openstackgerritJeremy Stanley proposed openstack-infra/system-config: Be more specific about scripts dir requirement  https://review.openstack.org/20082619:16
clarkband worry about generating new ocnstraints if the simple option fails19:16
openstackgerritPaul Belanger proposed openstack-infra/puppet-phabricator: Add .gitreview file  https://review.openstack.org/20173119:16
greghaynesSpamapS: Did we decide on a place we want to make the source of truth for inventory datas? ISTR us giving up on CMDB and just saying inventory.json for now?19:16
*** puranamr has quit IRC19:16
greghaynesSpamapS: I ask because I had fun with expect to do a serial number inventory of hp2 for the NOC's, and when they get back to us we should probably save that somewhere we remember...19:17
*** achanda has quit IRC19:17
openstackgerritPaul Belanger proposed openstack-infra/puppet-phabricator: Migrate to puppet-httpd module  https://review.openstack.org/20173219:17
openstackgerrityolanda.robla proposed openstack-infra/puppet-gerrit: cron to clear gerrit logs  https://review.openstack.org/19915419:17
*** tim_o has joined #openstack-infra19:17
*** achanda has joined #openstack-infra19:17
lifelessclarkb: I've commented on the review for posterity19:17
*** enikanorov2 has joined #openstack-infra19:18
*** maishsk_ has joined #openstack-infra19:19
pabelangerHmm, having some weird issues on the puppet-apply-precise job today19:19
pabelangerhttp://logs.openstack.org/27/198827/6/check/gate-infra-puppet-apply-precise/ddde8be/console.html#_2015-07-14_19_09_40_35119:19
pabelangerfungi, ^ never seen that before19:19
*** Somay has joined #openstack-infra19:19
*** maishsk has quit IRC19:20
*** maishsk_ is now known as maishsk19:20
*** agentle__ has joined #openstack-infra19:20
*** ZZelle_ has joined #openstack-infra19:21
*** puranamr has joined #openstack-infra19:21
fungipabelanger: that's `git remote update` getting a "The remote end hung up unexpectedly" failure trying to fetch from git.openstack.org19:21
openstackgerrityolanda.robla proposed openstack-infra/nodepool: Update nodepool to use secure.conf file  https://review.openstack.org/18976219:21
pabelangerfungi, common error? I've never seen that before19:22
pabelangergoing to check logstash.o.o19:22
*** puranamr has quit IRC19:23
openstackgerritPaul Belanger proposed openstack-infra/puppet-logstash: Migrate to puppet-httpd module  https://review.openstack.org/20173519:23
*** puranamr has joined #openstack-infra19:23
*** agentle_ has quit IRC19:24
fungipabelanger: it's just one of the myriad ways in which jobs accessing remote git servers can go sideways19:24
pabelangerfungi, worth looking into? for the rate it happens?19:25
fungipabelanger: we just see it less and less because we cache as much as possible now, so it ends up being remote updates and pack fetches mostly now19:25
*** angela-s has joined #openstack-infra19:25
fungipabelanger: yes, looking into why we continue to have intermittent issues interacting with our git servers would be great. it's been a mostly ongoing battle19:26
openstackgerritPaul Belanger proposed openstack-infra/puppet-openstackid: Migrate to puppet-httpd module  https://review.openstack.org/20173719:26
openstackgerritPaul Belanger proposed openstack-infra/puppet-mediawiki: Migrate to puppet-httpd module  https://review.openstack.org/20173919:29
openstackgerritPaul Belanger proposed openstack-infra/puppet-gerrit: Migrate to puppet-httpd module  https://review.openstack.org/20174019:31
*** tonytan4ever has joined #openstack-infra19:32
*** achanda has quit IRC19:34
cloudnullquestion, what do i need to do to get the icehouse branch for http://git.openstack.org/cgit/stackforge/os-ansible-deployment/log/?h=icehouse removed?  PR to project config ?19:34
anteayano just asking in channel is the solution19:34
openstackgerritPaul Belanger proposed openstack-infra/puppet-mailman: Migrate to puppet-httpd module  https://review.openstack.org/20174319:34
cloudnull+1 can have the destroyed please :)19:34
*** achanda has joined #openstack-infra19:35
cloudnullalso i noticed https://github.com/openstack/requirements/tree/stable/icehouse still exists, bug ?19:35
anteayawhen we are finished the infra meeting someone will either have more questions for you or take care of it, so stick around19:35
greghaynesmordred: clarkb fungi looks like the ubuntu-trusty images completed, any idea if they uploaded correctly?19:35
* cloudnull sticking around19:35
greghaynesso we can test out the multinode test on them....19:35
clarkbgreghaynes: they havne't, I have a build finishing up now and will upload when it is done19:35
greghaynesoh? What happened?19:36
greghaynesoh, the build failed19:36
clarkbcouple new project creations broke causing builds t ofial19:36
mordredgreghaynes: we had some problems cloning from git repos this morning19:36
greghaynesawesome19:36
clarkbso fixed new projects, and now rebuilding19:36
openstackgerrityolanda.robla proposed openstack-infra/puppet-gerrit: Enable logrotate for apache files in gerrit  https://review.openstack.org/20131219:38
sdagueoh hey, no one has fixed ironic's unit tests19:38
*** mrmartin has quit IRC19:38
*** mrmartin has joined #openstack-infra19:38
openstackgerritPaul Belanger proposed openstack-infra/puppet-graphite: Migrate to puppet-httpd module  https://review.openstack.org/20174419:39
*** gsagie_ has quit IRC19:40
*** mrunge has quit IRC19:41
openstackgerritPaul Belanger proposed openstack-infra/puppet-lodgeit: Migrate to puppet-httpd module  https://review.openstack.org/20174619:42
openstackgerrityolanda.robla proposed openstack-infra/system-config: Start using cgit::lb class  https://review.openstack.org/18182919:44
openstackgerritPaul Belanger proposed openstack-infra/puppet-drupal: Migrate to puppet-httpd module  https://review.openstack.org/20174719:45
*** maishsk has quit IRC19:46
*** bswartz has joined #openstack-infra19:46
*** achanda has quit IRC19:47
AJaegerttx: the single ical feeds are broken for some time, some patches tried to fix it but apparently we're not there yet.19:47
ttxAJaeger: oh ok, didn't notice, (I don't use them)19:48
AJaegerttx, I wanted to use them - and also check whether the post job finally works ;)19:48
*** maishsk has joined #openstack-infra19:48
*** blaedd has joined #openstack-infra19:49
*** notnownikki has joined #openstack-infra19:49
*** ldnunes has joined #openstack-infra19:49
*** fitoduarte has joined #openstack-infra19:49
AJaegerttx, jhesketh, most recent merged fix was Ic5715dc7a1359807904f587f959ea36f377d1d24 - but the page was regenerated afterwards, so the change did not do the right thing.19:49
*** isq has joined #openstack-infra19:49
*** ivar-lazzaro has joined #openstack-infra19:49
*** sileht has joined #openstack-infra19:49
*** chlong-afk has joined #openstack-infra19:49
*** flepied has joined #openstack-infra19:50
*** ricky1 has joined #openstack-infra19:50
*** shashank_hegde has joined #openstack-infra19:50
*** heyongli has quit IRC19:51
*** heyongli has joined #openstack-infra19:52
*** akscram has joined #openstack-infra19:52
*** mrda-away has joined #openstack-infra19:52
*** Rockyg has joined #openstack-infra19:52
*** radez is now known as radez_g0n319:52
ricky1huh19:53
*** ricky1 is now known as rcarrillocruz19:53
*** Rockyg has quit IRC19:53
*** pvaneck has joined #openstack-infra19:53
jheskethAJaeger: I'll take a look later today19:53
AJaegerttx, jhesketh will look into it ^ - jhesketh, thanks!19:54
*** hdd has quit IRC19:55
rcarrillocruzcould I please get another core review for https://review.openstack.org/#/c/201673/ ? it's a project creation ticket...19:55
rcarrillocruzthx19:55
*** xgerman has joined #openstack-infra19:56
AJaegerrcarrillocruz: I'm on it...19:56
openstackgerritMerged openstack-infra/os-loganalyze: Assume trailing slashes want to load indexes  https://review.openstack.org/14126019:56
*** thingee has joined #openstack-infra19:56
openstackgerritMerged openstack-infra/os-loganalyze: Set DocumentRoot for devstack plugin  https://review.openstack.org/19905319:56
AJaegerrcarrillocruz: this needs a +1 from jeblair first.19:56
*** heyongli has quit IRC19:57
AJaegerrcarrillocruz: and you need a governance change19:57
AJaegerrcarrillocruz: I commented on it.19:57
*** kiran-r has quit IRC19:57
*** sabeen1 has joined #openstack-infra19:57
*** heyongli has joined #openstack-infra19:58
*** devkulkarni has quit IRC19:58
ianwgreghaynes: out of meeting, but how about mirror.rackspace.com ; i assume they keep that close to their hosts?19:58
greghaynesianw: They do, but not for any ol' distro19:59
greghaynesI dont think they have a debian mirror for example19:59
greghaynesor all the fedora versions we CI19:59
ianwdebian seems to be there, and i was using it the other day for some centos stuff19:59
clarkbgreghaynes: new ubuntu-trusty is slowly uploading to hpcloud now19:59
greghaynesianw: oh! I didnt realize that19:59
ianwafter "yum fastest mirror" plugin chose a ridiculously slow mirror :)20:00
greghaynesianw: so yes, we should definitely make use of that where possible.20:00
greghaynesianw: so two pre-work items are figure out what hp and what rax provide, and how much space is the missing bits20:00
greghaynesclarkb: fun fun20:00
*** sridhar_ram1 has quit IRC20:00
pleia2btw, I spent some time these past couple weeks working with Daisy on some final things, but translate-dev is with the broader i18n team as of this morning: http://lists.openstack.org/pipermail/openstack-i18n/2015-July/001185.html20:01
pabelangerjbryce, lsell: mordred suggests you might be able to help out with https://review.openstack.org/#/c/187715/ We're looking to get some feedback from mirantis about it20:01
pleia2AJaeger and I will likely still catch all the support questions, but in case it comes up20:01
*** tchaypo has joined #openstack-infra20:01
anteayapabelanger: while they are available on irc I have found my best way to talk to them is via email20:01
AJaegerpleia2: I'm glad to see this moving forward!20:01
pabelangeranteaya, great, thanks20:02
pleia2AJaeger: yeah, me too :) finally!20:02
pabelangerI'll get something up on ML20:02
AJaegerBut I guess StevenK will get also a lot of support questions, he's done a great job getting everything in!20:02
*** agentle__ is now known as annegentle20:02
anteayaoh email in private I meant20:02
*** zhiyan has joined #openstack-infra20:02
anteayaI'll pm you their addresses20:02
*** sridhar_ram has joined #openstack-infra20:02
pleia2AJaeger: he really has, nice to have his python skills around20:02
*** heyongli has quit IRC20:03
jbrycepabelanger: looking at the review20:03
*** hdd has joined #openstack-infra20:03
anteayajbryce: there you are20:03
anteayajbryce: how nice to see you20:03
*** liam_ has joined #openstack-infra20:03
mordredjbryce: I just sent you an email too20:03
*** liam_ is now known as Guest1045320:04
AJaegerpleia2: off-topic: If you have time for some reviews, I would appreciate these simple changes before I rebase them like the others in the series ;) https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:remove-check,n,z - we decided yesterday to name everything "gate-" and drop/rename the redundant "check-" jobs20:04
jbryceanteaya: = )20:04
*** Guest10453 has quit IRC20:04
jbrycehave you heard anything from anyone at mirantis about it yet?20:04
fungiianw: we have two package mirror bugs that jockey for position. one is for when we're hitting an official ubuntu mirror with bad content, and one is for when we're hitting the rackspace mirror and it has bad content. i have a feeling rackspace just mirrors from another mirror so increases the chance its content is broken20:04
pleia2AJaeger: sure thing20:04
*** shashank_hegde_ has joined #openstack-infra20:05
fungiianw: we have far fewer instances of intermittent connectivity issues affecting package list updates and package installation. most of the time it's a mirror that's inconsistent for anywhere from an hour to a day20:05
*** yamamoto has quit IRC20:05
AJaegerthanks, pleia2 !20:05
anteayapabelanger: I think jbryce is waiting to hear from you20:05
lsellpabelanger: reading it now. looks like there were discussions in vancouver. did anyone from the mirantis stackalytics team express a desire to move it over, or was anyone from mirantis involved in those discussions? just trying to figure out the starting point...20:06
*** heyongli has joined #openstack-infra20:06
*** FallenPegasus has joined #openstack-infra20:06
*** sergmelikyan has quit IRC20:06
pabelangerjbryce, nothing public about it. There has been some people on IRC that have stated mirantis was on board, but I think we are looking for official comment on the spec from them20:07
pabelangerlsell, mosting mordred was driving the back end discussion I think with mirantis.  I mostly stepped in to get the code done20:07
*** sergmelikyan has joined #openstack-infra20:07
*** dizquierdo has quit IRC20:07
jbrycepabelanger: understood. mordred sent an email as well and we’ll check into it with mirantis too20:08
pabelangerI know that SergeyLukjanov was taking to marketing I think20:08
greghaynesclarkb: what do you think of nodepool outputting a file which is just a static dump of nodepool image-list periodically?20:08
*** dizquierdo has joined #openstack-infra20:08
openstackgerritPaul Belanger proposed openstack-infra/infra-specs: Host Stackalytics Service  https://review.openstack.org/18771520:08
greghaynesthen I would be able to know "that image failed to upload" without poking rooters20:08
greghaynesoh, and posting that on the nodepool.o.o20:08
ianwfungi: yeah, that's a good point ... i don't know exactly what to do about that but i'll capture it in that spec20:08
clarkbgreghaynes: we could do that with a simple cron into the webroot20:08
greghaynesyes20:09
mordredlsell, jbryce I had a phone call with jaypipes and boris renski last year about it even20:09
pabelangerjbryce, Ya, mostly looking for it they are cool with it or have a major issue.  anything you can find out will be helpful20:09
fungiianw: the idea we've had is to update the mirror on a non-published version of the volume, run consistency checks on it, then only release that volume update once the consistency checks pass20:09
fungiianw: worst case that means we run from a stale mirror while the source we're mirroring from is broken20:10
jaypipesmordred: ++20:10
anteayapabelanger: do we need them to do anything or just review the spec (or equvalent)?20:10
greghaynesclarkb: thats a puppet thing right?20:10
clarkbgreghaynes: yes20:10
*** esmute has quit IRC20:10
fungiianw: and afs vos_release is basically atomic, so we don't really end up with jobs hitting the mirror in a partially updated state20:10
pabelangeranteaya, mostly just say this is good or not.  If good, I think spec can merge, if not then spec is dead?20:11
mordredianw, fungi: afs mirror ++20:11
*** esmute has joined #openstack-infra20:11
anteayajaypipes: you able to review https://review.openstack.org/#/c/187715/ ?20:11
pabelangeranteaya, all the code behind it is mostly done20:11
anteayapabelanger: awesome20:12
*** sergmelikyan has quit IRC20:12
jaypipesanteaya: of course. I will make sure the right folk at Mirantis do as well.20:12
anteayajaypipes: wonderful, thank you so much20:12
anteayajaypipes: can we get a timeframe do you think?20:12
fungijbryce: lsell: pabelanger: the stackalytics move was basically identified as our preferred way forward in the discussion we captured at https://etherpad.openstack.org/p/YVR-infra-activity-tracking but i don't recall if we had anyone from mirantis attend that session20:12
jbrycepabelanger, mordred: lsell and i are checking with people. we’ll let you know what we hear. sounds like there might be some other dependencies on other openstack.org stuff20:12
mordredjbryce: awesome. thanks!20:13
pabelangerYes, thanks!20:13
fungittx might remember when he's not chairing a tc meeting and bastille daying20:13
*** dkranz has quit IRC20:13
jaypipesanteaya: unfortunately, I can't promise any timeframe. I'm out in Mountain View end of next week and will certainly bring it up then. In the meantime, I will try to email the relevant folks and get some feedback on the review.20:14
*** heyongli has quit IRC20:14
anteayajaypipes: understood, thanks for sharing your plan20:14
*** kzaitsev_mb has joined #openstack-infra20:14
* ianw reading about afs volume stuff & keeps ending up in cern ... if it can run a super-collider i guess it can do a mirror20:15
*** devkulkarni has joined #openstack-infra20:15
*** heyongli has joined #openstack-infra20:15
mordredianw: :)20:15
*** koolhead17 has joined #openstack-infra20:15
*** mrmartin has quit IRC20:15
*** MarkAtwood has quit IRC20:16
*** puranamr has quit IRC20:21
openstackgerritPaul Belanger proposed openstack-infra/system-config: Migrate grafana.o.o to puppet-httpd  https://review.openstack.org/20175920:22
*** coolsvap|afk is now known as coolsvap|away20:25
*** FallenPegasus has quit IRC20:25
openstackgerritMerged openstack-infra/project-config: Always use gate- instead of check (cinder, dragonflow)  https://review.openstack.org/20115820:27
clarkbhpcloud has up to date ubuntu-trusty now. doing rax currently20:27
*** cdent has quit IRC20:28
*** e0ne has quit IRC20:28
*** tqtran is now known as tqtran-afk20:29
*** dprince has quit IRC20:30
*** linkedinyou has quit IRC20:30
openstackgerritMerged openstack-infra/project-config: Always use gate- instead of check- (zaqar)  https://review.openstack.org/20155420:31
openstackgerritMerged openstack-infra/project-config: Always use gate- instead of check (ec2api)  https://review.openstack.org/20117520:31
*** miqui has joined #openstack-infra20:31
clarkbmordred: it looks like shade/swiftclient do an object HEAD to determine if an image exists, and when it doesn't that is logged as an error20:31
miquihi...does anyone here have some examples on how to use dox...?20:31
mtreinishclarkb: qq, where do the oslo logstash filters live again20:31
clarkbmordred: is my understanding correct or is that an actual error?20:32
mtreinishI used to just grep for it in system-config pre repo split20:32
notmynameFYI, I'm working on a new swiftclient release right now. Should be pushed this afternoon20:32
anteayamiqui: are you sure you are in the correct channel? this channel is for discussion around openstack developer services20:32
clarkbmtreinish: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/logstash/indexer.conf.erb those?20:32
mtreinishclarkb: yep thanks20:32
clarkbmtreinish: there is an if block for oslofmt20:33
clarkbwhich is the bulk of it20:33
mtreinishheh I guess it's still in system-config :)20:33
miquianteaya: well, thought many python users here, at least one must have looked at it...20:33
*** jogo has joined #openstack-infra20:33
clarkbmordred and dims were working on it iirc20:35
clarkbI have never used it20:35
miquik, thanks clarkb20:36
*** sdake has quit IRC20:36
*** heyongli has quit IRC20:36
mordredclarkb: I beleive that is correct. I think we should maybe not log there20:36
*** achanda has joined #openstack-infra20:38
*** devkulkarni has quit IRC20:39
*** heyongli has joined #openstack-infra20:39
*** ddieterly has joined #openstack-infra20:40
*** puranamr has joined #openstack-infra20:41
*** dimtruck is now known as zz_dimtruck20:42
mordredShrews: ^^ ?20:43
clarkbmordred: btw we get >100 warnings from requests when doing a single image upload20:44
Shrewsclarkb: during what operation?20:44
clarkbShrews: its an image uploda to rax20:44
Shrewshrm, doesn't seem like we should consider that an error20:44
clarkbit looks like it first checks if the image exists by doing a EHAD, when it does not exist that is logged as an ERROR20:44
mordredclarkb: yah - I think we need to install requests[security] but for some reason we still have not20:44
clarkbmordred: requres a bunch of C deps20:44
mordredclarkb: so20:44
mordredShrews: yah - I think this is a case where the error is a normal data error, not a logging worthy one20:45
*** dizquierdo has quit IRC20:45
*** Alexei_987 has joined #openstack-infra20:45
*** Alexei_987 has left #openstack-infra20:45
clarkb2/3 of the warnings go away if rax fix their certs20:45
clarkbonly 1/3 will be fixed by the security patch aiui20:45
mordredclarkb: we have puppet - and the warnings are not going to go away... I _do_ have the one warning that's completely silly blocked in shade20:45
mordredclarkb: nah - I supress the one that security does not take care of20:46
clarkbah ok20:46
mordredclarkb: http://git.openstack.org/cgit/openstack-infra/shade/tree/shade/__init__.py#n4820:46
*** devkulkarni has joined #openstack-infra20:49
*** sabeen1 has quit IRC20:49
*** mgagne_ is now known as mgagne20:50
*** Sukhdev has quit IRC20:51
*** FallenPegasus has joined #openstack-infra20:51
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for nova bug 1474550  https://review.openstack.org/20177020:52
openstackbug 1474550 in OpenStack Compute (nova) "network allocation randomly failing with InstanceUpdateConflict after compare and swap was merged" [High,Confirmed] https://launchpad.net/bugs/147455020:52
clarkbmordred: I would not be surprised if we ge tinto the 1k warnings per image upload range20:52
*** dustins has quit IRC20:52
clarkbthey just keep spitting out20:52
mordredclarkb: yah. it's insane20:52
openstackgerritKhai Do proposed stackforge/python-jenkins: Add support for getting information for the last executed build  https://review.openstack.org/20177220:53
mordredclarkb: I think we should install the other thigns - and that we should install them on puppetmaster too - because launch_node.py is super painful to run20:53
clarkbI would ask for an up to date py2.7 but we still don't have py3.4 up to date so :/20:53
*** koolhead17 has quit IRC20:54
Shrewsyeah, iirc, a more recent py2.7 eliminates many warnings20:54
clarkblatest py2.7 checks certs properly20:54
clarkbbut no distros seem to actually ship it20:54
clarkband instead of getting distros to fix the problem we get thousands of wranings per operation20:55
*** FallenPegasus has quit IRC20:55
anteayaclarkb fungi when you have a chance dragondm isn't in stacktach-release though he is in core and informs us that sandy walsh is working on other things20:56
anteayahe would like to be added to release, have you any thoughts on the matter?20:56
pabelangernibalizer, so had a chance to look at https://github.com/nanliu/puppet-git but from what I see they only support RHEL. Or am I missing something?20:56
nibalizerthe manifest, ya, but I use that mostly for the resource20:57
clarkbI am happy to update the release group membership if no one objects, sandywalsh can always stop by and complain20:57
clarkbanteaya: ^20:57
nibalizergit { 'foo' } instead of vcsrepo { 'foo': }20:57
anteayaclarkb: sounds like a plan20:57
anteayaI can live with that20:57
pabelangernibalizer, okay. haven't tested it locally. Going to get a simple patch up to system-config to see how well it works20:58
*** tlian has quit IRC20:58
dragondmclarkb: Heh :> Thanks. YAh, sandy moved to another company, and hasn't really had time for the project anymore. I'm pretty much in charge of it now.20:58
nibalizerpabelanger: i have a change in flight I think to add it to modules.env you can build on20:58
clarkbwhat is the account id/email/username to add to the group?20:58
nibalizerlet me look20:58
*** geoffarnold has quit IRC20:58
pabelangernibalizer, roger20:58
*** dannywilson has joined #openstack-infra20:59
dragondmclarkb: mdragon@rackspace.com20:59
*** geoffarnold has joined #openstack-infra20:59
nibalizerit may have landed actually20:59
dragondmclarkb: it's the stacktach-release group, just to confirm.20:59
*** dannywi__ has joined #openstack-infra20:59
*** dannywilson has quit IRC20:59
rcarrillocruzAJaeger: thx, i added the governance change and put a comment with the link on the project creation ticket20:59
*** esmute has quit IRC21:00
*** Sukhdev has joined #openstack-infra21:00
*** zz_dimtruck is now known as dimtruck21:00
asselinzaro, nibalizer hi, did we ever conclude what we'll do for this patch? accept as-is or update? https://review.openstack.org/#/c/199784/21:00
rcarrillocruzjeblair: hiya, when you get a change could you please review https://review.openstack.org/#/c/201673/ ? I added to openstack-infra per mordred suggestion instead of stackforge and that needs PTL approval21:00
anteayaclarkb fungi next up cloudnull has a icehouse branch he no longer wants and would like a hand getting rid of it21:01
*** rm_work is now known as rm_work|away21:01
anteayacloudnull: care to remind us of the details again?21:01
clarkbanteaya: cloudnull first step is tagging the HEAD of that brnach if you want to preserve it, otherwise it will get GC'd iirc21:01
clarkbdragondm: done21:01
rcarrillocruz*chance* , not change21:02
dragondmclarkb: thanks.21:02
jeblairrcarrillocruz, mordred: bifrost is part of ironic, so i wonder if this should be part of puppet-openstack... have we talked with EmilienM?21:02
*** shashank_hegde has quit IRC21:02
*** jaypipes has quit IRC21:02
*** shashank_hegde_ is now known as shashank_hegde21:02
*** aysyd has quit IRC21:02
mordredjeblair: oh! duh. you know - I didn't even think about that21:02
rcarrillocruzjeblair: i have not no...21:02
mordredEmilienM: ^^ ?21:02
*** dannywil_ has quit IRC21:02
*** esmute has joined #openstack-infra21:02
mordredjeblair: my main thought was "certainly not stackforge"21:02
EmilienMjeblair, mordred: looking21:02
jeblairmordred: yes!21:02
clarkbmaybe it should even be part of puppet-ironic if such a thing exists?21:02
rcarrillocruzi thought about adding to openstack-infra since you would make use of it for infra-cloud etc21:03
*** changbl has quit IRC21:03
rcarrillocruzdidn't think about the other namespace21:03
mordredclarkb: well, bifrost is a bit different than ironic - I think combinining them would be weird21:03
clarkb(I know not about the deployment differences but I would expect bifrost to be a subset)21:03
EmilienMjeblair: it's ansible, right?21:03
clarkbmordred: so its not a proper subset deployment?21:03
EmilienMjeblair, mordred: I don't see why should it been part of Puppet OpenStack21:03
openstackgerritMatt Riedemann proposed openstack-infra/system-config: Handle 'ERROR' for multiline oslofmt  https://review.openstack.org/20177721:04
mriedemclarkb: probably need your help on that ^21:04
mriedemnot sure if i got the pattern correct with the OR21:04
dims_mriedem: yay!21:04
jeblairmordred: can you answer: 21:03 < EmilienM> jeblair: it's ansible, right?21:04
mordredyes it is21:04
nibalizerasselin: i thought we knew we wanted that change21:04
*** geoffarnold has quit IRC21:04
mordredit's a set of ansible tools for operating an ironic21:04
clarkbmriedem: lgtm21:04
mordredwell, ansible and shell and some stuff21:04
rcarrillocruzit is yeah, my module is just for cloning the repo and configuring the vars on the ansible modules21:04
clarkbmriedem: thank you for covering both old and new21:04
*** geoffarnold has joined #openstack-infra21:04
*** crc32 has joined #openstack-infra21:05
asselinnibalizer, ok I guess zaro's not around. So just update the commit message is ok for you?21:05
mordredjeblair: seems like we might be the only ones who might want to install such a thing using puppet21:05
notmynameI just tried to push a (signed) tag for python-swiftclient to gerrit (ie to do a release), but it was rejected. any ideas why?21:05
clarkbmordred: uploading 15GB images i sreally slow, still going21:05
mordredclarkb: it's much slower from my laptop21:05
clarkbmordred: ha21:05
*** ddieterly has quit IRC21:05
*** tim_o has quit IRC21:06
jeblairEmilienM: i think since it's an openstack project, i think you have the right of first refusal for it.  so if you want it in puppet-openstack, it's yours.  but it sounds like you think it doesn't fit?21:06
nibalizerya sure21:06
*** yamamoto has joined #openstack-infra21:06
nibalizeralthough to be pedantic i do think the zuul scheduler change could go in its own commit21:06
EmilienMjeblair: I'll look at that after cross project meeting21:06
EmilienMmordred: ^21:07
clarkbnotmyname: https://review.openstack.org/#/admin/groups/967,members that is the groupthat can push tags to swiftclient21:07
*** sabeen has joined #openstack-infra21:07
*** ddieterly has joined #openstack-infra21:07
notmynameclarkb: hmm..when did that change? (ie when did I stop being able to do it?)21:07
clarkbnotmyname: I have no idea21:07
notmynameI know it's been a while since we did a release...21:08
clarkbbut can look at git logs real uick21:08
jeblairEmilienM: okay, cool, thanks.  you can leave a comment on https://review.openstack.org/20167321:08
mordrednotmyname: dhellmann and ttx did something different with client lib releases recentlyish21:08
EmilienMjeblair: yes Sir21:08
mordrednotmyname: ttx is supposed to be on vacay - but dhellmann might have smart things to say21:08
notmynamemordred: ok21:08
funginotmyname: i think the library release managers took over release management duties for all clients and shared libraries. you might want to confer with dhellmann21:08
notmynamedhellmann: I'm all ears :-)21:09
jeblairrcarrillocruz: ^ i -2'd that pending EmilienM, but am oaky with it if he doesn't want it21:09
mordredotoh ..21:09
clarkbnotmyname: http://lists.openstack.org/pipermail/openstack-dev/2015-June/066346.html is the linked thread in I9d1568fa688c08b658444b33df0408907d0b3fa621:09
rcarrillocruzk21:09
dhellmannnotmyname: drop by #openstack-relmgr-office and we can chat for a few minutes before I have to go offline21:09
lifelessclarkb: I lost track. DId we get a requirement repo clone setup for tox jobs?21:09
mordrednotmyname: ooh! this means you're releasing swiftclient ... I have a patch waiting on a swiftclient release21:09
jeblairalso, let it be shown on the record that i did, at least once, not immediately add a project to openstack-infra.  :)21:09
clarkblifeless: not yet, working out the bugs, fungi found one and I need to fix it for pep8 jobs21:09
EmilienMjeblair: OH! it's a puppt module !!21:09
notmynamemordred: yup21:09
EmilienMjeblair: to configure ansible21:09
ttxnotmyname: also been discussed at least two times at the cross-project meeting :)21:09
*** shashank_hegde_ has joined #openstack-infra21:10
mordredyay!21:10
notmynamettx: seems I missed it (or missed the meaning)21:10
lifelessclarkb: cool, thank you!21:10
*** yamamoto has quit IRC21:11
openstackgerritDirk Mueller proposed openstack-infra/project-config: Start with a green field for RPM packaging  https://review.openstack.org/19113421:11
EmilienMmordred, jeblair: it's the first time I see that in my life21:11
EmilienMmordred, jeblair: Use Puppet configure Ansible21:11
jeblairEmilienM: we'll be using ansible to run puppet to configure ansible to boot up machines to run puppet on.21:12
*** ddieterly has quit IRC21:12
EmilienMlol21:12
jeblairmordred: ^ what have you WROUGHT?21:12
EmilienMjeblair: is it a joke?21:12
rcarrillocruz:-)21:12
*** alivigni has quit IRC21:12
maishskI assume there is a review somewhere with the list of ATC exceptions. Am I correct?21:12
pleia2I can't tell anymore21:12
jeblairEmilienM: nope.  that's what we're actually going to do.  :)21:12
mordredjeblair: :)21:13
jeblairmaishsk: http://git.openstack.org/cgit/openstack/governance/tree/reference/extra-atcs21:13
*** julim has quit IRC21:13
fungimaishsk: can you explain what an "atc exception" is?21:13
mordredEmilienM: it's best if you don't think about it too much - it hurts less that way21:13
maishskjeblair: Much obliged!21:14
EmilienMmordred: just dont try to make me sleep21:14
fungimaishsk: ahh, so the extra atcs file is what you meant. got it21:14
jeblairwhew21:14
jeblairmy brain pattern matched "atc" and "x" and came up with that, i guess.  :)21:14
EmilienMjeblair: is it a module intended to be used for OS infra specifically?21:14
*** julim has joined #openstack-infra21:15
*** julim has quit IRC21:15
jeblairEmilienM: we will use it, but i don't think that it will contain infra-specific information.21:15
nibalizerEmilienM: jeblair heheheehehe21:15
EmilienMmhh, I'm not sure21:15
rcarrillocruzit may use hiera to inject infra-specific information tho21:15
rcarrillocruzjeblair: ^21:15
cloudnullanteaya, clarkb: sorry was AFK21:16
*** thorst has quit IRC21:16
rcarrillocruzipmi creds etc21:16
EmilienMhonestly, I see overlap with puppet ironic21:16
mordredyah - I mean, it'll take some input from data taht we will almost certainly store in heira21:16
rcarrillocruzbut not infra specific in the puppet-bifrost perse21:16
EmilienMI'll use Gerrit to give my insights21:16
mordredcool21:16
cloudnullclarkb: we have nothing in the icehouse branch that we need to preserve, the last tag for us was "9.0.11" and was relesaed 7 days ago. nothing else has gone in since then.21:16
*** ldnunes has quit IRC21:17
*** hdd has quit IRC21:17
cloudnullalso was poking about and found https://github.com/openstack/requirements/tree/stable/icehouse are icehouse requirements sticking around for a while ?21:17
*** ParsectiX has quit IRC21:18
*** eharney has quit IRC21:19
*** ParsectiX has joined #openstack-infra21:19
*** xyang0 has quit IRC21:19
*** mriedem is now known as mriedem_away21:19
*** _nadya_ has joined #openstack-infra21:20
EmilienMjeblair, mordred: I have an idea21:20
EmilienMplease sit down before21:21
*** sdake has joined #openstack-infra21:21
EmilienMReading https://github.com/rcarrillocruz/puppet-bifrost/blob/master/manifests/init.pp, the code is really basic21:21
openstackgerritMerged openstack-infra/elastic-recheck: Add query for nova bug 1474550  https://review.openstack.org/20177021:21
EmilienMwhy not just pushing a new class in puppet-ironic?21:21
openstackbug 1474550 in OpenStack Compute (nova) "network allocation randomly failing with InstanceUpdateConflict after compare and swap was merged" [High,In progress] https://launchpad.net/bugs/1474550 - Assigned to Matt Riedemann (mriedem)21:21
openstackgerritKhai Do proposed stackforge/python-jenkins: Check whether a job's build status  https://review.openstack.org/20178421:21
EmilienMso we can benefit the existing module with parameters, CI, etc21:21
*** pc_m has quit IRC21:22
EmilienMbifrost is just a way to configure Ironic so does puppet-ironic21:22
EmilienMwhy not patching puppet-ironic with a new class like ::ironic::bifrost21:22
EmilienMit would pull the Ansible playbooks, do the job and that's it21:22
*** rlandy has quit IRC21:22
fungicloudnull: no, i noticed that earlier today too. i think i missed adding reqs to the pile of "not release:managed but should be treated as release:managed for eol purposes" (similar to devstack, grenade, oslo-incubator)21:23
mordredEmilienM: I don't think that's a terrible idea21:23
fungicloudnull: it's on my to do list to go ahead and eol that (this week hopefully)21:23
EmilienMmordred: I can even help with that21:23
*** rlandy has joined #openstack-infra21:23
openstackgerritKhai Do proposed stackforge/python-jenkins: Check a job's build status  https://review.openstack.org/20178421:23
*** arxcruz has joined #openstack-infra21:24
cloudnull+1 fungi, was more curious than anything21:24
jeblairEmilienM, mordred: that sounds reasonable, and i think clarkb would agree ;)21:24
jeblairrcarrillocruz: what do you think? ^21:24
EmilienMcool21:24
*** _nadya_ has quit IRC21:24
EmilienMjeblair: my review in sent21:24
openstackgerritKhai Do proposed stackforge/python-jenkins: Check a job's build status  https://review.openstack.org/20178421:27
EmilienMjeblair: though you made my day. Using Puppet to configure Ansible that will run Puppet later. Thanks for that21:28
clarkbwe use puppet to configure ansible which then runs puppet on all our machibes :)21:29
jeblairEmilienM: you still left out a step, but you're welcome...21:29
jeblairclarkb: omg you're right, i left out a step too!21:29
EmilienMoh dear21:29
*** sridhar_ram has quit IRC21:30
EmilienMI guess it's easy to debug ;)21:30
*** ParsectiX has quit IRC21:30
jeblairpuppet configures ansible (on puppetmaster) to run puppet to configure ansible (bifrost) to launch nodes to run puppet on21:30
*** hdd has joined #openstack-infra21:30
rcarrillocruzi think it makes sense21:31
jeblairwhew21:31
*** coolsvap has joined #openstack-infra21:31
jeblairoh you mean the puppet-ironic part.  :)21:31
rcarrillocruzjeblair EmilienM mordred ^21:32
nibalizerpabelanger: yea nanliu-git is installed in modules.env21:32
rcarrillocruzif we are all ok with it, i will amend and move over the stuff to puppet-ironic21:32
EmilienMjeblair, rcarrillocruz: sounds like a plan21:32
EmilienMrcarrillocruz: ping me or anyone from the group on #puppet-openstack if you need any help21:33
rcarrillocruzsure, i'll add that channel to my irc client21:33
lifelessfungi: can you read the comments on https://review.openstack.org/#/c/201682/ ?21:33
jeblairrcarrillocruz: cool, thanks!21:33
rcarrillocruz++21:34
EmilienMjeblair: if you can look https://review.openstack.org/#/c/200367/ when you have time21:35
*** sridhar_ram has joined #openstack-infra21:36
openstackgerritMerged openstack-infra/puppet-zanata: Update Zanata client to 3.7.3  https://review.openstack.org/20143821:36
fungilifeless: yeah, i'm trying to think whether we have any races there21:36
fungilifeless: my biggest concern is that we tag a release, it lands on pypi, and we generate the constraints update before our mirrors have found the new release21:37
*** dboik has quit IRC21:37
*** ibiris has quit IRC21:38
fungilifeless: we can totally run jobs which depend on the completion of other jobs (that's for example how we run a job to put a release tarball on tarballs.openstack.org and then turn around in a subsequent job and retrieve that tarball and upload it to pypi)21:38
fungilifeless: unfortunately there's a non-job-related delay between the two you're proposing21:38
*** prad has quit IRC21:39
fungilifeless: the alternative i guess is to override our mirror configuration when running the constraints proposal and have it go straight to pypi.python.org and hope it's not having a bad day21:39
jeblairEmilienM: ah, thanks for asking -- that case is actually a little bit different, left a suggestion on how to proceed.  i can help with that if you run into problems.21:40
EmilienMjeblair: the problem I have is I run the patch on master21:40
EmilienMso zuul cloner does not know I want to test stable/kilo first21:40
*** sdake_ has joined #openstack-infra21:40
EmilienMjeblair: do you have any example of usage? devstack/grenade or?21:41
jeblairEmilienM: yeah, you'll need to run zuul-cloner with "--branch stable/kilo" and check things out into one destination directory, and then again with no branch argument (or "--branch master") in another directory21:41
jeblairEmilienM: devstack does this, but not with zuul-cloner (at least, not yet)21:41
jeblairer21:41
EmilienMjeblair: I wonder how can we detect the latest stable  branch?21:41
*** ashleighfarnham has quit IRC21:41
jeblairEmilienM: devstack-gate does this, but not with zuul-cloner (at least, not yet)21:41
*** sdake has quit IRC21:41
EmilienMjeblair: I don't like hardcoding the branch here21:41
fungilifeless: or have the job busywait looking for the tagged release to show up on its nearest mirror, but that will potentially tie up the proposal worker for very long periods of time if something goes wrong with our mirroring21:41
*** ashleighfarnham has joined #openstack-infra21:43
jeblairEmilienM: for the devstack/grenade jobs, devstack-gate handles it, and it's basically hardcoded in the devstack-gate script.  only suggestions i have now are to hardcode it in the job config, or, run the zuul-cloner checkout of master first, and have it consult some piece of data in the repo that tells it what the previous stable branch is, then run the zuul-cloner for that21:43
jeblairEmilienM: or....21:43
jeblairEmilienM: if you wanted to write a generalized script to "find the latest stable branch of a repo" we could install that on the workers and you would be able to run that within your job21:44
jeblairEmilienM: so then it might be "zuul-clone master; run that script; zuul-clone whatever branch it told you to use"21:44
EmilienM#2 sounds cool21:44
EmilienMyes I will do that21:44
EmilienMit's not urgent at all now, we don't have liberty packaging21:44
EmilienMjeblair: but I'll do that way21:45
lifelessfungi: huh21:45
*** krtaylor has quit IRC21:45
lifelessfungi: oh, if we're too fast we don't see the new thing21:45
fungilifeless: right. we (null?) update constraints21:45
clarkbmordred: OpenStackCloudTimeout: Timeout waiting for the image to import.21:45
lifelessfungi: what about, a second job21:45
clarkbI am going to try again in another region21:45
lifelessfungi: 'slow-update', which waits one mirror-pulse ?21:45
lifelessfungi: and we trigger that one21:45
lifelessfungi: not the periodic one21:46
EmilienMjeblair: I WIPed the patch, I'll follow up after my holidays, thanks for the help here21:46
*** ashleighfarnham has quit IRC21:46
fungilifeless: well, it still needs to run on the same worker. it would be a slightly different job anyway because periodic jobs have different parameters than ref-driven jobs21:46
fungilifeless: but i guess the question is whether anyone will balk at us running a job with a `sleep 300` in the middle of it21:47
jeblairEmilienM: np, enjoy!21:47
lifelessfungi: you tell me ;)21:47
lifelessfungi: [why does it need the same worker vs a throwaway node?]21:47
*** bdemers has quit IRC21:47
fungilifeless: because it's a machine we deploy gerrit credentials onto so that it can propose a change for review21:48
lifelessoh right21:48
lifelessthanks21:48
fungilifeless: eventually we _would_ like to make our proposal and release workers nodepool-provisioned but they are not today21:48
*** ParsectiX has joined #openstack-infra21:48
fungiand they run one job at a time (though in theory we could add additional ones if they're really a bottleneck)21:49
*** otter768 has joined #openstack-infra21:49
fungianyway, the sleep 300 seems probably the easiest workaround to avoid that race21:49
fungibut other reviewers may disagree with me on that ;_21:49
fungianyway, i have to run away again for a while21:49
*** geoffarnold has quit IRC21:51
*** amitgandhinz has quit IRC21:53
*** peristeri has quit IRC21:53
*** otter768 has quit IRC21:53
*** ashleighfarnham has joined #openstack-infra21:54
*** annasort has joined #openstack-infra21:55
*** dizquierdo has joined #openstack-infra21:56
*** asettle has joined #openstack-infra21:56
*** tlian has joined #openstack-infra21:56
*** signed8b_ has quit IRC21:59
*** signed8bit has quit IRC21:59
openstackgerritMerged openstack-infra/project-config: Add excludes support for create-zanata-xml  https://review.openstack.org/20099722:00
*** devkulkarni has left #openstack-infra22:01
openstackgerritMerged openstack-infra/puppet-cgit: Stop including policycoreutils-python  https://review.openstack.org/18837222:02
openstackgerritMerged openstack-infra/glean: dont fail if /etc/hosts is missing  https://review.openstack.org/20018822:02
*** miqui_ has quit IRC22:03
*** tqtran-afk is now known as tqtran22:03
melwittcan anyone help me know how to check if any build jobs run with keystone v3 in them? I know identity api version is controlled by tempest.conf but I don't see how build jobs specify tempest config settings22:04
*** miqui has quit IRC22:04
*** sridhar_ram has left #openstack-infra22:05
*** tvanderwiel has quit IRC22:06
*** ayoung has quit IRC22:06
*** dannywi__ has quit IRC22:06
mfalaticEncountering a vexing bug with tox since global-requirements.txt was updated for the two mock versions the other day.22:06
mfalaticValueError: ("Expected ',' or end-of-list in", "mock>=1.1;python_version!='2.6'", 'at', ";python_version!='2.6'")22:06
*** dannywilson has joined #openstack-infra22:07
mfalaticIt's a virtual environment but still, pip is up to date and pbr is too (in case that is relevant).22:08
mfalaticAnd until this mock change went in this worked fine. It appears to be failing because mock is defined twice (even though they ought to be mutually exclusive)22:08
clarkbwhat version of pbr?22:09
clarkband do you have a pbr egg in pwd?22:09
*** dizquierdo has quit IRC22:10
lifelessmfalatic: where does this occur - you mention tox22:11
lifelessmfalatic: tox uses virtualenv to get the new environments, and that bundles setuptools and pip and wheel22:11
lifelessmfalatic: so the version of virtualenv in the python environment that tox is installed in is a likely candidate22:11
*** kutija has quit IRC22:13
mfalaticSpecifically magnum22:13
mfalatictox -e docs22:13
mfalaticThis depends on a test-requirements.txt file that in turn contains the two mock lines.22:13
mfalaticthe ;python!='2.6' bit is what's breaking this evidently.22:14
mfalaticI'll look at the pbr thing momentarily here.22:14
mfalaticpbr in virt env = 1.3.022:15
clarkbimage cannot be imported error code 39622:15
clarkbmordred: ^ I don't even22:16
*** annegentle has quit IRC22:18
rhe00_anyone have a moment to help me understand what's behing this error while nodepool is setting up the test node image? http://paste.openstack.org/show/375488/22:19
rhe00_takes about 2 hrs for nodepool to get to that point so experimenting is cumbersome22:20
*** ParsectiX has quit IRC22:20
*** kutija has joined #openstack-infra22:20
clarkbmtreinish: ^ that is a subunit2sql thing22:20
jeblairare we seeing that error?22:21
mfalaticclarkb - not sure about the egg but in the environment pip reports pbr 1.3.022:21
mtreinishclarkb: if you use an old subunit2sql release with a newer oslo.db you'll see that error22:22
mfalaticThe wheel is there for pbr 1.3.022:22
*** puranamr has quit IRC22:22
openstackgerritMerged openstack/requirements: Rename python-keystoneclient-saml2 to keystoneauth-saml2  https://review.openstack.org/20093822:22
*** hdd has quit IRC22:22
*** SumitNaiksatam has quit IRC22:23
*** puranamr has joined #openstack-infra22:23
clarkbjeblair: ew are not acording to a quick grep22:23
*** enikanorov2 has quit IRC22:23
mtreinishclarkb: but using the latest subunit2sql release, 0.7.0, shouldn't have any issues22:23
mtreinishI'm pretty sure we wrote the nodepool setup scripts to always pull in the latest subunit2sql22:23
openstackgerritMerged openstack/requirements: Fix Routes version problem for py3  https://review.openstack.org/20113322:23
jeblairmtreinish: btw, has de-osloification work started on that?22:24
*** camunoz has quit IRC22:24
mtreinishjeblair: no, I haven't had time to even start to look at it22:24
*** camunoz has joined #openstack-infra22:25
jeblair:(22:25
openstackgerritKhai Do proposed stackforge/python-jenkins: Add the ability to wait for a project's builds to complete.  https://review.openstack.org/20179422:26
mtreinishjeblair: and as project priorities go it really isn't too high. I'd rather get sqlite working and polish some of the stuff around attachments so we can get it working with testr22:27
mtreinishespecially since it's still basically just me pushing patches when I have time22:27
*** mhu has quit IRC22:28
mfalaticInteresting... if I activate the virtual env for tox, then install pbr, then run tox... pbr gets removed.22:28
jeblairmtreinish: i'd help, but honestly, oslo.db stuff is just too complicated for me to understand.  but it's important -- we can't handle breakages like we saw earlier again.22:29
rhe00_thanks for the clue! my nodepool script was set to pull in subunit2sql 0.4.0 or older (I think from an old issue way back). Not sure why the install scripts did not copy over the newer nodepool script from project-config.22:29
*** watanabe_isao has joined #openstack-infra22:30
mtreinishjeblair: TBH the subunit2sql usage of oslo.db is pretty minimal it's mostly for grabbing a session object and the config usage. The tricky part will be around doing the combined config file and cli option handling that oslo.config is doing in a backwards compat way22:30
jeblairmtreinish: are we using both methods of passing args?22:31
*** signed8bit has joined #openstack-infra22:31
*** signed8b_ has joined #openstack-infra22:31
*** signed8bit is now known as signed8bit_ZZZzz22:31
openstackgerritKhai Do proposed stackforge/python-jenkins: Check a job's build status  https://review.openstack.org/20178422:31
mtreinishit also uses the model query stuff, but that maps pretty easily back to straight sqlalchemy22:31
mtreinishjeblair: yeah, the subunit-worker uses a config file and the cli opts are used in other places22:32
mtreinishwe also could just say screw backwards compat on config and make it the 1.x.x release and be jerk about semver :)22:33
lifelessmfalatic: so22:33
lifelessmfalatic: tox does this:22:33
*** sdake_ is now known as sdake22:34
lifelessmfalatic: step 1, build an sdist in the environment tox is running from22:34
lifelessmfalatic: step 2, make the venv,22:34
jeblairmtreinish: i'm okay with that :)22:34
lifelessmfalatic: step 3, run stuff in it.22:34
*** signed8b_ has quit IRC22:34
*** signed8bit_ZZZzz has quit IRC22:34
lifelessmfalatic: To debug this, I need to know whether its failing on step 1 or 2; can you just pastebin the whole tox output please?22:34
lifelessmfalatic: e.g. tox |& pastebinit -b http://paste.openstack.org22:34
mfalaticYes, one moment while I do that.22:34
openstackgerritKhai Do proposed stackforge/python-jenkins: Add the ability to wait for builds to complete  https://review.openstack.org/20179422:35
*** kutija_ has joined #openstack-infra22:36
lifelessmfalatic: if, as I suspect, its outside the environment, you might find https://rbtcollins.wordpress.com/2015/07/12/bootstrapping-developer-environments-for-openstack/ useful22:36
*** mhu has joined #openstack-infra22:36
mtreinishjeblair: heh, I guess it would be ok to do that. I was just trying to be better about it22:36
mfalaticok, cleaning it up so I can give an accurate log one moment22:36
mfalaticlifeless http://paste.openstack.org/show/375583/22:39
mtreinishjeblair: but if we shoot for doing that, we also could do a migration roll-up at the same time. Which would hopefully fix the sqlite issues too22:39
*** kutija has quit IRC22:39
mtreinishbecause the issue there was alter table usage in migrations22:40
mfalaticI can't be the only one getting bitten by this bug, can I?22:40
lifelessmfalatic: right, your virtualenv is too old22:40
lifelessmfalatic: its making the environment, but the pip within it is too old, and thats bundled22:40
mfalaticokie doke... that's interesting22:40
krotscheckRandom factoid that will be useful for infra at a later time (maybe). NPM is looking to supplant bower, so the JS ecosystem may be consolidating on one single package manager (http://blog.npmjs.org/post/101775448305/npm-and-front-end-packaging)22:40
mfalaticTHis is ubuntu 14.04 FWIW.22:41
mfalaticbut that's neithe here nor there... let me update22:41
lifelessmfalatic: either upgrade your virtualenv package, if you're using a distro package, or use someting along the lines of my blog post above to non-invasively get a non-distro virtualenv22:41
lifelessmfalatic: yeah, thats 15 months old - ancient22:41
mfalaticlifeless "And life on the prairie returned to normal, and the toxen and sheep were content once again"22:42
mfalaticyep, that solves it I think :-D22:42
lifelessmfalatic: cool22:42
lifelessmfalatic: what did you do ?22:43
mfalaticoutside any virtualenv I ran "sudo pip install -U virtualenv"22:43
lifelessok :)22:43
lifelessthat can sometimes interact badly with distro packages, but I'm glad it worked for you22:43
mfalaticWell, not much choice...22:44
mfalaticI'm honestly not sure how else to fix it offhand that's simple.22:44
lifelessmfalatic: my blog post has step-by-step instructions for not doing it that way22:44
lifelessmfalatic: which is why I linked it22:44
mfalaticahhhh22:44
mfalaticI was going to go read that y'know22:44
lifelessbut you know22:44
lifelesswhatevs :)22:44
mfalaticI'll read it and see how to do this more optimally.22:45
lifelessfeedback appreciated, of course :)22:45
mfalaticI do appreciate it - I suspect this is the same exact issue seen here: https://bugs.launchpad.net/devstack/+bug/146880822:46
openstackLaunchpad bug 1468808 in devstack "stack.sh downgrades pbr if old dependencies are present" [Undecided,Confirmed]22:46
mfalatic(the tox comments that is)22:46
lifelessmfalatic: nope, totally different22:46
lifelessmfalatic: thats devstack, this is tox22:46
mfalaticWell, not quite22:46
mfalaticin the comments someone hit the same bug I did.22:47
lifelessdevstack starts by globally upgrading everything22:47
mfalaticin tox22:47
lifelessyes, because they commented on a bug about devstack with a comment about tox22:47
mfalaticand while it's the wrong bug, they were flailing as I was.22:47
lifelessthe errors are the same, because the surface bit of the failure (wrong pip or pbr or setuptools) is the same, but the leadup and thus the solution are very different22:47
mfalaticmight be good to throw your link there to help redirect them...22:48
lifelesssure - go ahead :)(22:48
lifelesserm, :)22:48
*** dimtruck is now known as zz_dimtruck22:49
*** thorst has joined #openstack-infra22:49
*** xyang1 has joined #openstack-infra22:49
*** gordc has quit IRC22:50
Davieylifeless: global-requirements.txt doesn't need a lower version if every published version works, right?22:50
lifelessDaviey: right22:51
Davieyta22:51
mfalaticlifeless Done. Thanks again for the help - as this double-entry thing seems rather unique and new in our requirements, I suspect this will impact others using tox as well and having a good solution handy will be useful for all concerned.22:52
mfalatic(people have gotten by on older virtualenv versions til now)22:53
lifelesswell22:53
lifelessso actually they haven't :)22:53
lifelesswe've had to bump virtualenv versions before22:53
lifelesswithin individual projects, perhaps22:53
lifelessbut at the infra see-all-projects level, no.22:54
*** angela-s has quit IRC22:54
*** puranamr_ has joined #openstack-infra22:54
asselinnibalizer, what do you think of this change? https://review.openstack.org/#/c/200643/22:55
mfalaticoic22:56
mfalaticlifeless other than your webpage, is there something in the openstack docs about upgrading virtualenv?22:57
*** puranamr_ has quit IRC22:57
*** puranamr has quit IRC22:57
camunozping StevenK22:58
lifelessmfalatic: yes there is - http://docs.openstack.org/infra/manual/python.html22:58
*** doug-fish has left #openstack-infra22:58
*** bnemec has quit IRC22:59
lifelessmfalatic: the line pip install --upgrade tox, while its exactly the wrong thing to do (global interference with system packages :/) will upgrade virtualenv, because its a transitive dep and -U was passed.22:59
camunozor ping pleia222:59
lifelessmy blog post is an attempt to get a different approach formalised22:59
lifelesswhich reminds me - mordred - please read22:59
pleia2camunoz: hey22:59
*** Sukhdev has quit IRC22:59
mfalaticlifeless ok, so basically what I did...23:00
camunozhi pleia2 ... just trying to make my first contribution to openstack.... was wondering: to log in to gerrit, Ubuntu one is the only available auth method?23:00
mfalaticbut I see your point.23:00
*** sigmavirus24 is now known as sigmavirus24_awa23:01
openstackgerritMerged openstack-infra/puppet-phabricator: Add .gitreview file  https://review.openstack.org/20173123:02
pleia2camunoz: yes, we're slowly moving things to openstackid but most things are still tied in to what used to be launchpad.net (and ubuntu rebranded)23:02
mfalaticlifeless I passed along the info and your link to my team.23:03
*** wenlock has quit IRC23:03
camunozpleia2, alright... so, I'm not very familiar with the gerrit workflow... do I just push a branch to the git repo? how do I submit it for review?23:03
mfalaticreally really appreciate all the help!23:03
lifelessanytime23:03
pleia2camunoz: best bet is to start here http://docs.openstack.org/infra/manual/developers.html23:04
pleia2camunoz: I know it's long, but it's complete and it'll get you where you need to be23:04
camunozaha! sounds perfect. thanks pleia2!23:04
pleia2camunoz: sure, and welcome to contributing!23:05
camunozthanks!23:05
clarkbjhesketh: did you see that your os-loganalyze changes are in merge conflict?23:05
clarkbjhesketh: if we can fix that then I only have to rereview the base of the stack really quickly before we can be ready for the saturday/friday apprval23:06
*** FallenPegasus has joined #openstack-infra23:06
*** puranamr has joined #openstack-infra23:06
clarkbas soon as this current nodepool image upload completes I am going to restart nodepool to pick up the hostname defaults change23:07
greghaynesclarkb: huh, timeout waiting for import... you should see if the import eventually suceeded23:09
greghaynesclarkb: if so when we need to tweak the shade timeout23:09
greghaynesglance task-show should tell you23:10
clarkbgreghaynes: you mean shade is timing out but swift/glance work?23:11
clarkbdoesn't really matter I keep getting this error code 39623:11
clarkbmordred: imo we should revert at this point, rax + dib does not work23:12
greghaynesclarkb: well, error waiting for import isnt a glance error I know of so I assume its shade23:12
greghaynesyea, fair enough re: revert23:12
clarkbgonna restart nodepool now to pick up thta default hostnames change23:12
greghaynesalso, got any more info on that error code?23:12
openstackgerritCarlos Munoz proposed openstack-infra/system-config: Adjust Zanata admins  https://review.openstack.org/20180823:13
pleia2camunoz: that was quick, well done :)23:13
clarkbgreghaynes: http://paste.openstack.org/show/375653/ it might be the worst error message in the history of computers23:14
clarkbit knows exactly what went wrong and that there was a failure, but completely fails at communcating it23:14
greghayneswhat we have here is a failure to communicate23:15
*** Somay has quit IRC23:15
clarkbnodepool is starting back up23:15
clarkbalso includes morderds debug ip fails change23:15
clarkbso hopefully we can get that sorted23:15
greghaynesah, cannot be imported. So the upload is probably failing in some way were not detecting23:15
clarkbgreghaynes: thats a different error than the first one I mentioned23:16
greghaynesyea, but seems related23:16
camunozpleia2, um... I think this automatically created a patch to review... not sure if it's good23:16
*** dims__ has joined #openstack-infra23:17
mordredclarkb: so - error 396 from rackspace is an intermittent error23:17
clarkbmordred: its 100% for me23:17
mordredclarkb: we need to retry when we get it23:17
clarkbmordred: and it takes an hour to get it and we don't retry23:17
mordredclarkb: it is an error with the backend23:17
clarkbmordred: also we don't have enough hours in the day to upload all our images23:17
mordredindeed.23:17
greghaynesclarkb: can you swift list images ubuntu-trusty-1436912173.template.openstack.org in rax dfw?23:18
greghayneshah23:18
clarkbanyways I move to revert23:18
greghaynesyea23:18
mordredthat's fine23:18
clarkbwe have the shorter hostnames change in place now23:18
clarkbthat should fix things23:18
greghaynesalso, the image builder workers will help that :)23:18
mordredgreghaynes: yes. those will help with the hours in teh day problem23:18
clarkbgreghaynes: mordred maybe23:18
mordredbtw - if you do another task-import with that same image in swift, it will most likely succeed23:19
clarkbdepends on if we get limited on that end23:19
mordredgreghaynes: remind me taht we need to test for that error and return a better error message if we get it23:19
*** dims_ has quit IRC23:19
greghaynesheh, its 1am here but ill try and remember23:19
*** rlandy has quit IRC23:19
mordred"You have encountered an unknown error in the image importer backends. There is no identified problem with your image. Please try again."23:20
clarkbmordred: but its known23:20
greghaynes"We're sorry."23:20
mordredgreghaynes: dude. you said CET23:20
mordredclarkb: it is not known23:20
clarkberror 39623:20
mordredclarkb: yes. that is the rackspce error for "unknown error"23:20
clarkbwat23:20
mordredclarkb: this is a thing I've been over with people already23:20
*** signed8bit has joined #openstack-infra23:20
*** signed8b_ has joined #openstack-infra23:20
clarkbcan we submit a ticket to them that says error 396 should be unknown error code 39623:20
mordredwhen I said a few seconds ago "that means it's a backend importer problem and retrying will probably work" - that was based on teh investigation the other times we've gotten 39623:21
mordredclarkb: I've already bugged nikhil_k about it23:21
*** sputnik13 has quit IRC23:21
mordredclarkb: I think we should do a retry/backoff loop on imports if we get 396 so that we keep retrying until we hit the configured image upload timeout23:22
mordredclarkb: because we do know that we get 396 on unknown errors and all previous times we've gotten it it's been solved by retrying23:22
clarkbmordred: retrying has not solved it for me23:23
*** shardy has quit IRC23:23
mordredclarkb: you've done the glance task-create image-import again on the same image?23:23
*** pcrews has quit IRC23:23
openstackgerritCarlos Munoz proposed openstack-infra/system-config: Adjust Zanata admins  https://review.openstack.org/20180823:23
greghaynesclarkb: are you doing all this testing in one region23:23
clarkbmordred: no I am doing nodepool image-upload23:24
clarkbgreghaynes: yes rax-dfw23:24
*** dprince has joined #openstack-infra23:24
pleia2camunoz: it did, and I reviewed: https://review.openstack.org/#/c/201808/23:24
pleia2camunoz: ah, you're ahead of me!23:24
greghayneshrm, well id be interested to see if a re task-create for that swift path works23:25
greghaynesbecause I wonder if theres a problem in that region ATM23:25
greghaynesalso, our poor users :/23:26
*** gildub has joined #openstack-infra23:26
openstackgerritClark Boylan proposed openstack-infra/project-config: Revert "Use ubuntu-trusty for multi-node tests"  https://review.openstack.org/20180923:26
*** signed8b_ is now known as signed8bit_ZZZzz23:27
*** signed8bit_ZZZzz has quit IRC23:27
*** signed8bit has quit IRC23:27
mordredgreghaynes: yah. I would also like know that - clarkb, if your current image-upload fails with the same error, let me know so I can try a new imge-import task23:27
clarkbmordred: I haven't started one since the last one which I pasted the details for23:27
mordredoh - great23:27
clarkbgo ahead and do an import task, but don't forget to clean that up when done as nodepool willl know nothing of it23:27
mordredclarkb: so I can try an import task23:28
mordredclarkb: I'll just call it something else23:28
*** thorst has quit IRC23:28
*** oomichi has joined #openstack-infra23:28
clarkbmordred: can you WIP the changes to remove devstack-trusty-2-node?23:29
mordredclarkb: sure23:29
mordredclarkb: gimme a sec though23:29
clarkbmordred: or do you mind i fI do it? want ot make sure they don't move ahead post revert23:29
mordredgo for it23:29
*** ashleighfarnham has quit IRC23:29
clarkbdone23:30
*** ZZelle_ has quit IRC23:30
*** erlon has quit IRC23:30
clarkbin fairness to rax we are throwing a 15GB image at it, but its also not really our fault that we hav to use a raw image format23:31
mordrednope. it's not23:31
mordredalso - the upload-to-swift-then-import-to-glance doubles the amount of data transfer :)23:31
*** bitblt has joined #openstack-infra23:31
clarkboh wait23:31
clarkbthe glance import is an actual file transfer23:31
clarkbits not just setting up a pointer to ... wow23:32
clarkbI thought that was why swift was being used, its the file store anyways so remove the middle ware23:32
*** esmute has quit IRC23:32
greghaynesit makes you wonder how plausible the scaling reasoning behind them doing the swift import deal is23:32
clarkbsomething something sometthing don't let me design software I will do it all wrong23:32
greghaynesif its increasing the data transfer by an order of magnitude or so23:32
clarkbgreghaynes: well uploads work fine to hpcloud using the old system23:33
clarkbgreghaynes: so interpret that as you will23:33
greghaynesheh, yes23:33
*** dangers is now known as dangers_away23:33
mordredgreghaynes: http://paste.openstack.org/show/37568423:33
mordredthere is the swift stat23:34
mordredclarkb: the 'reason' for the import is that the glance api is not designed for handling both rest traffic and large streaming23:34
mordredclarkb: so rather than just fixing the glance api by, like, I dunno, just running it in apache which can handle that23:34
clarkbmordred: it is clearly not designed to import either23:34
mordredthe idea was to offload to swift which can handle the upload23:35
mordredand the put in a task worker backend system to import23:35
mordredwhich, I think, imports to another glance-owned swift container23:35
*** esmute has joined #openstack-infra23:35
clarkb:|23:35
mordredclarkb: DON'T EVEN GET ME STARTED23:35
clarkbwhy not have glance hand me a tempurl to the backend container?23:35
clarkband voila23:35
greghaynesmordred: yea, looks like a swift object23:35
mordredclarkb: why not many things23:36
mordredclarkb: althuogh I do not know if tempurls work with chunked multi-object objects23:36
mordredfor the record, I'm doing this:23:38
mordredglance task-create --type=import --input='{"import_from": "images/ubuntu-trusty-1436912173.template.openstack.org", "image_properties" : {"name": "monty-test-image"}}'23:38
*** mhu has quit IRC23:39
mordredand the task is 8f602e24-e85c-43e6-a86a-9238a2eb398223:39
mordredclarkb: oh - you'll also like that there is no task-delete23:40
*** tonytan4ever has quit IRC23:40
*** alexpilotti has quit IRC23:40
*** mhu has joined #openstack-infra23:43
pleia2morganfainberg: darn, I was so close to having a keystone-area change! https://review.openstack.org/#/c/200772/23:43
pleia2guess I'll have to come up with another one :)23:44
*** shashank_hegde_ has quit IRC23:44
mordredpleia2: blast!23:44
morganfainbergpleia2: doh!23:44
morganfainbergQuick let me -2 the other one >.>23:44
pleia2haha, nah23:45
morganfainbergoh wait...23:45
morganfainbergpleia2: next time!23:45
clarkbmordred: pleia2 jeblair can I get reviews for https://review.openstack.org/#/c/201809/ real quick?23:46
clarkbtrying to get sdague back to a working spot with multinode tests23:46
pleia2approved23:47
clarkbdanke23:47
*** shashank_hegde_ has joined #openstack-infra23:49
*** asettle has quit IRC23:50
*** otter768 has joined #openstack-infra23:50
*** geoffarnold has joined #openstack-infra23:50
*** ddieterly has joined #openstack-infra23:51
*** ddieterly has quit IRC23:52
*** ddieterly has joined #openstack-infra23:52
*** signed8bit has joined #openstack-infra23:53
*** signed8b_ has joined #openstack-infra23:53
openstackgerritGhe Rivero proposed openstack-infra/shade: Fix small error in README.rst  https://review.openstack.org/20181323:53
*** otter768 has quit IRC23:54
*** signed8b_ is now known as signed8bit_ZZZzz23:55
openstackgerritMerged openstack-infra/project-config: Revert "Use ubuntu-trusty for multi-node tests"  https://review.openstack.org/20180923:55
*** signed8bit has quit IRC23:55
*** signed8bit_ZZZzz has quit IRC23:55
*** dannywilson has quit IRC23:57
*** pvaneck has quit IRC23:57

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