Clint | anteaya: *nod* | 00:00 |
---|---|---|
clarkb | Nakati you need to bump tox min version to 1.8 in order to use constraints: | 00:02 |
*** devkulkarni has joined #openstack-infra | 00:03 | |
clarkb | is the plan to switch the tox target for all our jobs to use a constraints based install command? | 00:03 |
Nakato | clarkb: Ah good catch. | 00:03 |
clarkb | we 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 tox | 00:04 |
lifeless | clarkb: should it be a sibling or perhaps a subdir ? | 00:04 |
clarkb | sibling is easier with zuul-cloner | 00:05 |
Nakato | clarkb: 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 |
clarkb | so ../requirements/upper-constraints maybe | 00:05 |
*** jaypipes has quit IRC | 00:05 | |
*** tlian has joined #openstack-infra | 00:05 | |
clarkb | then we always set up $project + requirements | 00:06 |
lifeless | Nakato: I don't know if we need new jobs | 00:06 |
*** xyang1 has quit IRC | 00:06 | |
*** gildub has quit IRC | 00:06 | |
Nakato | lifeless: Are you thinking of just switching them over to constraints only? | 00:07 |
lifeless | Nakato: AIUI we have to change tox no matter what to make this happen | 00:07 |
lifeless | Nakato: so each project has to approve a proposal to make it work | 00:07 |
lifeless | Nakato: I don't know if the job definition needs to change to get the requirements repo checked out | 00:07 |
*** heyongli has quit IRC | 00:08 | |
lifeless | Nakato: but if it does, we could make the requirements repo be always present, and projects can still opt-in | 00:08 |
lifeless | Nakato: by updating their tox.ini to use-requirements-if-present | 00:08 |
lifeless | or even | 00:08 |
lifeless | use-requirements-always (which then has developer impact) | 00:08 |
*** dangers is now known as dangers_away | 00:08 | |
*** heyongli has joined #openstack-infra | 00:08 | |
clarkb | job would need updating yes | 00:12 |
clarkb | if not using toxto install and run zuul | 00:12 |
clarkb | its a chicken and egg so I think we wont do that | 00:12 |
lifeless | it would be tricky | 00:12 |
lifeless | at best | 00:12 |
clarkb | ya | 00:13 |
lifeless | clarkb: ok so if we say sibling | 00:15 |
Nakato | lifeless: 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 |
lifeless | Nakato: we're not going to merge upper-requirements.txt into each repo | 00:15 |
Nakato | lifeless: Ah, okay, I misunderstood that then. | 00:16 |
lifeless | Nakato: you started with openstack/requirements which is the one and only home for it (in the current design) | 00:16 |
Nakato | I thought it was going to get pulled in the same as requirements.txt | 00:16 |
clarkb | oh thats an interesting thing we have to sync requirements too whoch we have never done with tox | 00:18 |
clarkb | but 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 IRC | 00:19 | |
*** baoli has quit IRC | 00:24 | |
*** alexpilotti has quit IRC | 00:26 | |
*** mtanino_ has joined #openstack-infra | 00:28 | |
*** mtanino has quit IRC | 00:28 | |
*** erlon has quit IRC | 00:30 | |
gyee | need 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 IRC | 00:32 | |
gyee | but looking at the log, I can't tell which requirement is the problematic one | 00:32 |
*** cody-somerville has joined #openstack-infra | 00:34 | |
*** cody-somerville has quit IRC | 00:34 | |
*** cody-somerville has joined #openstack-infra | 00:34 | |
*** puranamr has quit IRC | 00:34 | |
*** gildub has joined #openstack-infra | 00:35 | |
clarkb | only one was changed | 00:39 |
*** baoli has joined #openstack-infra | 00:39 | |
*** ajmiller has quit IRC | 00:39 | |
*** ajmiller has joined #openstack-infra | 00:39 | |
*** thorst has joined #openstack-infra | 00:40 | |
clarkb | the job log seems to indicate the issue is having the same req in multiple files | 00:40 |
clarkb | the py3 files are supposed to go away and use env markers instead | 00:40 |
clarkb | so that wheels and all that work properly | 00:41 |
Nakato | clarkb: Interesting, thought. I'm not sure. What I'm wondering is if requirements gate's against upper-constraints wedging the tested projects. | 00:41 |
clarkb | Nakato it does but only via devstack | 00:41 |
clarkb | it doesnt currently with unittests but thats not a regression as the old system always got the newest it could install | 00:42 |
*** asettle has joined #openstack-infra | 00:42 | |
*** heyongli has quit IRC | 00:43 | |
*** heyongli has joined #openstack-infra | 00:44 | |
*** devkulkarni has quit IRC | 00:46 | |
gyee | clarkb, not sure if I understand, you saying the same requirement should not be in both test-requirements and test-requirements-py3? | 00:46 |
gyee | what should I do? | 00:46 |
lifeless | clarkb: so that what the reverse jobs will be for | 00:46 |
clarkb | I am saying you need to delete the py3 file | 00:46 |
lifeless | clarkb: so we don't change upper-requirements before projects are ready | 00:46 |
clarkb | lifeless all projects unittests? or just devstack? | 00:46 |
lifeless | clarkb: at least the big popular projects unittests | 00:47 |
*** sputnik13 has joined #openstack-infra | 00:47 | |
gyee | but my patch doesn't touch test-requirements-py3, does not mean all keystonemiddleware will fail jenkins because of this? | 00:47 |
lifeless | clarkb: its a bit of a sliding scale - more reverse checks == more impact from fragile tests. Less reverse checks == more projects that can get impacted | 00:48 |
lifeless | gyee: test-requirements-pyN.txt is no longer valid. | 00:48 |
clarkb | gyeeI think it means any changes to requirements in that project will fail | 00:48 |
*** baoli has quit IRC | 00:48 | |
lifeless | gyee: is this a change in master or stable ? | 00:48 |
gyee | lifeless, master | 00:48 |
lifeless | gyee: so yes, you need to merge the fiels | 00:48 |
lifeless | gyee: I posted about this to the list a couple weeks ago | 00:49 |
*** heyongli has quit IRC | 00:49 | |
lifeless | clarkb: 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 |
gyee | what do I need to do? remove test-requirement-py3.txt and consolidate everything into test-requirements.txt? | 00:49 |
clarkb | gyee yes exactly and use env markers to separate deps for py3 and py2 | 00:50 |
*** heyongli has joined #openstack-infra | 00:50 | |
clarkb | lifeless well we use a single template for all of them | 00:50 |
clarkb | so we would likely update all at once when we have a plan | 00:50 |
lifeless | gyee: http://lists.openstack.org/pipermail/openstack-dev/2015-July/068469.html | 00:51 |
*** thedodd has quit IRC | 00:51 | |
lifeless | clarkb: so at the summit we basically said 'clarkb will help us finalise the plan for tox things' | 00:51 |
*** armax has quit IRC | 00:51 | |
clarkb | I 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 tox | 00:52 |
gyee | lifeless, clarkb, thanks | 00:52 |
clarkb | or, have tox test for existence of requirements somehoe at install tiem and use it if present | 00:52 |
clarkb | that seems harder | 00:53 |
lifeless | clarkb: ok, so both of these have zuul-cloner prepping things, no ? | 00:53 |
clarkb | the difficult thing with the first option is updating all the tox.ini files hrm | 00:53 |
clarkb | yes both have zuul cloner prep so we should do that first | 00:53 |
lifeless | clarkb: I like updating the tox.ini files | 00:53 |
lifeless | clarkb: it lets folk opt-in | 00:53 |
lifeless | clarkb: and out, with it being a per-project thing | 00:53 |
clarkb | no the job will fail | 00:54 |
Nakato | clarkb: if we can get a environment variable we could https://tox.readthedocs.org/en/latest/config.html#environment-variable-substitutions-with-default-values | 00:54 |
clarkb | there is no optin | 00:54 |
lifeless | clarkb: oh right, no target ? | 00:54 |
clarkb | yes no target | 00:54 |
*** zz_dimtruck is now known as dimtruck | 00:54 | |
*** mwagner_lap has joined #openstack-infra | 00:54 | |
lifeless | clarkb: so, we can experiment, if we have the requirements repo on disk, by throwing up different patch sets | 00:54 |
clarkb | lifeless yes | 00:54 |
clarkb | Nakato thats another option | 00:55 |
lifeless | clarkb: any chance you could prep that step? I'm really not sure where to start | 00:55 |
*** rlandy has quit IRC | 00:55 | |
clarkb | tge job could set an env var | 00:55 |
clarkb | lifeless sure | 00:55 |
*** rlandy has joined #openstack-infra | 00:56 | |
*** heyongli has quit IRC | 00:58 | |
openstackgerrit | Merged openstack-infra/puppet-apparmor: Add Gemfile and puppet 4 checks https://review.openstack.org/199765 | 00:58 |
*** ddieterly has quit IRC | 01:00 | |
*** heyongli has joined #openstack-infra | 01:01 | |
*** shashank_hegde_ has quit IRC | 01:01 | |
*** baoli has joined #openstack-infra | 01:01 | |
*** ddieterly has joined #openstack-infra | 01:01 | |
*** marzif_ has joined #openstack-infra | 01:01 | |
*** gyee has quit IRC | 01:02 | |
*** crc32 has quit IRC | 01:03 | |
clarkb | lifeless: actually making it a repo in the current project dir mya be easier. | 01:03 |
clarkb | hopefully will hvae a patch up soon | 01:03 |
*** koolhead17 has joined #openstack-infra | 01:04 | |
*** heyongli has quit IRC | 01:05 | |
openstackgerrit | Merged openstack-infra/puppet-ansible: Add Gemfile and puppet 4 checks + fix lint errors https://review.openstack.org/199762 | 01:05 |
*** bradjones_ has joined #openstack-infra | 01:06 | |
*** bradjones_ has quit IRC | 01:06 | |
*** bradjones_ has joined #openstack-infra | 01:06 | |
*** bradjones has quit IRC | 01:06 | |
*** sridhar_ram has quit IRC | 01:06 | |
*** heyongli has joined #openstack-infra | 01:06 | |
*** bradjones_ is now known as bradjones | 01:07 | |
*** sputnik13 has quit IRC | 01:09 | |
*** yamamoto has joined #openstack-infra | 01:10 | |
*** tonytan4ever has quit IRC | 01:10 | |
*** baoli has quit IRC | 01:10 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Prep $PROJECT and requirements for constraints https://review.openstack.org/201385 | 01:11 |
clarkb | Nakato: lifeless ^ something like that | 01:11 |
*** heyongli has quit IRC | 01:11 | |
clarkb | and thats a child not sibling dir, can change it if we need to | 01:11 |
*** heyongli has joined #openstack-infra | 01:11 | |
lifeless | clarkb: looks great to me | 01:13 |
* lifeless casts about for +2Aers' | 01:13 | |
lifeless | mordred: jhesketh: ^ | 01:13 |
*** alexsyip has quit IRC | 01:13 | |
*** armax has joined #openstack-infra | 01:13 | |
*** marzif_ has quit IRC | 01:14 | |
*** geoffarnold has joined #openstack-infra | 01:14 | |
*** baoli has joined #openstack-infra | 01:14 | |
*** thorst has quit IRC | 01:15 | |
lifeless | ahha | 01:15 |
lifeless | the Exception thing is an upstream bug.phew | 01:15 |
*** chlong-afk has joined #openstack-infra | 01:15 | |
*** geoffarnold has quit IRC | 01:16 | |
*** heyongli has quit IRC | 01:16 | |
*** heyongli has joined #openstack-infra | 01:16 | |
*** geoffarnold has joined #openstack-infra | 01:17 | |
jhesketh | clarkb, lifeless: lgtm | 01:18 |
Nakato | That looks good | 01:18 |
*** armax has quit IRC | 01:21 | |
*** heyongli has quit IRC | 01:21 | |
*** ayoung-onfire is now known as ayoung | 01:23 | |
*** heyongli has joined #openstack-infra | 01:23 | |
*** hdd has joined #openstack-infra | 01:30 | |
anteaya | for a minute I thought .phew was a file extention | 01:33 |
*** dims__ has joined #openstack-infra | 01:34 | |
anteaya | clarkb: you standing by to revert this if it doesn't work? | 01:35 |
clarkb | it needs thought | 01:36 |
clarkb | It may break pep8 | 01:36 |
* anteaya listens and holds onto +A | 01:36 | |
anteaya | that's worth thinking about | 01:36 |
clarkb | since the subdir will be linted too | 01:36 |
*** tqtran has quit IRC | 01:36 | |
lifeless | clarkb: ah good point | 01:36 |
lifeless | requirements is fresh now but won't always be so | 01:37 |
lifeless | clarkb: can projects exclude requirements via tox.ini ? | 01:37 |
*** sputnik13 has joined #openstack-infra | 01:37 | |
*** dannywilson has quit IRC | 01:37 | |
lifeless | clarkb: (so e.g. should we do a bulk set of patches to do that) | 01:37 |
clarkb | yes thy can | 01:37 |
clarkb | or we can sibling dir | 01:37 |
lifeless | if you can that might be cleaner on balance; what was making it hard for you before? | 01:38 |
*** dims_ has quit IRC | 01:38 | |
openstackgerrit | Merged openstack-infra/puppet-apps_site: Add Gemfile and puppet 4 checks https://review.openstack.org/199770 | 01:38 |
clarkb | mostly that we would pollute the wokspace dir of jenkins | 01:38 |
anteaya | can we edit the patch so that the new builder works on one job not on all of them | 01:39 |
clarkb | not a huge problem I guess | 01:39 |
lifeless | clarkb: ok. So one thing you might not know. We're going to need to edit the constraints file during jobs. | 01:39 |
anteaya | until we see more about what it does | 01:39 |
lifeless | clarkb: [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-infra | 01:40 | |
clarkb | lifeless: we get write perms there | 01:40 |
lifeless | clarkb: then we need to checkout oslo.messaging and call edit-constraints path-to-upper-constraints.txt file://path-to-oslo.messaging | 01:40 |
clarkb | as jenkins user | 01:40 |
clarkb | anteaya or just wip for now | 01:40 |
lifeless | clarkb: I was more thinking making sure we reset it properly if a node was reused, but I guess we don't need to care | 01:40 |
lifeless | clarkb: since *we* don't reuse | 01:41 |
clarkb | cloner does that for us too | 01:41 |
*** sabeen has joined #openstack-infra | 01:41 | |
*** markvoelker has quit IRC | 01:44 | |
*** otter768 has quit IRC | 01:45 | |
*** baoli has quit IRC | 01:47 | |
*** baoli has joined #openstack-infra | 01:47 | |
anteaya | clarkb: you want to wip it? | 01:49 |
*** shashank_hegde_ has joined #openstack-infra | 01:49 | |
*** dboik has joined #openstack-infra | 01:53 | |
clarkb | anteaya: ya getting it now | 01:53 |
openstackgerrit | Khai Do proposed openstack-infra/nodepool: Remove duplicate python-jenkins code. https://review.openstack.org/200727 | 01:54 |
*** dboik_ has joined #openstack-infra | 01:54 | |
*** shashank_hegde_ has quit IRC | 01:55 | |
*** sdake_ has joined #openstack-infra | 01:55 | |
*** geoffarnold has quit IRC | 01:57 | |
*** dboik has quit IRC | 01:58 | |
*** kzaitsev_mb has joined #openstack-infra | 01:58 | |
*** asettle is now known as asettle-afk | 01:59 | |
*** mtanino_ has quit IRC | 01:59 | |
*** sdake has quit IRC | 01:59 | |
*** heyongli has quit IRC | 02:00 | |
anteaya | clarkb: thanks | 02:01 |
*** tsekiyama has quit IRC | 02:01 | |
*** geoffarnold has joined #openstack-infra | 02:03 | |
anteaya | I commented | 02:03 |
*** kzaitsev_mb has quit IRC | 02:04 | |
*** rlandy has quit IRC | 02:04 | |
*** pvaneck has quit IRC | 02:04 | |
*** heyongli has joined #openstack-infra | 02:05 | |
*** btully has quit IRC | 02:08 | |
*** dims_ has joined #openstack-infra | 02:12 | |
*** dims__ has quit IRC | 02:13 | |
*** hdd has quit IRC | 02:15 | |
*** enikanorov has joined #openstack-infra | 02:17 | |
*** dims__ has joined #openstack-infra | 02:18 | |
*** dims_ has quit IRC | 02:19 | |
*** hdd has joined #openstack-infra | 02:20 | |
*** GheRivero has quit IRC | 02:22 | |
*** GheRivero has joined #openstack-infra | 02:23 | |
*** koolhead_ has joined #openstack-infra | 02:23 | |
*** yamahata has quit IRC | 02:24 | |
*** sdake has joined #openstack-infra | 02:25 | |
lifeless | HEADSUP: mock 1.1.3 incoming. | 02:25 |
lifeless | should be zero impact | 02:25 |
*** enikanorov2 has quit IRC | 02:25 | |
*** koolhead17 has quit IRC | 02:25 | |
*** bdemers has quit IRC | 02:26 | |
lifeless | but just in case, I'm going to go out for a bit :) | 02:27 |
*** bdemers has joined #openstack-infra | 02:27 | |
*** heyongli has quit IRC | 02:28 | |
*** heyongli has joined #openstack-infra | 02:28 | |
*** sdake_ has quit IRC | 02:29 | |
*** tlian has quit IRC | 02:30 | |
*** unicell has quit IRC | 02:31 | |
*** geoffarnold has quit IRC | 02:36 | |
*** pal has joined #openstack-infra | 02:39 | |
*** btully has joined #openstack-infra | 02:39 | |
*** sdake_ has joined #openstack-infra | 02:40 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-bandersnatch: Add Gemfile and puppet 4 checks https://review.openstack.org/201399 | 02:41 |
*** gildub has quit IRC | 02:41 | |
*** gildub has joined #openstack-infra | 02:41 | |
*** patrickeast has quit IRC | 02:42 | |
*** btully has quit IRC | 02:43 | |
*** dboik_ has quit IRC | 02:44 | |
*** sdake has quit IRC | 02:44 | |
*** dboik has joined #openstack-infra | 02:44 | |
*** ivar-laz_ has quit IRC | 02:48 | |
*** devkulkarni has joined #openstack-infra | 02:50 | |
*** hdd has quit IRC | 02:52 | |
*** markvoelker has joined #openstack-infra | 02:54 | |
*** markvoelker has quit IRC | 02:55 | |
*** markvoelker has joined #openstack-infra | 02:55 | |
*** DericHorn-HP has joined #openstack-infra | 03:00 | |
*** kzaitsev_mb has joined #openstack-infra | 03:00 | |
*** spzala has quit IRC | 03:00 | |
*** pal has quit IRC | 03:01 | |
*** DericHorn-HP has quit IRC | 03:01 | |
*** madong_ has joined #openstack-infra | 03:04 | |
*** larainema has quit IRC | 03:04 | |
*** kzaitsev_mb has quit IRC | 03:04 | |
*** nigelb has joined #openstack-infra | 03:08 | |
*** shashank_hegde_ has joined #openstack-infra | 03:08 | |
*** jerryz has quit IRC | 03:10 | |
*** shashank_hegde_ has quit IRC | 03:17 | |
*** koolhead_ has quit IRC | 03:21 | |
*** shashank_hegde_ has joined #openstack-infra | 03:22 | |
*** madong_ is now known as larainema | 03:23 | |
*** dims__ has quit IRC | 03:27 | |
*** laughterwym__ has joined #openstack-infra | 03:27 | |
*** laughterwym_ has quit IRC | 03:29 | |
*** rm_work|away is now known as rm_work | 03:31 | |
*** ddieterly has quit IRC | 03:33 | |
*** crc32 has joined #openstack-infra | 03:34 | |
*** Longgeek has joined #openstack-infra | 03:35 | |
*** oomichi has quit IRC | 03:35 | |
openstackgerrit | Brian Exelbierd proposed openstack-infra/yaml2ical: Refactor away recurrence class so that schedules can self recur https://review.openstack.org/201284 | 03:38 |
*** achanda has quit IRC | 03:38 | |
*** otter768 has joined #openstack-infra | 03:41 | |
*** shashank_hegde_ has quit IRC | 03:42 | |
*** otter768 has quit IRC | 03:45 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Update and fix some minor issues with docs https://review.openstack.org/201407 | 03:46 |
*** sabeen has quit IRC | 03:47 | |
openstackgerrit | Joshua Harlow proposed openstack/requirements: Bump upper constraint of taskflow to newly released 1.15.0 https://review.openstack.org/201408 | 03:47 |
*** pal has joined #openstack-infra | 03:48 | |
*** rm_work is now known as rm_work|away | 03:48 | |
Kennan | hi lifeless: clarkb: | 03:50 |
Kennan | do you know this patch? | 03:50 |
Kennan | https://review.openstack.org/#/c/201408/ | 03:50 |
Kennan | we found a cinder issue related taskflow about version conflict, is this patch fix that? | 03:51 |
*** baoli has quit IRC | 03:51 | |
*** asettle-afk is now known as asettle | 03:52 | |
lifeless | Kennan: I don't know about your cinder issue | 03:52 |
lifeless | Kennan: without a log or something, really can't comment | 03:52 |
*** devkulkarni has quit IRC | 03:53 | |
Kennan | http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/screen-c-api.txt | 03:53 |
Kennan | lifeless: this is the cinder logs | 03:53 |
Kennan | I checked with cinder guys in IRC | 03:53 |
Kennan | they said seems devstack tried taskflow two different version same time | 03:53 |
Kennan | <harlowja_>ya, it almost looks like it is using 1.14 and 1.15 at the same time, lol | 03: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 it | 03:54 |
harlowja_ | ya, i'm wondering if something weird is going on there | 03:55 |
harlowja_ | that class literally doesn't exist at that module name anymore | 03:55 |
lifeless | jhesketh: thats not how I read it | 03:55 |
lifeless | bah | 03:55 |
lifeless | Kennan: http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstacklog.txt.gz#_2015-07-14_00_40_25_268 | 03:55 |
lifeless | so its not installing from git | 03:55 |
lifeless | and its constrained to 1.14 | 03:56 |
lifeless | http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstacklog.txt.gz#_2015-07-14_00_42_32_438 | 03:56 |
lifeless | is where it gets installed | 03:56 |
*** shashank_hegde_ has joined #openstack-infra | 03:56 | |
lifeless | and referenced http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstacklog.txt.gz#_2015-07-14_00_42_43_089 | 03:56 |
lifeless | and referenced http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/devstacklog.txt.gz#_2015-07-14_00_48_36_173 | 03:56 |
harlowja_ | and somehow then 1.15 gets installed (partially?) | 03:56 |
lifeless | nope | 03:57 |
lifeless | no sign of any 1.15 in that log | 03:57 |
harlowja_ | http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/pip-freeze.txt.gz | 03:57 |
harlowja_ | taskflow==1.15.0 | 03:57 |
harlowja_ | :-/ | 03:57 |
harlowja_ | ^ confuzled | 03:57 |
lifeless | ahha | 03:57 |
lifeless | so something in a different log then | 03: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 something | 03:58 |
openstackgerrit | Brian Exelbierd proposed openstack-infra/yaml2ical: Refactor away recurrence class so that schedules can self recur https://review.openstack.org/201284 | 03:59 |
harlowja_ | although not sure where the partially installed stuff happened, ha | 03:59 |
lifeless | harlowja_: no, that workspace setup is just the pre-caching | 03:59 |
lifeless | harlowja_: look for pip in that log | 04:00 |
*** kzaitsev_mb has joined #openstack-infra | 04:01 | |
harlowja_ | this is like a treasure hunt, lol | 04:01 |
*** asettle has quit IRC | 04:01 | |
lifeless | 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 | 04: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 installed | 04:03 |
lifeless | post test hook | 04:03 |
lifeless | jinx | 04:03 |
*** sdake has joined #openstack-infra | 04:03 | |
*** dimtruck is now known as zz_dimtruck | 04: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 it | 04: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 that | 04:05 |
harlowja_ | and cinder may not have been restarted and got all confused code-wise | 04:05 |
harlowja_ | that would be my guess :-/ | 04:05 |
*** shashank_hegde_ has quit IRC | 04:06 | |
*** kzaitsev_mb has quit IRC | 04: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 IRC | 04:06 | |
harlowja_ | lifeless does that seems probable to u? | 04:07 |
*** sdake_ has quit IRC | 04:07 | |
lifeless | harlowja_: its a bug in ./magnum/tests/contrib/post_test_hook.sh | 04:07 |
lifeless | its not honouring the constraints | 04:07 |
harlowja_ | ah, or that | 04:07 |
lifeless | I'm just seeing if I can whip up a fix | 04:08 |
harlowja_ | cools | 04:08 |
lifeless | I mean its buggy in a few ways - its not using setup_dev or anything like that | 04:08 |
lifeless | but, I'm going to squint and ignore that for a sec :) | 04:08 |
harlowja_ | lol | 04:09 |
harlowja_ | ya the big '-U' on pip install isn't helping :-/ | 04:09 |
harlowja_ | big U | 04:10 |
harlowja_ | lol | 04:10 |
*** sdake_ has joined #openstack-infra | 04:10 | |
*** armax has joined #openstack-infra | 04:10 | |
openstackgerrit | Brian Exelbierd proposed openstack-infra/yaml2ical: Refactor away recurrence class so that schedules can self recur https://review.openstack.org/201284 | 04:11 |
lifeless | well, don't care about that TBH | 04:11 |
lifeless | I mean - its a big race condition vs the start of the test | 04:12 |
lifeless | but constraints is a bigger hammer :) | 04:12 |
lifeless | Kennan: try 201412 | 04:12 |
lifeless | I wonder how the mock release went down | 04:12 |
lifeless | well the worlds not red. thats a start | 04:13 |
harlowja_ | :-P | 04:13 |
harlowja_ | did we take over funcsigs yet? | 04:13 |
harlowja_ | didn't get a response | 04:13 |
lifeless | not yet | 04:13 |
*** sdake has quit IRC | 04:13 | |
*** sdake_ is now known as sdake | 04:13 | |
harlowja_ | k | 04:13 |
lifeless | the side_effect = exception thing was an upstream bug | 04:13 |
lifeless | fixed in cpython and backported; its in mock 1.1.3 | 04:13 |
harlowja_ | cools | 04:14 |
*** shashank_hegde_ has joined #openstack-infra | 04:15 | |
lifeless | aven't looked into the decorator thing yet | 04:17 |
*** sdake has quit IRC | 04:22 | |
*** boris-42 has quit IRC | 04:22 | |
*** BharatK has joined #openstack-infra | 04:27 | |
*** asettle has joined #openstack-infra | 04:27 | |
Kennan | lifeless: | 04:29 |
Kennan | USE_CONSTRAINTS | 04:29 |
Kennan | for https://review.openstack.org/#/c/201412/1/magnum/tests/contrib/post_test_hook.sh fix | 04:29 |
Kennan | is it all used by all projects ? or just a workaround ? | 04:29 |
Kennan | I not remember we have such constraints before. maybe I missed something before | 04:30 |
lifeless | its how we pin things across different projects | 04:30 |
lifeless | I've sent maybe 20 emails about this to the list ;) | 04:30 |
lifeless | http://specs.openstack.org/openstack/openstack-specs/specs/requirements-management.html | 04:30 |
Kennan | OK lifeless: so we use constraints to make sure all used requirements version? | 04:32 |
Kennan | is it right? | 04:32 |
*** shashank_hegde_ has quit IRC | 04:32 | |
*** unicell has joined #openstack-infra | 04:33 | |
*** fawadkhaliq has joined #openstack-infra | 04:34 | |
*** ddieterly has joined #openstack-infra | 04:34 | |
*** sabeen has joined #openstack-infra | 04:37 | |
*** fawadkhaliq has quit IRC | 04:38 | |
lifeless | when devstacks running in that mode yes | 04:38 |
*** ddieterly has quit IRC | 04:39 | |
*** unicell has quit IRC | 04:41 | |
*** rm_work|away is now known as rm_work | 04:41 | |
*** unicell has joined #openstack-infra | 04:45 | |
*** mrmartin has joined #openstack-infra | 04:47 | |
openstackgerrit | Brian Exelbierd proposed openstack-infra/yaml2ical: Refactor away recurrence class so that schedules can self recur https://review.openstack.org/201284 | 04:48 |
*** markvoelker_ has joined #openstack-infra | 04:48 | |
*** maishsk has joined #openstack-infra | 04:49 | |
*** markvoelker has quit IRC | 04:50 | |
*** markvoelker_ has quit IRC | 04:52 | |
*** achanda has joined #openstack-infra | 04:52 | |
*** arxcruz has quit IRC | 04:53 | |
*** maishsk has quit IRC | 04:54 | |
Kennan | thanks lifeless: i would wait the patch jenkins passed and vote for that | 04:56 |
*** abregman has joined #openstack-infra | 04:57 | |
*** markvoelker has joined #openstack-infra | 04:57 | |
*** crc32 has quit IRC | 04:58 | |
*** fawadkhaliq has joined #openstack-infra | 04:58 | |
*** kzaitsev_mb has joined #openstack-infra | 05:02 | |
*** markvoelker has quit IRC | 05:03 | |
*** kzaitsev_mb has quit IRC | 05:06 | |
*** maishsk has joined #openstack-infra | 05:07 | |
*** markvoelker has joined #openstack-infra | 05:08 | |
*** btully has joined #openstack-infra | 05:11 | |
*** markvoelker has quit IRC | 05:16 | |
*** ajmiller has quit IRC | 05:16 | |
*** armax has quit IRC | 05:17 | |
*** ildikov has quit IRC | 05:20 | |
*** markvoelker has joined #openstack-infra | 05:22 | |
*** markvoelker has quit IRC | 05:28 | |
*** afazekas has joined #openstack-infra | 05:32 | |
*** ddieterly has joined #openstack-infra | 05:35 | |
*** sabeen has quit IRC | 05:36 | |
*** ddieterly has quit IRC | 05:39 | |
*** otter768 has joined #openstack-infra | 05:42 | |
*** maishsk has quit IRC | 05:43 | |
*** deepakcs has joined #openstack-infra | 05:46 | |
*** otter768 has quit IRC | 05:47 | |
*** kushal has joined #openstack-infra | 05:50 | |
*** koolhead17 has joined #openstack-infra | 05:57 | |
*** GheRiver1 has joined #openstack-infra | 05:58 | |
*** GheRivero has quit IRC | 05:59 | |
*** GheRiver1 is now known as GheRivero | 05:59 | |
*** GheRivero has quit IRC | 06:00 | |
*** coolsvap has joined #openstack-infra | 06:00 | |
*** GheRivero has joined #openstack-infra | 06:00 | |
*** Kennan has quit IRC | 06:02 | |
*** Kennan has joined #openstack-infra | 06:03 | |
*** yfried has joined #openstack-infra | 06:04 | |
*** ParsectiX has joined #openstack-infra | 06:05 | |
*** vlaza has joined #openstack-infra | 06:05 | |
*** dalgaaf has joined #openstack-infra | 06:06 | |
*** achanda has quit IRC | 06:07 | |
*** chlong-afk has quit IRC | 06:09 | |
*** _nadya_ has joined #openstack-infra | 06:11 | |
*** coolsvap has quit IRC | 06:13 | |
*** coolsvap|away is now known as coolsvap | 06:13 | |
*** _nadya_ has quit IRC | 06:14 | |
*** _nadya_ has joined #openstack-infra | 06:14 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*) https://review.openstack.org/201266 | 06:14 |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/project-config: Don't run gate-networking-midonet-python34 for stable branches https://review.openstack.org/201424 | 06:15 |
*** ParsectiX has quit IRC | 06:17 | |
*** rm_work is now known as rm_work|away | 06:17 | |
*** ParsectiX has joined #openstack-infra | 06:18 | |
*** shardy has joined #openstack-infra | 06:19 | |
*** cody-somerville has quit IRC | 06:20 | |
*** achanda has joined #openstack-infra | 06:22 | |
*** ParsectiX has quit IRC | 06:23 | |
*** ParsectiX has joined #openstack-infra | 06:24 | |
*** shashank_hegde_ has joined #openstack-infra | 06:24 | |
*** sergmelikyan has joined #openstack-infra | 06:27 | |
*** maishsk has joined #openstack-infra | 06:29 | |
*** persia has quit IRC | 06:29 | |
*** persia has joined #openstack-infra | 06:30 | |
*** persia has quit IRC | 06:30 | |
*** persia has joined #openstack-infra | 06:30 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*) https://review.openstack.org/201266 | 06:31 |
*** Guest62504 has joined #openstack-infra | 06:33 | |
*** Guest62504 has quit IRC | 06:33 | |
*** shashank_hegde_ has quit IRC | 06:35 | |
*** kiran-r has joined #openstack-infra | 06:36 | |
*** ddieterly has joined #openstack-infra | 06:36 | |
*** soren has joined #openstack-infra | 06:38 | |
*** watanabe_isao has joined #openstack-infra | 06:39 | |
*** shashank_hegde_ has joined #openstack-infra | 06:39 | |
*** liuxg has joined #openstack-infra | 06:40 | |
liuxg | Hi | 06:40 |
liuxg | enum34;python_version=='2.7' or python_version=='2.6' | 06:40 |
liuxg | this line can not be parsed in requirements.txt | 06:40 |
liuxg | any suggestion? | 06:40 |
*** skraynev has joined #openstack-infra | 06:41 | |
*** ddieterly has quit IRC | 06:41 | |
liuxg | Error 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-infra | 06:42 | |
*** dizquierdo has joined #openstack-infra | 06:43 | |
*** scheuran has joined #openstack-infra | 06:43 | |
*** _fortis has quit IRC | 06:44 | |
*** maishsk has quit IRC | 06:47 | |
clarkb | upgrade pbr | 06:48 |
*** _fortis has joined #openstack-infra | 06:48 | |
*** yamamoto has quit IRC | 06:49 | |
liuxg | clarkb: upgrade pbr to which version? the least version? | 06:49 |
clarkb | the latest version | 06:49 |
liuxg | Thanks clarkb! I will try your suggestion :) | 06:50 |
*** k4n0 has joined #openstack-infra | 06:52 | |
*** _fortis has joined #openstack-infra | 06:52 | |
*** soren has quit IRC | 06:57 | |
*** hichihara has quit IRC | 06:58 | |
*** kiran-r has quit IRC | 06:58 | |
*** PpPyg has quit IRC | 06:58 | |
*** maishsk has joined #openstack-infra | 06:59 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/project-config: Remove the unmapped locale from zanata.xml https://review.openstack.org/201432 | 07:00 |
*** asettle has quit IRC | 07:00 | |
*** markus_z has joined #openstack-infra | 07:00 | |
*** kiran-r has joined #openstack-infra | 07:01 | |
*** maishsk has quit IRC | 07:01 | |
*** yamamoto has joined #openstack-infra | 07:02 | |
*** fhubik has joined #openstack-infra | 07:02 | |
*** kzaitsev_mb has joined #openstack-infra | 07:03 | |
camunoz | StevenK, just letting you know, Zanata client 3.7.3 has been released | 07:04 |
StevenK | camunoz: Awesome, I will look into that. Can haz server 3.7.1? :-) | 07:05 |
camunoz | yes you can... later this week :) I'll let you know as soon as I have a war file | 07:06 |
StevenK | This week is rapidly running out :-P | 07:06 |
StevenK | But I spied a 3.7.1-rc1 on github | 07:06 |
*** kzaitsev_mb has quit IRC | 07:08 | |
*** kiran-r has quit IRC | 07:08 | |
*** ildikov has joined #openstack-infra | 07:10 | |
*** amotoki_ has joined #openstack-infra | 07:11 | |
camunoz | StevenK, yes... final touches (QA) going on at the moment | 07:13 |
*** dizquierdo has quit IRC | 07:13 | |
*** yfried is now known as yfried|afk | 07:13 | |
*** cdent has joined #openstack-infra | 07:14 | |
*** dizquierdo has joined #openstack-infra | 07:14 | |
*** soren has joined #openstack-infra | 07:15 | |
*** arxcruz has joined #openstack-infra | 07:15 | |
*** HeOS has quit IRC | 07:15 | |
*** _fortis has quit IRC | 07:17 | |
StevenK | proposal@zanata:~$ zanata-cli --version | head -n 2 | tail -n 1 | 07:17 |
StevenK | Client version: 3.7.3 | 07:17 |
StevenK | Huzzah | 07:17 |
openstackgerrit | Steve Kowalik proposed openstack-infra/puppet-zanata: Update Zanata client to 3.7.3 https://review.openstack.org/201438 | 07:17 |
*** achanda has quit IRC | 07:19 | |
*** liuxg has left #openstack-infra | 07:19 | |
Kennan | hi lifeless: | 07:19 |
flip214 | is there a way to get the filesystem of some tempest test run? | 07:19 |
Kennan | there? | 07:19 |
*** _fortis has joined #openstack-infra | 07:20 | |
clarkb | flip214 you can either trick the log grabber to grab what you need with a change or have an i fra rooter hold a node | 07:21 |
*** mrunge has joined #openstack-infra | 07:21 | |
StevenK | pleia2: Can haz https://review.openstack.org/#/c/176440 ? | 07:22 |
clarkb | or I suppose build your own image with dib | 07:24 |
clarkb | it 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 it | 07:25 |
*** soren has quit IRC | 07:25 | |
Kennan | hi clarkb: | 07:25 |
flip214 | clarkb: 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 | |
flip214 | Now I'm thinking whether to just grab a working VM ;/ | 07:26 |
StevenK | nigelb: DUDE! | 07:26 |
StevenK | nigelb: *hugs* | 07:26 |
nigelb | StevenK: *hugs* <3 | 07:26 |
flip214 | at least the exact state of /opt/stack would be nice to have... | 07:26 |
Kennan | clarkb: do you know where can check the jenkins job? | 07:26 |
*** scheuran has quit IRC | 07:26 | |
clarkb | flip214 thats recorded in the logs | 07:26 |
clarkb | see the workspace setup log | 07:26 |
StevenK | nigelb: What brings you here with the cool kids? | 07:26 |
Kennan | https://review.openstack.org/#/c/201412/ I found it all failed for tests. but not figure it out why all failed clarkb: | 07:26 |
clarkb | Kennan http://status.openstack.org/zuul | 07:27 |
*** yfried|afk is now known as yfried | 07:28 | |
*** jcoufal has joined #openstack-infra | 07:30 | |
lifeless | Kennan: jus ask | 07:30 |
flip214 | clarkb: 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 |
lifeless | StevenK: colette | 07:31 |
flip214 | okay, will write a script to transfer that state to my local setup.... | 07:31 |
*** koolhead17 has quit IRC | 07:31 | |
clarkb | flip214 yes | 07:35 |
*** devvesa has joined #openstack-infra | 07:36 | |
Kennan | lifeless: nothing now, I checked https://review.openstack.org/#/c/201412/ | 07:37 |
*** chlong-afk has joined #openstack-infra | 07:37 | |
*** ddieterly has joined #openstack-infra | 07:37 | |
Kennan | it all failed | 07:37 |
Kennan | and then ask clarkb about jenkins jobs pipeline | 07:37 |
Kennan | and I requested recheck | 07:37 |
Kennan | it seems go on working now | 07:37 |
Kennan | I will wait for its completion | 07:38 |
*** yfried is now known as yfried|afk | 07:39 | |
*** jlanoux has joined #openstack-infra | 07:40 | |
*** ddieterly has quit IRC | 07:41 | |
*** jyuso1 has left #openstack-infra | 07:42 | |
*** jistr has joined #openstack-infra | 07:42 | |
*** jyuso1 has joined #openstack-infra | 07:42 | |
*** otter768 has joined #openstack-infra | 07:43 | |
*** bexelbie|afk has joined #openstack-infra | 07:43 | |
*** rossella_s has joined #openstack-infra | 07:44 | |
*** macjack has joined #openstack-infra | 07:46 | |
*** otter768 has quit IRC | 07:47 | |
*** fawadkhaliq has quit IRC | 07:49 | |
*** fhubik is now known as fhubik_afk | 07:50 | |
*** sdake has joined #openstack-infra | 07:51 | |
*** woodster_ has quit IRC | 07:51 | |
*** alex_xu has quit IRC | 07:52 | |
*** katyafervent is now known as katyafervent_awa | 07:53 | |
*** katyafervent_awa is now known as katyafervent | 07:53 | |
*** Longgeek has quit IRC | 07:53 | |
kozhukalov | gentle reminder https://review.openstack.org/#/c/199178/ | 07:55 |
*** alex_xu has joined #openstack-infra | 07:55 | |
*** shashank_hegde_ has quit IRC | 07:57 | |
*** yfried|afk is now known as yfried | 07:57 | |
*** sdake has quit IRC | 07:58 | |
*** Longgeek has joined #openstack-infra | 08:00 | |
*** maishsk has joined #openstack-infra | 08:01 | |
*** yfried_ has joined #openstack-infra | 08:02 | |
*** yfried has quit IRC | 08:02 | |
*** fhubik_afk is now known as fhubik | 08:05 | |
*** ihrachyshka has joined #openstack-infra | 08:07 | |
*** dtantsur|afk is now known as dtantsur | 08:07 | |
*** pal has quit IRC | 08:08 | |
*** fawadkhaliq has joined #openstack-infra | 08:11 | |
*** yfried_ has quit IRC | 08:12 | |
*** btully has quit IRC | 08:18 | |
openstackgerrit | Andrey Pavlov proposed openstack-infra/project-config: Add non-voting Sahara grenade job for upgrades testing https://review.openstack.org/197076 | 08:21 |
*** katyafervent is now known as katyafervent_awa | 08:22 | |
*** amotoki_ has quit IRC | 08:22 | |
*** gildub has quit IRC | 08:23 | |
*** katyafervent_awa is now known as katyafervent | 08:23 | |
*** katyafervent is now known as katyafervent_awa | 08:24 | |
*** vponomaryov has quit IRC | 08:24 | |
anteaya | clarkb: 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 logging | 08:26 |
*** vponomaryov has joined #openstack-infra | 08:27 | |
anteaya | thank you | 08:27 |
*** HeOS has joined #openstack-infra | 08:28 | |
*** kiran-r has joined #openstack-infra | 08:29 | |
*** sputnik13 has quit IRC | 08:29 | |
*** notnownikki has joined #openstack-infra | 08:29 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/project-config: Directly edit the unmapped locale from zanata.xml https://review.openstack.org/201432 | 08:29 |
*** kiran-r has quit IRC | 08:29 | |
*** fhubik is now known as fhubik_afk | 08:30 | |
*** derekh has joined #openstack-infra | 08:30 | |
*** kiran-r has joined #openstack-infra | 08:31 | |
*** _kiran_ has joined #openstack-infra | 08:35 | |
*** kiran-r has quit IRC | 08:35 | |
clarkb | anteaya done | 08:36 |
anteaya | thank you | 08:36 |
anteaya | :) | 08:36 |
*** maishsk has quit IRC | 08:37 | |
anteaya | eantyshev: clarkb has offered a comment and review for your patch | 08:37 |
* anteaya returns to bed | 08:37 | |
anteaya | night | 08:37 |
*** ddieterly has joined #openstack-infra | 08:38 | |
eantyshev | anteaya: I see, good night! | 08:38 |
*** _kiran_ has quit IRC | 08:40 | |
*** ddieterly has quit IRC | 08:42 | |
*** yfried_ has joined #openstack-infra | 08:48 | |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-cgit: New Updated config for CentOS 7 and Apache 2.4 https://review.openstack.org/199798 | 08:48 |
*** pelix has joined #openstack-infra | 08:51 | |
*** yfried_ has quit IRC | 08:54 | |
*** fhubik_afk is now known as fhubik | 08:55 | |
*** pal has joined #openstack-infra | 08:57 | |
*** kzaitsev_mb has joined #openstack-infra | 09:00 | |
openstackgerrit | Evgeny Antyshev proposed openstack-infra/zuul: show reconfiguration failures https://review.openstack.org/148926 | 09:00 |
*** e0ne has joined #openstack-infra | 09:02 | |
*** bexelbie|afk has quit IRC | 09:03 | |
*** yfried_ has joined #openstack-infra | 09:04 | |
openstackgerrit | Matthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8 https://review.openstack.org/201467 | 09:05 |
*** sshnaidm has joined #openstack-infra | 09:06 | |
*** fhubik is now known as fhubik_afk | 09:06 | |
*** bexelbie|afk has joined #openstack-infra | 09:06 | |
*** yfried_ has quit IRC | 09:09 | |
*** yfried_ has joined #openstack-infra | 09:09 | |
*** jcoufal_ has joined #openstack-infra | 09:09 | |
*** fhubik_afk is now known as fhubik | 09:12 | |
*** e0ne is now known as e0ne_ | 09:12 | |
*** jcoufal has quit IRC | 09:12 | |
openstackgerrit | Matthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8 https://review.openstack.org/201467 | 09:12 |
*** kzaitsev_mb has quit IRC | 09:14 | |
*** BharatK has quit IRC | 09:15 | |
*** e0ne_ is now known as e0ne | 09:16 | |
*** alexpilotti has joined #openstack-infra | 09:16 | |
*** amotoki_ has joined #openstack-infra | 09:16 | |
kozhukalov | channel, please review this and if there are any cores, let's merge it https://review.openstack.org/#/c/199178/ | 09:20 |
*** dizquierdo has quit IRC | 09:22 | |
*** zeih has joined #openstack-infra | 09:25 | |
*** btully has joined #openstack-infra | 09:27 | |
*** BharatK has joined #openstack-infra | 09:29 | |
*** btully has quit IRC | 09:31 | |
*** marzif_ has joined #openstack-infra | 09:33 | |
*** sergmelikyan has quit IRC | 09:36 | |
*** zeih has quit IRC | 09:37 | |
*** ddieterly has joined #openstack-infra | 09:38 | |
*** fhubik is now known as fhubik_afk | 09:39 | |
*** yfried_ is now known as yfried|afk | 09:40 | |
*** ddieterly has quit IRC | 09:43 | |
*** dizquierdo has joined #openstack-infra | 09:43 | |
*** otter768 has joined #openstack-infra | 09:44 | |
*** mrunge has quit IRC | 09:45 | |
*** otter768 has quit IRC | 09:48 | |
*** dims_ has joined #openstack-infra | 09:48 | |
*** dalgaaf has quit IRC | 09:48 | |
*** _nadya_ has quit IRC | 09:48 | |
*** _nadya_ has joined #openstack-infra | 09:49 | |
*** zeih has joined #openstack-infra | 09:50 | |
*** Longgeek has quit IRC | 09:51 | |
*** maishsk has joined #openstack-infra | 09:52 | |
*** jcoufal has joined #openstack-infra | 09:53 | |
*** _nadya_ has quit IRC | 09:53 | |
*** jcoufal_ has quit IRC | 09:57 | |
openstackgerrit | Merged openstack-infra/project-config: Add project fuel-agent repo https://review.openstack.org/199178 | 09:58 |
*** mrunge has joined #openstack-infra | 09:58 | |
*** e0ne is now known as e0ne_ | 09:58 | |
*** yfried|afk is now known as yfried_ | 10:01 | |
*** e0ne_ is now known as e0ne | 10:01 | |
*** Kennan has quit IRC | 10:03 | |
*** Kennan has joined #openstack-infra | 10:03 | |
*** kiran-r has joined #openstack-infra | 10:03 | |
*** fawadkhaliq has quit IRC | 10:03 | |
*** abregman is now known as abregman|lunch | 10:05 | |
*** zeih has quit IRC | 10:07 | |
*** notnownikki has quit IRC | 10:08 | |
*** blaedd has joined #openstack-infra | 10:16 | |
*** ociuhandu has joined #openstack-infra | 10:16 | |
*** salv-orlando has quit IRC | 10:16 | |
*** sshnaidm has quit IRC | 10:17 | |
*** fawadkhaliq has joined #openstack-infra | 10:18 | |
*** kzaitsev_mb has joined #openstack-infra | 10:19 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Move experimental Manila jobs in Rally to check pipeline https://review.openstack.org/199108 | 10:21 |
*** Longgeek has joined #openstack-infra | 10:22 | |
*** notnownikki has joined #openstack-infra | 10:22 | |
openstackgerrit | Matthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8 https://review.openstack.org/201467 | 10:23 |
*** jlanoux_ has joined #openstack-infra | 10:27 | |
greghaynes | mordred: 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 elements | 10:29 |
*** jlanoux has quit IRC | 10:30 | |
openstackgerrit | Merged openstack-infra/puppet-openstackci: Fix variables access warning in logs.vhost template https://review.openstack.org/201071 | 10:30 |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/devstack-gate: Add Rally to projects list https://review.openstack.org/190601 | 10:31 |
*** akscram has quit IRC | 10:31 | |
*** akscram has joined #openstack-infra | 10:33 | |
greghaynes | clarkb: 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 usable | 10:33 |
greghaynes | also, im in another time zone for a few weeks so weeee | 10:33 |
*** fhubik_afk is now known as fhubik | 10:36 | |
*** abregman|lunch is now known as abregman | 10:38 | |
*** ddieterly has joined #openstack-infra | 10:39 | |
*** zeih has joined #openstack-infra | 10:42 | |
*** ddieterly has quit IRC | 10:43 | |
*** e0ne is now known as e0ne_ | 10:45 | |
*** Longgeek_ has joined #openstack-infra | 10:46 | |
openstackgerrit | Merged openstack-infra/puppet-cgit: Remove whitespace errors. https://review.openstack.org/201236 | 10:46 |
*** Longgeek has quit IRC | 10:48 | |
*** vikram has joined #openstack-infra | 10:49 | |
*** jlanoux has joined #openstack-infra | 10:49 | |
*** dalgaaf has joined #openstack-infra | 10:49 | |
*** e0ne_ is now known as e0ne | 10:49 | |
*** pc_m has joined #openstack-infra | 10:51 | |
*** koolhead17 has joined #openstack-infra | 10:51 | |
*** zeih has quit IRC | 10:52 | |
*** jlanoux_ has quit IRC | 10:52 | |
*** yfried_ is now known as yfried|afk | 10:53 | |
*** pblaho has joined #openstack-infra | 10:56 | |
*** BharatK has quit IRC | 10:56 | |
*** fhubik is now known as fhubik_afk | 10:57 | |
yamamoto | can anyone here review this? https://review.openstack.org/#/c/201424/ | 10:58 |
*** hamzy has quit IRC | 10:59 | |
yamamoto | it's a straightforward patch to disable a job for stable branches. | 10:59 |
openstackgerrit | Merged openstack-infra/nodepool: Remove slave.openstack.org from default hostname values https://review.openstack.org/201302 | 10:59 |
*** sergmelikyan has joined #openstack-infra | 11:00 | |
*** maishsk has quit IRC | 11:02 | |
*** afazekas has quit IRC | 11:02 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci: Bump delorean to 2015-07-10 to fix openstack CLI https://review.openstack.org/200508 | 11:06 |
*** BharatK has joined #openstack-infra | 11:08 | |
*** shardy_ has joined #openstack-infra | 11:09 | |
*** openstackgerrit has quit IRC | 11:09 | |
*** jaypipes has joined #openstack-infra | 11:09 | |
*** coolsvap is now known as coolsvap_ | 11:09 | |
*** openstackgerrit has joined #openstack-infra | 11:09 | |
*** yfried|afk is now known as yfried_ | 11:10 | |
*** shardy has quit IRC | 11:10 | |
*** shardy_ has quit IRC | 11:14 | |
*** sshnaidm has joined #openstack-infra | 11:14 | |
*** shardy has joined #openstack-infra | 11:15 | |
*** afazekas has joined #openstack-infra | 11:17 | |
*** yfried_ is now known as yfried|afk | 11:20 | |
*** thorst has joined #openstack-infra | 11:22 | |
*** zeih has joined #openstack-infra | 11:22 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Avoid parallel builder tests creating cache dir https://review.openstack.org/201510 | 11:24 |
openstackgerrit | Merged openstack-infra/project-config: Add check-ironic-inspector-dsvm-nv to ironic experimental pipeline https://review.openstack.org/198381 | 11:25 |
clarkb | greghaynes I dont expect to stop using puppet any time soon | 11:26 |
openstackgerrit | Merged openstack-infra/system-config: Add #senlin to the list of eavesdrop channels https://review.openstack.org/196993 | 11:27 |
*** gsagie_ has joined #openstack-infra | 11: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 tent | 11:28 |
AJaeger | gsagie_: for which repo is this? Not everybody here is core on every project... | 11:29 |
gsagie_ | project-config | 11:29 |
*** BharatK has quit IRC | 11:29 | |
greghaynes | clarkb: 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 term | 11:31 |
greghaynes | clarkb: was there ever any progress on tests making artifact images? | 11:32 |
*** zeih has quit IRC | 11:33 | |
*** zeih has joined #openstack-infra | 11:36 | |
*** yfried|afk is now known as yfried_ | 11:36 | |
*** ldnunes has joined #openstack-infra | 11:38 | |
*** zz_dimtruck is now known as dimtruck | 11:39 | |
*** e0ne is now known as e0ne_ | 11:39 | |
*** _nadya_ has joined #openstack-infra | 11:39 | |
*** ddieterly has joined #openstack-infra | 11:40 | |
kozhukalov | guys, 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-infra | 11:41 | |
*** e0ne_ is now known as e0ne | 11:41 | |
*** Somay has joined #openstack-infra | 11:42 | |
*** afazekas has quit IRC | 11:42 | |
jhesketh | kozhukalov: I've added you to the group | 11:42 |
kozhukalov | jhesketh, great, thanks a lot | 11:42 |
*** BharatK has joined #openstack-infra | 11:44 | |
*** Somay_ has joined #openstack-infra | 11:44 | |
*** ddieterly has quit IRC | 11:44 | |
*** otter768 has joined #openstack-infra | 11:44 | |
*** pal has quit IRC | 11:46 | |
*** Somay has quit IRC | 11:47 | |
AJaeger | yamamoto: approved... | 11:47 |
yamamoto | AJaeger: thank you! | 11:48 |
*** yfried_ is now known as yfried|afk | 11:48 | |
*** otter768 has quit IRC | 11:49 | |
openstackgerrit | Merged openstack/diskimage-builder: Cleanup the build directories earlier https://review.openstack.org/184268 | 11:50 |
*** zeih has quit IRC | 11:52 | |
*** yfried|afk is now known as yfried_ | 11:52 | |
*** e0ne is now known as e0ne_ | 11:56 | |
*** fhubik_afk is now known as fhubik | 11:57 | |
*** fhubik is now known as fhubik_afk | 11:57 | |
*** btully has joined #openstack-infra | 11:57 | |
*** sergmelikyan has quit IRC | 11:58 | |
*** e0ne_ is now known as e0ne | 11:59 | |
*** julim has joined #openstack-infra | 12:00 | |
*** dimtruck is now known as zz_dimtruck | 12:00 | |
*** bdemers has quit IRC | 12:01 | |
*** btully has quit IRC | 12:02 | |
*** kzaitsev_mb has quit IRC | 12:04 | |
*** bswartz has quit IRC | 12:05 | |
*** kzaitsev_mb has joined #openstack-infra | 12:05 | |
*** mwagner_lap has quit IRC | 12:05 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*) https://review.openstack.org/201266 | 12:06 |
ajo | etherpad.openstack.org is down or is it only me? | 12:06 |
*** salv-orlando has joined #openstack-infra | 12:08 | |
*** zeih has joined #openstack-infra | 12:08 | |
*** notnownikki has quit IRC | 12:09 | |
ajo | etherpad.openstack.org is not working via IPv6 | 12:10 |
*** afazekas has joined #openstack-infra | 12:10 | |
ajo | hmm | 12:10 |
*** openstack has joined #openstack-infra | 12:13 | |
*** gmann_ has joined #openstack-infra | 12:14 | |
openstackgerrit | Adam Kaufman proposed openstack-infra/jenkins-job-builder: added support for jdepend plugin https://review.openstack.org/201533 | 12:15 |
*** Somay_ has quit IRC | 12:15 | |
openstackgerrit | Sirushti Murugesan proposed openstack-infra/project-config: Make the Heat grenade job voting https://review.openstack.org/201052 | 12:15 |
*** kzaitsev_mb has quit IRC | 12:16 | |
*** Longgeek_ has quit IRC | 12:17 | |
*** dprince has joined #openstack-infra | 12:18 | |
*** zeih has quit IRC | 12:18 | |
*** Longgeek has joined #openstack-infra | 12:19 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci: Bump delorean to 2015-07-14 to fix openstack CLI https://review.openstack.org/200508 | 12:19 |
*** gordc has joined #openstack-infra | 12:20 | |
*** fawadkhaliq has quit IRC | 12:20 | |
*** Somay has joined #openstack-infra | 12:20 | |
*** devkulkarni has joined #openstack-infra | 12:21 | |
openstackgerrit | Merged openstack-infra/project-config: Directly edit the unmapped locale from zanata.xml https://review.openstack.org/201432 | 12:21 |
mordred | greghaynes: neat! (which timezone?) | 12:22 |
*** notnownikki has joined #openstack-infra | 12:22 | |
*** aysyd has joined #openstack-infra | 12:23 | |
*** maishsk has joined #openstack-infra | 12:23 | |
*** ig0r_ has joined #openstack-infra | 12:24 | |
*** annegent_ has quit IRC | 12:24 | |
*** annegentle has joined #openstack-infra | 12:25 | |
*** deepakcs has quit IRC | 12:26 | |
*** zz_dimtruck is now known as dimtruck | 12:27 | |
*** gmann_ has quit IRC | 12:29 | |
*** sergmelikyan has joined #openstack-infra | 12:29 | |
*** maishsk has quit IRC | 12:31 | |
*** kzaitsev_mb has joined #openstack-infra | 12:31 | |
*** linkedinyou has joined #openstack-infra | 12:32 | |
*** maishsk has joined #openstack-infra | 12:33 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (m-s*) https://review.openstack.org/201538 | 12:34 |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/project-config: Don't run gate-networking-midonet-python34 for stable branches https://review.openstack.org/201424 | 12:34 |
*** zeih has joined #openstack-infra | 12:35 | |
*** coolsvap_ is now known as coolsvap|away | 12:39 | |
*** ddieterly has joined #openstack-infra | 12:41 | |
*** maishsk has quit IRC | 12:41 | |
*** e0ne is now known as e0ne_ | 12:42 | |
*** bnemec has joined #openstack-infra | 12:42 | |
*** markvoelker has joined #openstack-infra | 12:43 | |
*** maishsk has joined #openstack-infra | 12:44 | |
*** maishsk has quit IRC | 12:45 | |
*** ddieterly has quit IRC | 12:46 | |
*** pal has joined #openstack-infra | 12:47 | |
*** e0ne_ is now known as e0ne | 12:47 | |
*** julim has quit IRC | 12:47 | |
*** markvoelker has quit IRC | 12:47 | |
*** watanabe_isao has quit IRC | 12:48 | |
*** zeih has quit IRC | 12:50 | |
sdague | hey mordred - osc version bump ? https://review.openstack.org/#/c/194692/ | 12:52 |
*** kzaitsev_mb has quit IRC | 12:54 | |
*** dkranz has joined #openstack-infra | 12:56 | |
*** markvoelker has joined #openstack-infra | 12:57 | |
*** shardy_ has joined #openstack-infra | 12:59 | |
*** bswartz has joined #openstack-infra | 12:59 | |
*** maishsk has joined #openstack-infra | 12:59 | |
*** shardy has quit IRC | 13:00 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Simplify horizon job gate-horizon-python27-django14 https://review.openstack.org/201548 | 13:00 |
pelix | zaro: 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 IRC | 13:01 | |
*** markvoelker has joined #openstack-infra | 13:01 | |
*** fawadkhaliq has joined #openstack-infra | 13:02 | |
sdague | mordred: 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 IRC | 13:02 | |
*** rlandy has joined #openstack-infra | 13:03 | |
*** ZZelle has joined #openstack-infra | 13:03 | |
*** dkranz has quit IRC | 13:03 | |
*** kzaitsev_mb has joined #openstack-infra | 13:03 | |
mordred | sdague: I lov approving things | 13:03 |
mordred | done | 13:03 |
*** shardy_ has quit IRC | 13:04 | |
*** shardy has joined #openstack-infra | 13:05 | |
*** zeih has joined #openstack-infra | 13:05 | |
*** markvoelker has quit IRC | 13:06 | |
*** yfried_ is now known as yfried|afk | 13:07 | |
AJaeger | mordred, sdague : do you want some more patches to review and approve? I have some trivial cleanups... | 13:08 |
*** dims_ has quit IRC | 13:09 | |
*** krtaylor has quit IRC | 13:09 | |
*** markvoelker has joined #openstack-infra | 13:10 | |
*** dims_ has joined #openstack-infra | 13:10 | |
*** krtaylor has joined #openstack-infra | 13:10 | |
*** yfried|afk is now known as yfried_ | 13:11 | |
*** devvesa has quit IRC | 13:11 | |
*** sergmelikyan has quit IRC | 13:12 | |
*** maishsk has quit IRC | 13:12 | |
*** zeih has quit IRC | 13:13 | |
*** julim has joined #openstack-infra | 13:13 | |
*** dims_ has quit IRC | 13:13 | |
*** dims_ has joined #openstack-infra | 13:13 | |
*** ddieterly has joined #openstack-infra | 13:14 | |
*** tvanderwiel has joined #openstack-infra | 13:15 | |
*** amitgandhinz has joined #openstack-infra | 13:16 | |
*** akshai has joined #openstack-infra | 13:17 | |
*** peristeri has joined #openstack-infra | 13:17 | |
*** dustins has joined #openstack-infra | 13:17 | |
*** dkranz has joined #openstack-infra | 13:18 | |
*** changbl has quit IRC | 13:18 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (zaqar) https://review.openstack.org/201554 | 13:19 |
*** spzala has joined #openstack-infra | 13:21 | |
*** yamamoto has quit IRC | 13:22 | |
*** alivigni has joined #openstack-infra | 13:22 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/os-loganalyze: Add support for appending footers https://review.openstack.org/166596 | 13:23 |
*** devvesa has joined #openstack-infra | 13:24 | |
*** eharney has joined #openstack-infra | 13:26 | |
*** mriedem_away is now known as mriedem | 13:27 | |
*** geoffarnold has joined #openstack-infra | 13:27 | |
*** bdemers has joined #openstack-infra | 13:27 | |
*** maishsk has joined #openstack-infra | 13:27 | |
*** prad has joined #openstack-infra | 13:29 | |
*** maishsk has quit IRC | 13:30 | |
*** marzif_ has quit IRC | 13:33 | |
*** marzif_ has joined #openstack-infra | 13:33 | |
*** hdd has joined #openstack-infra | 13:38 | |
Sam-I-Am | mornings | 13:38 |
AJaeger | anteaya, 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,z | 13:39 |
AJaeger | Hi again, Sam-I-Am ! | 13:39 |
*** e0ne is now known as e0ne_ | 13:40 | |
*** sergmelikyan has joined #openstack-infra | 13:40 | |
fungi | ajo: etherpad.openstack.org is working for me via ipv6. is it still broken for you? | 13:40 |
*** mmedvede has left #openstack-infra | 13:40 | |
ajo | I forced it to IPv4, let me try | 13:41 |
*** mmedvede has joined #openstack-infra | 13:41 | |
*** bradjones has quit IRC | 13:41 | |
Sam-I-Am | AJaeger: hey. working on that include e-mail (which also turned into a structure topic) | 13:41 |
ajo | fungi, I start to think it's more a safari thing | 13:42 |
ajo | IPv6+IPv4 goes well in chrome | 13:42 |
AJaeger | Sam-I-Am: thanks! Yeah, it's a structure one. | 13:42 |
ajo | but safari complains about https establishement sometimes | 13:42 |
fungi | ajo: could be... it's working for me via ipv6 with firefox | 13:42 |
ajo | more over IPv6 | 13:42 |
*** dkranz has quit IRC | 13:43 | |
ajo | Failed to load resource: An SSL error has occurred and a secure connection to the server cannot be made. | 13:43 |
ajo | I don't understand why | 13:44 |
*** mwagner_lap has joined #openstack-infra | 13:45 | |
*** otter768 has joined #openstack-infra | 13:45 | |
ajo | curl works well... may be my safari is broken, it's not providing too much debug information... | 13:46 |
*** bradjones has joined #openstack-infra | 13:48 | |
*** bradjones has quit IRC | 13:48 | |
*** bradjones has joined #openstack-infra | 13:48 | |
*** e0ne_ is now known as e0ne | 13:48 | |
*** maishsk has joined #openstack-infra | 13:48 | |
*** fhubik_afk is now known as fhubik | 13:49 | |
AJaeger | Sam-I-Am: That's also why I gave the two example reviews in one of my emails... | 13:49 |
*** sergmelikyan has quit IRC | 13:49 | |
*** ddieterly has quit IRC | 13:50 | |
Sam-I-Am | AJaeger: yeah | 13:50 |
*** otter768 has quit IRC | 13:50 | |
openstackgerrit | Merged openstack-infra/project-config: Add dependency on nodepool-base to node-devstack https://review.openstack.org/190539 | 13:50 |
*** hichihara has joined #openstack-infra | 13:51 | |
anteaya | AJaeger: is patchset 4 a rebase? https://review.openstack.org/#/c/201266/ | 13:51 |
*** krtaylor has quit IRC | 13:52 | |
*** k4n0 has quit IRC | 13:52 | |
*** dboik has quit IRC | 13:52 | |
AJaeger | anteaya: yes, it is. Patch was approved and then there was a merge conflict that I had to resolve manually | 13:52 |
anteaya | okay thanks | 13:53 |
anteaya | figured as much but wanted to ask | 13:53 |
*** devkulkarni has quit IRC | 13:54 | |
dgonzalez | sdague: 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 |
dgonzalez | Of course I am happy about anybody who takes some time to take a look :) | 13:54 |
AJaeger | anteaya: thanks for reviewing! | 13:54 |
anteaya | welcome | 13:55 |
*** dkranz has joined #openstack-infra | 13:56 | |
*** Longgeek has quit IRC | 13:56 | |
*** sergmelikyan has joined #openstack-infra | 13:57 | |
*** yamahata has joined #openstack-infra | 13:58 | |
*** vlaza has quit IRC | 13:59 | |
anteaya | AJaeger: did I get them all? | 13:59 |
*** annegentle has quit IRC | 14:00 | |
*** markvoelker_ has joined #openstack-infra | 14:00 | |
*** yamamoto has joined #openstack-infra | 14:00 | |
*** Longgeek has joined #openstack-infra | 14:01 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:01 | |
*** fhubik is now known as fhubik_afk | 14:01 | |
*** ParsectiX has quit IRC | 14:04 | |
AJaeger | anteaya: https://review.openstack.org/201158 is missing | 14:04 |
*** markvoelker has quit IRC | 14:04 | |
*** krtaylor has joined #openstack-infra | 14:04 | |
* AJaeger has to rebase 201266 again ;( | 14:04 | |
anteaya | so it is | 14:05 |
anteaya | thanks | 14:05 |
*** austin81 has joined #openstack-infra | 14:05 | |
anteaya | done | 14:05 |
sdague | fungi / 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_409 | 14:06 |
*** ajmiller has joined #openstack-infra | 14:07 | |
sdague | also, ping not found - http://logs.openstack.org/91/199091/2/experimental/check-grenade-dsvm-multinode/6902fdc/logs/devstack-gate-setup-host.txt.gz | 14:07 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*) https://review.openstack.org/201266 | 14:07 |
*** fhubik_afk is now known as fhubik | 14:07 | |
AJaeger | anteaya: a rebase ^ - thanks for all the reviews! | 14:07 |
*** maishsk has quit IRC | 14:07 | |
openstackgerrit | Merged openstack-infra/project-config: Make gate-glance_store-python34 voting, add gate https://review.openstack.org/200014 | 14:08 |
sdague | yeh, 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-gate | 14:08 |
openstackgerrit | Adam Kaufman proposed openstack-infra/jenkins-job-builder: added support for jdepend plugin https://review.openstack.org/201533 | 14:08 |
anteaya | how about after the rebase you just shove it in, jeblair okayed the change concept, we could play whack a mole all day | 14:08 |
*** dimtruck is now known as zz_dimtruck | 14:08 | |
*** zz_dimtruck is now known as dimtruck | 14:08 | |
*** hdd has quit IRC | 14:09 | |
openstackgerrit | Merged openstack-infra/project-config: Add BEAKER_color flag https://review.openstack.org/200632 | 14:09 |
openstackgerrit | Merged openstack-infra/project-config: Make gate-keystone-python34 voting and add gate https://review.openstack.org/200092 | 14:09 |
*** Kennan2 has joined #openstack-infra | 14:10 | |
*** Kennan has quit IRC | 14:10 | |
*** hdd has joined #openstack-infra | 14:12 | |
*** dboik has joined #openstack-infra | 14:12 | |
greghaynes | mordred: CEST | 14:13 |
sdague | ok, 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 |
greghaynes | mordred: in San Sebastian ATM :) | 14:13 |
greghaynes | sdague: you mean rsync? | 14:13 |
sdague | greghaynes: well, that's the latest failure | 14:13 |
*** fhubik is now known as fhubik_afk | 14:13 | |
greghaynes | sdague: if so, a patch was merged to fix that, new images need to be made/uploaded which I think should be soon | 14:13 |
sdague | but 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 failure | 14:14 |
sdague | that's really long cycle time | 14:14 |
greghaynes | sdague: 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 jobs | 14:14 |
AJaeger | anteaya: I'll probably do it with this change based on previous reviews... | 14:14 |
openstackgerrit | Merged openstack-infra/project-config: Correct node override for experimental bindep job https://review.openstack.org/200691 | 14:15 |
sdague | right, 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 1 | 14:15 |
greghaynes | sdague: Yep, thats been the idea - when we merge a fix if its earlyish in the day we poke someone with infra root to remake | 14:15 |
sdague | ok, fungi / mordred POKE! :) | 14:16 |
*** _nadya_ has quit IRC | 14:16 | |
*** fhubik_afk is now known as fhubik | 14:16 | |
greghaynes | Image builds happen first thing in the morning PST so I think they would be going now... | 14:16 |
*** _nadya_ has joined #openstack-infra | 14:16 | |
*** Somay has quit IRC | 14:16 | |
greghaynes | yea, looks like we have some of them for 07-14 | 14:17 |
*** _nadya_ has quit IRC | 14:17 | |
AJaeger | anteaya: could you +2A https://review.openstack.org/#/c/201153/ - also part of the series, please? | 14:18 |
*** dimtruck is now known as zz_dimtruck | 14:18 | |
*** devkulkarni has joined #openstack-infra | 14:19 | |
greghaynes | sdague: 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 of | 14:19 |
openstackgerrit | Szymon Wróblewski proposed openstack-infra/project-config: [WIP] Add non-voting experimental dsvm job for nova https://review.openstack.org/201571 | 14:19 |
*** devkulkarni has quit IRC | 14:19 | |
*** zz_dimtruck is now known as dimtruck | 14:19 | |
*** devkulkarni has joined #openstack-infra | 14:20 | |
*** woodster_ has joined #openstack-infra | 14:20 | |
mordred | sdague: well, there is also another patch I need to write that would make iteration time much quicker | 14:20 |
greghaynes | mordred: oh? | 14:20 |
*** tvanderwiel has quit IRC | 14:20 | |
mordred | greghaynes, sdague: which is to copy-and-run ready scripts in nodepool, rather than baking them into the image | 14:21 |
*** tvanderwiel has joined #openstack-infra | 14:21 | |
mordred | if 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 |
anteaya | AJaeger: done | 14:21 |
AJaeger | thanks! | 14:21 |
anteaya | welcome | 14:21 |
*** Somay has joined #openstack-infra | 14:22 | |
anteaya | let me know if you need anything else | 14:22 |
mordred | greghaynes: if you're bored and wanted to hack on that, I don't think it would be terrible | 14:22 |
AJaeger | anteaya: I will probably later ;) | 14:22 |
*** geoffarnold has quit IRC | 14:22 | |
greghaynes | mordred: I would, kind of oversubscribed ATM though | 14:23 |
anteaya | okay much later and I'll be packing | 14:23 |
*** geoffarnold has joined #openstack-infra | 14:23 | |
mordred | greghaynes: sure. no worries | 14:23 |
*** tonytan4ever has joined #openstack-infra | 14:23 | |
AJaeger | anteaya: where are you going to? | 14:24 |
*** devkulkarni has quit IRC | 14:24 | |
*** sdake_ has joined #openstack-infra | 14:24 | |
anteaya | Boston | 14:25 |
anteaya | keystone mid-cycle | 14:25 |
*** doug-fish has joined #openstack-infra | 14:25 | |
AJaeger | anteaya: Safe travels and a great mid-cycle! | 14:25 |
anteaya | only an 1.5 flight from Toronto island airport yay | 14:25 |
anteaya | thanks | 14:25 |
*** samueldmq has quit IRC | 14:26 | |
*** maishsk has joined #openstack-infra | 14:26 | |
anteaya | they are a great group, I always enjoy spending time with them | 14: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 tent | 14:26 |
gsagie_ | for project-config | 14:26 |
sdague | mordred: so, unrelated issue to that, if you have a moment to talk through something | 14:26 |
*** timsim has left #openstack-infra | 14:26 | |
sdague | https://review.openstack.org/#/c/195292/ - is the pbr wsgi_scripts patch | 14:26 |
sdague | I have tests in it | 14:26 |
openstackgerrit | Szymon Wróblewski proposed openstack-infra/project-config: [WIP] Add non-voting experimental dsvm job for nova https://review.openstack.org/201571 | 14:26 |
AJaeger | anteaya: cool! | 14:26 |
sdague | however, they seem to have races, because of process management in python | 14:26 |
sdague | should I just do some simpler mock unit tests, and we can sort out integration tests later? | 14:27 |
*** _nadya_ has joined #openstack-infra | 14:27 | |
*** miqui_ has joined #openstack-infra | 14:27 | |
sdague | because there is a whole bunch of wsgi conversion in projects which is soft blocked behind this | 14:27 |
*** Somay has quit IRC | 14:28 | |
*** agentle_ has joined #openstack-infra | 14:28 | |
*** fhubik has quit IRC | 14:28 | |
mordred | sdague: 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 write | 14:28 |
*** samueldmq has joined #openstack-infra | 14:28 | |
*** ricky1 is now known as rcarrillocruz | 14:29 | |
mordred | sdague: 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 content | 14:29 |
sdague | yeh, I was kind of hoping to demonstrate, programatically, that it's a working wsgi script | 14:29 |
mordred | totally | 14:29 |
sdague | mordred: no, they get run | 14:29 |
sdague | that's what I modeled this after | 14:29 |
mordred | ah - well, nod then | 14:30 |
sdague | the problem is, they exit | 14:30 |
mordred | and i think that's a worthwhile goal - but I don't think we should block on it | 14:30 |
sdague | and 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 |
rcarrillocruz | hey folks | 14:31 |
*** dustins_ has joined #openstack-infra | 14:31 | |
*** tlian has joined #openstack-infra | 14:31 | |
mordred | sdague: yah - and once we're doing that - oy | 14:31 |
rcarrillocruz | would you be interested on puppet-bifrost ? from my reading, you install bifrost by hand on the infra cloud, isn't it? | 14:31 |
sdague | we already need some sleeps just to get the child to runm | 14:31 |
rcarrillocruz | writing a basic puppet module to install/configuration, i may push it to stackforge if there's interest | 14:31 |
*** _kiran_ has joined #openstack-infra | 14:31 | |
*** btully has joined #openstack-infra | 14:32 | |
mordred | rcarrillocruz: sure ... well, don't push it to stackforge, push it to openstack-infra/puppet-bifrost - I see no reason to need to rename it later | 14:32 |
sdague | mordred: 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 |
rcarrillocruz | excellent, thx | 14:32 |
*** bluex-pl has joined #openstack-infra | 14:32 | |
*** dustins has quit IRC | 14:34 | |
*** dizquierdo has quit IRC | 14:35 | |
*** kiran-r has quit IRC | 14:35 | |
*** sdake_ is now known as sdae | 14:37 | |
*** elmiko has joined #openstack-infra | 14:37 | |
*** afazekas has quit IRC | 14:37 | |
*** sergmelikyan has quit IRC | 14:37 | |
*** dangers_away is now known as dangers | 14:37 | |
*** sdae is now known as sdake | 14:37 | |
elmiko | hi, is this the proper channel to ask questions about gerrit workflow? | 14:37 |
openstackgerrit | Merged openstack/requirements: bump python-openstack client to 1.5.0 https://review.openstack.org/194692 | 14:37 |
*** unicell1 has joined #openstack-infra | 14:38 | |
greghaynes | mordred: what defines $BIFROST_REPO on https://review.openstack.org/#/c/199580/2/jenkins/jobs/bifrost.yaml | 14:38 |
openstackgerrit | Szymon Wróblewski proposed openstack-infra/project-config: [WIP] Add non-voting experimental dsvm job for nova https://review.openstack.org/201571 | 14:38 |
elmiko | and 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 IRC | 14:39 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: non-voting puppet jobs for puppet-openstack-integration https://review.openstack.org/201584 | 14:39 |
markus_z | Which project is responsible for the "hudson-openstack" user which updated Launchpad-Bugs? I'd like to report a bug for that. | 14:40 |
anteaya | elmiko: are you using review.openstack.org or are you setting up your own gerrit? | 14:40 |
markus_z | s/updated/updates | 14:40 |
anteaya | elmiko: and yes this is the channel | 14:40 |
*** arxcruz has quit IRC | 14:40 | |
*** jcoufal has quit IRC | 14:41 | |
fungi | (unless you're setting up your own gerrit, in which case you want #gerrit) | 14:41 |
elmiko | anteaya: yea, using review.os.o | 14:41 |
openstackgerrit | Adam Kaufman proposed openstack-infra/jenkins-job-builder: added support for jdepend plugin https://review.openstack.org/201533 | 14:41 |
anteaya | elmiko: what are you experiencing? | 14:41 |
elmiko | so, the issue is, we have several reviews ready for merge and one of our cores is out on vacation but marked them as -2 | 14:42 |
anteaya | ah | 14:42 |
elmiko | (this is part of the api-wg process) | 14:42 |
anteaya | that is a social issue | 14:42 |
elmiko | is there a way we can work around this? | 14:42 |
elmiko | right | 14:42 |
anteaya | we don't tend to step into projects in this case | 14:42 |
anteaya | your core should have spoken with other cores prior to leaving | 14:42 |
anteaya | and reached some sort of agreement | 14:43 |
*** sergmelikyan has joined #openstack-infra | 14:43 | |
anteaya | this is motivation for having a better level of trust in your project | 14:43 |
anteaya | and if this core persists in this kind of behaviour perhaps they should not be core | 14:43 |
openstackgerrit | Merged openstack-infra/project-config: Always use gate- instead of check (akanda, ceilometer) https://review.openstack.org/201153 | 14:44 |
mordred | greghaynes: nothing. it's a bug | 14:44 |
greghaynes | hah, ok | 14:44 |
greghaynes | I thought I was learning something new about zuul ;) | 14:44 |
anteaya | personally 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 direction | 14:44 |
elmiko | anteaya: 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 -2 | 14:44 |
anteaya | elmiko: okay well this is still an internal matter | 14:45 |
elmiko | anteaya: agreed, we are still working the kinks out of our process, sadly | 14:45 |
anteaya | infra doesn't override project reviews | 14:45 |
elmiko | fair | 14:45 |
anteaya | understood | 14:45 |
elmiko | i'm wondering is there something we can do? | 14:45 |
anteaya | might I suggest you reach out to a member of the tc and ask for guidnace | 14:45 |
anteaya | guidance | 14:46 |
openstackgerrit | Chris Burroughs proposed openstack-infra/jenkins-job-builder: configure git PathRestriction as an extension https://review.openstack.org/201599 | 14:46 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Use zuul-cloner for bifrost jobs https://review.openstack.org/199580 | 14:46 |
mordred | greghaynes: ^^ thanks | 14:46 |
anteaya | the tc is able to offer guidance and support to projects when they need direction | 14:46 |
anteaya | if the project is willing to accept help, help is available | 14:46 |
anteaya | if you have difficuly finding a tc member with time to help let me know and I will see what I can do to help you | 14:47 |
anteaya | but the first step is discussing with the members of the project | 14:47 |
mordred | anteaya, elmiko: you can also work around the -2 in your own community | 14:47 |
anteaya | and choosing to ask for assistance | 14:47 |
elmiko | i'm pretty sure the project is in agreement about this, but it was just a simple oversite | 14:47 |
*** sergmelikyan has quit IRC | 14:48 | |
mordred | by 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 changes | 14:48 |
mordred | elmiko: 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 power | 14:48 |
elmiko | mordred: ok, i'll reserve that as the nuclear option ;) | 14:48 |
*** pal has quit IRC | 14:49 | |
elmiko | i'm hoping that the core with the -2 will respond to my email, but i know he is on vacation for a month | 14:49 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for checksum error cinder bug 1359428 https://review.openstack.org/201603 | 14:49 |
openstack | bug 1359428 in Cinder "tempest volume tests fail with timeouts" [Undecided,Confirmed] https://launchpad.net/bugs/1359428 | 14:49 |
anteaya | elmiko: :( | 14:49 |
*** markvoelker_ has quit IRC | 14:49 | |
elmiko | lol, yea | 14:49 |
openstackgerrit | Sean Dague proposed openstack-dev/pbr: Add wsgi_scripts support to PBR https://review.openstack.org/195292 | 14:49 |
elmiko | he even mentioned in the reviews when they were supposed to be merged... | 14:50 |
sdague | mordred: so... looking at this again, maybe I made it a little more robust, I'm going to see how things work upstream with this patch | 14:50 |
*** markvoelker has joined #openstack-infra | 14:50 | |
anteaya | elmiko: I understand the situation but see it as an opportunity for you to have clearer communication as a group | 14:50 |
elmiko | i'll bring this up at the cross-project meeting tonight, we have a small time alotted to our reviews there | 14:50 |
anteaya | elmiko: good idea | 14:50 |
elmiko | anteaya: +1, this is definitely an issue we are working on | 14:50 |
anteaya | elmiko: awesome, do reach out to others for guidance and support as your group needs it | 14:51 |
*** sdake has quit IRC | 14:51 | |
elmiko | anteaya, mordred, thanks for the help =) | 14:51 |
*** sdake has joined #openstack-infra | 14:51 | |
*** tsekiyama has joined #openstack-infra | 14:52 | |
anteaya | best of luck for a good resolution that benefits all concerned | 14:52 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for checksum error cinder bug 1359428 https://review.openstack.org/201603 | 14:52 |
openstack | bug 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/1359428 | 14:52 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for checksum error cinder bug 1359428 https://review.openstack.org/201603 | 14:53 |
openstack | bug 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/1359428 | 14:53 |
*** devkulkarni has joined #openstack-infra | 14:53 | |
*** HeOS has quit IRC | 14:53 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Find module for exceptions raised from gen_xml https://review.openstack.org/192677 | 14:54 |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Refactor err reporting of incorrect YAML structure https://review.openstack.org/185037 | 14:54 |
*** markvoelker has quit IRC | 14:55 | |
elmiko | anteaya: 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-infra | 14:55 | |
anteaya | how about agreement amoung cores as to what constitues one week? | 14:56 |
anteaya | and confirmation all cores can read dates | 14:56 |
*** armax has joined #openstack-infra | 14:56 | |
*** rwsu has joined #openstack-infra | 14:56 | |
*** e0ne is now known as e0ne_ | 14:56 | |
elmiko | we 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 |
anteaya | if you have that and only cores can merge, I don't see you need a blociking review at all | 14:57 |
elmiko | yea, we'll have to discuss this at our next meeting. | 14:57 |
anteaya | do you have cores that don't adhere to the 1 week freeze? | 14:57 |
elmiko | and then again when the PTL returns ;) | 14:57 |
anteaya | if so, that is the problem that needs to be solved | 14:57 |
anteaya | for me, technology is about expressing what humans agree to, not about prevent humans from doing anything | 14:58 |
elmiko | i 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-infra | 14:58 | |
*** dustins_ has quit IRC | 14:58 | |
anteaya | if they can't act accordingly why do they have the permission? | 14:58 |
*** rwsu has quit IRC | 14:58 | |
*** rwsu has joined #openstack-infra | 14:58 | |
elmiko | good question, unfortunately i don't have an immediate answer for it. | 14:58 |
anteaya | okay perhaps you can look at a project with high team coheasion | 14:58 |
*** achanda has joined #openstack-infra | 14:58 | |
anteaya | and perhaps you can ask some members of that team to participate in a discussion with your team | 14:59 |
agentle_ | elmiko: when was a -2 insufficient? | 14:59 |
*** e0ne_ is now known as e0ne | 14:59 | |
anteaya | as mordred pointed out, there is always a way around a tech obstacle | 14:59 |
agentle_ | elmiko: because it can't be undone? | 14:59 |
elmiko | agentle_: 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 |
anteaya | my preference is to talk to people and understand them | 14:59 |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Add devstack check job for python-ironic-inspector-client https://review.openstack.org/199070 | 14:59 |
anteaya | to create agreement | 14:59 |
*** dustins has joined #openstack-infra | 14:59 | |
*** maishsk has quit IRC | 14:59 | |
agentle_ | elmiko: anteaya: ok, right, this is the scenario where the core is on vacation | 15:00 |
elmiko | agreed 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 |
anteaya | right I get that | 15:00 |
agentle_ | elmiko: and patching the patch didn't undo the -2 I take it | 15:00 |
elmiko | right | 15:00 |
agentle_ | elmiko: yeah I think in this case -1 is the right thing to do | 15:02 |
agentle_ | elmiko: because we have plenty of trust in the cores | 15:02 |
agentle_ | elmiko: and good communication | 15:02 |
openstackgerrit | Anita Kuno proposed openstack-infra/puppet-gerrit: Set apache to retain 30 days of logs https://review.openstack.org/201312 | 15:02 |
*** vikram has quit IRC | 15:02 | |
elmiko | agentle_: ok, cool. i'll have to note this to talk with etoews when he gets back. | 15:02 |
*** ivar-lazzaro has joined #openstack-infra | 15:03 | |
openstackgerrit | David Lyle proposed openstack-infra/project-config: Removing horizon django 1.4 job https://review.openstack.org/201256 | 15:03 |
*** ddieterly has quit IRC | 15:03 | |
anteaya | yolanda: 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 it | 15:03 |
*** ivar-lazzaro has quit IRC | 15:04 | |
yolanda | anteaya, so i meant, you hardcoded the log_options there | 15:04 |
yolanda | it will be better if you allow that to be passed as a parameter | 15:04 |
yolanda | and let users of puppet-gerrit set the options they need | 15:04 |
*** ivar-lazzaro has joined #openstack-infra | 15:04 | |
*** coolsvap|away is now known as coolsvap | 15:04 | |
yolanda | my paste was a fragment of puppet-jeeypb module, doing the same | 15:04 |
*** xyang0 has joined #openstack-infra | 15:05 | |
mordred | GheRivero: btw - you might want to also hang out in #openstack-sdks - there is an occ patch up for you | 15:05 |
*** _kiran_ is now known as kiran-r | 15:05 | |
GheRivero | mordred: thx | 15:05 |
*** pal has joined #openstack-infra | 15:05 | |
*** achanda has quit IRC | 15:06 | |
*** ddieterly has joined #openstack-infra | 15:06 | |
anteaya | yolanda: 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 like | 15:07 |
yolanda | anteaya, is ok if i grab your change and add some bits? | 15:07 |
anteaya | yolanda: well I had meant to leave a comment with what you want to see in it | 15:07 |
yolanda | ah ok | 15:08 |
anteaya | but if you want to take the patch, go ahead | 15:08 |
yolanda | i'll try to be more clear | 15:08 |
*** koolhead17 has quit IRC | 15:08 | |
anteaya | either way is fine | 15:08 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Stop using fixed-width containers https://review.openstack.org/201124 | 15:08 |
anteaya | gerrit just needs fewer apache logs retained | 15:08 |
*** alex_xu has quit IRC | 15:09 | |
anteaya | agentle_ elmiko -2 remains thoughtout patchsets, that is the point of a -2, every other vote is reset with new patchsets | 15:09 |
agentle_ | yeah it's the "over my dead even vacationing or sleeping body" | 15:10 |
*** alex_xu has joined #openstack-infra | 15:10 | |
anteaya | right | 15:10 |
elmiko | lol, yea | 15:10 |
anteaya | that is what it is for | 15:10 |
agentle_ | stopper | 15:10 |
agentle_ | :) | 15:10 |
anteaya | :) | 15:10 |
agentle_ | which I don't think Everett meant here :) | 15:10 |
elmiko | if one core has marked -1A, can another +1A ? | 15:10 |
anteaya | I 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 trust | 15:10 |
elmiko | agentle_: agreed, he did not mean that | 15:10 |
agentle_ | elmiko: yes | 15:10 |
*** ig0r_ has quit IRC | 15:10 | |
*** ig0r__ has joined #openstack-infra | 15:11 | |
agentle_ | anteaya: no worries, I just wanted to clarify | 15:11 |
agentle_ | anteaya: no implications taken :) | 15:11 |
elmiko | anteaya: i didn't take it that way. this is very much a process we are working through. | 15:11 |
anteaya | I'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't | 15:11 |
*** kzaitsev_mb has quit IRC | 15:11 | |
anteaya | elmiko: yes if one core has marked -1 workflow a different core can mark +1 workflow | 15:12 |
anteaya | agentle_ elmiko thanks for understanding | 15:12 |
elmiko | anteaya: ok, that's what we started with, and etoews switched for some reason. | 15:12 |
*** dtantsur is now known as dtantsur|afk | 15:13 | |
*** devkulkarni has quit IRC | 15:13 | |
elmiko | anteaya: if you are curious, we had been attempting to codify this process here http://specs.openstack.org/openstack/api-wg/process.html | 15:15 |
openstackgerrit | Marton Kiss proposed openstack-infra/groups: Security upgrade of VBO module https://review.openstack.org/201624 | 15:15 |
elmiko | this was to help with communicating to the broader openstack community how we would approve guidelines | 15:15 |
elmiko | i chalk this up to growing pains ;) | 15:15 |
*** shardy_ has joined #openstack-infra | 15:17 | |
sigmavirus24 | elmiko: pains of some sort | 15:17 |
sigmavirus24 | perhaps not growing pains =P | 15:17 |
elmiko | sigmavirus24: hehe | 15:18 |
sigmavirus24 | We've always wanted cross-project input, but we just haven't really become good at it | 15:18 |
*** peristeri has quit IRC | 15:18 | |
*** ig0r_ has joined #openstack-infra | 15:18 | |
elmiko | yea, i'm getting that impression ;) | 15:18 |
*** ig0r__ has quit IRC | 15:19 | |
*** shardy has quit IRC | 15:19 | |
*** katyafervent_awa is now known as katyafervent | 15:19 | |
*** devkulkarni has joined #openstack-infra | 15:21 | |
*** dannywilson has joined #openstack-infra | 15:22 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Reformat xUnit publisher function and docstring help https://review.openstack.org/183585 | 15:22 |
*** shardy_ has quit IRC | 15:22 | |
*** shardy has joined #openstack-infra | 15:23 | |
*** dustins has quit IRC | 15:24 | |
*** Somay has joined #openstack-infra | 15:25 | |
*** dannywil_ has joined #openstack-infra | 15:25 | |
*** dannywilson has quit IRC | 15:25 | |
openstackgerrit | Kevin proposed stackforge/python-jenkins: fix the bug 'UnicodeDecodeError when jenkins use the Default Crumb Issuer' https://review.openstack.org/201631 | 15:26 |
*** dustins has joined #openstack-infra | 15:26 | |
*** markvoelker has joined #openstack-infra | 15:26 | |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-gerrit: Enable logrotate for apache files in gerrit https://review.openstack.org/201312 | 15:27 |
yolanda | anteaya, so i refactored that a bit | 15:27 |
*** sabeen1 has joined #openstack-infra | 15:27 | |
yolanda | i don't think that puppet-gerrit needs to bring the retention policy, but allow the possiblity for other modules using that, to setup it | 15:27 |
*** krtaylor has quit IRC | 15:27 | |
yolanda | so i added the parameters to make it happen, and then a following change in system-config needs to be created | 15:28 |
*** ildikov_ has joined #openstack-infra | 15:28 | |
yolanda | to be able to use that retentions | 15:28 |
*** _nadya_ has quit IRC | 15:28 | |
*** _nadya_ has joined #openstack-infra | 15:29 | |
*** peristeri has joined #openstack-infra | 15:29 | |
clarkb | sdague 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 well | 15:29 |
clarkb | mordred ^ do you want to revert ubuntu-trusty for now and do that? | 15:29 |
*** kzaitsev_mb has joined #openstack-infra | 15:30 | |
anteaya | elmiko: thanks I'll have a look, and yes working in groups requires a lot of personal growth, no question | 15:30 |
*** ildikov has quit IRC | 15:30 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for checksum error cinder bug 1359428 https://review.openstack.org/201603 | 15:31 |
openstack | bug 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/1359428 | 15:31 |
elmiko | anteaya: no worries =) | 15:31 |
anteaya | elmiko: :) | 15:31 |
anteaya | yolanda: 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 it | 15:32 |
anteaya | yolanda: thanks | 15:32 |
yolanda | anteaya, no problem. I always have the "downstream" flag on my mind :) | 15:33 |
yolanda | do you want to create the follwing change for system-config to use it? | 15:33 |
*** _nadya_ has quit IRC | 15:33 | |
anteaya | I wondered where those changes would come from | 15:34 |
anteaya | how about you do it and I'll review | 15:34 |
anteaya | as I don't have the mental model in my head to know where they should go | 15:34 |
anteaya | but thanks for the offer | 15:34 |
anteaya | perhaps next time | 15:34 |
clarkb | why not make a default? | 15:34 |
clarkb | then no system config change is needes | 15:35 |
*** ajmiller_ has joined #openstack-infra | 15:35 | |
anteaya | yolanda: ^^ | 15:35 |
* anteaya steps back | 15:35 | |
*** ihrachyshka has quit IRC | 15:35 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (f-k*) https://review.openstack.org/201266 | 15:35 |
AJaeger | anteaya: I needed to rebase again ;(. could you review again, please? ^ | 15:35 |
anteaya | yup | 15:35 |
yolanda | clarkb, defaulting by 30 days will be ok? | 15:35 |
*** sabeen1 has quit IRC | 15:35 | |
clarkb | I think that was what anteayas change did right? if so yes | 15:36 |
yolanda | ok, i can add some sane defaults there, and update documentation of module | 15:36 |
*** bexelbie|afk is now known as bexelbie | 15:36 | |
*** bexelbie has quit IRC | 15:36 | |
*** shashank_hegde_ has joined #openstack-infra | 15:36 | |
anteaya | AJaeger: I appoved it too, getting tired of reviewing that change | 15:37 |
anteaya | clarkb: yes that is what my change did yes, the rest I copied from the file that is currently on the servers | 15:37 |
anteaya | review-dev: http://paste.openstack.org/show/372087/ and review: http://paste.openstack.org/show/372088/ | 15:38 |
*** ajmiller has quit IRC | 15:38 | |
*** ajmiller_ is now known as ajmiller | 15:39 | |
anteaya | I don't care about anything other than the rotate 30 or rotate 4, I jsut kept the rest to try to be consistent | 15:39 |
AJaeger | anteaya: thanks ;) | 15:39 |
openstackgerrit | Michael Krotscheck proposed openstack/requirements: Updated oslo.middleware to >=2.4.0 https://review.openstack.org/199761 | 15:39 |
AJaeger | anteaya: yeah, third rebase today ;( | 15:40 |
*** krtaylor has joined #openstack-infra | 15:40 | |
*** geoffarnold has quit IRC | 15:40 | |
anteaya | yeah at a certain point it just needs a shove | 15:40 |
openstackgerrit | Merged openstack/requirements: fix what-broke to strip environment markers https://review.openstack.org/200534 | 15:40 |
openstackgerrit | Sean Dague proposed openstack-dev/pbr: Add wsgi_scripts support to PBR https://review.openstack.org/195292 | 15:40 |
*** jogo has quit IRC | 15:40 | |
sdague | mordred: 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-infra | 15:41 | |
*** geoffarnold has joined #openstack-infra | 15:41 | |
mordred | sdague: excited | 15:41 |
*** ig0r__ has joined #openstack-infra | 15:41 | |
sdague | I decided to include the flawed test in the patch, but skip it, so that someone might be able to beat it into shape later | 15:42 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-meetbot: Migrate to puppet-httpd module https://review.openstack.org/200204 | 15:42 |
*** FallenPegasus has joined #openstack-infra | 15:43 | |
sdague | I 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 flush | 15:43 |
*** puranamr has joined #openstack-infra | 15:43 | |
*** bluex-pl has quit IRC | 15:43 | |
*** ig0r_ has quit IRC | 15:43 | |
mordred | clarkb: why do we need to revert? | 15:44 |
*** FallenPegasus has quit IRC | 15:44 | |
clarkb | mordred: because it is not working and will require new image builds each time we want to fix something | 15:44 |
mordred | clarkb: the rsync patch should have landed and new images should have been built - are we seeing new problems? | 15:44 |
*** FallenPegasus has joined #openstack-infra | 15:44 | |
clarkb | mordred: oh not sure, I am just responding to sdagues comments from earlier | 15:45 |
*** harlowja_at_home has joined #openstack-infra | 15:45 | |
*** yfried_ has quit IRC | 15:45 | |
mordred | I 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 do | 15:45 |
clarkb | if the rsync patch is fixing things then we should be fine | 15:45 |
clarkb | yup | 15:45 |
*** tjones1 has joined #openstack-infra | 15:45 | |
*** devkulkarni has quit IRC | 15:45 | |
*** otter768 has joined #openstack-infra | 15:46 | |
clarkb | mordred: we havne't gotten to ubuntu-trusty build yet | 15:46 |
mordred | clarkb: ah. nod | 15:46 |
clarkb | so we can probably wait a while longer for that image to get built and uploaded | 15:46 |
openstackgerrit | Matthew Treinish proposed openstack/os-testr: Add TODO entry for moving away from subprocess in ostestr https://review.openstack.org/201636 | 15:47 |
*** sergmelikyan has joined #openstack-infra | 15:47 | |
eharney | my 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 |
mordred | clarkb: yah. I agree though - the iteration time is annoying | 15:47 |
openstackgerrit | Merged openstack-infra/project-config: Adding Kuryr as a part of neutron big stadium. https://review.openstack.org/200375 | 15:47 |
mordred | mestery: ^^ neutron has a big stadium? what? a tent wasn't good enough for you? :) | 15:48 |
*** dprince has quit IRC | 15:48 | |
pc_m | Can I get another core infra reviewer on https://review.openstack.org/#/c/196127/? | 15:49 |
anteaya | mordred: they have been a stadium for some time | 15:49 |
anteaya | mordred: and no there is no way they fit in a tent | 15:49 |
mordred | anteaya: I guess I just don't keep up with all the cool terms | 15:49 |
anteaya | they don't even all fit in any size of summit room given to them | 15:49 |
anteaya | impossible to keep up | 15:49 |
anteaya | pc_m: can you do me a favour | 15:50 |
anteaya | in future can you put a whitespace before your ? at the end of a review url? | 15:50 |
pc_m | anteaya: yeah, sorry. | 15:50 |
anteaya | I know it isn't proper grammar for english speakers | 15:50 |
anteaya | thanks for understanding | 15:50 |
anteaya | oh and I'm already +2 | 15:51 |
*** changbl has joined #openstack-infra | 15:51 | |
*** otter768 has quit IRC | 15:51 | |
pc_m | anteaya: Yeah, looking for a second one. | 15:51 |
*** sergmelikyan has quit IRC | 15:51 | |
pc_m | second reviewer... | 15:51 |
*** ashleighfarnham has joined #openstack-infra | 15:52 | |
*** marzif_ has quit IRC | 15:52 | |
*** marzif_ has joined #openstack-infra | 15:52 | |
*** e0ne is now known as e0ne_ | 15:53 | |
*** e0ne_ is now known as e0ne | 15:54 | |
openstackgerrit | Merged openstack-infra/project-config: Add project fuel-nailgun-agent repo https://review.openstack.org/198053 | 15:54 |
*** devkulkarni has joined #openstack-infra | 15:54 | |
sdake | could couple core reviewers review https://review.openstack.org/#/c/198968/ pls - would like to get our get into snuff ;) | 15:54 |
harlowja_at_home | mordred, TOTALLYYYYY lol | 15:56 |
harlowja_at_home | ha | 15:56 |
*** maishsk has joined #openstack-infra | 15:58 | |
*** devkulkarni has quit IRC | 15:58 | |
*** ddieterly has quit IRC | 15:59 | |
mordred | harlowja_at_home: I love making you happy | 15:59 |
*** geoffarnold has quit IRC | 15:59 | |
* harlowja_at_home awkward hug | 15:59 | |
harlowja_at_home | lol | 15:59 |
*** marzif_ has quit IRC | 15:59 | |
*** geoffarnold has joined #openstack-infra | 16:00 | |
davideagnello | hello, could core reviewers please review this patch: https://review.openstack.org/#/c/201285/2 thank you | 16:00 |
* mordred hands harlowja_at_home a cuddly bunny | 16:00 | |
FallenPegasus | before 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_home | mordred, why thx | 16:01 |
harlowja_at_home | ha | 16:01 |
mordred | FallenPegasus: http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/projects.yaml | 16:01 |
*** amotoki_ has quit IRC | 16:01 | |
mordred | FallenPegasus: also, "ssh -p 29418 review.openstack.org gerrit ls-projects" | 16:01 |
jeblair | and if that doesn't have what you need, there are some more options! ;) | 16:01 |
*** dimtruck is now known as zz_dimtruck | 16:02 | |
fungi | FallenPegasus: or just hit the gerrit http api to request the projects list | 16:02 |
mordred | FallenPegasus: will give you just the list of repos | 16:02 |
jeblair | FallenPegasus: https://review.openstack.org/Documentation/rest-api-projects.html | 16:02 |
openstackgerrit | Eric Harney proposed openstack-infra/project-config: Fix Cinder configuration for tempest-dsvm-full-lio https://review.openstack.org/201646 | 16:02 |
openstackgerrit | Merged openstack-infra/project-config: Don't run gate-networking-midonet-python34 for stable branches https://review.openstack.org/201424 | 16:02 |
openstackgerrit | Merged openstack-infra/project-config: Don't run gate-networking-midonet-python34 for stable branches https://review.openstack.org/201424 | 16:02 |
zaro | morning | 16:02 |
*** BharatK has quit IRC | 16:02 | |
*** zz_dimtruck is now known as dimtruck | 16:03 | |
clarkb | mordred: ubuntu-trusty builds just started | 16:04 |
clarkb | mordred: http://nodepool.openstack.org/dib.ubuntu-trusty.log | 16:04 |
anteaya | morning zaro | 16:04 |
*** bdemers has quit IRC | 16:04 | |
*** tjones1 has quit IRC | 16:04 | |
*** bdemers has joined #openstack-infra | 16:05 | |
openstackgerrit | Merged openstack-infra/project-config: Move experimental Manila jobs in Rally to check pipeline https://review.openstack.org/199108 | 16:06 |
*** jlanoux has quit IRC | 16:06 | |
openstackgerrit | Merged openstack-infra/project-config: nodepool: describe nodepool-base env variables https://review.openstack.org/193566 | 16:06 |
*** harlowja_at_home has quit IRC | 16:07 | |
*** kzaitsev_mb has quit IRC | 16:08 | |
*** dprince has joined #openstack-infra | 16:08 | |
fungi | in our nodepool logs i'm seeing a lot of LaunchNetworkException: Unable to find public IP of server | 16:11 |
*** signed8bit has joined #openstack-infra | 16:11 | |
*** signed8b_ has joined #openstack-infra | 16:11 | |
*** maishsk_ has joined #openstack-infra | 16:11 | |
*** maishsk has quit IRC | 16:12 | |
*** maishsk_ is now known as maishsk | 16:12 | |
*** sridhar_ram has joined #openstack-infra | 16:12 | |
clarkb | ya that was happening yesterday but didnt get around to debugging | 16:12 |
fungi | a quick scan shows it's all rax | 16:12 |
fungi | no hpcloud | 16:12 |
clarkb | it was rax specific, I am guessing they changed the return valu key for the IPs | 16:12 |
*** unicell1 has quit IRC | 16:13 | |
fungi | grar | 16:13 |
*** boris-42 has joined #openstack-infra | 16:14 | |
*** ashleighfarnham has quit IRC | 16:14 | |
clarkb | I did clear out leaked fips in hpcloud to get our node counts up as a separate issue | 16:14 |
*** sshnaidm has quit IRC | 16:14 | |
*** austin81 has left #openstack-infra | 16:16 | |
*** e0ne is now known as e0ne_ | 16:16 | |
*** yamamoto has quit IRC | 16:16 | |
jeblair | crinkle: re: https://review.openstack.org/200854 I think we have decided that we are okay with arrow alignment checks on puppet-* repos | 16:17 |
*** laughterwym__ has quit IRC | 16:17 | |
*** Sukhdev has joined #openstack-infra | 16:18 | |
*** e0ne_ is now known as e0ne | 16:18 | |
*** kzaitsev_mb has joined #openstack-infra | 16:18 | |
crinkle | jeblair: okay, so you are okay with me fixing them as part of those patches? | 16:18 |
jeblair | crinkle: your choice -- i'm also happy to hit the aprv button on that one and leave it for a followup | 16:19 |
*** yamamoto has joined #openstack-infra | 16:19 | |
crinkle | jeblair: i can do a followup | 16:19 |
*** shashank_hegde_ has quit IRC | 16:19 | |
jeblair | aprvd | 16:19 |
crinkle | \o/ | 16:19 |
clarkb | mordred: ubuntu-trusty image build failed, couldn't clone openstack/kuryr | 16:20 |
jeblair | pabelanger: why does https://review.openstack.org/198827 depend on https://review.openstack.org/184905 ? | 16:21 |
mordred | fungi, clarkb: are we still seeing that? | 16:21 |
*** kiran-r has quit IRC | 16:21 | |
clarkb | mordred: that being the ip not found? ya | 16:21 |
fungi | mordred: fairly continually right now though i think not for all rax boots, just some | 16:22 |
mordred | fungi: awesome | 16:22 |
jeblair | crinkle, nibalizer, clarkb: is https://review.openstack.org/198827 on the right track for our current thinking with puppet-apache/httpd? | 16:22 |
mordred | fungi: so - I'd like to log server dict on those failures | 16:22 |
*** ashleighfarnham has joined #openstack-infra | 16:23 | |
anteaya | I'm going to get a walk in before packing and meeting season | 16:24 |
jeblair | crinkle: 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 |
pleia2 | anteaya: enjoy | 16:24 |
clarkb | jeblair: yes, the only nit I see is why are we not declaring a version in the deps json dict | 16:24 |
anteaya | I'm in Boston at keystone mid-cycle starting tomorrow | 16:24 |
anteaya | pleia2: thanks | 16:24 |
*** shashank_hegde_ has joined #openstack-infra | 16:24 | |
anteaya | anyone with infra keystone things let me know and I'll do my best to convey and gather | 16:25 |
crinkle | jeblair: re 198827 I think so, nibalizer would know better | 16:25 |
jeblair | clarkb: 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 |
crinkle | jeblair: re 200333 yes, i can clarify in the commit message if that would help | 16:25 |
*** sputnik13 has joined #openstack-infra | 16:25 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Debug IP finding failures https://review.openstack.org/201653 | 16:26 |
jeblair | crinkle: nah, that's okay. reviewers should be expected to understand the syntax of the language they are reviewing ;) | 16:26 |
mordred | fungi, clarkb: ^^ | 16:26 |
mordred | if we can get that landed, it'll help find the public ip problem | 16:26 |
crinkle | i would agree with clarkb on 198827, there should be a version requirement even if it is >=0.0.4 <1.0.0 | 16:26 |
crinkle | though it only really matters after you hit 1.0.0 | 16:27 |
clarkb | ya at least for that particular one I believe we already have a 0.0.4 tag | 16:27 |
clarkb | and we are basically using version 0.0.4 | 16:27 |
jeblair | okay, i'll delay aprv so you can leave that as a -1 | 16:27 |
*** pblaho has quit IRC | 16:27 | |
clarkb | for the other modules we don't really have releases yet but this was an adopted and renamed module with preexisting history | 16:28 |
*** dizquierdo has joined #openstack-infra | 16:29 | |
*** hichihara has quit IRC | 16:29 | |
openstackgerrit | Merged openstack-infra/project-config: Added non-voting gate-merlin-npm-run-lint https://review.openstack.org/198903 | 16:29 |
openstackgerrit | Merged openstack-infra/project-config: Switched merlin to using npm-run-test https://review.openstack.org/198911 | 16:29 |
openstackgerrit | Merged openstack-infra/project-config: Switched merlin to use javascript-jobs https://review.openstack.org/198912 | 16:30 |
openstackgerrit | Merged openstack-infra/puppet-accessbot: Remove empty string defaults from class parameters https://review.openstack.org/198161 | 16:30 |
*** tqtran has joined #openstack-infra | 16:31 | |
AJaeger | SergeyLukjanov: you can approve https://review.openstack.org/#/c/199820/ - Kyle has acked it via the governance patch. | 16:31 |
*** shashank_hegde_ has quit IRC | 16:31 | |
*** maishsk has quit IRC | 16:31 | |
*** maishsk has joined #openstack-infra | 16:31 | |
AJaeger | The 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-infra | 16:33 | |
mordred | jeblair: https://review.openstack.org/201653 is an easy review for you too | 16:33 |
*** fawadkhaliq has quit IRC | 16:33 | |
AJaeger | clarkb, 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 |
jeblair | AJaeger: will do | 16:34 |
AJaeger | jeblair: kuryr-core I meant - thanks! | 16:34 |
*** derekh has quit IRC | 16:34 | |
gsagie_ | AJaeger, jeblair: thanks! | 16:34 |
*** Kiall has quit IRC | 16:34 | |
jeblair | AJaeger: i don't think it's done creating yet? | 16:34 |
AJaeger | jeblair: 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 |
clarkb | it was there enough to kill image builds | 16:36 |
gsagie_ | okie np, i will probably only see it tomorrow as its getting late here | 16:36 |
clarkb | but project filteri n gerrit doesn't show it, likely a cache thing? | 16:36 |
AJaeger | jeblair: 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-config | 16:36 |
*** Kiall has joined #openstack-infra | 16:37 | |
jeblair | AJaeger: we should ask nibalizer | 16:37 |
pabelanger | jeblair, 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 beaker | 16:38 |
pabelanger | however, I can likely remove the depends-on header for now | 16:38 |
AJaeger | nibalizer: could you check change I2644665776d2f83e113d5123773b664050a67567 again, please? It introduced gate-openstackci-beaker-centos7 which is not registered. | 16:38 |
pabelanger | since I didn't fully migrate away from puppet-apache | 16:38 |
jeblair | pabelanger: ah! thanks | 16:38 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-askbot: Migrate to puppet-httpd module https://review.openstack.org/198827 | 16:39 |
jeblair | AJaeger, nibalizer: i added trusty and centos7 because puppet-openstackci defines nodesets for those in this change: https://review.openstack.org/184891 | 16:40 |
openstackgerrit | Doug Wiegley proposed openstack-infra/project-config: Create openstack/gslb project repo and jobs https://review.openstack.org/201658 | 16:41 |
jeblair | AJaeger, 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-infra | 16:41 | |
*** e0ne has quit IRC | 16:42 | |
*** kzaitsev_mb has quit IRC | 16:42 | |
jeblair | clarkb, AJaeger: the git portion of the latest puppet run had failures | 16:42 |
jeblair | still looking | 16:42 |
AJaeger | jeblair: thanks. Let's wait for nibalizer and hope he proposes something. Otherwise I'm for reverting the patch to silence this. | 16:43 |
AJaeger | jeblair: thanks for looking into the puppet run. | 16:43 |
jeblair | AJaeger: please don't revert the patch, the other part of that is useful. | 16:43 |
nibalizer | hi | 16:43 |
*** yamahata has quit IRC | 16:45 | |
* nibalizer looks | 16:46 | |
openstackgerrit | Merged openstack-infra/puppet-accessbot: Add Gemfile and puppet 4 checks https://review.openstack.org/198162 | 16:46 |
*** fawadkhaliq has joined #openstack-infra | 16:46 | |
*** sabeen1 has joined #openstack-infra | 16:46 | |
clarkb | jeblair: puppetboard shows green for all but ask staging and jenkins dev | 16:47 |
openstackgerrit | Merged openstack-infra/groups: Security upgrade of VBO module https://review.openstack.org/201624 | 16:47 |
jeblair | AJaeger, clarkb: puppet timed out on git01 and git08, and i have no i dea why :( | 16:47 |
*** Swami has joined #openstack-infra | 16:47 | |
AJaeger | jeblair: since nibalizer is here, I hope we can solve it quickly. nibalizer, please read the backscroll | 16:47 |
nibalizer | on it | 16:47 |
clarkb | jeblair: the same git issue we have had on centos6 possibly? | 16:48 |
akraminsky | hi, 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 |
clarkb | akraminsky: can you expand on what you mean by "connecting to openstack"? | 16:48 |
openstackgerrit | Merged openstack-infra/puppet-apps_site: Enable CORS for app-catalog https://review.openstack.org/194875 | 16:48 |
*** unicell has joined #openstack-infra | 16:48 | |
*** esmute__ has joined #openstack-infra | 16:48 | |
*** devvesa has quit IRC | 16:48 | |
*** unicell has quit IRC | 16:48 | |
*** unicell has joined #openstack-infra | 16:48 | |
jeblair | clarkb: 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 |
openstackgerrit | Merged openstack-infra/puppet-bandersnatch: Add Gemfile and puppet 4 checks https://review.openstack.org/201399 | 16:49 |
akraminsky | the script tries to clone from git://git.openstack.org/openstack-dev/devstack.git and it fails to connect | 16:49 |
*** shashank_hegde_ has quit IRC | 16:49 | |
clarkb | akraminsky: 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 of | 16:49 |
akraminsky | clarkb, hmm ok I'll investigate some more I guess | 16:50 |
fungi | akraminsky: is it consistent or intermittent? | 16:50 |
clarkb | akraminsky: maybe you can paste the end of your image build logs? | 16:50 |
akraminsky | fungi, It's been consistant since last week. Before that it worked fine | 16:51 |
jeblair | nibalizer, AJaeger: https://review.openstack.org/201159 is one way to solve the centos7 problem | 16:51 |
*** kzaitsev_mb has joined #openstack-infra | 16:51 | |
*** sergmelikyan has joined #openstack-infra | 16:51 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/infra-manual: Add documentation for project renames https://review.openstack.org/201662 | 16:51 |
pleia2 | AJaeger: ^^ as promised | 16:52 |
AJaeger | pleia2: thanks! | 16:52 |
*** heyongli has quit IRC | 16:52 | |
openstackgerrit | Merged openstack-infra/puppet-asterisk: Add Gemfile and puppet 4 checks https://review.openstack.org/200854 | 16:52 |
*** yamamoto has quit IRC | 16:52 | |
*** alexsyip has joined #openstack-infra | 16:52 | |
AJaeger | jeblair: yeah, that should do it... | 16:53 |
openstackgerrit | Merged openstack-infra/puppet-askbot: Add Gemfile and puppet 4 checks https://review.openstack.org/199792 | 16:53 |
fungi | akraminsky: 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 are | 16:53 |
openstackgerrit | Ian Y. Choi proposed openstack-infra/system-config: Add eavesdrop to #openstack-translation channel https://review.openstack.org/201663 | 16:53 |
openstackgerrit | Merged openstack-infra/system-config: Pass through zanata client parameters https://review.openstack.org/176440 | 16:53 |
nibalizer | another solution would be to move to bare-centos6 right? | 16:54 |
nibalizer | I'm personally in favor of pabelanger's change because it lines us up better with what openstack/puppet-* are doing | 16:54 |
*** sridhar_ram has quit IRC | 16:55 | |
akraminsky | clarkb: http://pastebin.com/HYCQ4gmZ | 16:55 |
*** xyang0 has quit IRC | 16:55 | |
*** yamamoto has joined #openstack-infra | 16:55 | |
pabelanger | nibalizer, Ya, I want to get a bare-centos7 node going. But likely take some work | 16:55 |
jeblair | nibalizer: okay | 16:55 |
crinkle | it sounds like we're only doing it because there isn't a bare-centos7 node, not because it's the right thing to do | 16:55 |
jeblair | pabelanger, 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.sh | 16:56 |
openstackgerrit | Merged openstack-infra/puppet-askbot: Enable puppet-lint-empty_string-check & fix errors https://review.openstack.org/200333 | 16:56 |
openstackgerrit | Merged openstack-infra/puppet-elastic_recheck: Fix variable access warnings https://review.openstack.org/200249 | 16:56 |
openstackgerrit | Merged openstack-infra/project-config: Add check-requirements job to openstack/anchor https://review.openstack.org/199479 | 16:56 |
*** xyang0 has joined #openstack-infra | 16:56 | |
pabelanger | jeblair, which centos node? IIRC it only affects centos6 | 16:56 |
nibalizer | https://review.openstack.org/#/c/201159/ lgtm | 16:57 |
clarkb | jeblair: correct | 16:57 |
fungi | pabelanger: crinkle: i thought we were doing it because we're trying to get rid of our "bare-.*" nodes | 16:57 |
jeblair | pabelanger: sorry, i mean our centos6 _servers_ like git*.o.o | 16:57 |
crinkle | fungi: well now i'm thoroughly confused | 16:57 |
jeblair | fungi: is favoring devstack- over bare- the thing most compatible with your bindep work? | 16:57 |
pabelanger | jeblair, Oh... um. That sounds right. Just jenkins nodes right now | 16:57 |
fungi | jeblair: yeah, all the devstack element does is know how to find things that we can pre-cache to make devstack faster | 16:58 |
jeblair | pabelanger, 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 clones | 16:58 |
openstackgerrit | Merged openstack-infra/project-config: Refactor pulling translations into a common func https://review.openstack.org/199915 | 16:58 |
jeblair | fungi: okay, cool. | 16:58 |
pabelanger | fungi, 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 installation | 16:58 |
openstackgerrit | Merged openstack-infra/project-config: midonet-v2: Update after recent plugin changes https://review.openstack.org/199389 | 16:58 |
openstackgerrit | Merged openstack-infra/project-config: Add networking-lenovo project to OpenStack. https://review.openstack.org/199820 | 16:58 |
openstackgerrit | Merged openstack-infra/project-config: Link bindep documentation in the infra index https://review.openstack.org/195216 | 16:58 |
fungi | jeblair: the current centos-6 node type is basically the centos 6 equivalent of a devstack-.* node | 16:58 |
jeblair | crinkle, 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 on | 16:58 |
fungi | jeblair: and mordred has run confirmation now that devstack jobs work fine on the new ubuntu-trusty nodes as well | 16:59 |
clarkb | fungi: but multinode does not | 16:59 |
fungi | i've got fresh experimental nova unit tests going on ubuntu-trusty as we speak | 16:59 |
jeblair | pabelanger: 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 installed | 17:00 |
*** mwagner_lap has quit IRC | 17:00 | |
*** vahidh has joined #openstack-infra | 17:00 | |
*** heyongli has joined #openstack-infra | 17:01 | |
fungi | at 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 configured | 17:01 |
pabelanger | jeblair, 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 |
fungi | pabelanger: devstack nodes don't have devstack and its dependencies installed | 17:02 |
jeblair | pabelanger: i don't understand -- we're working on producing nodes that have nothing installed. | 17:02 |
fungi | pabelanger: the curent "devstack-.*" nodes have basically nothing installed, because devstack does all the installing | 17:02 |
crinkle | that sounds good to me | 17:02 |
jeblair | pabelanger: and "bare" actually has _more_ installed because we're backwards like that. | 17:02 |
pabelanger | jeblair, fungi Oh. I misunderstood how the devstack element works for dibs. I thought it was caching the build dependencies for packages at creation time | 17:02 |
fungi | pabelanger: caching, yes. not installing though | 17:03 |
pabelanger | jeblair, fungi okay, sorry about the noise | 17:03 |
fungi | pabelanger: having extra things cached doesn't hurt anything | 17:03 |
pabelanger | /me nods | 17:03 |
fungi | other than maybe image size/disk space | 17:03 |
EmilienM | anteaya: FYI, I updated https://wiki.openstack.org/wiki/Sprints#Liberty_sprints - our Puppet OpenStack sprint will be virtual | 17:03 |
openstackgerrit | Monty Taylor proposed openstack-infra/system-config: Use bifrost for bare metal portion of infra-cloud https://review.openstack.org/201666 | 17:03 |
openstackgerrit | Monty Taylor proposed openstack-infra/system-config: Add note about running keystone on 443 https://review.openstack.org/201667 | 17:03 |
EmilienM | anteaya: because we had less attendees if doing that physically | 17:04 |
jeblair | clarkb, 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 |
mordred | jeblair: nod | 17:04 |
*** sabeen3 has joined #openstack-infra | 17:04 | |
jeblair | clarkb, 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 break | 17:05 |
fungi | jeblair: 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 that | 17:05 |
clarkb | jeblair: 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 |
jeblair | fungi: oh ok it's been happening for a while then... | 17:05 |
clarkb | at least that was my understanding when reading the bug | 17:05 |
*** davideagnello has quit IRC | 17:06 | |
jeblair | clarkb: that's my vague recollection too | 17:06 |
pabelanger | jeblair, do you have a job that is specifically failing? | 17:06 |
fungi | jeblair: it seemed to me like it started around the same time that the duration of our centos6 jobs shot up | 17:06 |
jeblair | pabelanger: the actual puppet run on the git hosts themselves is taking >30m | 17:06 |
jeblair | (it has a 30m timeout) | 17:06 |
fungi | pabelanger: not a job. the long-lived servers which make up our git farm | 17:06 |
pabelanger | Oh, ya. Is that is likely the same issue | 17:06 |
jeblair | pabelanger: and the puppet run includes git operations via vcsrepo | 17:06 |
*** sabeen1 has quit IRC | 17:07 | |
pabelanger | work around would be to do the git config insteadOf setting | 17:07 |
pabelanger | to force https to switch to git or something | 17:07 |
pabelanger | which might work on our git.o.o servers | 17:07 |
mordred | or - do the clone of project-config once on the puppetmaster and rsync the repo out to the servers that need it | 17:07 |
*** ildikov_ has quit IRC | 17:07 | |
jeblair | or we can add some puppet to do this: https://review.openstack.org/#/c/199794/2/install_puppet.sh on all our centos6 servers | 17:07 |
mordred | or tht | 17:07 |
*** bdemers has quit IRC | 17:08 | |
fungi | akraminsky: is that log you pasted in utc or some other timezone? | 17:08 |
*** yamamoto has quit IRC | 17:08 | |
jeblair | i think i favor the puppet ianw's repo approach | 17:09 |
jeblair | i like the "run the same version of git on all centos machines" aspect of it | 17:09 |
clarkb | jeblair: +1 | 17:09 |
mordred | ++ | 17:09 |
*** bdemers has joined #openstack-infra | 17:09 | |
pabelanger | agreed | 17:09 |
jeblair | (and it's worth noting that if we spun up a git server today, we would actually get that) | 17:09 |
akraminsky | fungi: PST | 17:09 |
*** puranamr has quit IRC | 17:10 | |
fungi | ianw: 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 IRC | 17:10 | |
*** jerryz has joined #openstack-infra | 17:10 | |
fungi | akraminsky: okay, so that's ~1635 utc today? | 17:10 |
clarkb | fungi: ya | 17:11 |
akraminsky | fungi: yeh hould be | 17:11 |
*** fitoduarte has joined #openstack-infra | 17:11 | |
*** yamahata has joined #openstack-infra | 17:12 | |
* jeblair hacks some puppet | 17:12 | |
fungi | looks like that was 1.5 hours later than the ~700mbps spike for our git server farm, at least | 17:12 |
nibalizer | jeblair: should be easy, just a yumrepo resource basically | 17:13 |
*** ihrachyshka has joined #openstack-infra | 17:13 | |
*** jistr has quit IRC | 17:14 | |
fungi | hrm, 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 |
fungi | s/bug/big/ | 17:14 |
*** davideagnello has joined #openstack-infra | 17:14 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Run neutron-vpnaas functional tests for Neutron https://review.openstack.org/196127 | 17:14 |
*** devkulkarni has joined #openstack-infra | 17:15 | |
*** jcoufal has joined #openstack-infra | 17:15 | |
*** tonytan4ever has quit IRC | 17:15 | |
*** ajmiller has quit IRC | 17:16 | |
akraminsky | fungi: this started happening when openstack had problems last thursday :/ | 17:16 |
*** fawadkhaliq has quit IRC | 17:16 | |
fungi | akraminsky: what problems? what part of openstack? you'll have to be a _lot_ more specific | 17:16 |
*** esmute__ has quit IRC | 17:16 | |
clarkb | potentially the apache misconfigure? but the timestamp is wrong for that | 17:17 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Add ianw's centos6 git repo to all centos6 machines https://review.openstack.org/201671 | 17:17 |
clarkb | that was around 0000UTC friday iirc | 17:17 |
*** signed8bit is now known as signed8bit_ZZZzz | 17:17 | |
jeblair | nibalizer, clarkb, fungi, mordred, pabelanger: https://review.openstack.org/201671 | 17:17 |
*** shardy_ has joined #openstack-infra | 17:17 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-meetbot: Migrate to puppet-httpd module https://review.openstack.org/200204 | 17:17 |
fungi | clarkb: yeah, it shouldn't be continuing still | 17:17 |
jeblair | nibalizer: oh, there's a fancy way of doing that? i copied our existing not-fancy way | 17:17 |
clarkb | fungi: correct | 17:18 |
*** pelix has quit IRC | 17:18 | |
nibalizer | jeblair: ya this is a thing | 17:18 |
nibalizer | https://docs.puppetlabs.com/references/latest/type.html#yumrepo | 17:18 |
nibalizer | your way is fine | 17:18 |
clarkb | I am weird and have a preference for treating files as files in puppet ... | 17:18 |
*** patrickeast has joined #openstack-infra | 17:18 | |
*** shardy has quit IRC | 17:19 | |
*** shashank_hegde_ has joined #openstack-infra | 17:19 | |
clarkb | the only reason to do it the other way is if it ensure the repo is in place before installing any packages | 17:19 |
akraminsky | fungi: I'm not exactly sure.. | 17:19 |
clarkb | but thats eventually consistent anyways | 17:19 |
mrmartin | re | 17:19 |
*** jcoufal has quit IRC | 17:19 | |
mmedvede | this 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 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/project-config: Create/import and configure puppet-bifrost https://review.openstack.org/201673 | 17:20 |
fungi | anyway, i'm not seeing any smoking gun to explain a timeout cloning devstack from git.openstack.org at 16:35 utc today | 17:20 |
mrmartin | fungi: 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 topic | 17:20 |
rcarrillocruz | TheJulia: ^ | 17:20 |
rcarrillocruz | the puppet-bifrost stuff | 17:20 |
rcarrillocruz | mordred: ^ | 17:20 |
*** coolsvap is now known as coolsvap|afk | 17:20 | |
fungi | mrmartin: i don't think so, no | 17:21 |
*** crc32 has joined #openstack-infra | 17:21 | |
mmedvede | fungi: jeblair : any idea why kuryr project is empty? See my comment above. | 17:21 |
*** hdd has quit IRC | 17:22 | |
clarkb | mmedvede: its related to the git ting we are talking about | 17:22 |
*** shardy_ has quit IRC | 17:22 | |
clarkb | puppet failed to run there | 17:22 |
mmedvede | clarkb: oh. was not aware. Thanks | 17:23 |
*** SumitNaiksatam has joined #openstack-infra | 17:23 | |
*** shardy has joined #openstack-infra | 17:23 | |
mmedvede | rfolco: fyi ^ | 17:24 |
jeblair | mmedvede: it's eventually consistent :) | 17:24 |
jeblair | clarkb: 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 approval | 17:25 |
mmedvede | jeblair: haha, 'eventually'. I like it. | 17:25 |
jeblair | mordre: or before it lands :) | 17:25 |
jeblair | mordred ^ | 17:25 |
clarkb | jeblair: I am bought in | 17:25 |
mordred | I'm bought in | 17:25 |
clarkb | I did read the diff :) | 17:25 |
*** tvanderwiel has quit IRC | 17:26 | |
*** heyongli has quit IRC | 17:26 | |
*** heyongli has joined #openstack-infra | 17:27 | |
*** kiran-r has joined #openstack-infra | 17:28 | |
jeblair | okay, installed on git01 and i restarted git-daemon (so we can test git://) | 17:28 |
*** abregman has quit IRC | 17:29 | |
*** krtaylor has quit IRC | 17:29 | |
openstackgerrit | devdatta-kulkarni proposed openstack-infra/project-config: Rename stackforge/solum -> openstack/solum https://review.openstack.org/201287 | 17:29 |
*** mtanino has joined #openstack-infra | 17:29 | |
clarkb | `git clone --depth 1 git://git01.openstack.org:29418/openstack-infra/project-config` works for me | 17:29 |
clarkb | jeblair: ^ | 17:29 |
*** achanda has joined #openstack-infra | 17:29 | |
jeblair | clarkb: and http:8080 works for me | 17:30 |
clarkb | http too yup | 17:30 |
fungi | yep, seems safe enough for now | 17:31 |
jeblair | okay. 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 lands | 17:31 |
*** ianw has quit IRC | 17:31 | |
jeblair | fungi, 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 |
jeblair | pabelanger: ^ | 17:31 |
*** heyongli has quit IRC | 17:32 | |
*** jerryz has quit IRC | 17:33 | |
*** Sukhdev has quit IRC | 17:33 | |
mordred | jeblair: ++ | 17:33 |
fungi | jeblair: yep, that was my primary concern, and why i'm curious if ianw has any plans to get newer git into epel proper | 17:34 |
*** fawadkhaliq has joined #openstack-infra | 17:34 | |
anteaya | EmilienM: I see that, I'm thinking about taking the train and sitting in your living room in Quebec City for it anyway | 17:35 |
mordred | anteaya: hah. nice | 17:35 |
*** markus_z has quit IRC | 17:35 | |
pabelanger | jeblair, roger | 17:35 |
anteaya | on my own dime | 17:35 |
jeblair | pabelanger: 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-infra | 17:35 | |
*** yamamoto has joined #openstack-infra | 17:35 | |
anteaya | I haven't seen Quebec City yet and I'm told it is beautiful | 17:36 |
clarkb | oh I thought crinkle was leaving that comment fo rsome reason, I can add it if it helps | 17:36 |
jeblair | i did it for you :) | 17:36 |
crinkle | heh i thought clarkb was commenting | 17:36 |
clarkb | crinkle: o/ | 17:36 |
crinkle | o/ | 17:36 |
pabelanger | jeblair, version number? | 17:36 |
pabelanger | waits for comments | 17:36 |
jeblair | pabelanger: in metadata.json | 17:36 |
jeblair | pabelanger: for the requirement | 17:36 |
* crinkle will comment | 17:36 | |
*** mpaolino has joined #openstack-infra | 17:37 | |
pabelanger | jeblair, so, funny thing about that. I did talk to nibalizer about that. But right now puppet-httpd is 0.0.0 version | 17:37 |
openstackgerrit | Doug Hellmann proposed openstack/requirements: Update oslo.messaging for new release 1.17.1 https://review.openstack.org/201681 | 17:37 |
pabelanger | thought 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 tagging | 17:37 |
clarkb | pabelanger: it doesn/t have the 0.0.4 tag preserved? I thought that is what we baed this on | 17:38 |
clarkb | I would expect it to have a version of 0.0.4 | 17:38 |
nibalizer | in metadata.json? of puppet-httpd? | 17:38 |
EmilienM | anteaya: cool cool | 17:38 |
EmilienM | anteaya: pabelanger might come also, so maybe MTL is a good option | 17:38 |
anteaya | EmilienM: thanks | 17:38 |
clarkb | nibalizer: yes and in the git tags, because it was based on the old repo | 17:38 |
EmilienM | anteaya: but you're welcome in Quebec anytime | 17:38 |
anteaya | mtl is good too | 17:38 |
anteaya | thank you | 17:39 |
anteaya | just tell me where I should book my ticket | 17:39 |
nibalizer | clarkb: there was a lot of pushback in putting a version number in a file managed by git | 17:39 |
*** hdd has joined #openstack-infra | 17:39 | |
nibalizer | on any puppet repo we maintain | 17:39 |
EmilienM | anteaya: MTL now, to go in Quebec we'll see | 17:39 |
anteaya | not being at home for more fireworks has a certain appeal to me | 17:39 |
clarkb | nibalizer: ok nevermind the version in the file | 17:39 |
jeblair | (i have no interest in reviewing version number changes) | 17:39 |
clarkb | nibalizer: what does git say? | 17:39 |
pabelanger | clarkb, https://github.com/openstack-infra/puppet-httpd/blob/master/metadata.json#L3 | 17:39 |
anteaya | EmilienM: thanks, either way is fine | 17:39 |
nibalizer | I didn't push a tag ( I didn't have the perms then anyways) | 17:39 |
clarkb | and no tags | 17:40 |
clarkb | didn't we copy repos? | 17:40 |
* clarkb wonders how the tag wasn't preserved | 17:40 | |
*** puranamr has joined #openstack-infra | 17:40 | |
jeblair | maybe there wasn't a tag? :) | 17:40 |
clarkb | pretty sure the source repo has a tag | 17:40 |
openstackgerrit | Doug Hellmann proposed openstack-infra/release-tools: automatically submit constraints updates for new releases https://review.openstack.org/201682 | 17:40 |
*** achanda has quit IRC | 17:41 | |
clarkb | anyways if thats how the repo is then I care less about how the other modules specify their dep on httpd | 17:41 |
openstackgerrit | Doug Wiegley proposed openstack-infra/project-config: Create openstack/gslb project repo and jobs https://review.openstack.org/201658 | 17:41 |
*** achanda has joined #openstack-infra | 17:41 | |
openstackgerrit | Doug Wiegley proposed openstack-infra/project-config: Create openstack/gslb project repo and jobs https://review.openstack.org/201658 | 17:42 |
clarkb | jeblair: 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 |
jeblair | mordred: can you revisit https://review.openstack.org/164908 ? | 17:44 |
jeblair | clarkb: was going to see if it could do it itself | 17:44 |
jeblair | just figured i'd check back after meetings | 17:44 |
clarkb | jeblair: kk, will watch it too then | 17:44 |
clarkb | want to know when I can retrigger ubuntu-trusty image builds | 17:45 |
openstackgerrit | Eric Harney proposed openstack-infra/project-config: Fix Cinder configuration for tempest-dsvm-full-lio https://review.openstack.org/201646 | 17:45 |
mordred | jeblair: done | 17:46 |
jeblair | clarkb: can you WIP https://review.openstack.org/181965 ? | 17:47 |
*** otter768 has joined #openstack-infra | 17:47 | |
clarkb | jeblair: yes | 17:47 |
*** jerryz has joined #openstack-infra | 17:47 | |
clarkb | jeblair: its possible that gerrit fixed the bug forthat too | 17:48 |
*** dizquierdo has quit IRC | 17:48 | |
*** armax has quit IRC | 17:48 | |
clarkb | I 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/gc | 17:48 |
*** dizquierdo has joined #openstack-infra | 17:49 | |
openstackgerrit | Merged openstack-infra/project-config: Always use gate- instead of check- (f-k*) https://review.openstack.org/201266 | 17:49 |
fungi | i 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-infra | 17:50 | |
fungi | any idea what's prepopulated in the workspace by the jenkins slave agent? | 17:50 |
clarkb | fungi: I thought it was just workspace/$jobname | 17:50 |
fungi | if nobody knows, i'll run some experiments to find out | 17:50 |
clarkb | then we clone to . in that dir | 17:51 |
fungi | stderr: 'fatal: destination path '/home/jenkins/workspace/bindep-nova-python27' already exists and is not an empty directory. | 17:51 |
fungi | in this case | 17:51 |
*** e0ne has joined #openstack-infra | 17:51 | |
*** ildikov has joined #openstack-infra | 17:51 | |
fungi | and that macro is the first builder called by the job | 17:52 |
clarkb | g-g-p does the same clone op to . so I would expect that to fail in the same way? | 17:52 |
fungi | OH! | 17:52 |
*** otter768 has quit IRC | 17:52 | |
fungi | i see why :/ | 17:52 |
fungi | cat > clonemap.yaml << EOF | 17:52 |
*** ociuhandu has quit IRC | 17:52 | |
clarkb | oh :) | 17:52 |
* fungi sighs at his own blindness | 17:52 | |
*** tvanderwiel has joined #openstack-infra | 17:52 | |
krotscheck | fungi: What's the word on that release slave? | 17:52 |
*** heyongli has quit IRC | 17:52 | |
clarkb | fungi: write it to /tmp ? | 17:53 |
fungi | krotscheck: it's working fine afaik | 17:53 |
fungi | clarkb: yeah, i will use mktemp | 17:53 |
fungi | just didn't think that part through very well, obviously | 17:53 |
krotscheck | fungi: So, I can start pestering people about the npm credential patch? https://review.openstack.org/#/c/199707/ | 17:53 |
fungi | krotscheck: yep | 17:53 |
*** mwagner_lap has joined #openstack-infra | 17:53 | |
krotscheck | Neat! fungi, would you mind looking at the npm credential patch? https://review.openstack.org/#/c/199707/ :D | 17:54 |
fungi | krotscheck: https://jenkins.openstack.org/computer/release.slave.openstack.org/builds | 17:54 |
fungi | seems to be working as designed anyway | 17:54 |
*** heyongli has joined #openstack-infra | 17:54 | |
krotscheck | fungi: It does that | 17:55 |
*** openstackgerrit has quit IRC | 17:56 | |
*** puranamr has quit IRC | 17:56 | |
*** openstackgerrit has joined #openstack-infra | 17:56 | |
*** mpaolino has quit IRC | 17:58 | |
clarkb | jeblair: looks like puppet run on git* and is now running on review.o.o | 17:58 |
jeblair | nice | 17:59 |
krotscheck | clarkb, mordred, jeblair: Any of you have time to look at https://review.openstack.org/#/c/199707/ ? | 17:59 |
pabelanger | well crap | 17:59 |
pabelanger | http://logs.openstack.org/27/198827/5/check/gate-infra-puppet-apply-precise/b91c045/console.html#_2015-07-14_17_28_28_929 | 18:00 |
AJaeger | clarkb, jeblair: Will it repair kuryr then? http://git.openstack.org/cgit/openstack/kuryr/ is currently empty | 18:00 |
jeblair | krotscheck: is it more urgent than changes that have been sitting for a month? | 18:00 |
clarkb | AJaeger: yes it should | 18:00 |
pabelanger | jeblair, clarkb first time I seen a timeout under precise | 18:00 |
*** sergmelikyan has quit IRC | 18:00 | |
krotscheck | jeblair: That doesn't actually answer my question. I take it you don't have the time? | 18:01 |
clarkb | AJaeger: its still running though so have to wait and see | 18:01 |
jeblair | krotscheck: you're asking to jump the line. i generally ask people if they have a good reason to do so. | 18:01 |
AJaeger | clarkb: .gitreview is now in the repo! | 18:01 |
AJaeger | gsagie_: ^ | 18:02 |
*** agentle_ has quit IRC | 18:02 | |
jeblair | clarkb: 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-infra | 18:02 | |
clarkb | jeblair: its possible since we only update system-config at the beginning of a cycle | 18:03 |
AJaeger | and 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 |
clarkb | so cycle starts, your change merges, then git* and review update, next cycle we update git repo | 18:03 |
clarkb | s/git repo/yum repo/ | 18:03 |
jeblair | AJaeger: done thanks | 18:04 |
krotscheck | jeblair: 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 |
AJaeger | jeblair: thanks - just wonder whether we have a duplicate. https://review.openstack.org/#/c/200375/ shows the huawei email address, but you add @vmware.com | 18:05 |
krotscheck | jeblair: 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 |
AJaeger | jeblair: yes, there are two of the name - please add the other one ;) | 18:05 |
*** reed_ has joined #openstack-infra | 18:05 | |
krotscheck | jeblair: So: Urgent for openstack? Nope. Urgent for me? Yes. | 18:05 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Create clone map outside workspace in zuul-.*-prep https://review.openstack.org/201692 | 18:06 |
krotscheck | jeblair: Also, you could always delegate. | 18:06 |
fungi | clarkb: ^ that's the current plan | 18:06 |
*** sridhar_ram has joined #openstack-infra | 18:06 | |
clarkb | fungi: cool, will have to update my change for the requiremnts/constraints stuff too | 18:06 |
*** jerryz has quit IRC | 18:08 | |
*** xyang0 has quit IRC | 18:08 | |
*** geoffarnold has quit IRC | 18:08 | |
*** esmute__ has joined #openstack-infra | 18:08 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Always use gate- instead of check- (m-s*) https://review.openstack.org/201538 | 18:09 |
AJaeger | anteaya: another change with rebase ^ - if you're still around, another review would be great | 18:09 |
openstackgerrit | Merged openstack-infra/puppet-etherpad_lite: Migrate to puppet-httpd module https://review.openstack.org/200244 | 18:09 |
jeblair | AJaeger: done | 18:09 |
openstackgerrit | Tim Hinrichs proposed openstack-infra/irc-meetings: Change Congress meeting time https://review.openstack.org/201695 | 18:09 |
AJaeger | thanks, jeblair | 18:10 |
anteaya | AJaeger: jeblair is faster | 18:10 |
* anteaya goes back to fighting with the internal tools | 18:10 | |
openstackgerrit | Merged openstack-infra/puppet-etherpad_lite: Fix variable access warnings https://review.openstack.org/200246 | 18:10 |
AJaeger | anteaya: jeblair was for ACLs - but continue fighting with internal tools... | 18:10 |
openstackgerrit | devdatta-kulkarni proposed openstack-infra/project-config: Rename stackforge/solum -> openstack/solum https://review.openstack.org/201287 | 18:11 |
gsagie_ | AJaeger, jeblair: thanks for your help | 18:11 |
*** signed8bit_ZZZzz is now known as signed8bit | 18:11 | |
anteaya | AJaeger: no I can take a break | 18:11 |
anteaya | many screenshots later mordred had gotten me to the next screen | 18:11 |
openstackgerrit | Merged openstack-infra/nodepool: Debug IP finding failures https://review.openstack.org/201653 | 18:12 |
*** puranamr has joined #openstack-infra | 18:12 | |
clarkb | review.o.o puppeting is complete, running ubuntu-trusty image build now | 18:13 |
anteaya | AJaeger: shoving that one in too | 18:13 |
openstackgerrit | Merged openstack-infra/project-config: Move amqp1's devstack plugin under openstack https://review.openstack.org/199003 | 18:13 |
openstackgerrit | Doug Wiegley proposed openstack-infra/project-config: Create openstack/gslb project repo and jobs https://review.openstack.org/201658 | 18:14 |
*** sergmelikyan has joined #openstack-infra | 18:14 | |
*** devkulkarni1 has joined #openstack-infra | 18:15 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: puppet: modify beaker/upgrade job to test kilo to liberty https://review.openstack.org/200367 | 18:15 |
AJaeger | thanks, anteaya | 18:15 |
EmilienM | anteaya: I had to rebasee ^ | 18:15 |
openstackgerrit | Merged openstack-infra/puppet-elasticsearch: Use archive to fetch/checksum instead of wget. https://review.openstack.org/164908 | 18:16 |
openstackgerrit | Merged openstack-infra/puppet-gerrit: Fix variable access warnings https://review.openstack.org/200251 | 18:16 |
openstackgerrit | Merged openstack-infra/puppet-httpd: Fix variable access warnings https://review.openstack.org/200263 | 18:16 |
*** xyang0 has joined #openstack-infra | 18:16 | |
openstackgerrit | Merged openstack-infra/puppet-graphite: Fix variable access warnings https://review.openstack.org/200258 | 18:16 |
*** reed_ has quit IRC | 18:16 | |
*** devkulkarni has quit IRC | 18:17 | |
*** e0ne is now known as e0ne_ | 18:17 | |
jeblair | clarkb: you may be interested in https://review.openstack.org/198108 ? | 18:18 |
*** krtaylor has joined #openstack-infra | 18:18 | |
anteaya | AJaeger: no one has complained and all we are doing is hopefully preventing a rebase, yet again | 18:18 |
*** _nadya_ has joined #openstack-infra | 18:20 | |
*** pc_m has quit IRC | 18:22 | |
*** pal has quit IRC | 18:23 | |
*** _nadya_ has quit IRC | 18:24 | |
*** pleia2_ has joined #openstack-infra | 18:24 | |
*** puranamr has quit IRC | 18:25 | |
*** pleia2 has quit IRC | 18:25 | |
*** pleia2_ is now known as pleia2 | 18:25 | |
*** puranamr has joined #openstack-infra | 18:25 | |
*** timfreun1 has joined #openstack-infra | 18:25 | |
*** rlucio_ has joined #openstack-infra | 18:25 | |
*** tcammann1 has joined #openstack-infra | 18:26 | |
*** e0ne_ is now known as e0ne | 18:26 | |
mrmartin | fungi, 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-infra | 18:27 | |
*** armax has joined #openstack-infra | 18:27 | |
fungi | mrmartin: ask_staging.pp similar to openstackid_dev.pp | 18:27 |
mrmartin | ok, thnx | 18:27 |
*** pc_m has joined #openstack-infra | 18:28 | |
*** lsell has joined #openstack-infra | 18:28 | |
*** pal has joined #openstack-infra | 18:28 | |
*** changbl has quit IRC | 18:29 | |
fungi | mrmartin: 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 mw | 18:29 |
fungi | er, for me | 18:29 |
*** zz_gondoi has joined #openstack-infra | 18:29 | |
*** mhu1 has joined #openstack-infra | 18:29 | |
*** dtroyer_zz has joined #openstack-infra | 18:29 | |
*** kozhukalov_ has joined #openstack-infra | 18:29 | |
*** stevebak` has joined #openstack-infra | 18:29 | |
*** tlbr_ has joined #openstack-infra | 18:29 | |
*** clayton_ has joined #openstack-infra | 18:29 | |
mrmartin | fungi: I should do it, but I don't have the proper access for the prod one | 18:29 |
*** adam_g` has joined #openstack-infra | 18:29 | |
*** mgagne_ has joined #openstack-infra | 18:29 | |
*** roaet- has joined #openstack-infra | 18:29 | |
*** __maurosr__ has joined #openstack-infra | 18:29 | |
mrmartin | I'm sitting here and staring the walls :) | 18:29 |
openstackgerrit | Merged openstack-infra/system-config: Add ianw's centos6 git repo to all centos6 machines https://review.openstack.org/201671 | 18:29 |
jeblair | clarkb: oh ^ :) | 18:30 |
*** vahidh has quit IRC | 18:30 | |
fungi | mrmartin: in that case once we get your account addition approved, i'll just scp a backup tarball over to teh staging server | 18:30 |
*** sigmavirus24 has quit IRC | 18:30 | |
mrmartin | ok, great, than I can do it | 18:30 |
*** fawadkhaliq has quit IRC | 18:30 | |
*** fitoduarte has quit IRC | 18:30 | |
*** sabeen3 has quit IRC | 18:30 | |
*** FallenPegasus has quit IRC | 18:30 | |
*** jogo has quit IRC | 18:30 | |
*** ivar-lazzaro has quit IRC | 18:30 | |
*** notnownikki has quit IRC | 18:30 | |
*** ldnunes has quit IRC | 18:30 | |
*** akscram has quit IRC | 18:30 | |
*** blaedd has quit IRC | 18:30 | |
*** chlong-afk has quit IRC | 18:30 | |
*** kozhukalov has quit IRC | 18:30 | |
*** flepied has quit IRC | 18:30 | |
*** rcarrillocruz has quit IRC | 18:30 | |
*** tlbr has quit IRC | 18:30 | |
*** isq has quit IRC | 18:30 | |
*** shashank_hegde has quit IRC | 18:30 | |
*** zhiyan has quit IRC | 18:30 | |
*** timfreund has quit IRC | 18:30 | |
*** mhu has quit IRC | 18:30 | |
*** thingee has quit IRC | 18:30 | |
*** tchaypo has quit IRC | 18:30 | |
*** timburke has quit IRC | 18:30 | |
*** filler has quit IRC | 18:30 | |
*** maurosr has quit IRC | 18:30 | |
*** clayton has quit IRC | 18:30 | |
*** rlucio has quit IRC | 18:30 | |
*** dtroyer has quit IRC | 18:30 | |
*** roaet_ has quit IRC | 18:30 | |
*** mgagne has quit IRC | 18:30 | |
*** stevebaker has quit IRC | 18:30 | |
*** adam_g has quit IRC | 18:30 | |
*** tcammann_ has quit IRC | 18:30 | |
*** sileht has quit IRC | 18:30 | |
*** gondoi has quit IRC | 18:30 | |
*** rakhmerov has quit IRC | 18:30 | |
*** xgerman has quit IRC | 18:30 | |
*** mrda-away has quit IRC | 18:30 | |
*** clayton_ is now known as clayton | 18:30 | |
*** __maurosr__ is now known as maurosr | 18:30 | |
*** shashank_hegde_ is now known as shashank_hegde | 18:30 | |
*** timburke_ has joined #openstack-infra | 18:30 | |
fungi | mrmartin: that's much easier for me to find time for ;) | 18:31 |
*** mhu1 is now known as mhu | 18:31 | |
*** zz_gondoi is now known as gondoi | 18:31 | |
mrmartin | Stefano asked me to automatize this prod -> staging db restore, but it is not so simple | 18:31 |
*** Guest10549 is now known as dan | 18:31 | |
*** f1ller has joined #openstack-infra | 18:31 | |
mordred | /buffer lsell | 18:31 |
mordred | gah | 18:31 |
*** sigmavirus24 has joined #openstack-infra | 18:32 | |
anteaya | EmilienM: 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 thing | 18:32 |
*** changbl has joined #openstack-infra | 18:32 | |
anteaya | mordred: tell her I say hi | 18:32 |
jesusaurus | when does zuul reconfigure which jobs belong together in dependent pipelines? does that require a restart? | 18:32 |
*** armax has quit IRC | 18:32 | |
mordred | anteaya: I shall! although she tab completes here - so it's possile you can tell her yourself! | 18:32 |
*** patrickeast has quit IRC | 18:32 | |
mordred | :) | 18:32 |
*** patrickeast_ has joined #openstack-infra | 18:32 | |
anteaya | :) | 18:33 |
anteaya | lsell: hi | 18:33 |
*** rakhmerov has joined #openstack-infra | 18:33 | |
*** mgagne_ has left #openstack-infra | 18:33 | |
*** armax has joined #openstack-infra | 18:33 | |
*** hdd has quit IRC | 18:34 | |
*** esmute__ has quit IRC | 18:34 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-askbot: Migrate to puppet-httpd module https://review.openstack.org/198827 | 18:34 |
*** timburke_ is now known as timburke | 18:34 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: disable python34 job for lbaas stable branches https://review.openstack.org/201707 | 18:34 |
lsell | anteaya: hi there :) | 18:35 |
fungi | jesusaurus: 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 question | 18:35 |
EmilienM | anteaya: no pressure at all | 18:35 |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: disable python34 job for lbaas stable branches https://review.openstack.org/201707 | 18:35 |
anteaya | EmilienM: thanks | 18:36 |
*** Longgeek has quit IRC | 18:36 | |
*** rm_work|away is now known as rm_work | 18:36 | |
*** hdd has joined #openstack-infra | 18: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 | |
fungi | SpamapS: you could rage into https://bugs.launchpad.net/openstack-org/+filebug if you want something to possibly come of it ;) | 18:37 |
jesusaurus | fungi: ah, so i'll need to wait for the current dependent queues to empty? | 18:37 |
*** erlon has joined #openstack-infra | 18:37 | |
openstackgerrit | BorneMace proposed openstack-infra/project-config: Added new validate-contents test for kolla https://review.openstack.org/198968 | 18:38 |
fungi | jesusaurus: no, i think new changes that enter the pipeline will get grouped and ordered based on the new state of the configuration | 18:38 |
openstackgerrit | Joshua Harlow proposed openstack/requirements: Bump upper constraint of futurist to newly released 0.1.2 https://review.openstack.org/201709 | 18:38 |
fungi | jesusaurus: at least it seems i've seen it do that in the past | 18:38 |
*** armax has quit IRC | 18:39 | |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Give ssh access to ask-staging.o.o https://review.openstack.org/201711 | 18:39 |
*** ParsectiX has joined #openstack-infra | 18:39 | |
jesusaurus | fungi: 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 yet | 18:40 |
*** mgagne_ has joined #openstack-infra | 18:41 | |
SpamapS | fungi: https://bugs.launchpad.net/openstack-org/+bug/1474502 | 18:42 |
openstack | Launchpad bug 1474502 in openstack-org "Speaker BIO is lost if session times out before saving" [Undecided,New] | 18:42 |
SpamapS | fungi: thanks! | 18:42 |
fungi | jesusaurus: 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 check | 18: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 |
fungi | jesusaurus: yeah, at least in our layout we only set the queue-name on one job | 18:44 |
*** ihrachyshka has quit IRC | 18:44 | |
fungi | jesusaurus: it's possible that's a feature request for the wishlist | 18:44 |
pabelanger | jeblair, since you were in the +2 mood: https://review.openstack.org/#/c/201226/ | 18:44 |
pabelanger | that is the revert of centos6 infra job | 18:45 |
pabelanger | any other +2 is helpful :) | 18:45 |
fungi | jesusaurus: 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.yaml | 18:45 |
jesusaurus | fungi: gotcha | 18:46 |
davideagnello | hello, could core reviewers please review this patch: https://review.openstack.org/#/c/201285/2 thank you | 18:47 |
*** crc32 has quit IRC | 18:47 | |
*** esmute has joined #openstack-infra | 18:47 | |
*** pal has quit IRC | 18:48 | |
mordred | SpamapS: 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 indefinitely | 18:49 |
*** Somay has quit IRC | 18:49 | |
openstackgerrit | Armando Migliaccio proposed openstack-infra/project-config: Drop unstable configuration for tempest-dsvm-neutron job https://review.openstack.org/199668 | 18:49 |
jeblair | davideagnello: there is no need to ask for reviews, people will review it in time | 18:49 |
*** sridhar_ram has quit IRC | 18:49 | |
mordred | my 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 time | 18:50 |
SpamapS | mordred: +1 | 18:50 |
mordred | s/now/no/ | 18:50 |
anteaya | mordred: you must love that | 18:50 |
SpamapS | mordred: the really annoying thing is that if you just use the modern UI concepts, this isn't an issue. | 18:50 |
anteaya | right along with buttons that are hidden | 18:50 |
SpamapS | mordred: 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 |
fungi | keep 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 applications | 18:51 |
mordred | fungi: ++ | 18:51 |
*** rossella_s has quit IRC | 18:51 | |
*** tqtran is now known as tqtran-afk | 18:51 | |
clarkb | ok back, looks like another repo is causing builds to fail | 18:51 |
jroll | mordred: if y'all are still using carlson, I think the session timing out is the least of the problems | 18:51 |
mordred | clarkb: yay! | 18:51 |
jroll | :P | 18:51 |
*** Sukhdev has joined #openstack-infra | 18:51 | |
mordred | jroll: oh - don't even get me started on that mess | 18:51 |
SpamapS | fungi: 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 |
fungi | and nothing security related at all (unless you count filling up the session database backend as a security threat) | 18:51 |
pabelanger | crinkle, nibalizer, jeblair thoughts on this patchset: https://review.openstack.org/#/c/200204/ it is to avoid a circular dependency issue | 18:52 |
*** sridhar_ram1 has joined #openstack-infra | 18:52 | |
clarkb | jeblair: jesusaurus 198108 isn't necessary we can already use globs in our fields | 18:52 |
anteaya | jroll: taht was what I was just fighting with | 18:52 |
clarkb | I must be missing something if that doesn't work in some cases | 18:52 |
jroll | mordred: I booked ironic midcycle three times because the approval said it went through but actually didn't | 18:52 |
jroll | good times. | 18:52 |
pabelanger | once system-config is off puppet-apache, I'd remove the if logic for apache check | 18:52 |
mordred | jroll: that's so nice for you | 18:52 |
anteaya | jroll: woooo | 18:52 |
clarkb | and yes, seems specific to our use, not general es use | 18:52 |
SpamapS | jroll: those other tickets are for your private security. | 18:53 |
*** dragondm has joined #openstack-infra | 18:53 | |
jroll | SpamapS: oh, no, it *cancelled* the travel because it wasn't approved. my company doesn't pay for my bodyguards :( | 18:53 |
clarkb | http://git.openstack.org/cgit/openstack/devstack-plugin-amqp1 is the broken repo | 18:53 |
*** devkulkarni1 has quit IRC | 18:53 | |
SpamapS | jroll: they just don't understand the difficulties of being jroll | 18:54 |
clarkb | and it is missing from gerrit too | 18:54 |
* SpamapS returns to trying to make a diskimage-builder element that disables cloud-init filesystem resizing. | 18:54 | |
pabelanger | fungi, danke | 18:55 |
jroll | lol | 18:55 |
*** sgordon has quit IRC | 18:55 | |
*** openstackgerrit has quit IRC | 18:56 | |
*** openstackgerrit has joined #openstack-infra | 18:56 | |
frickler | clarkb: 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 tasks | 18:57 |
*** sgordon has joined #openstack-infra | 18:57 | |
jhesketh | Morning | 18:57 |
frickler | maybe have a special pipeline for post-project-config? | 18:57 |
anteaya | morning jhesketh | 18:57 |
AJaeger | morning, jhesketh ! | 18:57 |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Do not run ironic-inspector-dsvm job on stable/1.1 branch https://review.openstack.org/199079 | 18:58 |
fungi | frickler: 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 |
openstackgerrit | Matthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8 https://review.openstack.org/201467 | 18:58 |
*** devkulkarni has joined #openstack-infra | 18:58 | |
crinkle | pabelanger: those patches don't depend on each other so i don't understand how they're related | 18:59 |
fungi | frickler: 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 capacity | 18:59 |
anteaya | if we are raising priority on post jobs I want to to be on the services, to release managers have easier release periods | 18:59 |
crinkle | pabelanger: why doesn't include httpd just work? | 18:59 |
frickler | fungi: that it breaks building nodepools images for a couple of hours | 18:59 |
anteaya | s/to/so | 18:59 |
jeblair | anteaya: tag pipeline has high priority | 18:59 |
fungi | frickler: what's running in the post pipeline to influence that? | 19:00 |
fungi | frickler: which specific jobs? | 19:00 |
* AJaeger wants it on doc jobs so that they get published directly ;) | 19:00 | |
*** bswartz has quit IRC | 19:00 | |
jesusaurus | clarkb: oh? I tried and didn't get any results when using globs on build_node | 19:00 |
clarkb | jesusaurus: you can't have a prefix glob as in your example | 19:00 |
fungi | also, meeting time! | 19:00 |
anteaya | jeblair: ah I don't think I knew that last time I looked at it, thank you | 19:00 |
clarkb | but thats true of all globs iirc | 19:00 |
pabelanger | crinkle, 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_983 | 19:00 |
frickler | fungi: creating new repos, not sure which jobs that is | 19:00 |
dragondm | Can 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 |
pabelanger | package[httpd] conflicts between puppet-apache and puppet-httpd | 19:01 |
fungi | frickler: it's not a job at all. puppet does that on a timer | 19:01 |
clarkb | I reran manage-projects for openstack/devstack-plugin-amqp1 after checking the manage projects log and finding nothing for it to indicate why it failed | 19:01 |
clarkb | this has created the project properly best I can tell | 19:01 |
anteaya | dragondm: what is your gerrit id and who left? | 19:01 |
jesusaurus | clarkb: searching for build_node:"devstack-trusty*" gives me no results, is my syntax off? | 19:01 |
crinkle | pabelanger: oh i see | 19:01 |
clarkb | jesusaurus: remove your quotes | 19:01 |
mrmartin | meeting time? | 19:01 |
pleia2 | yep | 19:01 |
*** ianw has joined #openstack-infra | 19:01 | |
anteaya | dragondm: normally for project changeover we like to see one person hand off to the next | 19:02 |
clarkb | jesusaurus: or something, pretty sure it works as we hae long used globs with elastic recheck | 19:02 |
clarkb | jesusaurus: maybe check the git logs there | 19:02 |
davideagnello | jeblair: ok | 19:02 |
frickler | fungi: 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 that | 19:03 |
fungi | frickler: unrelated | 19:03 |
pabelanger | mrmartin, thanks for reminder | 19:03 |
dragondm | anteaya: 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 |
clarkb | fungi: frickler yes completely unrelated | 19:04 |
anteaya | dragondm: k, let's pick this up after infra meeting | 19:04 |
*** timfreun1 is now known as timfreund | 19:04 | |
dragondm | anteaya: ok. | 19:04 |
anteaya | thanks | 19:04 |
*** HeOS has joined #openstack-infra | 19:05 | |
openstackgerrit | BorneMace proposed openstack-infra/project-config: Added new validate-contents test for kolla https://review.openstack.org/198968 | 19:05 |
clarkb | frickler: project creation is handled by ansible triggering puppet on a cron which does all the project setup | 19:05 |
clarkb | frickler: that is independent of zuul's post config | 19:06 |
clarkb | er post pipeline | 19:06 |
*** abregman has joined #openstack-infra | 19:09 | |
*** radez_g0n3 is now known as radez | 19:09 | |
openstackgerrit | Matthias Runge proposed openstack-infra/project-config: Add a gate job for Django-1.8 https://review.openstack.org/201467 | 19:09 |
clarkb | lifeless: ^ jobs like that will likely need to be special in a constrained world | 19:09 |
*** kzaitsev_mb has quit IRC | 19:10 | |
fungi | yeah, i wonder if it would do something like stream-edit the constraints before invoking pip | 19:10 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zanata: Migrate to puppet-httpd module https://review.openstack.org/201729 | 19:11 |
fungi | hrm, though that would also indefinitely pin it | 19:11 |
fungi | or require constant bumping of the edit in their tox.ini | 19:11 |
lifeless | clarkb: jobs like https://review.openstack.org/201467 ? | 19:11 |
clarkb | lifeless: yes, basically any time we want to test a specail version of some specific req | 19:12 |
openstackgerrit | Merged openstack-infra/puppet-elasticsearch: Fix variable access warnings https://review.openstack.org/200256 | 19:12 |
openstackgerrit | Merged openstack-infra/project-config: Always use gate- instead of check- (m-s*) https://review.openstack.org/201538 | 19:12 |
openstackgerrit | Merged openstack-infra/project-config: Revert "Changes puppet-apply-centos job status" https://review.openstack.org/201226 | 19:12 |
lifeless | clarkb: so there are two mechanisms. They can use edit-constraints to change one thing and keep all the other constraints | 19:12 |
*** tqtran-afk is now known as tqtran | 19:12 | |
jesusaurus | clarkb: ah, you're right, it works when I don't quote the query | 19:12 |
lifeless | clarkb: 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 |
lifeless | clarkb: or we can generate and cross-test a separate constraints file for the set of projects that involves | 19:13 |
lifeless | clarkb: [I'd put that in openstack/requirements for storage, because we still have the co-installability requirement to maintain) | 19:13 |
lifeless | sdague: your pbr patch is still on my list, sorry :( | 19:14 |
*** shashank_hegde has quit IRC | 19:14 | |
*** abregman has quit IRC | 19:14 | |
sdague | lifeless: well it at least passes tests now | 19:14 |
lifeless | \o/ | 19:14 |
*** abregman has joined #openstack-infra | 19:14 | |
sdague | the 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 stable | 19:15 |
sdague | but it has basic verification | 19:15 |
clarkb | lifeless: I think we should start with just editing the one constraint | 19:15 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Add a common data directory for job workers https://review.openstack.org/200698 | 19:16 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Be more specific about scripts dir requirement https://review.openstack.org/200826 | 19:16 |
clarkb | and worry about generating new ocnstraints if the simple option fails | 19:16 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-phabricator: Add .gitreview file https://review.openstack.org/201731 | 19:16 |
greghaynes | SpamapS: 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 IRC | 19:16 | |
greghaynes | SpamapS: 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 IRC | 19:17 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-phabricator: Migrate to puppet-httpd module https://review.openstack.org/201732 | 19:17 |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-gerrit: cron to clear gerrit logs https://review.openstack.org/199154 | 19:17 |
*** tim_o has joined #openstack-infra | 19:17 | |
*** achanda has joined #openstack-infra | 19:17 | |
lifeless | clarkb: I've commented on the review for posterity | 19:17 |
*** enikanorov2 has joined #openstack-infra | 19:18 | |
*** maishsk_ has joined #openstack-infra | 19:19 | |
pabelanger | Hmm, having some weird issues on the puppet-apply-precise job today | 19:19 |
pabelanger | http://logs.openstack.org/27/198827/6/check/gate-infra-puppet-apply-precise/ddde8be/console.html#_2015-07-14_19_09_40_351 | 19:19 |
pabelanger | fungi, ^ never seen that before | 19:19 |
*** Somay has joined #openstack-infra | 19:19 | |
*** maishsk has quit IRC | 19:20 | |
*** maishsk_ is now known as maishsk | 19:20 | |
*** agentle__ has joined #openstack-infra | 19:20 | |
*** ZZelle_ has joined #openstack-infra | 19:21 | |
*** puranamr has joined #openstack-infra | 19:21 | |
fungi | pabelanger: that's `git remote update` getting a "The remote end hung up unexpectedly" failure trying to fetch from git.openstack.org | 19:21 |
openstackgerrit | yolanda.robla proposed openstack-infra/nodepool: Update nodepool to use secure.conf file https://review.openstack.org/189762 | 19:21 |
pabelanger | fungi, common error? I've never seen that before | 19:22 |
pabelanger | going to check logstash.o.o | 19:22 |
*** puranamr has quit IRC | 19:23 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-logstash: Migrate to puppet-httpd module https://review.openstack.org/201735 | 19:23 |
*** puranamr has joined #openstack-infra | 19:23 | |
*** agentle_ has quit IRC | 19:24 | |
fungi | pabelanger: it's just one of the myriad ways in which jobs accessing remote git servers can go sideways | 19:24 |
pabelanger | fungi, worth looking into? for the rate it happens? | 19:25 |
fungi | pabelanger: 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 now | 19:25 |
*** angela-s has joined #openstack-infra | 19:25 | |
fungi | pabelanger: yes, looking into why we continue to have intermittent issues interacting with our git servers would be great. it's been a mostly ongoing battle | 19:26 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-openstackid: Migrate to puppet-httpd module https://review.openstack.org/201737 | 19:26 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-mediawiki: Migrate to puppet-httpd module https://review.openstack.org/201739 | 19:29 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-gerrit: Migrate to puppet-httpd module https://review.openstack.org/201740 | 19:31 |
*** tonytan4ever has joined #openstack-infra | 19:32 | |
*** achanda has quit IRC | 19:34 | |
cloudnull | question, 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 |
anteaya | no just asking in channel is the solution | 19:34 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-mailman: Migrate to puppet-httpd module https://review.openstack.org/201743 | 19:34 |
cloudnull | +1 can have the destroyed please :) | 19:34 |
*** achanda has joined #openstack-infra | 19:35 | |
cloudnull | also i noticed https://github.com/openstack/requirements/tree/stable/icehouse still exists, bug ? | 19:35 |
anteaya | when we are finished the infra meeting someone will either have more questions for you or take care of it, so stick around | 19:35 |
greghaynes | mordred: clarkb fungi looks like the ubuntu-trusty images completed, any idea if they uploaded correctly? | 19:35 |
* cloudnull sticking around | 19:35 | |
greghaynes | so we can test out the multinode test on them.... | 19:35 |
clarkb | greghaynes: they havne't, I have a build finishing up now and will upload when it is done | 19:35 |
greghaynes | oh? What happened? | 19:36 |
greghaynes | oh, the build failed | 19:36 |
clarkb | couple new project creations broke causing builds t ofial | 19:36 |
mordred | greghaynes: we had some problems cloning from git repos this morning | 19:36 |
greghaynes | awesome | 19:36 |
clarkb | so fixed new projects, and now rebuilding | 19:36 |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-gerrit: Enable logrotate for apache files in gerrit https://review.openstack.org/201312 | 19:38 |
sdague | oh hey, no one has fixed ironic's unit tests | 19:38 |
*** mrmartin has quit IRC | 19:38 | |
*** mrmartin has joined #openstack-infra | 19:38 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-graphite: Migrate to puppet-httpd module https://review.openstack.org/201744 | 19:39 |
*** gsagie_ has quit IRC | 19:40 | |
*** mrunge has quit IRC | 19:41 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-lodgeit: Migrate to puppet-httpd module https://review.openstack.org/201746 | 19:42 |
openstackgerrit | yolanda.robla proposed openstack-infra/system-config: Start using cgit::lb class https://review.openstack.org/181829 | 19:44 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-drupal: Migrate to puppet-httpd module https://review.openstack.org/201747 | 19:45 |
*** maishsk has quit IRC | 19:46 | |
*** bswartz has joined #openstack-infra | 19:46 | |
*** achanda has quit IRC | 19:47 | |
AJaeger | ttx: the single ical feeds are broken for some time, some patches tried to fix it but apparently we're not there yet. | 19:47 |
ttx | AJaeger: oh ok, didn't notice, (I don't use them) | 19:48 |
AJaeger | ttx, I wanted to use them - and also check whether the post job finally works ;) | 19:48 |
*** maishsk has joined #openstack-infra | 19:48 | |
*** blaedd has joined #openstack-infra | 19:49 | |
*** notnownikki has joined #openstack-infra | 19:49 | |
*** ldnunes has joined #openstack-infra | 19:49 | |
*** fitoduarte has joined #openstack-infra | 19:49 | |
AJaeger | ttx, 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-infra | 19:49 | |
*** ivar-lazzaro has joined #openstack-infra | 19:49 | |
*** sileht has joined #openstack-infra | 19:49 | |
*** chlong-afk has joined #openstack-infra | 19:49 | |
*** flepied has joined #openstack-infra | 19:50 | |
*** ricky1 has joined #openstack-infra | 19:50 | |
*** shashank_hegde has joined #openstack-infra | 19:50 | |
*** heyongli has quit IRC | 19:51 | |
*** heyongli has joined #openstack-infra | 19:52 | |
*** akscram has joined #openstack-infra | 19:52 | |
*** mrda-away has joined #openstack-infra | 19:52 | |
*** Rockyg has joined #openstack-infra | 19:52 | |
*** radez is now known as radez_g0n3 | 19:52 | |
ricky1 | huh | 19:53 |
*** ricky1 is now known as rcarrillocruz | 19:53 | |
*** Rockyg has quit IRC | 19:53 | |
*** pvaneck has joined #openstack-infra | 19:53 | |
jhesketh | AJaeger: I'll take a look later today | 19:53 |
AJaeger | ttx, jhesketh will look into it ^ - jhesketh, thanks! | 19:54 |
*** hdd has quit IRC | 19:55 | |
rcarrillocruz | could I please get another core review for https://review.openstack.org/#/c/201673/ ? it's a project creation ticket... | 19:55 |
rcarrillocruz | thx | 19:55 |
*** xgerman has joined #openstack-infra | 19:56 | |
AJaeger | rcarrillocruz: I'm on it... | 19:56 |
openstackgerrit | Merged openstack-infra/os-loganalyze: Assume trailing slashes want to load indexes https://review.openstack.org/141260 | 19:56 |
*** thingee has joined #openstack-infra | 19:56 | |
openstackgerrit | Merged openstack-infra/os-loganalyze: Set DocumentRoot for devstack plugin https://review.openstack.org/199053 | 19:56 |
AJaeger | rcarrillocruz: this needs a +1 from jeblair first. | 19:56 |
*** heyongli has quit IRC | 19:57 | |
AJaeger | rcarrillocruz: and you need a governance change | 19:57 |
AJaeger | rcarrillocruz: I commented on it. | 19:57 |
*** kiran-r has quit IRC | 19:57 | |
*** sabeen1 has joined #openstack-infra | 19:57 | |
*** heyongli has joined #openstack-infra | 19:58 | |
*** devkulkarni has quit IRC | 19:58 | |
ianw | greghaynes: out of meeting, but how about mirror.rackspace.com ; i assume they keep that close to their hosts? | 19:58 |
greghaynes | ianw: They do, but not for any ol' distro | 19:59 |
greghaynes | I dont think they have a debian mirror for example | 19:59 |
greghaynes | or all the fedora versions we CI | 19:59 |
ianw | debian seems to be there, and i was using it the other day for some centos stuff | 19:59 |
clarkb | greghaynes: new ubuntu-trusty is slowly uploading to hpcloud now | 19:59 |
greghaynes | ianw: oh! I didnt realize that | 19:59 |
ianw | after "yum fastest mirror" plugin chose a ridiculously slow mirror :) | 20:00 |
greghaynes | ianw: so yes, we should definitely make use of that where possible. | 20:00 |
greghaynes | ianw: so two pre-work items are figure out what hp and what rax provide, and how much space is the missing bits | 20:00 |
greghaynes | clarkb: fun fun | 20:00 |
*** sridhar_ram1 has quit IRC | 20:00 | |
pleia2 | btw, 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.html | 20:01 |
pabelanger | jbryce, 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 it | 20:01 |
pleia2 | AJaeger and I will likely still catch all the support questions, but in case it comes up | 20:01 |
*** tchaypo has joined #openstack-infra | 20:01 | |
anteaya | pabelanger: while they are available on irc I have found my best way to talk to them is via email | 20:01 |
AJaeger | pleia2: I'm glad to see this moving forward! | 20:01 |
pabelanger | anteaya, great, thanks | 20:02 |
pleia2 | AJaeger: yeah, me too :) finally! | 20:02 |
pabelanger | I'll get something up on ML | 20:02 |
AJaeger | But 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 annegentle | 20:02 | |
anteaya | oh email in private I meant | 20:02 |
*** zhiyan has joined #openstack-infra | 20:02 | |
anteaya | I'll pm you their addresses | 20:02 |
*** sridhar_ram has joined #openstack-infra | 20:02 | |
pleia2 | AJaeger: he really has, nice to have his python skills around | 20:02 |
*** heyongli has quit IRC | 20:03 | |
jbryce | pabelanger: looking at the review | 20:03 |
*** hdd has joined #openstack-infra | 20:03 | |
anteaya | jbryce: there you are | 20:03 |
anteaya | jbryce: how nice to see you | 20:03 |
*** liam_ has joined #openstack-infra | 20:03 | |
mordred | jbryce: I just sent you an email too | 20:03 |
*** liam_ is now known as Guest10453 | 20:04 | |
AJaeger | pleia2: 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-" jobs | 20:04 |
jbryce | anteaya: = ) | 20:04 |
*** Guest10453 has quit IRC | 20:04 | |
jbryce | have you heard anything from anyone at mirantis about it yet? | 20:04 |
fungi | ianw: 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 broken | 20:04 |
pleia2 | AJaeger: sure thing | 20:04 |
*** shashank_hegde_ has joined #openstack-infra | 20:05 | |
fungi | ianw: 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 day | 20:05 |
*** yamamoto has quit IRC | 20:05 | |
AJaeger | thanks, pleia2 ! | 20:05 |
anteaya | pabelanger: I think jbryce is waiting to hear from you | 20:05 |
lsell | pabelanger: 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-infra | 20:06 | |
*** FallenPegasus has joined #openstack-infra | 20:06 | |
*** sergmelikyan has quit IRC | 20:06 | |
pabelanger | jbryce, 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 them | 20:07 |
pabelanger | lsell, mosting mordred was driving the back end discussion I think with mirantis. I mostly stepped in to get the code done | 20:07 |
*** sergmelikyan has joined #openstack-infra | 20:07 | |
*** dizquierdo has quit IRC | 20:07 | |
jbryce | pabelanger: understood. mordred sent an email as well and we’ll check into it with mirantis too | 20:08 |
pabelanger | I know that SergeyLukjanov was taking to marketing I think | 20:08 |
greghaynes | clarkb: 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-infra | 20:08 | |
openstackgerrit | Paul Belanger proposed openstack-infra/infra-specs: Host Stackalytics Service https://review.openstack.org/187715 | 20:08 |
greghaynes | then I would be able to know "that image failed to upload" without poking rooters | 20:08 |
greghaynes | oh, and posting that on the nodepool.o.o | 20:08 |
ianw | fungi: yeah, that's a good point ... i don't know exactly what to do about that but i'll capture it in that spec | 20:08 |
clarkb | greghaynes: we could do that with a simple cron into the webroot | 20:08 |
greghaynes | yes | 20:09 |
mordred | lsell, jbryce I had a phone call with jaypipes and boris renski last year about it even | 20:09 |
pabelanger | jbryce, Ya, mostly looking for it they are cool with it or have a major issue. anything you can find out will be helpful | 20:09 |
fungi | ianw: 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 pass | 20:09 |
fungi | ianw: worst case that means we run from a stale mirror while the source we're mirroring from is broken | 20:10 |
jaypipes | mordred: ++ | 20:10 |
anteaya | pabelanger: do we need them to do anything or just review the spec (or equvalent)? | 20:10 |
greghaynes | clarkb: thats a puppet thing right? | 20:10 |
clarkb | greghaynes: yes | 20:10 |
*** esmute has quit IRC | 20:10 | |
fungi | ianw: and afs vos_release is basically atomic, so we don't really end up with jobs hitting the mirror in a partially updated state | 20:10 |
pabelanger | anteaya, mostly just say this is good or not. If good, I think spec can merge, if not then spec is dead? | 20:11 |
mordred | ianw, fungi: afs mirror ++ | 20:11 |
*** esmute has joined #openstack-infra | 20:11 | |
anteaya | jaypipes: you able to review https://review.openstack.org/#/c/187715/ ? | 20:11 |
pabelanger | anteaya, all the code behind it is mostly done | 20:11 |
anteaya | pabelanger: awesome | 20:12 |
*** sergmelikyan has quit IRC | 20:12 | |
jaypipes | anteaya: of course. I will make sure the right folk at Mirantis do as well. | 20:12 |
anteaya | jaypipes: wonderful, thank you so much | 20:12 |
anteaya | jaypipes: can we get a timeframe do you think? | 20:12 |
fungi | jbryce: 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 session | 20:12 |
jbryce | pabelanger, 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 stuff | 20:12 |
mordred | jbryce: awesome. thanks! | 20:13 |
pabelanger | Yes, thanks! | 20:13 |
fungi | ttx might remember when he's not chairing a tc meeting and bastille daying | 20:13 |
*** dkranz has quit IRC | 20:13 | |
jaypipes | anteaya: 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 IRC | 20:14 | |
anteaya | jaypipes: understood, thanks for sharing your plan | 20:14 |
*** kzaitsev_mb has joined #openstack-infra | 20: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 mirror | 20:15 | |
*** devkulkarni has joined #openstack-infra | 20:15 | |
*** heyongli has joined #openstack-infra | 20:15 | |
mordred | ianw: :) | 20:15 |
*** koolhead17 has joined #openstack-infra | 20:15 | |
*** mrmartin has quit IRC | 20:15 | |
*** MarkAtwood has quit IRC | 20:16 | |
*** puranamr has quit IRC | 20:21 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Migrate grafana.o.o to puppet-httpd https://review.openstack.org/201759 | 20:22 |
*** coolsvap|afk is now known as coolsvap|away | 20:25 | |
*** FallenPegasus has quit IRC | 20:25 | |
openstackgerrit | Merged openstack-infra/project-config: Always use gate- instead of check (cinder, dragonflow) https://review.openstack.org/201158 | 20:27 |
clarkb | hpcloud has up to date ubuntu-trusty now. doing rax currently | 20:27 |
*** cdent has quit IRC | 20:28 | |
*** e0ne has quit IRC | 20:28 | |
*** tqtran is now known as tqtran-afk | 20:29 | |
*** dprince has quit IRC | 20:30 | |
*** linkedinyou has quit IRC | 20:30 | |
openstackgerrit | Merged openstack-infra/project-config: Always use gate- instead of check- (zaqar) https://review.openstack.org/201554 | 20:31 |
openstackgerrit | Merged openstack-infra/project-config: Always use gate- instead of check (ec2api) https://review.openstack.org/201175 | 20:31 |
*** miqui has joined #openstack-infra | 20:31 | |
clarkb | mordred: 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 error | 20:31 |
miqui | hi...does anyone here have some examples on how to use dox...? | 20:31 |
mtreinish | clarkb: qq, where do the oslo logstash filters live again | 20:31 |
clarkb | mordred: is my understanding correct or is that an actual error? | 20:32 |
mtreinish | I used to just grep for it in system-config pre repo split | 20:32 |
notmyname | FYI, I'm working on a new swiftclient release right now. Should be pushed this afternoon | 20:32 |
anteaya | miqui: are you sure you are in the correct channel? this channel is for discussion around openstack developer services | 20:32 |
clarkb | mtreinish: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/logstash/indexer.conf.erb those? | 20:32 |
mtreinish | clarkb: yep thanks | 20:32 |
clarkb | mtreinish: there is an if block for oslofmt | 20:33 |
clarkb | which is the bulk of it | 20:33 |
mtreinish | heh I guess it's still in system-config :) | 20:33 |
miqui | anteaya: well, thought many python users here, at least one must have looked at it... | 20:33 |
*** jogo has joined #openstack-infra | 20:33 | |
clarkb | mordred and dims were working on it iirc | 20:35 |
clarkb | I have never used it | 20:35 |
miqui | k, thanks clarkb | 20:36 |
*** sdake has quit IRC | 20:36 | |
*** heyongli has quit IRC | 20:36 | |
mordred | clarkb: I beleive that is correct. I think we should maybe not log there | 20:36 |
*** achanda has joined #openstack-infra | 20:38 | |
*** devkulkarni has quit IRC | 20:39 | |
*** heyongli has joined #openstack-infra | 20:39 | |
*** ddieterly has joined #openstack-infra | 20:40 | |
*** puranamr has joined #openstack-infra | 20:41 | |
*** dimtruck is now known as zz_dimtruck | 20:42 | |
mordred | Shrews: ^^ ? | 20:43 |
clarkb | mordred: btw we get >100 warnings from requests when doing a single image upload | 20:44 |
Shrews | clarkb: during what operation? | 20:44 |
clarkb | Shrews: its an image uploda to rax | 20:44 |
Shrews | hrm, doesn't seem like we should consider that an error | 20:44 |
clarkb | it looks like it first checks if the image exists by doing a EHAD, when it does not exist that is logged as an ERROR | 20:44 |
mordred | clarkb: yah - I think we need to install requests[security] but for some reason we still have not | 20:44 |
clarkb | mordred: requres a bunch of C deps | 20:44 |
mordred | clarkb: so | 20:44 |
mordred | Shrews: yah - I think this is a case where the error is a normal data error, not a logging worthy one | 20:45 |
*** dizquierdo has quit IRC | 20:45 | |
*** Alexei_987 has joined #openstack-infra | 20:45 | |
*** Alexei_987 has left #openstack-infra | 20:45 | |
clarkb | 2/3 of the warnings go away if rax fix their certs | 20:45 |
clarkb | only 1/3 will be fixed by the security patch aiui | 20:45 |
mordred | clarkb: we have puppet - and the warnings are not going to go away... I _do_ have the one warning that's completely silly blocked in shade | 20:45 |
mordred | clarkb: nah - I supress the one that security does not take care of | 20:46 |
clarkb | ah ok | 20:46 |
mordred | clarkb: http://git.openstack.org/cgit/openstack-infra/shade/tree/shade/__init__.py#n48 | 20:46 |
*** devkulkarni has joined #openstack-infra | 20:49 | |
*** sabeen1 has quit IRC | 20:49 | |
*** mgagne_ is now known as mgagne | 20:50 | |
*** Sukhdev has quit IRC | 20:51 | |
*** FallenPegasus has joined #openstack-infra | 20:51 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for nova bug 1474550 https://review.openstack.org/201770 | 20:52 |
openstack | bug 1474550 in OpenStack Compute (nova) "network allocation randomly failing with InstanceUpdateConflict after compare and swap was merged" [High,Confirmed] https://launchpad.net/bugs/1474550 | 20:52 |
clarkb | mordred: I would not be surprised if we ge tinto the 1k warnings per image upload range | 20:52 |
*** dustins has quit IRC | 20:52 | |
clarkb | they just keep spitting out | 20:52 |
mordred | clarkb: yah. it's insane | 20:52 |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Add support for getting information for the last executed build https://review.openstack.org/201772 | 20:53 |
mordred | clarkb: 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 run | 20:53 |
clarkb | I 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 IRC | 20:54 | |
Shrews | yeah, iirc, a more recent py2.7 eliminates many warnings | 20:54 |
clarkb | latest py2.7 checks certs properly | 20:54 |
clarkb | but no distros seem to actually ship it | 20:54 |
clarkb | and instead of getting distros to fix the problem we get thousands of wranings per operation | 20:55 |
*** FallenPegasus has quit IRC | 20:55 | |
anteaya | clarkb 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 things | 20:56 |
anteaya | he would like to be added to release, have you any thoughts on the matter? | 20:56 |
pabelanger | nibalizer, 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 |
nibalizer | the manifest, ya, but I use that mostly for the resource | 20:57 |
clarkb | I am happy to update the release group membership if no one objects, sandywalsh can always stop by and complain | 20:57 |
clarkb | anteaya: ^ | 20:57 |
nibalizer | git { 'foo' } instead of vcsrepo { 'foo': } | 20:57 |
anteaya | clarkb: sounds like a plan | 20:57 |
anteaya | I can live with that | 20:57 |
pabelanger | nibalizer, okay. haven't tested it locally. Going to get a simple patch up to system-config to see how well it works | 20:58 |
*** tlian has quit IRC | 20:58 | |
dragondm | clarkb: 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 |
nibalizer | pabelanger: i have a change in flight I think to add it to modules.env you can build on | 20:58 |
clarkb | what is the account id/email/username to add to the group? | 20:58 |
nibalizer | let me look | 20:58 |
*** geoffarnold has quit IRC | 20:58 | |
pabelanger | nibalizer, roger | 20:58 |
*** dannywilson has joined #openstack-infra | 20:59 | |
dragondm | clarkb: mdragon@rackspace.com | 20:59 |
*** geoffarnold has joined #openstack-infra | 20:59 | |
nibalizer | it may have landed actually | 20:59 |
dragondm | clarkb: it's the stacktach-release group, just to confirm. | 20:59 |
*** dannywi__ has joined #openstack-infra | 20:59 | |
*** dannywilson has quit IRC | 20:59 | |
rcarrillocruz | AJaeger: thx, i added the governance change and put a comment with the link on the project creation ticket | 20:59 |
*** esmute has quit IRC | 21:00 | |
*** Sukhdev has joined #openstack-infra | 21:00 | |
*** zz_dimtruck is now known as dimtruck | 21:00 | |
asselin | zaro, 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 |
rcarrillocruz | jeblair: 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 approval | 21:00 |
anteaya | clarkb fungi next up cloudnull has a icehouse branch he no longer wants and would like a hand getting rid of it | 21:01 |
*** rm_work is now known as rm_work|away | 21:01 | |
anteaya | cloudnull: care to remind us of the details again? | 21:01 |
clarkb | anteaya: cloudnull first step is tagging the HEAD of that brnach if you want to preserve it, otherwise it will get GC'd iirc | 21:01 |
clarkb | dragondm: done | 21:01 |
rcarrillocruz | *chance* , not change | 21:02 |
dragondm | clarkb: thanks. | 21:02 |
jeblair | rcarrillocruz, 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 IRC | 21:02 | |
*** jaypipes has quit IRC | 21:02 | |
*** shashank_hegde_ is now known as shashank_hegde | 21:02 | |
*** aysyd has quit IRC | 21:02 | |
mordred | jeblair: oh! duh. you know - I didn't even think about that | 21:02 |
rcarrillocruz | jeblair: i have not no... | 21:02 |
mordred | EmilienM: ^^ ? | 21:02 |
*** dannywil_ has quit IRC | 21:02 | |
*** esmute has joined #openstack-infra | 21:02 | |
mordred | jeblair: my main thought was "certainly not stackforge" | 21:02 |
EmilienM | jeblair, mordred: looking | 21:02 |
jeblair | mordred: yes! | 21:02 |
clarkb | maybe it should even be part of puppet-ironic if such a thing exists? | 21:02 |
rcarrillocruz | i thought about adding to openstack-infra since you would make use of it for infra-cloud etc | 21:03 |
*** changbl has quit IRC | 21:03 | |
rcarrillocruz | didn't think about the other namespace | 21:03 |
mordred | clarkb: well, bifrost is a bit different than ironic - I think combinining them would be weird | 21:03 |
clarkb | (I know not about the deployment differences but I would expect bifrost to be a subset) | 21:03 |
EmilienM | jeblair: it's ansible, right? | 21:03 |
clarkb | mordred: so its not a proper subset deployment? | 21:03 |
EmilienM | jeblair, mordred: I don't see why should it been part of Puppet OpenStack | 21:03 |
openstackgerrit | Matt Riedemann proposed openstack-infra/system-config: Handle 'ERROR' for multiline oslofmt https://review.openstack.org/201777 | 21:04 |
mriedem | clarkb: probably need your help on that ^ | 21:04 |
mriedem | not sure if i got the pattern correct with the OR | 21:04 |
dims_ | mriedem: yay! | 21:04 |
jeblair | mordred: can you answer: 21:03 < EmilienM> jeblair: it's ansible, right? | 21:04 |
mordred | yes it is | 21:04 |
nibalizer | asselin: i thought we knew we wanted that change | 21:04 |
*** geoffarnold has quit IRC | 21:04 | |
mordred | it's a set of ansible tools for operating an ironic | 21:04 |
clarkb | mriedem: lgtm | 21:04 |
mordred | well, ansible and shell and some stuff | 21:04 |
rcarrillocruz | it is yeah, my module is just for cloning the repo and configuring the vars on the ansible modules | 21:04 |
clarkb | mriedem: thank you for covering both old and new | 21:04 |
*** geoffarnold has joined #openstack-infra | 21:04 | |
*** crc32 has joined #openstack-infra | 21:05 | |
asselin | nibalizer, ok I guess zaro's not around. So just update the commit message is ok for you? | 21:05 |
mordred | jeblair: seems like we might be the only ones who might want to install such a thing using puppet | 21:05 |
notmyname | I 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 |
clarkb | mordred: uploading 15GB images i sreally slow, still going | 21:05 |
mordred | clarkb: it's much slower from my laptop | 21:05 |
clarkb | mordred: ha | 21:05 |
*** ddieterly has quit IRC | 21:05 | |
*** tim_o has quit IRC | 21:06 | |
jeblair | EmilienM: 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 |
nibalizer | ya sure | 21:06 |
*** yamamoto has joined #openstack-infra | 21:06 | |
nibalizer | although to be pedantic i do think the zuul scheduler change could go in its own commit | 21:06 |
EmilienM | jeblair: I'll look at that after cross project meeting | 21:06 |
EmilienM | mordred: ^ | 21:07 |
clarkb | notmyname: https://review.openstack.org/#/admin/groups/967,members that is the groupthat can push tags to swiftclient | 21:07 |
*** sabeen has joined #openstack-infra | 21:07 | |
*** ddieterly has joined #openstack-infra | 21:07 | |
notmyname | clarkb: hmm..when did that change? (ie when did I stop being able to do it?) | 21:07 |
clarkb | notmyname: I have no idea | 21:07 |
notmyname | I know it's been a while since we did a release... | 21:08 |
clarkb | but can look at git logs real uick | 21:08 |
jeblair | EmilienM: okay, cool, thanks. you can leave a comment on https://review.openstack.org/201673 | 21:08 |
mordred | notmyname: dhellmann and ttx did something different with client lib releases recentlyish | 21:08 |
EmilienM | jeblair: yes Sir | 21:08 |
mordred | notmyname: ttx is supposed to be on vacay - but dhellmann might have smart things to say | 21:08 |
notmyname | mordred: ok | 21:08 |
fungi | notmyname: i think the library release managers took over release management duties for all clients and shared libraries. you might want to confer with dhellmann | 21:08 |
notmyname | dhellmann: I'm all ears :-) | 21:09 |
jeblair | rcarrillocruz: ^ i -2'd that pending EmilienM, but am oaky with it if he doesn't want it | 21:09 |
mordred | otoh .. | 21:09 |
clarkb | notmyname: http://lists.openstack.org/pipermail/openstack-dev/2015-June/066346.html is the linked thread in I9d1568fa688c08b658444b33df0408907d0b3fa6 | 21:09 |
rcarrillocruz | k | 21:09 |
dhellmann | notmyname: drop by #openstack-relmgr-office and we can chat for a few minutes before I have to go offline | 21:09 |
lifeless | clarkb: I lost track. DId we get a requirement repo clone setup for tox jobs? | 21:09 |
mordred | notmyname: ooh! this means you're releasing swiftclient ... I have a patch waiting on a swiftclient release | 21:09 |
jeblair | also, let it be shown on the record that i did, at least once, not immediately add a project to openstack-infra. :) | 21:09 |
clarkb | lifeless: not yet, working out the bugs, fungi found one and I need to fix it for pep8 jobs | 21:09 |
EmilienM | jeblair: OH! it's a puppt module !! | 21:09 |
notmyname | mordred: yup | 21:09 |
EmilienM | jeblair: to configure ansible | 21:09 |
ttx | notmyname: also been discussed at least two times at the cross-project meeting :) | 21:09 |
*** shashank_hegde_ has joined #openstack-infra | 21:10 | |
mordred | yay! | 21:10 |
notmyname | ttx: seems I missed it (or missed the meaning) | 21:10 |
lifeless | clarkb: cool, thank you! | 21:10 |
*** yamamoto has quit IRC | 21:11 | |
openstackgerrit | Dirk Mueller proposed openstack-infra/project-config: Start with a green field for RPM packaging https://review.openstack.org/191134 | 21:11 |
EmilienM | mordred, jeblair: it's the first time I see that in my life | 21:11 |
EmilienM | mordred, jeblair: Use Puppet configure Ansible | 21:11 |
jeblair | EmilienM: we'll be using ansible to run puppet to configure ansible to boot up machines to run puppet on. | 21:12 |
*** ddieterly has quit IRC | 21:12 | |
EmilienM | lol | 21:12 |
jeblair | mordred: ^ what have you WROUGHT? | 21:12 |
EmilienM | jeblair: is it a joke? | 21:12 |
rcarrillocruz | :-) | 21:12 |
*** alivigni has quit IRC | 21:12 | |
maishsk | I assume there is a review somewhere with the list of ATC exceptions. Am I correct? | 21:12 |
pleia2 | I can't tell anymore | 21:12 |
jeblair | EmilienM: nope. that's what we're actually going to do. :) | 21:12 |
mordred | jeblair: :) | 21:13 |
jeblair | maishsk: http://git.openstack.org/cgit/openstack/governance/tree/reference/extra-atcs | 21:13 |
*** julim has quit IRC | 21:13 | |
fungi | maishsk: can you explain what an "atc exception" is? | 21:13 |
mordred | EmilienM: it's best if you don't think about it too much - it hurts less that way | 21:13 |
maishsk | jeblair: Much obliged! | 21:14 |
EmilienM | mordred: just dont try to make me sleep | 21:14 |
fungi | maishsk: ahh, so the extra atcs file is what you meant. got it | 21:14 |
jeblair | whew | 21:14 |
jeblair | my brain pattern matched "atc" and "x" and came up with that, i guess. :) | 21:14 |
EmilienM | jeblair: is it a module intended to be used for OS infra specifically? | 21:14 |
*** julim has joined #openstack-infra | 21:15 | |
*** julim has quit IRC | 21:15 | |
jeblair | EmilienM: we will use it, but i don't think that it will contain infra-specific information. | 21:15 |
nibalizer | EmilienM: jeblair heheheehehe | 21:15 |
EmilienM | mhh, I'm not sure | 21:15 |
rcarrillocruz | it may use hiera to inject infra-specific information tho | 21:15 |
rcarrillocruz | jeblair: ^ | 21:15 |
cloudnull | anteaya, clarkb: sorry was AFK | 21:16 |
*** thorst has quit IRC | 21:16 | |
rcarrillocruz | ipmi creds etc | 21:16 |
EmilienM | honestly, I see overlap with puppet ironic | 21:16 |
mordred | yah - I mean, it'll take some input from data taht we will almost certainly store in heira | 21:16 |
rcarrillocruz | but not infra specific in the puppet-bifrost perse | 21:16 |
EmilienM | I'll use Gerrit to give my insights | 21:16 |
mordred | cool | 21:16 |
cloudnull | clarkb: 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 IRC | 21:17 | |
*** hdd has quit IRC | 21:17 | |
cloudnull | also 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 IRC | 21:18 | |
*** eharney has quit IRC | 21:19 | |
*** ParsectiX has joined #openstack-infra | 21:19 | |
*** xyang0 has quit IRC | 21:19 | |
*** mriedem is now known as mriedem_away | 21:19 | |
*** _nadya_ has joined #openstack-infra | 21:20 | |
EmilienM | jeblair, mordred: I have an idea | 21:20 |
EmilienM | please sit down before | 21:21 |
*** sdake has joined #openstack-infra | 21:21 | |
EmilienM | Reading https://github.com/rcarrillocruz/puppet-bifrost/blob/master/manifests/init.pp, the code is really basic | 21:21 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for nova bug 1474550 https://review.openstack.org/201770 | 21:21 |
EmilienM | why not just pushing a new class in puppet-ironic? | 21:21 |
openstack | bug 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 |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Check whether a job's build status https://review.openstack.org/201784 | 21:21 |
EmilienM | so we can benefit the existing module with parameters, CI, etc | 21:21 |
*** pc_m has quit IRC | 21:22 | |
EmilienM | bifrost is just a way to configure Ironic so does puppet-ironic | 21:22 |
EmilienM | why not patching puppet-ironic with a new class like ::ironic::bifrost | 21:22 |
EmilienM | it would pull the Ansible playbooks, do the job and that's it | 21:22 |
*** rlandy has quit IRC | 21:22 | |
fungi | cloudnull: 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 |
mordred | EmilienM: I don't think that's a terrible idea | 21:23 |
fungi | cloudnull: it's on my to do list to go ahead and eol that (this week hopefully) | 21:23 |
EmilienM | mordred: I can even help with that | 21:23 |
*** rlandy has joined #openstack-infra | 21:23 | |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Check a job's build status https://review.openstack.org/201784 | 21:23 |
*** arxcruz has joined #openstack-infra | 21:24 | |
cloudnull | +1 fungi, was more curious than anything | 21:24 |
jeblair | EmilienM, mordred: that sounds reasonable, and i think clarkb would agree ;) | 21:24 |
jeblair | rcarrillocruz: what do you think? ^ | 21:24 |
EmilienM | cool | 21:24 |
*** _nadya_ has quit IRC | 21:24 | |
EmilienM | jeblair: my review in sent | 21:24 |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Check a job's build status https://review.openstack.org/201784 | 21:27 |
EmilienM | jeblair: though you made my day. Using Puppet to configure Ansible that will run Puppet later. Thanks for that | 21:28 |
clarkb | we use puppet to configure ansible which then runs puppet on all our machibes :) | 21:29 |
jeblair | EmilienM: you still left out a step, but you're welcome... | 21:29 |
jeblair | clarkb: omg you're right, i left out a step too! | 21:29 |
EmilienM | oh dear | 21:29 |
*** sridhar_ram has quit IRC | 21:30 | |
EmilienM | I guess it's easy to debug ;) | 21:30 |
*** ParsectiX has quit IRC | 21:30 | |
jeblair | puppet configures ansible (on puppetmaster) to run puppet to configure ansible (bifrost) to launch nodes to run puppet on | 21:30 |
*** hdd has joined #openstack-infra | 21:30 | |
rcarrillocruz | i think it makes sense | 21:31 |
jeblair | whew | 21:31 |
*** coolsvap has joined #openstack-infra | 21:31 | |
jeblair | oh you mean the puppet-ironic part. :) | 21:31 |
rcarrillocruz | jeblair EmilienM mordred ^ | 21:32 |
nibalizer | pabelanger: yea nanliu-git is installed in modules.env | 21:32 |
rcarrillocruz | if we are all ok with it, i will amend and move over the stuff to puppet-ironic | 21:32 |
EmilienM | jeblair, rcarrillocruz: sounds like a plan | 21:32 |
EmilienM | rcarrillocruz: ping me or anyone from the group on #puppet-openstack if you need any help | 21:33 |
rcarrillocruz | sure, i'll add that channel to my irc client | 21:33 |
lifeless | fungi: can you read the comments on https://review.openstack.org/#/c/201682/ ? | 21:33 |
jeblair | rcarrillocruz: cool, thanks! | 21:33 |
rcarrillocruz | ++ | 21:34 |
EmilienM | jeblair: if you can look https://review.openstack.org/#/c/200367/ when you have time | 21:35 |
*** sridhar_ram has joined #openstack-infra | 21:36 | |
openstackgerrit | Merged openstack-infra/puppet-zanata: Update Zanata client to 3.7.3 https://review.openstack.org/201438 | 21:36 |
fungi | lifeless: yeah, i'm trying to think whether we have any races there | 21:36 |
fungi | lifeless: 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 release | 21:37 |
*** dboik has quit IRC | 21:37 | |
*** ibiris has quit IRC | 21:38 | |
fungi | lifeless: 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 |
fungi | lifeless: unfortunately there's a non-job-related delay between the two you're proposing | 21:38 |
*** prad has quit IRC | 21:39 | |
fungi | lifeless: 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 day | 21:39 |
jeblair | EmilienM: 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 |
EmilienM | jeblair: the problem I have is I run the patch on master | 21:40 |
EmilienM | so zuul cloner does not know I want to test stable/kilo first | 21:40 |
*** sdake_ has joined #openstack-infra | 21:40 | |
EmilienM | jeblair: do you have any example of usage? devstack/grenade or? | 21:41 |
jeblair | EmilienM: 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 directory | 21:41 |
jeblair | EmilienM: devstack does this, but not with zuul-cloner (at least, not yet) | 21:41 |
jeblair | er | 21:41 |
EmilienM | jeblair: I wonder how can we detect the latest stable branch? | 21:41 |
*** ashleighfarnham has quit IRC | 21:41 | |
jeblair | EmilienM: devstack-gate does this, but not with zuul-cloner (at least, not yet) | 21:41 |
*** sdake has quit IRC | 21:41 | |
EmilienM | jeblair: I don't like hardcoding the branch here | 21:41 |
fungi | lifeless: 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 mirroring | 21:41 |
*** ashleighfarnham has joined #openstack-infra | 21:43 | |
jeblair | EmilienM: 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 that | 21:43 |
jeblair | EmilienM: or.... | 21:43 |
jeblair | EmilienM: 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 job | 21:44 |
jeblair | EmilienM: 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 cool | 21:44 |
EmilienM | yes I will do that | 21:44 |
EmilienM | it's not urgent at all now, we don't have liberty packaging | 21:44 |
EmilienM | jeblair: but I'll do that way | 21:45 |
lifeless | fungi: huh | 21:45 |
*** krtaylor has quit IRC | 21:45 | |
lifeless | fungi: oh, if we're too fast we don't see the new thing | 21:45 |
fungi | lifeless: right. we (null?) update constraints | 21:45 |
clarkb | mordred: OpenStackCloudTimeout: Timeout waiting for the image to import. | 21:45 |
lifeless | fungi: what about, a second job | 21:45 |
clarkb | I am going to try again in another region | 21:45 |
lifeless | fungi: 'slow-update', which waits one mirror-pulse ? | 21:45 |
lifeless | fungi: and we trigger that one | 21:45 |
lifeless | fungi: not the periodic one | 21:46 |
EmilienM | jeblair: I WIPed the patch, I'll follow up after my holidays, thanks for the help here | 21:46 |
*** ashleighfarnham has quit IRC | 21:46 | |
fungi | lifeless: 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 jobs | 21:46 |
fungi | lifeless: but i guess the question is whether anyone will balk at us running a job with a `sleep 300` in the middle of it | 21:47 |
jeblair | EmilienM: np, enjoy! | 21:47 |
lifeless | fungi: you tell me ;) | 21:47 |
lifeless | fungi: [why does it need the same worker vs a throwaway node?] | 21:47 |
*** bdemers has quit IRC | 21:47 | |
fungi | lifeless: because it's a machine we deploy gerrit credentials onto so that it can propose a change for review | 21:48 |
lifeless | oh right | 21:48 |
lifeless | thanks | 21:48 |
fungi | lifeless: eventually we _would_ like to make our proposal and release workers nodepool-provisioned but they are not today | 21:48 |
*** ParsectiX has joined #openstack-infra | 21:48 | |
fungi | and 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-infra | 21:49 | |
fungi | anyway, the sleep 300 seems probably the easiest workaround to avoid that race | 21:49 |
fungi | but other reviewers may disagree with me on that ;_ | 21:49 |
fungi | anyway, i have to run away again for a while | 21:49 |
*** geoffarnold has quit IRC | 21:51 | |
*** amitgandhinz has quit IRC | 21:53 | |
*** peristeri has quit IRC | 21:53 | |
*** otter768 has quit IRC | 21:53 | |
*** ashleighfarnham has joined #openstack-infra | 21:54 | |
*** annasort has joined #openstack-infra | 21:55 | |
*** dizquierdo has joined #openstack-infra | 21:56 | |
*** asettle has joined #openstack-infra | 21:56 | |
*** tlian has joined #openstack-infra | 21:56 | |
*** signed8b_ has quit IRC | 21:59 | |
*** signed8bit has quit IRC | 21:59 | |
openstackgerrit | Merged openstack-infra/project-config: Add excludes support for create-zanata-xml https://review.openstack.org/200997 | 22:00 |
*** devkulkarni has left #openstack-infra | 22:01 | |
openstackgerrit | Merged openstack-infra/puppet-cgit: Stop including policycoreutils-python https://review.openstack.org/188372 | 22:02 |
openstackgerrit | Merged openstack-infra/glean: dont fail if /etc/hosts is missing https://review.openstack.org/200188 | 22:02 |
*** miqui_ has quit IRC | 22:03 | |
*** tqtran-afk is now known as tqtran | 22:03 | |
melwitt | can 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 settings | 22:04 |
*** miqui has quit IRC | 22:04 | |
*** sridhar_ram has left #openstack-infra | 22:05 | |
*** tvanderwiel has quit IRC | 22:06 | |
*** ayoung has quit IRC | 22:06 | |
*** dannywi__ has quit IRC | 22:06 | |
mfalatic | Encountering a vexing bug with tox since global-requirements.txt was updated for the two mock versions the other day. | 22:06 |
mfalatic | ValueError: ("Expected ',' or end-of-list in", "mock>=1.1;python_version!='2.6'", 'at', ";python_version!='2.6'") | 22:06 |
*** dannywilson has joined #openstack-infra | 22:07 | |
mfalatic | It's a virtual environment but still, pip is up to date and pbr is too (in case that is relevant). | 22:08 |
mfalatic | And 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 |
clarkb | what version of pbr? | 22:09 |
clarkb | and do you have a pbr egg in pwd? | 22:09 |
*** dizquierdo has quit IRC | 22:10 | |
lifeless | mfalatic: where does this occur - you mention tox | 22:11 |
lifeless | mfalatic: tox uses virtualenv to get the new environments, and that bundles setuptools and pip and wheel | 22:11 |
lifeless | mfalatic: so the version of virtualenv in the python environment that tox is installed in is a likely candidate | 22:11 |
*** kutija has quit IRC | 22:13 | |
mfalatic | Specifically magnum | 22:13 |
mfalatic | tox -e docs | 22:13 |
mfalatic | This depends on a test-requirements.txt file that in turn contains the two mock lines. | 22:13 |
mfalatic | the ;python!='2.6' bit is what's breaking this evidently. | 22:14 |
mfalatic | I'll look at the pbr thing momentarily here. | 22:14 |
mfalatic | pbr in virt env = 1.3.0 | 22:15 |
clarkb | image cannot be imported error code 396 | 22:15 |
clarkb | mordred: ^ I don't even | 22:16 |
*** annegentle has quit IRC | 22: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 cumbersome | 22:20 |
*** ParsectiX has quit IRC | 22:20 | |
*** kutija has joined #openstack-infra | 22:20 | |
clarkb | mtreinish: ^ that is a subunit2sql thing | 22:20 |
jeblair | are we seeing that error? | 22:21 |
mfalatic | clarkb - not sure about the egg but in the environment pip reports pbr 1.3.0 | 22:21 |
mtreinish | clarkb: if you use an old subunit2sql release with a newer oslo.db you'll see that error | 22:22 |
mfalatic | The wheel is there for pbr 1.3.0 | 22:22 |
*** puranamr has quit IRC | 22:22 | |
openstackgerrit | Merged openstack/requirements: Rename python-keystoneclient-saml2 to keystoneauth-saml2 https://review.openstack.org/200938 | 22:22 |
*** hdd has quit IRC | 22:22 | |
*** SumitNaiksatam has quit IRC | 22:23 | |
*** puranamr has joined #openstack-infra | 22:23 | |
clarkb | jeblair: ew are not acording to a quick grep | 22:23 |
*** enikanorov2 has quit IRC | 22:23 | |
mtreinish | clarkb: but using the latest subunit2sql release, 0.7.0, shouldn't have any issues | 22:23 |
mtreinish | I'm pretty sure we wrote the nodepool setup scripts to always pull in the latest subunit2sql | 22:23 |
openstackgerrit | Merged openstack/requirements: Fix Routes version problem for py3 https://review.openstack.org/201133 | 22:23 |
jeblair | mtreinish: btw, has de-osloification work started on that? | 22:24 |
*** camunoz has quit IRC | 22:24 | |
mtreinish | jeblair: no, I haven't had time to even start to look at it | 22:24 |
*** camunoz has joined #openstack-infra | 22:25 | |
jeblair | :( | 22:25 |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Add the ability to wait for a project's builds to complete. https://review.openstack.org/201794 | 22:26 |
mtreinish | jeblair: 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 testr | 22:27 |
mtreinish | especially since it's still basically just me pushing patches when I have time | 22:27 |
*** mhu has quit IRC | 22:28 | |
mfalatic | Interesting... if I activate the virtual env for tox, then install pbr, then run tox... pbr gets removed. | 22:28 |
jeblair | mtreinish: 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-infra | 22:30 | |
mtreinish | jeblair: 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 way | 22:30 |
jeblair | mtreinish: are we using both methods of passing args? | 22:31 |
*** signed8bit has joined #openstack-infra | 22:31 | |
*** signed8b_ has joined #openstack-infra | 22:31 | |
*** signed8bit is now known as signed8bit_ZZZzz | 22:31 | |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Check a job's build status https://review.openstack.org/201784 | 22:31 |
mtreinish | it also uses the model query stuff, but that maps pretty easily back to straight sqlalchemy | 22:31 |
mtreinish | jeblair: yeah, the subunit-worker uses a config file and the cli opts are used in other places | 22:32 |
mtreinish | we also could just say screw backwards compat on config and make it the 1.x.x release and be jerk about semver :) | 22:33 |
lifeless | mfalatic: so | 22:33 |
lifeless | mfalatic: tox does this: | 22:33 |
*** sdake_ is now known as sdake | 22:34 | |
lifeless | mfalatic: step 1, build an sdist in the environment tox is running from | 22:34 |
lifeless | mfalatic: step 2, make the venv, | 22:34 |
jeblair | mtreinish: i'm okay with that :) | 22:34 |
lifeless | mfalatic: step 3, run stuff in it. | 22:34 |
*** signed8b_ has quit IRC | 22:34 | |
*** signed8bit_ZZZzz has quit IRC | 22:34 | |
lifeless | mfalatic: 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 |
lifeless | mfalatic: e.g. tox |& pastebinit -b http://paste.openstack.org | 22:34 |
mfalatic | Yes, one moment while I do that. | 22:34 |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Add the ability to wait for builds to complete https://review.openstack.org/201794 | 22:35 |
*** kutija_ has joined #openstack-infra | 22:36 | |
lifeless | mfalatic: if, as I suspect, its outside the environment, you might find https://rbtcollins.wordpress.com/2015/07/12/bootstrapping-developer-environments-for-openstack/ useful | 22:36 |
*** mhu has joined #openstack-infra | 22:36 | |
mtreinish | jeblair: heh, I guess it would be ok to do that. I was just trying to be better about it | 22:36 |
mfalatic | ok, cleaning it up so I can give an accurate log one moment | 22:36 |
mfalatic | lifeless http://paste.openstack.org/show/375583/ | 22:39 |
mtreinish | jeblair: 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 too | 22:39 |
*** kutija has quit IRC | 22:39 | |
mtreinish | because the issue there was alter table usage in migrations | 22:40 |
mfalatic | I can't be the only one getting bitten by this bug, can I? | 22:40 |
lifeless | mfalatic: right, your virtualenv is too old | 22:40 |
lifeless | mfalatic: its making the environment, but the pip within it is too old, and thats bundled | 22:40 |
mfalatic | okie doke... that's interesting | 22:40 |
krotscheck | Random 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 |
mfalatic | THis is ubuntu 14.04 FWIW. | 22:41 |
mfalatic | but that's neithe here nor there... let me update | 22:41 |
lifeless | mfalatic: 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 virtualenv | 22:41 |
lifeless | mfalatic: yeah, thats 15 months old - ancient | 22:41 |
mfalatic | lifeless "And life on the prairie returned to normal, and the toxen and sheep were content once again" | 22:42 |
mfalatic | yep, that solves it I think :-D | 22:42 |
lifeless | mfalatic: cool | 22:42 |
lifeless | mfalatic: what did you do ? | 22:43 |
mfalatic | outside any virtualenv I ran "sudo pip install -U virtualenv" | 22:43 |
lifeless | ok :) | 22:43 |
lifeless | that can sometimes interact badly with distro packages, but I'm glad it worked for you | 22:43 |
mfalatic | Well, not much choice... | 22:44 |
mfalatic | I'm honestly not sure how else to fix it offhand that's simple. | 22:44 |
lifeless | mfalatic: my blog post has step-by-step instructions for not doing it that way | 22:44 |
lifeless | mfalatic: which is why I linked it | 22:44 |
mfalatic | ahhhh | 22:44 |
mfalatic | I was going to go read that y'know | 22:44 |
lifeless | but you know | 22:44 |
lifeless | whatevs :) | 22:44 |
mfalatic | I'll read it and see how to do this more optimally. | 22:45 |
lifeless | feedback appreciated, of course :) | 22:45 |
mfalatic | I do appreciate it - I suspect this is the same exact issue seen here: https://bugs.launchpad.net/devstack/+bug/1468808 | 22:46 |
openstack | Launchpad 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 |
lifeless | mfalatic: nope, totally different | 22:46 |
lifeless | mfalatic: thats devstack, this is tox | 22:46 |
mfalatic | Well, not quite | 22:46 |
mfalatic | in the comments someone hit the same bug I did. | 22:47 |
lifeless | devstack starts by globally upgrading everything | 22:47 |
mfalatic | in tox | 22:47 |
lifeless | yes, because they commented on a bug about devstack with a comment about tox | 22:47 |
mfalatic | and while it's the wrong bug, they were flailing as I was. | 22:47 |
lifeless | the 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 different | 22:47 |
mfalatic | might be good to throw your link there to help redirect them... | 22:48 |
lifeless | sure - go ahead :)( | 22:48 |
lifeless | erm, :) | 22:48 |
*** dimtruck is now known as zz_dimtruck | 22:49 | |
*** thorst has joined #openstack-infra | 22:49 | |
*** xyang1 has joined #openstack-infra | 22:49 | |
*** gordc has quit IRC | 22:50 | |
Daviey | lifeless: global-requirements.txt doesn't need a lower version if every published version works, right? | 22:50 |
lifeless | Daviey: right | 22:51 |
Daviey | ta | 22:51 |
mfalatic | lifeless 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 |
lifeless | well | 22:53 |
lifeless | so actually they haven't :) | 22:53 |
lifeless | we've had to bump virtualenv versions before | 22:53 |
lifeless | within individual projects, perhaps | 22:53 |
lifeless | but at the infra see-all-projects level, no. | 22:54 |
*** angela-s has quit IRC | 22:54 | |
*** puranamr_ has joined #openstack-infra | 22:54 | |
asselin | nibalizer, what do you think of this change? https://review.openstack.org/#/c/200643/ | 22:55 |
mfalatic | oic | 22:56 |
mfalatic | lifeless other than your webpage, is there something in the openstack docs about upgrading virtualenv? | 22:57 |
*** puranamr_ has quit IRC | 22:57 | |
*** puranamr has quit IRC | 22:57 | |
camunoz | ping StevenK | 22:58 |
lifeless | mfalatic: yes there is - http://docs.openstack.org/infra/manual/python.html | 22:58 |
*** doug-fish has left #openstack-infra | 22:58 | |
*** bnemec has quit IRC | 22:59 | |
lifeless | mfalatic: 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 |
camunoz | or ping pleia2 | 22:59 |
lifeless | my blog post is an attempt to get a different approach formalised | 22:59 |
lifeless | which reminds me - mordred - please read | 22:59 |
pleia2 | camunoz: hey | 22:59 |
*** Sukhdev has quit IRC | 22:59 | |
mfalatic | lifeless ok, so basically what I did... | 23:00 |
camunoz | hi 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 |
mfalatic | but I see your point. | 23:00 |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:01 | |
openstackgerrit | Merged openstack-infra/puppet-phabricator: Add .gitreview file https://review.openstack.org/201731 | 23:02 |
pleia2 | camunoz: 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 |
mfalatic | lifeless I passed along the info and your link to my team. | 23:03 |
*** wenlock has quit IRC | 23:03 | |
camunoz | pleia2, 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 |
mfalatic | really really appreciate all the help! | 23:03 |
lifeless | anytime | 23:03 |
pleia2 | camunoz: best bet is to start here http://docs.openstack.org/infra/manual/developers.html | 23:04 |
pleia2 | camunoz: I know it's long, but it's complete and it'll get you where you need to be | 23:04 |
camunoz | aha! sounds perfect. thanks pleia2! | 23:04 |
pleia2 | camunoz: sure, and welcome to contributing! | 23:05 |
camunoz | thanks! | 23:05 |
clarkb | jhesketh: did you see that your os-loganalyze changes are in merge conflict? | 23:05 |
clarkb | jhesketh: 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 apprval | 23:06 |
*** FallenPegasus has joined #openstack-infra | 23:06 | |
*** puranamr has joined #openstack-infra | 23:06 | |
clarkb | as soon as this current nodepool image upload completes I am going to restart nodepool to pick up the hostname defaults change | 23:07 |
greghaynes | clarkb: huh, timeout waiting for import... you should see if the import eventually suceeded | 23:09 |
greghaynes | clarkb: if so when we need to tweak the shade timeout | 23:09 |
greghaynes | glance task-show should tell you | 23:10 |
clarkb | greghaynes: you mean shade is timing out but swift/glance work? | 23:11 |
clarkb | doesn't really matter I keep getting this error code 396 | 23:11 |
clarkb | mordred: imo we should revert at this point, rax + dib does not work | 23:12 |
greghaynes | clarkb: well, error waiting for import isnt a glance error I know of so I assume its shade | 23:12 |
greghaynes | yea, fair enough re: revert | 23:12 |
clarkb | gonna restart nodepool now to pick up thta default hostnames change | 23:12 |
greghaynes | also, got any more info on that error code? | 23:12 |
openstackgerrit | Carlos Munoz proposed openstack-infra/system-config: Adjust Zanata admins https://review.openstack.org/201808 | 23:13 |
pleia2 | camunoz: that was quick, well done :) | 23:13 |
clarkb | greghaynes: http://paste.openstack.org/show/375653/ it might be the worst error message in the history of computers | 23:14 |
clarkb | it knows exactly what went wrong and that there was a failure, but completely fails at communcating it | 23:14 |
greghaynes | what we have here is a failure to communicate | 23:15 |
*** Somay has quit IRC | 23:15 | |
clarkb | nodepool is starting back up | 23:15 |
clarkb | also includes morderds debug ip fails change | 23:15 |
clarkb | so hopefully we can get that sorted | 23:15 |
greghaynes | ah, cannot be imported. So the upload is probably failing in some way were not detecting | 23:15 |
clarkb | greghaynes: thats a different error than the first one I mentioned | 23:16 |
greghaynes | yea, but seems related | 23:16 |
camunoz | pleia2, um... I think this automatically created a patch to review... not sure if it's good | 23:16 |
*** dims__ has joined #openstack-infra | 23:17 | |
mordred | clarkb: so - error 396 from rackspace is an intermittent error | 23:17 |
clarkb | mordred: its 100% for me | 23:17 |
mordred | clarkb: we need to retry when we get it | 23:17 |
clarkb | mordred: and it takes an hour to get it and we don't retry | 23:17 |
mordred | clarkb: it is an error with the backend | 23:17 |
clarkb | mordred: also we don't have enough hours in the day to upload all our images | 23:17 |
mordred | indeed. | 23:17 |
greghaynes | clarkb: can you swift list images ubuntu-trusty-1436912173.template.openstack.org in rax dfw? | 23:18 |
greghaynes | hah | 23:18 |
clarkb | anyways I move to revert | 23:18 |
greghaynes | yea | 23:18 |
mordred | that's fine | 23:18 |
clarkb | we have the shorter hostnames change in place now | 23:18 |
clarkb | that should fix things | 23:18 |
greghaynes | also, the image builder workers will help that :) | 23:18 |
mordred | greghaynes: yes. those will help with the hours in teh day problem | 23:18 |
clarkb | greghaynes: mordred maybe | 23:18 |
mordred | btw - if you do another task-import with that same image in swift, it will most likely succeed | 23:19 |
clarkb | depends on if we get limited on that end | 23:19 |
mordred | greghaynes: remind me taht we need to test for that error and return a better error message if we get it | 23:19 |
*** dims_ has quit IRC | 23:19 | |
greghaynes | heh, its 1am here but ill try and remember | 23:19 |
*** rlandy has quit IRC | 23: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 |
clarkb | mordred: but its known | 23:20 |
greghaynes | "We're sorry." | 23:20 |
mordred | greghaynes: dude. you said CET | 23:20 |
mordred | clarkb: it is not known | 23:20 |
clarkb | error 396 | 23:20 |
mordred | clarkb: yes. that is the rackspce error for "unknown error" | 23:20 |
clarkb | wat | 23:20 |
mordred | clarkb: this is a thing I've been over with people already | 23:20 |
*** signed8bit has joined #openstack-infra | 23:20 | |
*** signed8b_ has joined #openstack-infra | 23:20 | |
clarkb | can we submit a ticket to them that says error 396 should be unknown error code 396 | 23:20 |
mordred | when 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 396 | 23:21 |
mordred | clarkb: I've already bugged nikhil_k about it | 23:21 |
*** sputnik13 has quit IRC | 23:21 | |
mordred | clarkb: 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 timeout | 23:22 |
mordred | clarkb: because we do know that we get 396 on unknown errors and all previous times we've gotten it it's been solved by retrying | 23:22 |
clarkb | mordred: retrying has not solved it for me | 23:23 |
*** shardy has quit IRC | 23:23 | |
mordred | clarkb: you've done the glance task-create image-import again on the same image? | 23:23 |
*** pcrews has quit IRC | 23:23 | |
openstackgerrit | Carlos Munoz proposed openstack-infra/system-config: Adjust Zanata admins https://review.openstack.org/201808 | 23:23 |
greghaynes | clarkb: are you doing all this testing in one region | 23:23 |
clarkb | mordred: no I am doing nodepool image-upload | 23:24 |
clarkb | greghaynes: yes rax-dfw | 23:24 |
*** dprince has joined #openstack-infra | 23:24 | |
pleia2 | camunoz: it did, and I reviewed: https://review.openstack.org/#/c/201808/ | 23:24 |
pleia2 | camunoz: ah, you're ahead of me! | 23:24 |
greghaynes | hrm, well id be interested to see if a re task-create for that swift path works | 23:25 |
greghaynes | because I wonder if theres a problem in that region ATM | 23:25 |
greghaynes | also, our poor users :/ | 23:26 |
*** gildub has joined #openstack-infra | 23:26 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Revert "Use ubuntu-trusty for multi-node tests" https://review.openstack.org/201809 | 23:26 |
*** signed8b_ is now known as signed8bit_ZZZzz | 23:27 | |
*** signed8bit_ZZZzz has quit IRC | 23:27 | |
*** signed8bit has quit IRC | 23:27 | |
mordred | greghaynes: 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 task | 23:27 |
clarkb | mordred: I haven't started one since the last one which I pasted the details for | 23:27 |
mordred | oh - great | 23:27 |
clarkb | go ahead and do an import task, but don't forget to clean that up when done as nodepool willl know nothing of it | 23:27 |
mordred | clarkb: so I can try an import task | 23:28 |
mordred | clarkb: I'll just call it something else | 23:28 |
*** thorst has quit IRC | 23:28 | |
*** oomichi has joined #openstack-infra | 23:28 | |
clarkb | mordred: can you WIP the changes to remove devstack-trusty-2-node? | 23:29 |
mordred | clarkb: sure | 23:29 |
mordred | clarkb: gimme a sec though | 23:29 |
clarkb | mordred: or do you mind i fI do it? want ot make sure they don't move ahead post revert | 23:29 |
mordred | go for it | 23:29 |
*** ashleighfarnham has quit IRC | 23:29 | |
clarkb | done | 23:30 |
*** ZZelle_ has quit IRC | 23:30 | |
*** erlon has quit IRC | 23:30 | |
clarkb | in 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 format | 23:31 |
mordred | nope. it's not | 23:31 |
mordred | also - the upload-to-swift-then-import-to-glance doubles the amount of data transfer :) | 23:31 |
*** bitblt has joined #openstack-infra | 23:31 | |
clarkb | oh wait | 23:31 |
clarkb | the glance import is an actual file transfer | 23:31 |
clarkb | its not just setting up a pointer to ... wow | 23:32 |
clarkb | I thought that was why swift was being used, its the file store anyways so remove the middle ware | 23:32 |
*** esmute has quit IRC | 23:32 | |
greghaynes | it makes you wonder how plausible the scaling reasoning behind them doing the swift import deal is | 23:32 |
clarkb | something something sometthing don't let me design software I will do it all wrong | 23:32 |
greghaynes | if its increasing the data transfer by an order of magnitude or so | 23:32 |
clarkb | greghaynes: well uploads work fine to hpcloud using the old system | 23:33 |
clarkb | greghaynes: so interpret that as you will | 23:33 |
greghaynes | heh, yes | 23:33 |
*** dangers is now known as dangers_away | 23:33 | |
mordred | greghaynes: http://paste.openstack.org/show/375684 | 23:33 |
mordred | there is the swift stat | 23:34 |
mordred | clarkb: the 'reason' for the import is that the glance api is not designed for handling both rest traffic and large streaming | 23:34 |
mordred | clarkb: so rather than just fixing the glance api by, like, I dunno, just running it in apache which can handle that | 23:34 |
clarkb | mordred: it is clearly not designed to import either | 23:34 |
mordred | the idea was to offload to swift which can handle the upload | 23:35 |
mordred | and the put in a task worker backend system to import | 23:35 |
mordred | which, I think, imports to another glance-owned swift container | 23:35 |
*** esmute has joined #openstack-infra | 23:35 | |
clarkb | :| | 23:35 |
mordred | clarkb: DON'T EVEN GET ME STARTED | 23:35 |
clarkb | why not have glance hand me a tempurl to the backend container? | 23:35 |
clarkb | and voila | 23:35 |
greghaynes | mordred: yea, looks like a swift object | 23:35 |
mordred | clarkb: why not many things | 23:36 |
mordred | clarkb: althuogh I do not know if tempurls work with chunked multi-object objects | 23:36 |
mordred | for the record, I'm doing this: | 23:38 |
mordred | glance 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 IRC | 23:39 | |
mordred | and the task is 8f602e24-e85c-43e6-a86a-9238a2eb3982 | 23:39 |
mordred | clarkb: oh - you'll also like that there is no task-delete | 23:40 |
*** tonytan4ever has quit IRC | 23:40 | |
*** alexpilotti has quit IRC | 23:40 | |
*** mhu has joined #openstack-infra | 23:43 | |
pleia2 | morganfainberg: darn, I was so close to having a keystone-area change! https://review.openstack.org/#/c/200772/ | 23:43 |
pleia2 | guess I'll have to come up with another one :) | 23:44 |
*** shashank_hegde_ has quit IRC | 23:44 | |
mordred | pleia2: blast! | 23:44 |
morganfainberg | pleia2: doh! | 23:44 |
morganfainberg | Quick let me -2 the other one >.> | 23:44 |
pleia2 | haha, nah | 23:45 |
morganfainberg | oh wait... | 23:45 |
morganfainberg | pleia2: next time! | 23:45 |
clarkb | mordred: pleia2 jeblair can I get reviews for https://review.openstack.org/#/c/201809/ real quick? | 23:46 |
clarkb | trying to get sdague back to a working spot with multinode tests | 23:46 |
pleia2 | approved | 23:47 |
clarkb | danke | 23:47 |
*** shashank_hegde_ has joined #openstack-infra | 23:49 | |
*** asettle has quit IRC | 23:50 | |
*** otter768 has joined #openstack-infra | 23:50 | |
*** geoffarnold has joined #openstack-infra | 23:50 | |
*** ddieterly has joined #openstack-infra | 23:51 | |
*** ddieterly has quit IRC | 23:52 | |
*** ddieterly has joined #openstack-infra | 23:52 | |
*** signed8bit has joined #openstack-infra | 23:53 | |
*** signed8b_ has joined #openstack-infra | 23:53 | |
openstackgerrit | Ghe Rivero proposed openstack-infra/shade: Fix small error in README.rst https://review.openstack.org/201813 | 23:53 |
*** otter768 has quit IRC | 23:54 | |
*** signed8b_ is now known as signed8bit_ZZZzz | 23:55 | |
openstackgerrit | Merged openstack-infra/project-config: Revert "Use ubuntu-trusty for multi-node tests" https://review.openstack.org/201809 | 23:55 |
*** signed8bit has quit IRC | 23:55 | |
*** signed8bit_ZZZzz has quit IRC | 23:55 | |
*** dannywilson has quit IRC | 23:57 | |
*** pvaneck has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!