ianw | tmcpeak: yeah, seems like a tox target? | 00:00 |
---|---|---|
fungi | clarkb: tmcpeak: yep, there are a number of projects now which tweak their pep8 target in tox.ini to call more than just flake8 | 00:00 |
fungi | you can add multiple command entries for a target | 00:00 |
tmcpeak | hmm, that feels messy | 00:00 |
fungi | er, for an environment (tox calls them environments, i still think of them like make targets though) | 00:00 |
tmcpeak | it's really separate from pep8 in function and purpose | 00:00 |
clarkb | tmcpeak: yes well the target should be renamed | 00:01 |
clarkb | but it has a lot of momentum | 00:01 |
clarkb | in any case thats how you should do it imo | 00:01 |
fungi | tmcpeak: right, flake8 has plugins that do a lot more than call into the pep8 checker too. "pep8" has now come more to mean "static analyzers" in our tox world | 00:01 |
tmcpeak | besides, the new Bandit gate has different functionality.. we want to use some properties of zuul so we can check out the parent commit ,etc | 00:01 |
*** tonytan4ever has joined #openstack-infra | 00:02 | |
tmcpeak | please take a look at this to understand the functionality: https://review.openstack.org/#/c/253190/4/jenkins/jobs/bandit.yaml | 00:02 |
*** rossella_s has quit IRC | 00:02 | |
tmcpeak | so basically it checks out the parent commit, runs Bandit. Then runs Bandit on the new commit and checks the difference | 00:02 |
clarkb | you can still do that ... | 00:02 |
clarkb | and if you put it in tox that way then individuals can run it locally easily | 00:03 |
openstackgerrit | Merged openstack/requirements: Remove a stale comment https://review.openstack.org/252804 | 00:03 |
tmcpeak | the tox is going to get messy with all that logic in it | 00:03 |
*** salv-orl_ has quit IRC | 00:03 | |
clarkb | think about what that means for people trying to do it by hand then | 00:03 |
clarkb | "my bandit gate failed but I can't reproduce" | 00:03 |
tmcpeak | hmm, good point | 00:04 |
tmcpeak | maybe a script with Bandit that runs Baseline against the parent commit | 00:04 |
ianw | tmcpeak: even have a look at some of the project-config tox targets, that call out to shell scripts. jjb compare jobs etc | 00:04 |
tmcpeak | then the tox target could call that | 00:04 |
tmcpeak | ok cool | 00:04 |
tmcpeak | solid point | 00:04 |
tmcpeak | ok so just to make sure I understand what you guys are recommending | 00:05 |
tmcpeak | 1) put the logic that does the parent commit compare in a shell script as part of Bandit | 00:05 |
tmcpeak | 2) have the pep8 tox target do the Bandit compare | 00:05 |
*** jamielennox|away is now known as jamielennox | 00:05 | |
tmcpeak | 3) don't have to change gate at all, projects do it themselves by modifying their pep8 | 00:05 |
tmcpeak | fair summary? | 00:05 |
clarkb | yes | 00:06 |
*** dahoo is now known as jerryz | 00:06 | |
tmcpeak | ok cool, I agree, that does seem nicer | 00:06 |
tmcpeak | will do | 00:06 |
tmcpeak | thanks guys | 00:07 |
clarkb | (we try to keep as much of the test implementation details out of jenkins as possible so that they are more easily reproduced locally | 00:09 |
*** salv-orlando has joined #openstack-infra | 00:09 | |
tmcpeak | you have any examples off the top of your head of projects lumping things into tox pep8? | 00:09 |
*** ashleighfarnham has quit IRC | 00:11 | |
clarkb | tmcpeak: any of them that run flake8 | 00:12 |
clarkb | tmcpeak: it is running hacking, pyflakes, and pep8 all linters | 00:12 |
gus | tmcpeak: neutron? nova? | 00:12 |
tmcpeak | clarkb: cool, gotcha | 00:12 |
tmcpeak | gus: ok cool, thank you | 00:12 |
openstackgerrit | Jeffrey Zhang proposed openstack/requirements: add graphviz library https://review.openstack.org/253290 | 00:13 |
clarkb | jesusaurus: so move to external log_processor project seems to install the commands at /usr/local/bin/log-gearman-worker.py | 00:14 |
clarkb | jesusaurus: the .py suffix is new | 00:14 |
anteaya | gus: hey there | 00:14 |
*** flepied has joined #openstack-infra | 00:14 | |
gus | anteaya: hey :) | 00:14 |
anteaya | how are you? | 00:14 |
anteaya | spring for you, planting tomatoes soon? | 00:15 |
gus | good. busy with everyone want to have this "christmas" thing at the same time. | 00:15 |
gus | We should randomise it better, like we do with birthdays. | 00:15 |
anteaya | I agree | 00:16 |
*** tmcpeak has left #openstack-infra | 00:16 | |
anteaya | so by bloodline or geographically? | 00:16 |
anteaya | I'm fine either way | 00:16 |
gus | anteaya: oh, I have tomatoes growing like weeds. I feel a bit guilty mowing over them with the lawn mower. | 00:16 |
clarkb | jesusaurus: actually I take that back, it doesn't appear to be installing anything | 00:16 |
jesusaurus | clarkb: are you looking at https://review.openstack.org/248868 ? | 00:16 |
anteaya | ha ha ha | 00:16 |
anteaya | you love your tomatoes | 00:16 |
clarkb | jesusaurus: no, looking at puppet-log_processor since it already switched to the out of tree thing | 00:17 |
clarkb | jesusaurus: basically right now we aren't installing anything form what I can tell | 00:17 |
jesusaurus | clarkb: oh, did i not make the puppet change dependent on the boilerplate change? | 00:17 |
jesusaurus | whoops | 00:17 |
clarkb | jesusaurus: can you revert and we can go to that once boilerplate and installability works? | 00:18 |
jesusaurus | yeah | 00:19 |
clarkb | ty | 00:19 |
*** Hal1 has quit IRC | 00:19 | |
clarkb | other than that my change to decouple the users seems to work fine | 00:19 |
clarkb | so once we have revert in place I can work on getting change to install logstash2.0 going | 00:19 |
*** sdake has joined #openstack-infra | 00:20 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/puppet-log_processor: Revert "Switch to using the new log_processor project" https://review.openstack.org/254450 | 00:21 |
jesusaurus | clarkb: there's your revert | 00:21 |
*** gildub has joined #openstack-infra | 00:21 | |
jesusaurus | clarkb: btw, the boilerplate change as it is now will install the scripts as log-processor-client and log-processor-worker | 00:22 |
*** gordc has quit IRC | 00:22 | |
clarkb | jesusaurus: ya the problem was init script was updated to use those names but they don't exist yet | 00:23 |
*** tonytan4ever has quit IRC | 00:23 | |
*** flepied has quit IRC | 00:23 | |
clarkb | anyone else want to review 254450 real quick? | 00:23 |
clarkb | I will probably approve in a few minutes so that init works again | 00:24 |
*** yamamoto has joined #openstack-infra | 00:26 | |
openstackgerrit | Merged openstack/diskimage-builder: Add openssh-server package-install to local-config https://review.openstack.org/253718 | 00:27 |
*** gildub has quit IRC | 00:28 | |
*** yamamoto_ has joined #openstack-infra | 00:29 | |
*** gildub has joined #openstack-infra | 00:29 | |
devananda | fungi: re the oslo.utils bug that you recently emailed about - would you like affected projects to take any action, or just wait for oslo.utils to release a fix? | 00:30 |
*** yamamoto has quit IRC | 00:32 | |
*** yamamot__ has joined #openstack-infra | 00:32 | |
*** hrubi has quit IRC | 00:32 | |
*** ashtokolov has quit IRC | 00:32 | |
*** patrickeast has quit IRC | 00:32 | |
*** larainema has quit IRC | 00:32 | |
*** mtanino has quit IRC | 00:33 | |
*** yamamoto_ has quit IRC | 00:34 | |
*** hrubi has joined #openstack-infra | 00:34 | |
*** eil397 has quit IRC | 00:34 | |
*** dougwig has quit IRC | 00:35 | |
*** dougwig has joined #openstack-infra | 00:36 | |
*** yamamot__ has quit IRC | 00:37 | |
*** Swami has quit IRC | 00:37 | |
*** zz_dimtruck is now known as dimtruck | 00:38 | |
*** larainema has joined #openstack-infra | 00:38 | |
*** asselin__ has quit IRC | 00:39 | |
*** asselin__ has joined #openstack-infra | 00:39 | |
clarkb | devananda: maybe one of the affected projects would like to work on the fix? | 00:40 |
clarkb | the bug is currently unassigned | 00:40 |
*** otter768 has joined #openstack-infra | 00:41 | |
jeblair | jhesketh: why are there multiple instantiations of a gerrit source? | 00:41 |
clarkb | but looks like it was just moved so possible that you can just use the new path | 00:41 |
jroll | clarkb: ya, just posted a patch to install the extras | 00:41 |
*** yonglihe has quit IRC | 00:41 | |
jroll | seems worth a revert to me, but I'll let oslo folks decide on that | 00:42 |
jeblair | jhesketh: (but not triggers) | 00:42 |
*** larainema has quit IRC | 00:43 | |
clarkb | jroll: or roll forward and support both paths | 00:43 |
jroll | clarkb: sure, I guess I'll jfdi | 00:45 |
jroll | or now that I read -oslo scrollback, they're dealing with it | 00:46 |
*** Nisha has quit IRC | 00:46 | |
*** ParsectiX has joined #openstack-infra | 00:46 | |
* jroll walks away whistling | 00:46 | |
jhesketh | jeblair: triggers end up injecting an event into the scheduler that is then applied across all the pipelines regardless of where the trigger happens. The eventFilters from the trigger are then unqiue to the pipeline | 00:46 |
*** ParsectiX has quit IRC | 00:46 | |
*** ParsectiX has joined #openstack-infra | 00:46 | |
jhesketh | there is one source per pipeline | 00:46 |
jhesketh | I guess you could only instanciate it once though | 00:46 |
jeblair | jhesketh: but there's only one gerrit trigger, right? | 00:47 |
jhesketh | jeblair: one per connection | 00:48 |
jeblair | jhesketh: so there's 1 trigger per connection, but X sources per connection where X = number of pipelines... right? | 00:48 |
*** Qiming has joined #openstack-infra | 00:48 | |
jhesketh | right | 00:49 |
jhesketh | (although a source might not be just gerrit in the future) | 00:49 |
jeblair | (sure) | 00:49 |
jeblair | jhesketh: i can't find the code that de-duplicates triggers... | 00:49 |
*** EricGonczer_ has quit IRC | 00:49 | |
jhesketh | jeblair: schedulre line 420 | 00:49 |
*** larainema has joined #openstack-infra | 00:50 | |
jeblair | jhesketh: ooh got it | 00:50 |
*** amitgandhinz has joined #openstack-infra | 00:51 | |
jeblair | jhesketh: ok, so i'm looking for a place to be the authoritative source of projects and changes for a source; i figured we would have a single source per connection, and i could put that on the source class | 00:51 |
jeblair | jhesketh: i think that only works if it's a singleton-per-connection | 00:52 |
jeblair | jhesketh: do you see a problem with that? | 00:52 |
jhesketh | yeah, I admit in writing it I had pondered if sources+connections should just be the same thing | 00:52 |
jhesketh | I think the abstraction of the two may be unhelpful | 00:53 |
jeblair | jhesketh: they do seem strongly related | 00:53 |
jhesketh | and not give us any real feature | 00:53 |
nibalizer | clarkb: so what recipie did you end up using to puppet apply? | 00:53 |
clarkb | nibalizer: I modified /etc/puppet/modules then ran puppet apply /opt/system-config/production/manifests/site.pp | 00:54 |
*** kgiusti has joined #openstack-infra | 00:54 | |
*** kgiusti has quit IRC | 00:54 | |
jeblair | jhesketh: okay, let's not do anything drastic with them now... i'll try making it a singleton in my branch and if the distinctions continue to erode, maybe we'll combine them | 00:54 |
*** sabeen3 has quit IRC | 00:54 | |
jhesketh | jeblair: sounds good :-) | 00:55 |
jhesketh | jeblair: in your branch, are you working on the v3 stuff? | 00:55 |
*** amitgandhinz has quit IRC | 00:55 | |
jeblair | jhesketh: yeah, i'm trying to wrap my head around the tenant problem | 00:56 |
jhesketh | yeah that's a big one | 00:56 |
*** Sukhdev has joined #openstack-infra | 00:56 | |
clarkb | nibalizer after I disabled the node on puppetmaster ansible | 00:57 |
*** Sukhdev has quit IRC | 00:57 | |
*** thorst has joined #openstack-infra | 00:57 | |
*** jerryz has quit IRC | 00:58 | |
*** otter768 has quit IRC | 00:59 | |
*** elo has joined #openstack-infra | 01:00 | |
*** changbl has quit IRC | 01:00 | |
pleia2 | ooh, mordred added docs for explaining how we do that <3 | 01:00 |
jeblair | w00t -- i have tests.test_scheduler.TestScheduler.test_jobs_launched passing with a tenant configuration :) | 01:04 |
jeblair | (and lots of things that i broke commented out :) | 01:04 |
*** thorst has quit IRC | 01:05 | |
jhesketh | nice work :-) | 01:07 |
jeblair | https://review.openstack.org/254457 since my gerritbot change hasn't merged | 01:07 |
nibalizer | clarkb: modified it how? with the change you wnated to test? | 01:08 |
*** eil397 has joined #openstack-infra | 01:10 | |
*** sdake has quit IRC | 01:10 | |
anteaya | jeblair: yay | 01:10 |
anteaya | the aforementioned gerritbot patch: https://review.openstack.org/#/c/254267/ | 01:12 |
*** changbl has joined #openstack-infra | 01:13 | |
*** changbl has quit IRC | 01:14 | |
*** ZZelle_ has quit IRC | 01:14 | |
*** peristeri has quit IRC | 01:15 | |
*** jerryz has joined #openstack-infra | 01:15 | |
openstackgerrit | Julia Kreger proposed openstack-infra/shade: WIP: Add wait support for ironic node [de]activate https://review.openstack.org/253979 | 01:16 |
*** armax has quit IRC | 01:17 | |
*** amuller has quit IRC | 01:17 | |
*** ashtokolov has joined #openstack-infra | 01:18 | |
openstackgerrit | Merged openstack-infra/puppet-log_processor: Revert "Switch to using the new log_processor project" https://review.openstack.org/254450 | 01:19 |
*** annegentle has quit IRC | 01:20 | |
*** pvaneck has quit IRC | 01:20 | |
*** nithyag_ has joined #openstack-infra | 01:21 | |
*** denisra_ has joined #openstack-infra | 01:21 | |
*** jyuso1 has joined #openstack-infra | 01:21 | |
jhesketh | jeblair: so it looks like removing a change from the cache in the connection only breaks tests.test_scheduler.TestScheduler.test_patch_order | 01:21 |
jhesketh | jeblair: there is possibly something in CRD that can bulletproof around the cache being removed | 01:22 |
*** onovy has quit IRC | 01:22 | |
jhesketh | jeblair: but I think you might be right that the scheduler keeps the change object around, and removing the cache might not be good enough | 01:22 |
*** elo has quit IRC | 01:22 | |
*** NithyaG has quit IRC | 01:23 | |
*** peterlisak has quit IRC | 01:23 | |
*** coolsvap has quit IRC | 01:23 | |
*** jyuso1 has quit IRC | 01:23 | |
*** jyuso1 has joined #openstack-infra | 01:23 | |
*** nikhil_k has joined #openstack-infra | 01:23 | |
jhesketh | jeblair: ie we should update the change object out of thread as we were doing previously | 01:23 |
*** zhenguo has joined #openstack-infra | 01:23 | |
*** tonytan4ever has joined #openstack-infra | 01:24 | |
*** peterlisak has joined #openstack-infra | 01:24 | |
*** onovy has joined #openstack-infra | 01:24 | |
*** denisra has quit IRC | 01:24 | |
*** gchamoul has quit IRC | 01:24 | |
*** nikhil has quit IRC | 01:25 | |
*** salv-orlando has quit IRC | 01:25 | |
*** thorst has joined #openstack-infra | 01:25 | |
*** gchamoul has joined #openstack-infra | 01:25 | |
*** thorst has quit IRC | 01:25 | |
*** coolsvap has joined #openstack-infra | 01:25 | |
*** links has joined #openstack-infra | 01:27 | |
*** Sukhdev has joined #openstack-infra | 01:28 | |
*** dimtruck is now known as zz_dimtruck | 01:28 | |
*** tonytan4ever has quit IRC | 01:28 | |
clarkb | nibalizer yes | 01:33 |
*** ParsectiX has quit IRC | 01:33 | |
*** changbl has joined #openstack-infra | 01:34 | |
openstackgerrit | Merged openstack/requirements: keyring older then 5.5.1 may print warning https://review.openstack.org/247525 | 01:35 |
openstackgerrit | Merged openstack/requirements: Add ipaddress to global-requirements.txt https://review.openstack.org/232694 | 01:35 |
openstackgerrit | Merged openstack/requirements: Add funcsigs into global-requirements.txt https://review.openstack.org/234924 | 01:36 |
*** baoli has joined #openstack-infra | 01:36 | |
*** patrickeast has joined #openstack-infra | 01:39 | |
nibalizer | infra-root taron any objection to decomisioning hound.o.o now that codesearch.o.o is live? | 01:41 |
*** tqtran_ has quit IRC | 01:41 | |
pleia2 | nibalizer: +2 | 01:41 |
taron | +1 | 01:41 |
jhesketh | nope | 01:41 |
* taron can't think of anything it does that codesearch.o.o doesn't | 01:42 | |
*** ParsectiX has joined #openstack-infra | 01:43 | |
*** r-daneel has quit IRC | 01:43 | |
*** ParsectiX has quit IRC | 01:43 | |
*** unicell1 has joined #openstack-infra | 01:43 | |
*** ParsectiX has joined #openstack-infra | 01:44 | |
*** unicell has quit IRC | 01:45 | |
anteaya | actually a good idea to clean it up | 01:45 |
*** unicell1 has quit IRC | 01:45 | |
*** unicell has joined #openstack-infra | 01:45 | |
nibalizer | haha its not running puppet so I can't ssh in | 01:45 |
nibalizer | since it was created before I was infra-rooted | 01:45 |
* nibalizer tries from puppetmaster | 01:45 | |
*** changbl has quit IRC | 01:47 | |
openstackgerrit | Merged openstack/requirements: bump upper constraints for openstackclient https://review.openstack.org/252760 | 01:49 |
openstackgerrit | Merged openstack/requirements: Bump the keystonemiddleware minimum https://review.openstack.org/253965 | 01:50 |
openstackgerrit | Merged openstack/requirements: Update tosca-parser minimum version to 0.3.0 https://review.openstack.org/253237 | 01:50 |
*** akshai has quit IRC | 01:51 | |
*** amitgandhinz has joined #openstack-infra | 01:51 | |
*** apoorvad has quit IRC | 01:51 | |
*** jyuso1 has quit IRC | 01:53 | |
*** hichihara has quit IRC | 01:55 | |
*** eil397 has quit IRC | 01:55 | |
*** rfolco_ has quit IRC | 01:56 | |
*** amitgandhinz has quit IRC | 01:57 | |
* nibalizer anually puppets graphite | 01:57 | |
nibalizer | er, manually | 01:57 |
pleia2 | hehe, annually | 01:57 |
anteaya | annully | 01:59 |
*** changbl has joined #openstack-infra | 02:00 | |
*** Daisy has joined #openstack-infra | 02:02 | |
openstackgerrit | Merged openstack/requirements: Raise upper-constraint for os-brick to 0.6.0 https://review.openstack.org/252640 | 02:03 |
*** zhurong has joined #openstack-infra | 02:06 | |
*** sridhar_ram has quit IRC | 02:06 | |
*** jffische has quit IRC | 02:08 | |
nibalizer | yolanda: asselin_ i've abandoned https://review.openstack.org/#/c/199674/, because I'm not realistically going to finish it, if either of you want to take it on let me know | 02:08 |
nibalizer | pleia2: wanna look at https://review.openstack.org/#/c/198156/ | 02:08 |
pleia2 | nibalizer: I'll stop blocking on it, but I'd like other feedback from core types | 02:10 |
pleia2 | or puppet people :) they may know better than I | 02:11 |
*** Sukhdev has quit IRC | 02:11 | |
nibalizer | ya | 02:12 |
nibalizer | i think as long as it has the -1 it doesn't attract the attention of other core types | 02:12 |
* pleia2 nods | 02:13 | |
*** yonglihe has joined #openstack-infra | 02:15 | |
anteaya | like core reviewer repellent | 02:16 |
*** zhurong has quit IRC | 02:16 | |
openstackgerrit | Vilobh Meshram proposed openstack-infra/project-config: Add Consul Gate Job https://review.openstack.org/254488 | 02:17 |
*** larainema_ has joined #openstack-infra | 02:19 | |
openstackgerrit | Michael Micucci proposed openstack-infra/system-config: Added bot setup for openstack-zephyr https://review.openstack.org/254489 | 02:21 |
*** olaph has quit IRC | 02:23 | |
*** zhurong has joined #openstack-infra | 02:24 | |
openstackgerrit | Michael Micucci proposed openstack-infra/project-config: Added openstack-zephyr to accessbot https://review.openstack.org/254492 | 02:24 |
*** thorst has joined #openstack-infra | 02:24 | |
*** thorst has quit IRC | 02:25 | |
*** thorst has joined #openstack-infra | 02:25 | |
openstackgerrit | Michael Micucci proposed openstack-infra/project-config: Added openstack-zephyr to accessbot https://review.openstack.org/254492 | 02:27 |
*** olaph has joined #openstack-infra | 02:28 | |
*** ayoung has quit IRC | 02:29 | |
*** Qiming has quit IRC | 02:31 | |
*** Qiming has joined #openstack-infra | 02:32 | |
*** otter768 has joined #openstack-infra | 02:32 | |
*** thorst has quit IRC | 02:34 | |
vilobhmm11 | how to add a non voting job | 02:36 |
vilobhmm11 | I see few examples here https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml | 02:36 |
vilobhmm11 | where they have added tag = non-voting | 02:36 |
vilobhmm11 | apart from that do I need anything else ? | 02:36 |
vilobhmm11 | anteaya : ^^ | 02:36 |
vilobhmm11 | sorry voting: false | 02:37 |
*** rguillebert has quit IRC | 02:37 | |
*** vilobhmm11 has quit IRC | 02:41 | |
*** vilobhmm11 has joined #openstack-infra | 02:41 | |
*** olaph has quit IRC | 02:41 | |
*** olaph has joined #openstack-infra | 02:42 | |
fungi | nibalizer: luckily you don't need to be able to ssh into hound.o.o, you just need to be able to nova delete in that tenant ;) | 02:43 |
*** btully has quit IRC | 02:43 | |
fungi | devananda: i didn't have any particular desire with the oslo.utils bug other than to raise visibility so someone could figure out a good path forward | 02:44 |
*** ramineni has joined #openstack-infra | 02:51 | |
*** yamahata has quit IRC | 02:51 | |
*** ramineni1 has joined #openstack-infra | 02:52 | |
*** amitgandhinz has joined #openstack-infra | 02:52 | |
nibalizer | fungi: heh | 02:52 |
*** bpokorny_ has joined #openstack-infra | 02:52 | |
nibalizer | fungi: how do I clean the rax dns entry? | 02:52 |
pleia2 | nibalizer: have you used the dns manager yet? | 02:53 |
nibalizer | nope | 02:54 |
pleia2 | I can help | 02:54 |
nibalizer | only the 'paste these commands' from the launch_node.py script | 02:54 |
pleia2 | ok, it's a webui that we use for removing, it's lots of pain | 02:54 |
*** baoli has quit IRC | 02:55 | |
*** ramineni has quit IRC | 02:55 | |
*** ramineni2 has joined #openstack-infra | 02:55 | |
nibalizer | mmmm fun | 02:56 |
fungi | there _is_ also that custom rax dns client library | 02:56 |
*** ramineni1 has quit IRC | 02:56 | |
nibalizer | the instance is deleted | 02:56 |
*** ramineni2 has left #openstack-infra | 02:56 | |
*** EricGonczer_ has joined #openstack-infra | 02:56 | |
nibalizer | deactivated from puppetdb | 02:56 |
*** bpokorny has quit IRC | 02:56 | |
nibalizer | btw the graphite node ran puppet fine | 02:56 |
*** amitgandhinz has quit IRC | 02:57 | |
nibalizer | i'm not really sure why it isn't running puppet (or getting reports in puppetdb anyways) | 02:57 |
*** bpokorny_ has quit IRC | 02:57 | |
fungi | but their cli is about as painful as their webui, so it probably doesn't matter which you use | 02:57 |
pleia2 | hehe | 02:57 |
*** akshai has joined #openstack-infra | 03:04 | |
*** zz_dimtruck is now known as dimtruck | 03:05 | |
*** edmondsw has quit IRC | 03:07 | |
nibalizer | okay server deleted, and dns A and AAAA deleted | 03:09 |
nibalizer | neato | 03:09 |
mgagne | I'm wondering how can one use hound on repositories with various level of privacy. ^^' | 03:10 |
mgagne | I guess hound has no way to know if you (the UI user) should or can access said repositories | 03:11 |
anteaya | mgagne: my understanding of hound is has no concept of permissions on files | 03:12 |
anteaya | is it has* | 03:12 |
openstackgerrit | Dong Ma proposed openstack-infra/jenkins-job-builder: Add support for matrices' subset in multijobs. https://review.openstack.org/237082 | 03:12 |
*** gsagie_ has joined #openstack-infra | 03:12 | |
pleia2 | yeah, likely would have to run different instances of hound and grant access to people accordingly | 03:13 |
mgagne | I guess it would be the same level of ACL control as logstash: create a new index restricted to what you should have access to | 03:13 |
*** unicell has quit IRC | 03:13 | |
mgagne | pleia2 =) | 03:13 |
openstackgerrit | Steve Martinelli proposed openstack/requirements: bump oslo.utils to 3.2.0 https://review.openstack.org/254520 | 03:13 |
*** EricGonczer_ has quit IRC | 03:14 | |
*** ayoung has joined #openstack-infra | 03:18 | |
*** ayoung has quit IRC | 03:18 | |
*** dimtruck is now known as zz_dimtruck | 03:24 | |
*** ramineni has joined #openstack-infra | 03:25 | |
*** julim has quit IRC | 03:25 | |
*** gyee has quit IRC | 03:26 | |
*** ParsectiX has quit IRC | 03:27 | |
*** binbincong has quit IRC | 03:28 | |
gsagie_ | I would like to run a gate job of Rally tests for a specific Neutron backend, haven't seen any example of this, wonder whats the best way to do it. | 03:28 |
*** ramineni1 has joined #openstack-infra | 03:28 | |
*** yamamoto has joined #openstack-infra | 03:29 | |
*** salv-orlando has joined #openstack-infra | 03:29 | |
*** ParsectiX has joined #openstack-infra | 03:29 | |
*** ParsectiX has quit IRC | 03:29 | |
*** ParsectiX has joined #openstack-infra | 03:30 | |
*** ramineni has quit IRC | 03:30 | |
*** ramineni has joined #openstack-infra | 03:30 | |
*** zhurong has quit IRC | 03:30 | |
*** thorst has joined #openstack-infra | 03:32 | |
*** ramineni2 has joined #openstack-infra | 03:32 | |
*** sabeen1 has joined #openstack-infra | 03:33 | |
*** ramineni1 has quit IRC | 03:33 | |
clarkb | gsagie_ I thibk you would just run rally likr all the other rally jobs and swap in the neutron backend you want | 03:33 |
*** ramineni1 has joined #openstack-infra | 03:33 | |
*** salv-orlando has quit IRC | 03:34 | |
*** ramineni has quit IRC | 03:35 | |
gsagie_ | clarkb: I see in Neutron repo for example, that there is a specific JSON task files for stating which scenarios to run, i need to somehow point to it as i don't need all the other non-networking scenarios to run | 03:35 |
*** ramineni has joined #openstack-infra | 03:36 | |
gsagie_ | clarkb: and lets assume i want to use off rally repository plugins | 03:36 |
*** ramineni2 has quit IRC | 03:37 | |
clarkb | I have no idea how rally does that | 03:38 |
*** ramineni1 has quit IRC | 03:38 | |
gsagie_ | clarkb: ok thanks, will try asking later on the rally channel | 03:38 |
*** ramineni1 has joined #openstack-infra | 03:38 | |
*** thorst has quit IRC | 03:39 | |
*** larainema_ has quit IRC | 03:40 | |
*** ramineni has quit IRC | 03:40 | |
*** larainema_ has joined #openstack-infra | 03:40 | |
openstackgerrit | Ian Wienand proposed openstack-infra/system-config: Comment out /run/systemd confine for Fedora puppet https://review.openstack.org/254437 | 03:40 |
ianw | clarkb: ^ my testing seems to have this working? what were you seeing? | 03:41 |
*** vilobhmm11 has quit IRC | 03:42 | |
clarkb | ianw the same failures with chkconfig | 03:42 |
clarkb | maybe my way of setting system config ref is wrong | 03:42 |
clarkb | will try again tomorrow | 03:42 |
*** ramineni has joined #openstack-infra | 03:42 | |
*** ramineni1 has quit IRC | 03:43 | |
*** unicell has joined #openstack-infra | 03:45 | |
ianw | clarkb: yeah, there's a lot of traps. i don't think the element ordering is quite as independent as it should be either | 03:45 |
*** ramineni1 has joined #openstack-infra | 03:46 | |
*** ramineni has quit IRC | 03:47 | |
openstackgerrit | Haomeng,Wang proposed openstack-infra/project-config: follow I89cb96267658a5a48da55539c0f7f504357002fd https://review.openstack.org/254532 | 03:49 |
*** binbincong has joined #openstack-infra | 03:50 | |
*** ramineni1 has quit IRC | 03:50 | |
*** bpokorny has joined #openstack-infra | 03:52 | |
*** bpokorny has quit IRC | 03:52 | |
*** bpokorny has joined #openstack-infra | 03:52 | |
*** amitgandhinz has joined #openstack-infra | 03:53 | |
*** flwang1 has quit IRC | 03:55 | |
*** amitgandhinz has quit IRC | 03:58 | |
openstackgerrit | Lingxian Kong proposed openstack/requirements: Bump python-mistralclient to 1.2.0 https://review.openstack.org/253423 | 03:58 |
*** Daisy has quit IRC | 03:59 | |
*** baoli has joined #openstack-infra | 04:01 | |
*** tonytan4ever has joined #openstack-infra | 04:05 | |
*** darrenc is now known as darrenc_afk | 04:06 | |
*** eliqiao has joined #openstack-infra | 04:06 | |
*** eliqiao_ has quit IRC | 04:06 | |
*** Nisha has joined #openstack-infra | 04:08 | |
red_trela | yolanda: now that the pep8 issue is fixed, could you +A this again? https://review.openstack.org/#/c/252172/ | 04:08 |
*** tonytan4ever has quit IRC | 04:09 | |
openstackgerrit | Sachi King proposed openstack-dev/pbr: WIP: Handle markers to support sdist on pip < 6 https://review.openstack.org/253289 | 04:13 |
*** rlandy has quit IRC | 04:14 | |
*** elo has joined #openstack-infra | 04:19 | |
*** tlian has quit IRC | 04:22 | |
*** otter768 has quit IRC | 04:27 | |
*** cfarquhar has quit IRC | 04:34 | |
*** baoli has quit IRC | 04:37 | |
*** thorst has joined #openstack-infra | 04:38 | |
*** darrenc_afk is now known as darrenc | 04:42 | |
*** boris-42_ has quit IRC | 04:43 | |
*** thorst has quit IRC | 04:44 | |
*** kozhukalov_ has joined #openstack-infra | 04:45 | |
*** ramineni has joined #openstack-infra | 04:46 | |
*** masayukig has quit IRC | 04:47 | |
*** ramineni1 has joined #openstack-infra | 04:48 | |
*** ramineni has quit IRC | 04:50 | |
*** ramineni has joined #openstack-infra | 04:51 | |
*** flwang1 has joined #openstack-infra | 04:52 | |
*** ramineni1 has quit IRC | 04:52 | |
*** yamahata has joined #openstack-infra | 04:54 | |
*** amitgandhinz has joined #openstack-infra | 04:54 | |
*** cfarquhar has joined #openstack-infra | 04:54 | |
*** cfarquhar has quit IRC | 04:54 | |
*** cfarquhar has joined #openstack-infra | 04:54 | |
*** masayukig has joined #openstack-infra | 04:54 | |
*** ramineni has quit IRC | 04:55 | |
*** rkukura has quit IRC | 04:55 | |
*** amitgandhinz has quit IRC | 04:58 | |
*** larainema_ has quit IRC | 04:59 | |
*** rkukura has joined #openstack-infra | 05:00 | |
*** kozhukalov_ has quit IRC | 05:01 | |
*** Ramanjaneya has joined #openstack-infra | 05:02 | |
*** gsagie_ has quit IRC | 05:04 | |
*** MarkAtwood has joined #openstack-infra | 05:10 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Update puppet-sahara to correct repo https://review.openstack.org/253488 | 05:12 |
*** fawadkhaliq has joined #openstack-infra | 05:12 | |
*** flwang1 has quit IRC | 05:13 | |
openstackgerrit | Michael Micucci proposed openstack-infra/project-config: Added openstack-zephyr to accessbot https://review.openstack.org/254492 | 05:13 |
openstackgerrit | Michael Micucci proposed openstack-infra/system-config: Added eavesrop and statusbot for openstack-zephyr https://review.openstack.org/254489 | 05:14 |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Update mistral to correct repo https://review.openstack.org/253486 | 05:15 |
*** sabeen3 has joined #openstack-infra | 05:16 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Update fuel to correct repo https://review.openstack.org/253485 | 05:18 |
*** sabeen1 has quit IRC | 05:19 | |
*** Daisy has joined #openstack-infra | 05:20 | |
*** amotoki has joined #openstack-infra | 05:20 | |
*** akshai has quit IRC | 05:22 | |
*** mohankumar has joined #openstack-infra | 05:24 | |
*** Sukhdev has joined #openstack-infra | 05:26 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Update sahara projects to correct repo https://review.openstack.org/253488 | 05:34 |
*** btully has joined #openstack-infra | 05:37 | |
*** masber has joined #openstack-infra | 05:41 | |
*** thorst has joined #openstack-infra | 05:42 | |
*** claudiub has quit IRC | 05:42 | |
openstackgerrit | Michael Micucci proposed openstack-infra/system-config: Added eavesdrop and statusbot for openstack-zephyr https://review.openstack.org/254489 | 05:43 |
*** amotoki has quit IRC | 05:48 | |
*** kozhukalov_ has joined #openstack-infra | 05:49 | |
*** thorst has quit IRC | 05:49 | |
*** jaosorior has joined #openstack-infra | 05:51 | |
*** zhurong has joined #openstack-infra | 05:51 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-infracloud: Add bifrost manifest https://review.openstack.org/231757 | 05:51 |
*** sdake has joined #openstack-infra | 05:51 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Add infracloud playbook https://review.openstack.org/234535 | 05:54 |
*** amitgandhinz has joined #openstack-infra | 05:54 | |
*** bpokorny has quit IRC | 05:56 | |
*** jaypipes has joined #openstack-infra | 05:57 | |
*** dims has quit IRC | 05:57 | |
*** yamahata has quit IRC | 05:58 | |
*** yamahata has joined #openstack-infra | 05:59 | |
*** amitgandhinz has quit IRC | 06:00 | |
*** masber has quit IRC | 06:00 | |
openstackgerrit | Tom Fifield proposed openstack-infra/shade: Add Swift Object Download support https://review.openstack.org/249039 | 06:01 |
*** harlowja_at_home has joined #openstack-infra | 06:03 | |
*** wolsen has quit IRC | 06:04 | |
*** yamahata has quit IRC | 06:04 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Add kolla to projects https://review.openstack.org/254557 | 06:05 |
*** wolsen has joined #openstack-infra | 06:05 | |
*** kozhukalov_ has quit IRC | 06:06 | |
*** yamahata has joined #openstack-infra | 06:09 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Add kolla to projects https://review.openstack.org/254557 | 06:11 |
*** abregman has joined #openstack-infra | 06:12 | |
*** ildikov has quit IRC | 06:16 | |
*** _nadya_ has joined #openstack-infra | 06:20 | |
*** Sukhdev has quit IRC | 06:20 | |
*** dims has joined #openstack-infra | 06:20 | |
*** Sukhdev has joined #openstack-infra | 06:20 | |
openstackgerrit | Di Xu proposed openstack-infra/jenkins-job-builder: Support deep merge of defaults https://review.openstack.org/150730 | 06:22 |
*** Sukhdev has quit IRC | 06:25 | |
*** _nadya_ has quit IRC | 06:25 | |
*** otter768 has joined #openstack-infra | 06:28 | |
*** masber has joined #openstack-infra | 06:29 | |
*** amotoki has joined #openstack-infra | 06:30 | |
openstackgerrit | Merged openstack/requirements: Add global requirement update on tacker related projects https://review.openstack.org/250141 | 06:30 |
*** isaacb has joined #openstack-infra | 06:31 | |
*** otter768 has quit IRC | 06:33 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Use job-template for manila https://review.openstack.org/254359 | 06:34 |
*** e0ne has joined #openstack-infra | 06:38 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/254571 | 06:39 |
openstackgerrit | Andrey Pavlov proposed openstack-infra/project-config: ec2-api job: limit tempest workers for testing https://review.openstack.org/254381 | 06:39 |
openstackgerrit | Merged openstack-dev/cookiecutter: Match locale dir to the current infra script https://review.openstack.org/252930 | 06:42 |
openstackgerrit | Merged openstack/os-testr: Fix coverage section in tox.ini https://review.openstack.org/253407 | 06:43 |
*** e0ne has quit IRC | 06:45 | |
*** eliqiao has quit IRC | 06:48 | |
*** thorst has joined #openstack-infra | 06:48 | |
*** salv-orlando has joined #openstack-infra | 06:49 | |
*** e0ne has joined #openstack-infra | 06:49 | |
*** vilobhmm11 has joined #openstack-infra | 06:50 | |
*** e0ne has quit IRC | 06:52 | |
*** salv-orlando has quit IRC | 06:54 | |
*** thorst has quit IRC | 06:54 | |
*** sabeen3 has quit IRC | 06:54 | |
*** amitgandhinz has joined #openstack-infra | 06:55 | |
*** unicell has quit IRC | 06:57 | |
*** unicell has joined #openstack-infra | 06:58 | |
*** amitgandhinz has quit IRC | 07:00 | |
*** e0ne has joined #openstack-infra | 07:02 | |
openstackgerrit | Tom Fifield proposed openstack-infra/shade: Add Swift Object Download support https://review.openstack.org/249039 | 07:02 |
*** masber has quit IRC | 07:06 | |
openstackgerrit | Craige McWhirter proposed openstack-infra/system-config: WIP: Adding rebuild_phab_infra-dev.py https://review.openstack.org/240795 | 07:07 |
*** eliqiao has joined #openstack-infra | 07:07 | |
*** dims has quit IRC | 07:11 | |
*** hdd has quit IRC | 07:11 | |
*** isaacb has quit IRC | 07:11 | |
*** _nadya_ has joined #openstack-infra | 07:12 | |
*** sambetts-afk has quit IRC | 07:13 | |
*** scheuran has joined #openstack-infra | 07:14 | |
*** vilobhmm11 has quit IRC | 07:18 | |
*** MarkAtwood has quit IRC | 07:19 | |
*** jerryz has quit IRC | 07:19 | |
*** MarkAtwood has joined #openstack-infra | 07:19 | |
*** rkukura has quit IRC | 07:20 | |
*** sambetts has joined #openstack-infra | 07:20 | |
*** e0ne has quit IRC | 07:20 | |
*** e0ne has joined #openstack-infra | 07:21 | |
*** jtomasek has joined #openstack-infra | 07:22 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for glance-keystonemiddleware https://review.openstack.org/254590 | 07:23 |
*** rockyg has quit IRC | 07:24 | |
*** AJaeger has joined #openstack-infra | 07:27 | |
openstackgerrit | Marcos FermÃn Lobo proposed openstack-infra/project-config: Create puppet-ec2api repository https://review.openstack.org/251857 | 07:29 |
AJaeger | ianw, yolanda: Could you review my manila change https://review.openstack.org/#/c/254359/ and the juno EOL series starting at https://review.openstack.org/#/c/254184/1 , please? | 07:30 |
*** harlowja_at_home has quit IRC | 07:30 | |
*** dims has joined #openstack-infra | 07:31 | |
*** AJaeger has quit IRC | 07:32 | |
openstackgerrit | Craige McWhirter proposed openstack-infra/puppet-phabricator: Added OpenID Apache configuration options https://review.openstack.org/254595 | 07:35 |
*** shardy has joined #openstack-infra | 07:40 | |
*** fawadkhaliq has quit IRC | 07:41 | |
*** flwang1 has joined #openstack-infra | 07:41 | |
*** fawadkhaliq has joined #openstack-infra | 07:42 | |
openstackgerrit | Tom Fifield proposed openstack-infra/shade: Add Swift Object Download support https://review.openstack.org/249039 | 07:42 |
*** jaypipes has quit IRC | 07:44 | |
openstackgerrit | Craige McWhirter proposed openstack-infra/system-config: WIP: Adding rebuild_phab_infra-dev.py https://review.openstack.org/240795 | 07:49 |
*** dims has quit IRC | 07:52 | |
*** thorst has joined #openstack-infra | 07:53 | |
*** jerryz has joined #openstack-infra | 07:55 | |
*** btully has quit IRC | 07:55 | |
*** e0ne has quit IRC | 07:56 | |
*** amitgandhinz has joined #openstack-infra | 07:56 | |
*** gildub has quit IRC | 07:57 | |
*** diltram has joined #openstack-infra | 07:58 | |
*** thorst has quit IRC | 07:58 | |
*** amitgandhinz has quit IRC | 08:01 | |
openstackgerrit | Denis Laxalde proposed openstack-infra/jenkins-job-builder: Add support for "tox" builder https://review.openstack.org/253500 | 08:02 |
*** ildikov has joined #openstack-infra | 08:03 | |
*** sridhar_ram has joined #openstack-infra | 08:04 | |
*** matrohon has joined #openstack-infra | 08:07 | |
*** sridhar_ram has quit IRC | 08:08 | |
*** BobBall_AWOL is now known as BobBall | 08:09 | |
openstackgerrit | Marcos FermÃn Lobo proposed openstack-infra/project-config: Create puppet-ec2api repository https://review.openstack.org/251857 | 08:11 |
openstackgerrit | Merged openstack-infra/system-config: Add cfacter to puppet3 nodes https://review.openstack.org/198156 | 08:11 |
openstackgerrit | Marcos FermÃn Lobo proposed openstack-infra/project-config: Create puppet-ec2api repository https://review.openstack.org/251857 | 08:13 |
*** eliqiao_ has joined #openstack-infra | 08:15 | |
*** sdake has quit IRC | 08:15 | |
*** flwang1 has quit IRC | 08:15 | |
*** samuelBartel has joined #openstack-infra | 08:15 | |
*** _nadya_ has quit IRC | 08:16 | |
*** eliqiao has quit IRC | 08:18 | |
*** sshnaidm has joined #openstack-infra | 08:20 | |
*** arxcruz has joined #openstack-infra | 08:21 | |
*** gongysh_ has joined #openstack-infra | 08:21 | |
openstackgerrit | Merged openstack-infra/project-config: Make gate-swift-python34 voting and add gate job https://review.openstack.org/253445 | 08:22 |
openstackgerrit | Merged openstack-infra/puppet-graphite: Add docroot permissions for apache >= 2.4 https://review.openstack.org/252909 | 08:23 |
*** Hal has joined #openstack-infra | 08:29 | |
*** Hal is now known as Guest76732 | 08:29 | |
*** otter768 has joined #openstack-infra | 08:29 | |
*** mpavone has joined #openstack-infra | 08:30 | |
*** gildub has joined #openstack-infra | 08:32 | |
jaosorior | AJaeger: Hey, yesterday I saw something about the f23 node-type being broken? I couldn't stay to read the rest though :/ | 08:33 |
*** otter768 has quit IRC | 08:34 | |
*** MarkAtwood has quit IRC | 08:34 | |
*** zeih has joined #openstack-infra | 08:36 | |
*** FallenPegasus has joined #openstack-infra | 08:36 | |
*** FallenPegasus has quit IRC | 08:36 | |
openstackgerrit | Sean M. Collins proposed openstack-infra/elastic-recheck: Introduce query for 1523638 https://review.openstack.org/254610 | 08:36 |
*** markus_z has joined #openstack-infra | 08:37 | |
*** dtantsur|afk is now known as dtantsur | 08:37 | |
*** fhubik has joined #openstack-infra | 08:39 | |
*** _nadya_ has joined #openstack-infra | 08:39 | |
*** _nadya_ has quit IRC | 08:39 | |
*** yonglihe has quit IRC | 08:41 | |
*** yamahata has quit IRC | 08:43 | |
*** ifarkas has joined #openstack-infra | 08:43 | |
*** jlanoux has joined #openstack-infra | 08:44 | |
openstackgerrit | Sean M. Collins proposed openstack-infra/elastic-recheck: Introduce query for 1523638 https://review.openstack.org/254610 | 08:47 |
openstackgerrit | Sean M. Collins proposed openstack-infra/elastic-recheck: Introduce query for 1523638 https://review.openstack.org/254610 | 08:49 |
*** eliqiao_ is now known as eliqiao | 08:54 | |
*** links has quit IRC | 08:55 | |
*** thorst has joined #openstack-infra | 08:56 | |
*** amitgandhinz has joined #openstack-infra | 08:57 | |
*** amitgandhinz has quit IRC | 09:01 | |
*** fhubik is now known as fhubik_brb | 09:02 | |
openstackgerrit | Evgeniy L proposed openstack-infra/project-config: Create bareon project https://review.openstack.org/231677 | 09:03 |
*** mpavone has quit IRC | 09:03 | |
*** e0ne has joined #openstack-infra | 09:03 | |
*** zhurong has quit IRC | 09:04 | |
*** dstufft has quit IRC | 09:04 | |
*** thorst has quit IRC | 09:04 | |
*** dstufft has joined #openstack-infra | 09:04 | |
*** mpavone has joined #openstack-infra | 09:05 | |
*** diltram has left #openstack-infra | 09:06 | |
*** fhubik_brb is now known as fhubik | 09:08 | |
*** links has joined #openstack-infra | 09:09 | |
*** jerryz has quit IRC | 09:10 | |
*** rguillebert has joined #openstack-infra | 09:11 | |
*** gongysh_ has quit IRC | 09:12 | |
*** gongysh_ has joined #openstack-infra | 09:12 | |
*** gongysh_ has quit IRC | 09:15 | |
*** ildikov has quit IRC | 09:16 | |
*** placko has joined #openstack-infra | 09:16 | |
*** ildikov has joined #openstack-infra | 09:18 | |
openstackgerrit | Sergey Nikitin proposed openstack/requirements: Updated oslo.db to 4.1.0 https://review.openstack.org/254624 | 09:21 |
openstackgerrit | Sergey Nikitin proposed openstack/requirements: Updated oslo.db to 4.1.0 https://review.openstack.org/254624 | 09:21 |
openstackgerrit | Sergey Nikitin proposed openstack/requirements: Updated oslo.db to 4.1.0 https://review.openstack.org/254624 | 09:22 |
*** tonytan4ever has joined #openstack-infra | 09:22 | |
*** purp has quit IRC | 09:23 | |
*** sfinucan has joined #openstack-infra | 09:23 | |
*** gildub has quit IRC | 09:25 | |
*** jcoufal has joined #openstack-infra | 09:25 | |
*** purp has joined #openstack-infra | 09:26 | |
*** tonytan4ever has quit IRC | 09:26 | |
*** kozhukalov_ has joined #openstack-infra | 09:27 | |
*** ParsectiX has quit IRC | 09:28 | |
*** ParsectiX has joined #openstack-infra | 09:30 | |
*** ParsectiX has quit IRC | 09:30 | |
*** ParsectiX has joined #openstack-infra | 09:30 | |
*** isaacb has joined #openstack-infra | 09:30 | |
*** Daisy has quit IRC | 09:33 | |
*** electrofelix has joined #openstack-infra | 09:33 | |
*** ParsectiX has quit IRC | 09:34 | |
*** evgenyl has joined #openstack-infra | 09:35 | |
evgenyl | Hi, we have a patch for repo creation https://review.openstack.org/#/c/231677/ , but second day there is a problem with `gate-project-config-irc-access` test, it fails with a message `irc.client.ServerConnectionError: Couldn't connect to socket: [Errno 110] Connection timed out` who can help to debug/resolve the issue? | 09:37 |
sfinucan | On what channel do Gerrit admins live? :) I'd like to change my Gerrit username, and it seems only a Gerrit admin can do this https://lists.launchpad.net/openstack/msg23782.html | 09:39 |
*** hashar has joined #openstack-infra | 09:39 | |
openstackgerrit | Evgeny Antyshev proposed openstack-infra/system-config: Use httpd::mod instead of httpd_mod https://review.openstack.org/253619 | 09:43 |
*** ildikov has quit IRC | 09:45 | |
*** jordanP has joined #openstack-infra | 09:46 | |
*** AJaeger has joined #openstack-infra | 09:48 | |
AJaeger | jaosorior: check the logs for details: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/ | 09:49 |
AJaeger | evgenyl: add "recheck" as comment to your change to run the tests again | 09:49 |
*** fhubik is now known as fhubik_brb | 09:52 | |
openstackgerrit | Dong Ma proposed openstack/python-jenkins: Fixed create_node() Error https://review.openstack.org/254644 | 09:53 |
*** StevenK has quit IRC | 09:56 | |
*** woodster_ has quit IRC | 09:56 | |
*** StevenK has joined #openstack-infra | 09:57 | |
*** bookwar has quit IRC | 09:57 | |
*** fhubik_brb is now known as fhubik | 09:58 | |
*** amitgandhinz has joined #openstack-infra | 09:58 | |
*** ildikov has joined #openstack-infra | 09:59 | |
*** gildub has joined #openstack-infra | 09:59 | |
*** bookwar has joined #openstack-infra | 10:00 | |
*** amitgandhinz has quit IRC | 10:03 | |
*** zhenguo has quit IRC | 10:03 | |
*** andrey-mp has joined #openstack-infra | 10:04 | |
*** thorst has joined #openstack-infra | 10:04 | |
andrey-mp | Hello, Could core see my changes - https://review.openstack.org/#/c/254381/ ? ec2-api gating is broken now... | 10:06 |
*** dtantsur is now known as dtantsur|brb | 10:08 | |
*** thorst has quit IRC | 10:09 | |
*** Ramanjaneya has quit IRC | 10:10 | |
*** maximov_ is now known as maximov | 10:10 | |
*** jistr has joined #openstack-infra | 10:14 | |
*** Ramanjaneya has joined #openstack-infra | 10:17 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for manila-swift https://review.openstack.org/254656 | 10:17 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for python projects https://review.openstack.org/254657 | 10:17 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno handling from Jenkins https://review.openstack.org/254658 | 10:17 |
andrey-mp | thank you Andreas! | 10:19 |
AJaeger | you're welcome, andrey-mp | 10:20 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno handling from manila Jenkins jobs https://review.openstack.org/254662 | 10:20 |
AJaeger | yolanda, sdague : could you push https://review.openstack.org/#/c/254381/ on your review queue, please? | 10:21 |
*** fawadkhaliq has quit IRC | 10:21 | |
*** fawadkhaliq has joined #openstack-infra | 10:21 | |
AJaeger | sdague: would be nice if you can review my stacks for juno cleanup https://review.openstack.org/#/c/254184/1 and manila cleanup: https://review.openstack.org/#/c/254359/, please | 10:23 |
*** salv-orlando has joined #openstack-infra | 10:25 | |
openstackgerrit | Pranav Salunke proposed openstack-infra/irc-meetings: Add training-labs weekly meeting https://review.openstack.org/254122 | 10:26 |
openstackgerrit | Julien Danjou proposed openstack/requirements: Remove Swift from project list https://review.openstack.org/244698 | 10:30 |
*** salv-orlando has quit IRC | 10:30 | |
*** otter768 has joined #openstack-infra | 10:30 | |
*** ldnunes has joined #openstack-infra | 10:34 | |
*** otter768 has quit IRC | 10:35 | |
*** cdent has joined #openstack-infra | 10:37 | |
*** links has quit IRC | 10:37 | |
*** ParsectiX has joined #openstack-infra | 10:38 | |
*** ParsectiX has quit IRC | 10:39 | |
*** ParsectiX has joined #openstack-infra | 10:39 | |
*** _nadya_ has joined #openstack-infra | 10:39 | |
*** bwout has joined #openstack-infra | 10:41 | |
*** mpavone has quit IRC | 10:47 | |
*** yamamoto has quit IRC | 10:48 | |
openstackgerrit | Merged openstack/requirements: Bump ddt version to >=1.0.1 https://review.openstack.org/247214 | 10:52 |
openstackgerrit | Merged openstack/requirements: Add notifier taskflow extraction library https://review.openstack.org/239558 | 10:53 |
*** Nisha has quit IRC | 10:53 | |
*** rfolco_ has joined #openstack-infra | 10:54 | |
openstackgerrit | Merged openstack-infra/project-config: New repository to store data regarding Fuel Plugins CI https://review.openstack.org/252960 | 10:55 |
*** links has joined #openstack-infra | 10:58 | |
openstackgerrit | Merged openstack-infra/storyboard: Add story_title to tag events. https://review.openstack.org/251566 | 10:59 |
*** andrey-mp has quit IRC | 10:59 | |
*** samuelBartel has quit IRC | 10:59 | |
*** samuelBartel has joined #openstack-infra | 10:59 | |
*** amitgandhinz has joined #openstack-infra | 11:00 | |
*** openstackgerrit has quit IRC | 11:02 | |
*** openstackgerrit has joined #openstack-infra | 11:02 | |
*** lucas-dinner is now known as lucasagomes | 11:04 | |
*** amitgandhinz has quit IRC | 11:04 | |
*** bwout has quit IRC | 11:06 | |
*** salv-orlando has joined #openstack-infra | 11:06 | |
*** amotoki has quit IRC | 11:07 | |
*** thorst has joined #openstack-infra | 11:08 | |
*** aysyd has joined #openstack-infra | 11:09 | |
*** thorst has quit IRC | 11:13 | |
*** dguitarbite has quit IRC | 11:13 | |
*** Kennan has quit IRC | 11:14 | |
*** salv-orlando has quit IRC | 11:14 | |
openstackgerrit | Julien Danjou proposed openstack-infra/project-config: Add delay-release for Gnocchi https://review.openstack.org/254696 | 11:15 |
evgenyl | AJaeger: thanks, recheck helped. | 11:15 |
*** Kennan has joined #openstack-infra | 11:17 | |
openstackgerrit | Alexander Evseev proposed openstack-infra/zuul: Don't take into account commit message for skip-if filter https://review.openstack.org/247383 | 11:22 |
*** dguitarbite has joined #openstack-infra | 11:26 | |
*** _nadya_ has quit IRC | 11:26 | |
*** jlanoux has quit IRC | 11:27 | |
*** jlanoux has joined #openstack-infra | 11:27 | |
*** Kennan has quit IRC | 11:29 | |
*** kzaitsev_ws has joined #openstack-infra | 11:30 | |
*** dtantsur|brb is now known as dtantsur | 11:31 | |
*** ociuhandu has quit IRC | 11:31 | |
*** Kennan has joined #openstack-infra | 11:32 | |
*** gildub has quit IRC | 11:33 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Fix setting preferences when logged out https://review.openstack.org/254702 | 11:33 |
*** flepied has joined #openstack-infra | 11:35 | |
*** yamamoto has joined #openstack-infra | 11:36 | |
*** Kennan has quit IRC | 11:39 | |
*** Qiming has quit IRC | 11:39 | |
*** jlanoux has quit IRC | 11:40 | |
*** jlanoux has joined #openstack-infra | 11:41 | |
*** yamamoto has quit IRC | 11:41 | |
*** ParsectiX has quit IRC | 11:41 | |
*** betherly has joined #openstack-infra | 11:41 | |
betherly | Hi all! Just about to set up new project called Ironic UI for the Horizon plugin repo | 11:42 |
openstackgerrit | Merged openstack-infra/storyboard: Document manually setting up notifications https://review.openstack.org/253591 | 11:42 |
*** Kennan has joined #openstack-infra | 11:42 | |
betherly | Am I right to be following the steps in http://docs.openstack.org/infra/manual/creators.html for creating a plugin for horizon as its own project? | 11:43 |
*** Kennan has quit IRC | 11:43 | |
*** yamamoto has joined #openstack-infra | 11:44 | |
*** yamamoto has quit IRC | 11:44 | |
rcarrillocruz | betherly: yeah, those are the instructions for creating new project | 11:45 |
betherly | thanks rcarrillocruz :) | 11:46 |
*** mikal has quit IRC | 11:46 | |
*** Kennan has joined #openstack-infra | 11:46 | |
*** mikal has joined #openstack-infra | 11:47 | |
*** Kennan has quit IRC | 11:47 | |
*** nibalizer has quit IRC | 11:48 | |
*** nibalizer has joined #openstack-infra | 11:48 | |
*** Kennan has joined #openstack-infra | 11:50 | |
*** sdake has joined #openstack-infra | 11:50 | |
*** yamamoto has joined #openstack-infra | 11:53 | |
*** yamamoto has quit IRC | 11:53 | |
sdague | AJaeger: https://review.openstack.org/#/c/254184/1 ? | 11:58 |
sdague | one question there | 11:59 |
*** amitgandhinz has joined #openstack-infra | 12:01 | |
openstackgerrit | Merged openstack-infra/project-config: Use job-template for manila https://review.openstack.org/254359 | 12:03 |
*** e0ne has quit IRC | 12:03 | |
*** bwout has joined #openstack-infra | 12:04 | |
*** olaph has quit IRC | 12:04 | |
*** amitgandhinz has quit IRC | 12:05 | |
*** olaph has joined #openstack-infra | 12:05 | |
openstackgerrit | Merged openstack-infra/project-config: Remove juno handling from manila Jenkins jobs https://review.openstack.org/254662 | 12:07 |
*** zeih has quit IRC | 12:10 | |
*** e0ne has joined #openstack-infra | 12:11 | |
*** zeih has joined #openstack-infra | 12:11 | |
*** thorst has joined #openstack-infra | 12:12 | |
*** fawadkhaliq has quit IRC | 12:14 | |
*** paul-carlton2 has joined #openstack-infra | 12:15 | |
paul-carlton2 | is this the right room to ask about ci failures | 12:16 |
*** thorst has quit IRC | 12:19 | |
*** Kennan has quit IRC | 12:20 | |
*** jyuso1 has joined #openstack-infra | 12:21 | |
*** Liuqing has joined #openstack-infra | 12:22 | |
*** flepied has quit IRC | 12:23 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/infra-specs: Expand on swift logs spec https://review.openstack.org/254718 | 12:25 |
*** gongysh_ has joined #openstack-infra | 12:26 | |
*** Kennan has joined #openstack-infra | 12:27 | |
*** _nadya_ has joined #openstack-infra | 12:28 | |
*** fhubik is now known as fhubik_brb | 12:29 | |
*** Qiming has joined #openstack-infra | 12:30 | |
*** gordc has joined #openstack-infra | 12:31 | |
*** otter768 has joined #openstack-infra | 12:31 | |
openstackgerrit | Merged openstack/requirements: Update to pylint 1.4.5. https://review.openstack.org/252614 | 12:32 |
openstackgerrit | mathieu bultel proposed openstack-infra/shade: Put a list of stack instead of stack obj and change the stack_name https://review.openstack.org/254337 | 12:34 |
openstackgerrit | mathieu bultel proposed openstack-infra/shade: Add normalize stack function for heat stack_list https://review.openstack.org/254337 | 12:34 |
mescanef | hello:-) please add me <mmatuszkowiak@mirantis.com> to the following gerrit acl groups: https://review.openstack.org/#/admin/groups/1207; https://review.openstack.org/#/admin/groups/1206 (ref. https://review.openstack.org/#/c/252960/) | 12:35 |
*** links has quit IRC | 12:36 | |
*** otter768 has quit IRC | 12:36 | |
openstackgerrit | Merged openstack/requirements: Tweak "OpenStack clients" section https://review.openstack.org/252805 | 12:36 |
*** fawadkhaliq has joined #openstack-infra | 12:37 | |
HenryG | Is there a way to speed up the requirements proposal bot? | 12:39 |
HenryG | Neutron is broken until we get oslo.utils 3.2.0 | 12:40 |
openstackgerrit | Andrea Frittoli proposed openstack-infra/system-config: Add periodic pipeline test result to infra docs https://review.openstack.org/254725 | 12:40 |
*** fawadkhaliq has quit IRC | 12:40 | |
*** jaosorior has quit IRC | 12:40 | |
pc_m | HenryG: And neutron-* repos too. | 12:40 |
andreaf | mtreinish, clarkb: ^^^ minor docs fix | 12:40 |
*** fawadkhaliq has joined #openstack-infra | 12:40 | |
*** weshay_xchat has joined #openstack-infra | 12:41 | |
*** jaosorior has joined #openstack-infra | 12:42 | |
*** thorst has joined #openstack-infra | 12:44 | |
*** hrubi has quit IRC | 12:45 | |
eantyshev | rasselin: Hi, I honestly don't know how to switch from using httpd_mod to httpd::mod simultaneously in openstackci (253642) and system-config (253619) | 12:46 |
*** hrubi has joined #openstack-infra | 12:47 | |
*** Kennan has quit IRC | 12:48 | |
*** rhallisey has joined #openstack-infra | 12:51 | |
*** yamamoto has joined #openstack-infra | 12:51 | |
*** Kennan has joined #openstack-infra | 12:54 | |
*** _nadya__ has joined #openstack-infra | 12:58 | |
*** _nadya_ has quit IRC | 12:59 | |
*** _nadya__ has quit IRC | 13:00 | |
*** amitgandhinz has joined #openstack-infra | 13:02 | |
*** mwagner_lap has quit IRC | 13:05 | |
*** amitgandhinz has quit IRC | 13:06 | |
*** dprince has joined #openstack-infra | 13:07 | |
*** mwagner_lap has joined #openstack-infra | 13:08 | |
*** shardy has quit IRC | 13:09 | |
*** shardy has joined #openstack-infra | 13:10 | |
*** tonytan4ever has joined #openstack-infra | 13:10 | |
*** jffische has joined #openstack-infra | 13:13 | |
*** tonytan4ever has quit IRC | 13:14 | |
*** amotoki has joined #openstack-infra | 13:15 | |
*** dims has joined #openstack-infra | 13:16 | |
*** sdake has quit IRC | 13:17 | |
openstackgerrit | Szymon Wróblewski proposed openstack/requirements: Bump tooz version to 1.28.0 https://review.openstack.org/254748 | 13:17 |
*** Qiming has quit IRC | 13:18 | |
*** Qiming has joined #openstack-infra | 13:18 | |
*** fhubik_brb is now known as fhubik | 13:18 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-infracloud: Add bifrost manifest https://review.openstack.org/231757 | 13:21 |
*** baoli has joined #openstack-infra | 13:22 | |
*** tlbr has quit IRC | 13:22 | |
openstackgerrit | Merged openstack-infra/project-config: ec2-api job: limit tempest workers for testing https://review.openstack.org/254381 | 13:22 |
*** fredericve has joined #openstack-infra | 13:23 | |
*** baoli_ has joined #openstack-infra | 13:25 | |
*** Qiming has quit IRC | 13:25 | |
*** baoli has quit IRC | 13:28 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Add infracloud playbook https://review.openstack.org/234535 | 13:30 |
*** baoli_ has quit IRC | 13:31 | |
*** edmondsw has joined #openstack-infra | 13:31 | |
*** baoli has joined #openstack-infra | 13:32 | |
*** zz_dimtruck is now known as dimtruck | 13:34 | |
*** jaypipes has joined #openstack-infra | 13:35 | |
*** Liuqing has quit IRC | 13:36 | |
AJaeger | sdague: Oops, that's an error, I'll resubmit... | 13:36 |
*** baoli has quit IRC | 13:37 | |
*** baoli has joined #openstack-infra | 13:37 | |
*** bwout has quit IRC | 13:38 | |
*** gongysh_ has quit IRC | 13:38 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/release-tools: make manual releases easier with option to generate announcement https://review.openstack.org/254238 | 13:39 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for nova https://review.openstack.org/254184 | 13:39 |
*** mohankumar has quit IRC | 13:40 | |
*** yamamoto has quit IRC | 13:40 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for sahara https://review.openstack.org/254188 | 13:40 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove gate-oslo.db-tox-sqla_08 https://review.openstack.org/254191 | 13:40 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for barbican-designate https://review.openstack.org/254218 | 13:40 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for glance-keystonemiddleware https://review.openstack.org/254590 | 13:41 |
*** shardy is now known as shardy_afk | 13:41 | |
*** Ramanjaneya has quit IRC | 13:41 | |
*** baoli has quit IRC | 13:42 | |
*** eliqiao has quit IRC | 13:45 | |
*** eliqiao has joined #openstack-infra | 13:46 | |
*** ociuhandu has joined #openstack-infra | 13:46 | |
*** bwout has joined #openstack-infra | 13:46 | |
*** eliqiao has quit IRC | 13:46 | |
*** eliqiao has joined #openstack-infra | 13:46 | |
*** yamamoto has joined #openstack-infra | 13:46 | |
*** dimtruck is now known as zz_dimtruck | 13:47 | |
nithyag_ | Hi I am continuing the question I posted yesterday on disabling jobs in zuul depending on the changeset.I understand that we can use "skip-if" or "files" in jobs to get this done, but my problem is that I cannot make out if a job needs to be run based on the file name from the change set, but by building some logic using the file names in the changeset. Is there a facility that would help me in doing it in Zuul? | 13:48 |
*** regXboi has joined #openstack-infra | 13:49 | |
nithyag_ | ajaeger, @here: any idea on how I could do this will be of great help ^^^ | 13:50 |
AJaeger | nithyag_: there's none. Could you state your use case a bit more detailed, perhaps another way works | 13:51 |
nithyag_ | ajaeger: will detail it in a bit | 13:51 |
openstackgerrit | Antoine Cabot proposed openstack-infra/project-config: Add watcher project to gerritbot https://review.openstack.org/254765 | 13:53 |
*** mhayden has quit IRC | 13:53 | |
*** mhayden has joined #openstack-infra | 13:53 | |
*** Nisha has joined #openstack-infra | 13:54 | |
dims | nithyag_ : you probably have seen this already... if not, http://docs.openstack.org/infra/zuul/zuul.html skip-if can only do regexp(s) | 13:54 |
*** AJaeger has quit IRC | 13:55 | |
*** AJaeger_ has joined #openstack-infra | 13:55 | |
*** julim has joined #openstack-infra | 13:55 | |
*** Liuqing has joined #openstack-infra | 13:56 | |
robcresswell | Hello! Whats the rough expected time frame for zuul to approve things? Got a patch thats heading for 6 hours, just wondered if thats pretty normal in busy times. | 13:57 |
*** kgiusti has joined #openstack-infra | 13:57 | |
AJaeger_ | robcresswell: http://status.openstack.org/zuul/ shows that we're using all available nodes and the queues are long ;( | 13:58 |
*** bogdando has joined #openstack-infra | 13:58 | |
robcresswell | Heh, that page should really have the job states *before* the queue :p | 13:59 |
robcresswell | Thanks AJaeger_ | 13:59 |
bogdando | folks, please add me there https://review.openstack.org/#/admin/groups/1205,member :) I followed the http://docs.openstack.org/infra/manual/creators.html , submitted https://review.openstack.org/252992 and it seems now I'm right after the "Wait here" step | 13:59 |
bogdando | running without any rights :) | 14:00 |
nithyag_ | ajaeger: Here is a sample scenario for the above case | 14:00 |
nithyag_ | I have a set of files in a repository say | 14:00 |
nithyag_ | dir1/file1 | 14:01 |
nithyag_ | dir1/file2 | 14:01 |
nithyag_ | dir1/file3 | 14:01 |
nithyag_ | ... | 14:01 |
nithyag_ | dir1/fileN | 14:01 |
nithyag_ | file-list | 14:01 |
nithyag_ | and file-list contains the list of that helps in building a logic on whether a job needs to be run for the given change set or not. I would like to parse file-list to understand if a job needs to be run and accordingly enable or disable the job | 14:01 |
*** yamamoto has quit IRC | 14:01 | |
nithyag_ | dims: yes I saw that skip-if and files helps only in doing regular expression | 14:01 |
*** yamamoto has joined #openstack-infra | 14:02 | |
*** lykinsbd has joined #openstack-infra | 14:02 | |
*** derekh has joined #openstack-infra | 14:02 | |
AJaeger_ | nithyag_: you present a solution, I'm still not understanding your problem. Please take one step back and explain the real problem. | 14:03 |
AJaeger_ | nithyag_: Which project? Which job do you want to run when? | 14:03 |
AJaeger_ | Do you have examples? | 14:03 |
*** tlian has joined #openstack-infra | 14:03 | |
*** akshai has joined #openstack-infra | 14:04 | |
nithyag_ | ajaeger: I am trying to use zuul in my local setup and not as a part of upstream openstack | 14:04 |
*** nikhil_k is now known as nikhil | 14:05 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Don't delete subscription if sub_resource is set https://review.openstack.org/254770 | 14:06 |
*** claudiub has joined #openstack-infra | 14:06 | |
*** fhubik is now known as fhubik_brb | 14:07 | |
AJaeger_ | nithyag_: with the little information you give, there's not much I can help. | 14:08 |
AJaeger_ | nithyag_: One idea: Write a script that is called first in your test and does the file-list handling and runs the real test only if needed, otherwise exists | 14:08 |
nithyag_ | ajaeger_: will try that out, thanks for your time. | 14:09 |
*** changbl has quit IRC | 14:10 | |
*** flepied1 has joined #openstack-infra | 14:11 | |
*** Liuqing has quit IRC | 14:11 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Add templates for tags added/deleted subscription events https://review.openstack.org/251605 | 14:11 |
*** peristeri has joined #openstack-infra | 14:11 | |
AJaeger_ | sdague, yolanda: I've updated https://review.openstack.org/#/c/254184/ and would like a review again, please | 14:13 |
*** jyuso1 has quit IRC | 14:14 | |
*** tlbr has joined #openstack-infra | 14:14 | |
*** Daisy has joined #openstack-infra | 14:16 | |
openstackgerrit | Merged openstack/requirements: bump oslo.utils to 3.2.0 https://review.openstack.org/254520 | 14:20 |
*** paul-carlton2 has left #openstack-infra | 14:20 | |
*** alivigni has joined #openstack-infra | 14:21 | |
*** sdake has joined #openstack-infra | 14:22 | |
openstackgerrit | Igor Belikov proposed openstack-infra/project-config: Add 'delayed-release' option to fuel projects https://review.openstack.org/254779 | 14:24 |
*** yamamoto has quit IRC | 14:24 | |
*** mgrosz has joined #openstack-infra | 14:24 | |
sdague | AJaeger_: done | 14:24 |
AJaeger_ | thanks, sdague. | 14:25 |
mgrosz | EmilienM: Any updates regarding change https://review.openstack.org/#/c/252214/? I would like to start working on the new puppet module... | 14:25 |
EmilienM | mgrosz: I've +1'ed, I can't do more | 14:26 |
mgrosz | AJaeger_: Do you know what is the status of change https://review.openstack.org/#/c/252214/? What am I waiting for? I would like to start working on the new puppet module... | 14:26 |
mgrosz | What am I waiting for? | 14:26 |
*** yamamoto has joined #openstack-infra | 14:27 | |
openstackgerrit | Antoine Cabot proposed openstack-infra/project-config: Add watcher project to gerritbot https://review.openstack.org/254765 | 14:27 |
mgrosz | Anyone... who can +2 the change to project-config: https://review.openstack.org/#/c/252214/? | 14:27 |
*** mriedem has joined #openstack-infra | 14:28 | |
mgrosz | EmilienM: What am I waiting for? | 14:28 |
AJaeger_ | mgrosz: 252214 waits for the governance change to merge | 14:28 |
AJaeger_ | and that one needs a few days, I think ttx always waits 7 days before adding such changes. | 14:29 |
mgrosz | AJaeger_ : is there a differenet | 14:29 |
AJaeger_ | mgrosz: once the governance change is in, we can merge 252214... | 14:29 |
mgrosz | AJaeger_ : Oh... that long? | 14:29 |
*** amuller has joined #openstack-infra | 14:29 | |
*** rlandy has joined #openstack-infra | 14:30 | |
mgrosz | AJaeger_: can ttx be reached somehow? | 14:30 |
AJaeger_ | mgrosz: yes, AFAIK. | 14:30 |
ttx | mgrosz: it's a lazy consensus process. No objection in one week -> merged | 14:30 |
*** ajmiller_ has joined #openstack-infra | 14:30 | |
ttx | That's actually faster thatn the previous process, which required it to be reviewed in a TC meeting | 14:30 |
AJaeger_ | mgrosz: I suggest you read the project team guide and get familiar on how OpenStack is governed - http://docs.openstack.org/project-team-guide/ | 14:31 |
ttx | Although I'm not sure why you would wait for the gov change to merge the project-config one, since we create non-official projects under openstack/* anyway | 14:31 |
mgrosz | ttx: hey! I am just worried about the time... holidays are coming and people start disappear to vacations... | 14:32 |
*** otter768 has joined #openstack-infra | 14:32 | |
AJaeger_ | ttx, with this specific change EmilienM asked for governance first - since vitrage is not part of big tent but puppet-vitrage will be... | 14:32 |
mgrosz | ttx: I don't know why I need to wait... | 14:32 |
AJaeger_ | he wanted the TC to be able to give input whether that's fine | 14:33 |
EmilienM | like I said, I don't mind having it -- if it's following Puppet OpenStack governance | 14:33 |
mgrosz | ttx:so... when this can be approved? | 14:33 |
EmilienM | but yeah, I wanted TC to have a look at it, which makes sense to me. Maybe I'm wrong? | 14:33 |
AJaeger_ | ttx, EmilienM: If both of you agree, we can change the order and merge project-config first... | 14:33 |
mgrosz | ttx, EmilienM: I like AJaeger_ idea.... :-) | 14:34 |
*** AJaeger_ is now known as AJaeger | 14:34 | |
AJaeger | or we wait until next week - and mgrosz I'll help to get this in, you should have it by next week Wednesday... | 14:35 |
mgrosz | AJaeger: Thank you... I will need to wait.... | 14:36 |
*** otter768 has quit IRC | 14:37 | |
*** tlian2 has joined #openstack-infra | 14:37 | |
ttx | EmilienM: I think it's fine. Worst case scenario (which I don't expect to happen) the puppet-vitrage repo would stay as unofficial | 14:37 |
*** tlian has quit IRC | 14:37 | |
ttx | that doesn't prevent it from existing | 14:37 |
*** Daisy has quit IRC | 14:38 | |
AJaeger | EmilienM: it's not that we need to move between stackforge and openstack namespace anymore ;) | 14:39 |
*** Daisy has joined #openstack-infra | 14:39 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: toci_gate_test/overcloud/non-ha: enable monitoring https://review.openstack.org/254787 | 14:39 |
*** gongysh_ has joined #openstack-infra | 14:39 | |
EmilienM | ttx, AJaeger: LGTM, +1 | 14:40 |
AJaeger | mgrosz: Let me update your two changes so that they're fine ;) I'll just update commit messages... | 14:40 |
*** ayoung has joined #openstack-infra | 14:40 | |
*** tonytan4ever has joined #openstack-infra | 14:41 | |
*** _nadya_ has joined #openstack-infra | 14:41 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Add new puppet-vitrage project https://review.openstack.org/252214 | 14:41 |
*** lucasagomes is now known as lucas-hungry | 14:42 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Add new puppet-vitrage project https://review.openstack.org/252214 | 14:42 |
AJaeger | EmilienM: Could you +1 both https://review.openstack.org/#/c/253893/ and https://review.openstack.org/252214 , please? | 14:42 |
AJaeger | mgrosz: I added proper links between the reviews... | 14:43 |
betherly | Hi all! could someone help me with edit permissions for https://launchpad.net/ironic-ui | 14:45 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Add checkboxes for tag events on preferences page https://review.openstack.org/254162 | 14:45 |
betherly | currently the maintainer is Registry Administrators | 14:45 |
*** tonytan4ever has quit IRC | 14:45 | |
*** fawadkhaliq has quit IRC | 14:45 | |
EmilienM | AJaeger: sure | 14:45 |
*** fawadkhaliq has joined #openstack-infra | 14:46 | |
betherly | but i need it to be bethelwell so that i can create a drivers account | 14:46 |
*** zeih has quit IRC | 14:47 | |
*** edmondsw has quit IRC | 14:48 | |
AJaeger | betherly: you registered the project, do you have no way to edit it? | 14:48 |
*** ajmiller_ has quit IRC | 14:49 | |
AJaeger | betherly: I guess you have to click on "Registry Administrators" and follow the instructions given there if you cannot edit ironic-ui yourself | 14:50 |
betherly | AJaeger: i know :/ I messed up when following instructions for creating project and ended up accidentally deleting the team i assigned it to when going back to check i did something right | 14:50 |
betherly | facepalm - too little coffee | 14:50 |
fungi | betherly: that's interesting. it appears that ~registry is some sort of group internal to lp. according to https://launchpad.net/~registry you have to place a request through them to get the project reassigned | 14:50 |
betherly | thats what ive resorted to thanks AJaeger :) | 14:50 |
*** armax has joined #openstack-infra | 14:50 | |
*** olaph has quit IRC | 14:50 | |
AJaeger | betherly: ;( Hope the team can help you... | 14:51 |
fungi | aha, so that's the fallback owner when you delete yourself as the owner | 14:51 |
fungi | good to know! | 14:51 |
*** jamesmcarthur has joined #openstack-infra | 14:51 | |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Align comment timestamps on the right on dashboard https://review.openstack.org/254802 | 14:52 |
*** dims_ has joined #openstack-infra | 14:52 | |
fungi | AJaeger: i saw your e-mail that the change to mark juno manuals unmaintained merged, so i can take care of eol steps on that branch for you later today if you're ready for it | 14:52 |
AJaeger | fungi, we have a long queue in zuul. Interesting thing is that status.o.o/zuul shows me ~260 changes in check but http://grafana.openstack.org/dashboard/db/zuul-status shows 490... | 14:52 |
AJaeger | fungi: I was going to ask you next ;) | 14:52 |
*** shardy_afk is now known as shardy | 14:52 | |
*** derekh is now known as derekh_afk | 14:53 | |
AJaeger | fungi: yes, we're ready once the post job has run | 14:53 |
*** olaph has joined #openstack-infra | 14:53 | |
fungi | AJaeger: i wonder if grafana (well, statsd->graphite) is counting the parent changes in its total | 14:53 |
AJaeger | fungi,https://review.openstack.org/#/c/254172/ merged less than an hour ago | 14:53 |
AJaeger | and currently post queue is 6 hours back... | 14:54 |
fungi | inactive changes, in zuul parlance | 14:54 |
asselin__ | nibalizer, ack. I don't think we need that for the time being. I think its simpler to specify the file whole. | 14:54 |
AJaeger | fungi: that would explain it. who's the grafana expert that would know for sure? | 14:54 |
*** mohankumar has joined #openstack-infra | 14:54 | |
*** Daisy has quit IRC | 14:55 | |
*** dims has quit IRC | 14:55 | |
fungi | AJaeger: well, the grafyaml dashboard for that should indicate what graphite counters it's polling | 14:55 |
fungi | and checking the url for the check pipeline sparkline ought to tell you what counters the zuul status page is polling | 14:55 |
yolanda | AJaeger, it's bank holiday here, so not around. I can take a look later, or tomorrow morning if i'm still on time... | 14:56 |
*** _nadya__ has joined #openstack-infra | 14:56 | |
*** eharney has joined #openstack-infra | 14:56 | |
AJaeger | fungi, regarding openstack-manuals: Once 254172 published http://docs.openstack.org/juno/config-reference/content/config_overview.html, we're good to eol it. Shall I ping you once that's done? | 14:56 |
AJaeger | yolanda: enjoy your bank holiday, it's not urgent... | 14:56 |
AJaeger | yolanda: thanks! | 14:56 |
*** _nadya_ has quit IRC | 14:56 | |
asselin__ | eantyshev, commented on your patch | 14:57 |
fungi | AJaeger: yep, or i can do it tomorrow. don't stick around late just to watch for it--there's nothing time-critical | 14:57 |
*** Daisy has joined #openstack-infra | 14:57 | |
*** baoli has joined #openstack-infra | 14:58 | |
AJaeger | fungi: exactly ;) Let's do it tomorrow... | 14:58 |
*** amitgandhinz has joined #openstack-infra | 14:58 | |
*** yonglihe has joined #openstack-infra | 15:00 | |
openstackgerrit | Evgeny Antyshev proposed openstack-infra/system-config: Use httpd::mod instead of httpd_mod https://review.openstack.org/253619 | 15:00 |
AJaeger | thanks, fungi | 15:00 |
*** zz_dimtruck is now known as dimtruck | 15:02 | |
*** dkranz has joined #openstack-infra | 15:02 | |
openstackgerrit | Merged openstack-infra/shade: Use reno for release notes https://review.openstack.org/253597 | 15:05 |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:06 | |
*** rbrndt has joined #openstack-infra | 15:06 | |
openstackgerrit | Mateusz Matuszkowiak proposed openstack-infra/project-config: Added new repo for fuel-plugin-bgpvpn in Openstack NS https://review.openstack.org/254813 | 15:07 |
openstackgerrit | Julia Kreger proposed openstack-infra/project-config: Build a Debian IPA image when DIB changes merge https://review.openstack.org/254405 | 15:08 |
*** baoli has quit IRC | 15:08 | |
*** fredericve has quit IRC | 15:12 | |
*** ilyashakhat_mobi has joined #openstack-infra | 15:12 | |
*** Daisy has quit IRC | 15:13 | |
*** edmondsw has joined #openstack-infra | 15:13 | |
*** Daisy has joined #openstack-infra | 15:14 | |
*** abregman is now known as abregman|mtg | 15:14 | |
openstackgerrit | Merged openstack-infra/system-config: Updated OpenStackId configuration https://review.openstack.org/214344 | 15:16 |
*** fawadkhaliq has quit IRC | 15:16 | |
nibalizer | asselin__: agree | 15:17 |
*** lucas-hungry is now known as lucasagomes | 15:17 | |
*** fredericve has joined #openstack-infra | 15:17 | |
*** miqui has joined #openstack-infra | 15:17 | |
*** annegentle has joined #openstack-infra | 15:18 | |
*** Daisy has quit IRC | 15:19 | |
openstackgerrit | Thierry Carrez proposed openstack-infra/system-config: Discontinue Release status page https://review.openstack.org/254817 | 15:21 |
mtreinish | nibalizer, fungi: if you get a sec: https://review.openstack.org/#/c/254382/ would be cool to fix an issue with the subunit worker | 15:25 |
*** fredericve has quit IRC | 15:25 | |
*** fredericve has joined #openstack-infra | 15:26 | |
*** Nisha has quit IRC | 15:26 | |
*** Nisha has joined #openstack-infra | 15:27 | |
*** mgrosz has quit IRC | 15:28 | |
*** abregman|mtg is now known as abregman | 15:28 | |
openstackgerrit | Beth Elwell proposed openstack-infra/project-config: New project for Ironic UI plugin https://review.openstack.org/254822 | 15:31 |
*** Nisha has quit IRC | 15:31 | |
*** gongysh_ has quit IRC | 15:32 | |
*** claudiub has quit IRC | 15:32 | |
*** Nisha has joined #openstack-infra | 15:32 | |
*** mtanino has joined #openstack-infra | 15:33 | |
*** xyang1 has joined #openstack-infra | 15:33 | |
*** mohankumar has quit IRC | 15:33 | |
openstackgerrit | Igor Belikov proposed openstack-infra/project-config: Add 'delay-release' option to fuel projects https://review.openstack.org/254779 | 15:33 |
*** annegentle has quit IRC | 15:34 | |
*** mohankumar has joined #openstack-infra | 15:34 | |
*** EricGonczer_ has joined #openstack-infra | 15:34 | |
*** rkukura has joined #openstack-infra | 15:35 | |
*** btully has joined #openstack-infra | 15:35 | |
nibalizer | fungi: beat me to it :) | 15:35 |
mtreinish | fungi: thanks :) | 15:35 |
fungi | it was a simple change | 15:35 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Improve test coverage: hypervisor list https://review.openstack.org/254825 | 15:37 |
mtreinish | I'm debating whether we want to bother cleaning up the 5% of non-existent runs from the table or not | 15:37 |
mtreinish | I'm not sure it's worth the effort | 15:37 |
fungi | up to you. seems like it could be implemented similar to a migration | 15:37 |
fungi | but yeah, likely not much gain for the effort expended | 15:37 |
fungi | i guess if they're throwing off your numbers badly and you can't easily filter, then it's justified | 15:38 |
*** esker has joined #openstack-infra | 15:40 | |
mtreinish | it'd be a 2 line script I think: http://paste.openstack.org/show/481183/ | 15:40 |
mtreinish | but yeah I don't think it's throwing off any numbers except for overall percenages for the full db | 15:41 |
openstackgerrit | Merged openstack-infra/puppet-subunit2sql: Handle 404 and download errors properly https://review.openstack.org/254382 | 15:41 |
*** tlbr has quit IRC | 15:41 | |
openstackgerrit | Evgeny Antyshev proposed openstack-infra/puppet-openstackci: Allow logserver to run on CI server (part 1) https://review.openstack.org/253642 | 15:43 |
*** tonytan4ever has joined #openstack-infra | 15:43 | |
*** jistr is now known as jistr|mtg | 15:43 | |
mtreinish | fungi, nibalizer: now here comes the fun/annoying one. I think we broke the health.o.o puppet trying to fix the install stuff: http://puppetboard.openstack.org/report/health.openstack.org/9dc14b2799c23ee52a5f30290f4567e1a9a4319c | 15:44 |
mtreinish | that should have triggered a pip install of everything | 15:44 |
mtreinish | but it's still running with the old version of everything :( | 15:45 |
*** bharathm has joined #openstack-infra | 15:45 | |
mtreinish | oh except I keep forgetting execs don't show up in puppetboard | 15:46 |
mtreinish | maybe the service just needs a restart to pick up the new changes? | 15:46 |
fungi | mtreinish: i'll poke | 15:46 |
mtreinish | fungi: the telltale sign is if pandas is in the venv, because the patch it pulled in added pandas | 15:47 |
mtreinish | oh, I wonder if it's the c deps for numpy missing... | 15:47 |
fungi | openstack-health==0.0.1.dev383 # git sha 58eb773 | 15:47 |
fungi | and no pandas | 15:47 |
mtreinish | fungi: hmm, that's not the latest rev | 15:48 |
fungi | when would it have been? | 15:48 |
fungi | most recently 30 minutes ago apparently | 15:49 |
mtreinish | 3 patches merged like 30min ago: http://git.openstack.org/cgit/openstack/openstack-health/commit/?id=c0b0d9d60f162049d576814e74dc9bbeda4e64e3 | 15:49 |
mtreinish | is the current head | 15:49 |
fungi | yeah, just looked in git myself | 15:49 |
fungi | the git checkout on the server is current | 15:49 |
fungi | but the package in the virtualenv is not | 15:50 |
mtreinish | yeah, so it didn't trigger any of the pip stuff I guess? | 15:50 |
fungi | i'm hunting to find out where that gets verbosely logged now that we're doing puppet apply | 15:50 |
fungi | puppet agent used to log it into syslog on each server | 15:50 |
*** hdd has joined #openstack-infra | 15:51 | |
fungi | ahh, it's still there, just looked different | 15:51 |
*** derekh_afk has quit IRC | 15:51 | |
jeblair | mtreinish: where are we on getting the puppet module reworked to be like the rest of ours? | 15:52 |
mtreinish | jeblair: I haven't had a chance to look at it yet | 15:52 |
jeblair | mtreinish: oh, i thought you were going to ask the thoughtworks folks to do it? | 15:52 |
fungi | Dec 8 15:26:30 health puppet-agent[10812]: (/Stage[main]/Openstack_health::Api/Exec[requirements]) Failed to call refresh: Command exceeded timeout | 15:52 |
mtreinish | I don't think the thoughtworks people are working on this anymore :( | 15:52 |
*** fhubik_brb is now known as fhubik | 15:53 | |
mtreinish | fungi: hmm, I blame numpy :) | 15:53 |
jeblair | mtreinish: bummer -- we have lots of servers that do this sort of thing all the time very reliably, but this one is different | 15:53 |
fungi | interesting that the puppet apply details are logged by "puppet-agent" | 15:53 |
mtreinish | fungi: I'm guessing the numpy compilation took too long | 15:54 |
fungi | mtreinish: i'm trying the same thing by hand now to see | 15:54 |
*** abregman has quit IRC | 15:55 | |
jeblair | that should also be testable | 15:55 |
jeblair | (by beaker) | 15:55 |
openstackgerrit | Thierry Carrez proposed openstack-infra/release-tools: No SHA needed in announce.sh https://review.openstack.org/254839 | 15:56 |
openstackgerrit | Thierry Carrez proposed openstack-infra/release-tools: Fix silent error in case of missing meta https://review.openstack.org/254840 | 15:56 |
openstackgerrit | Thierry Carrez proposed openstack-infra/release-tools: Exit early if EMAIL envvar is not defined https://review.openstack.org/254841 | 15:56 |
jeblair | so i wonder why it didn't catch it? | 15:56 |
*** hdd has quit IRC | 15:57 | |
mtreinish | jeblair: well beaker tests run on puppet changes right? I added the new requirements to the project repo so I'm not sure how it could | 15:57 |
jeblair | mtreinish: oh, i see | 15:58 |
crinkle | exec has a timeout parameter you can add for that | 15:58 |
jeblair | mtreinish: you haven't made a puppet change since then... (i thought you recently made puppet changes, but i guess not *that* recently) | 15:58 |
openstackgerrit | Merged openstack-infra/storyboard: Don't delete subscription if sub_resource is set https://review.openstack.org/254770 | 15:58 |
*** larainema_ has joined #openstack-infra | 15:58 | |
fungi | it's certainly been running for a few minutes, and also indicates that some cached things are being used, so it's entirely believable this step ran afoul of the default exec timeout | 15:59 |
*** gokrokve has joined #openstack-infra | 15:59 | |
jeblair | mtreinish, crinkle: at least the puppet change to change the exec should be self-testing :) | 15:59 |
fungi | also possible that if puppet kept hammering it, the cache might eventually have enough stuff that it would squeak in under that timeout | 15:59 |
fungi | it's currently at the stage where it's building wheels for pandas and numpy | 16:00 |
openstackgerrit | Matthew Treinish proposed openstack-infra/puppet-openstack_health: Add a longer timeout to the pip install phase https://review.openstack.org/254843 | 16:00 |
*** sridhar_ram has joined #openstack-infra | 16:00 | |
mtreinish | jeblair, crinkle, fungi: ^^^ | 16:01 |
mtreinish | jeblair: yeah this is my first puppet change to the repo in a couple weeks | 16:01 |
mtreinish | and the reqs additions are only ~30mins old :) | 16:01 |
mtreinish | d'oh that's seconds isn't it? | 16:02 |
crinkle | yup | 16:02 |
openstackgerrit | Beth Elwell proposed openstack-infra/project-config: New project for Ironic UI plugin https://review.openstack.org/254845 | 16:02 |
openstackgerrit | Matthew Treinish proposed openstack-infra/puppet-openstack_health: Add a longer timeout to the pip install phase https://review.openstack.org/254843 | 16:03 |
*** salv-orlando has joined #openstack-infra | 16:03 | |
*** salv-orlando has quit IRC | 16:03 | |
*** salv-orlando has joined #openstack-infra | 16:03 | |
*** yamamoto has quit IRC | 16:04 | |
*** tlbr has joined #openstack-infra | 16:05 | |
fungi | mtreinish: okay the requirements stage completed successfully, took a little over 10 minutes | 16:07 |
*** tjones has joined #openstack-infra | 16:07 | |
jeblair | infra-root: hpcloud looks very unhappy: | 16:07 |
cbader | Is anyone have issue with there zuul not triggering job on request | 16:07 |
jeblair | 2015-12-08 16:07:07,693 ERROR nodepool.NodeLauncher: ClientException launching node id: 6414416 in provider: hpcloud-b3 error: | 16:07 |
jeblair | ClientException: Unknown Error (HTTP 500) | 16:07 |
*** hdd has joined #openstack-infra | 16:07 | |
jeblair | (that's across all 5 pseudo providers) | 16:08 |
fungi | quota overrun again? | 16:08 |
mtreinish | fungi: ok cool, I guess my 30min timeout is a safe margin then :) | 16:08 |
jeblair | fungi: do we get unknown error for that? | 16:08 |
mtreinish | fungi: can you trigger the pip install -e on the repo too? or will puppet pick that up now that reqs is done? | 16:08 |
fungi | jeblair: i thought that's how the fip and port leaks usually manifest, but maybe it's different sometimes | 16:08 |
*** ParsectiX has joined #openstack-infra | 16:08 | |
jeblair | mtreinish: i think there's an overall 30 minute timeout for the entire puppet run (so you should be fine, but if it actually takes 29 minutes it may still fail) | 16:09 |
*** ParsectiX has quit IRC | 16:09 | |
fungi | i'll check for leaked floating ips just to be sure | 16:09 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Improve test coverage: private extension API https://review.openstack.org/254846 | 16:09 |
jeblair | fungi: thanks; i'll go back to looking at ovh | 16:09 |
*** yamamoto has joined #openstack-infra | 16:09 | |
fungi | mtreinish: pip should be a lot quicker on the next run, yeah. caches | 16:09 |
fungi | mtreinish: reran it just now and took < 10 seconds | 16:10 |
*** tlbr has quit IRC | 16:10 | |
*** ParsectiX has joined #openstack-infra | 16:10 | |
fungi | mtreinish: did the package-application step and it worked now | 16:11 |
fungi | pbr freeze says openstack-health==0.0.1.dev389 # git sha c0b0d9d | 16:11 |
mtreinish | fungi: cool thanks | 16:11 |
*** vilobhmm11 has joined #openstack-infra | 16:12 | |
mtreinish | fungi: yep, looks like everything is working now: http://status.openstack.org/openstack-health/#/test/tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern | 16:12 |
*** fawadkhaliq has joined #openstack-infra | 16:12 | |
*** tlbr has joined #openstack-infra | 16:13 | |
*** sabeen1 has joined #openstack-infra | 16:15 | |
*** ParsectiX has quit IRC | 16:15 | |
*** changbl has joined #openstack-infra | 16:15 | |
fungi | jeblair: yep, 401 disassociated floating ips in hpcloud. deleting them now | 16:16 |
jeblair | fungi: ah, ok. thanks! | 16:16 |
fungi | hopefully this is the root of the broken | 16:16 |
*** arxcruz has quit IRC | 16:18 | |
*** spzala has quit IRC | 16:18 | |
*** pradk has joined #openstack-infra | 16:18 | |
AJaeger | can we have a list with two groups entries in gerrit/projects.yaml ? (see https://review.openstack.org/#/c/254845/1/gerrit/projects.yaml ) | 16:19 |
AJaeger | jeblair: you mistyped feauture has an extra u in https://review.openstack.org/#/c/254267/ | 16:22 |
jeblair | bah, normalized spelling | 16:23 |
*** baoli has joined #openstack-infra | 16:23 | |
*** mriedem is now known as rodermang | 16:23 | |
*** rodermang is now known as mriedem | 16:23 | |
*** sabeen1 has quit IRC | 16:24 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add feature/zuulv3 branch to gerritbot https://review.openstack.org/254267 | 16:24 |
jeblair | AJaeger: thanks :) | 16:24 |
*** sabeen2 has joined #openstack-infra | 16:24 | |
AJaeger | jeblair: perfect now, thanks | 16:24 |
*** larainema_ has quit IRC | 16:25 | |
*** changbl has quit IRC | 16:25 | |
*** changbl has joined #openstack-infra | 16:26 | |
*** salv-orl_ has joined #openstack-infra | 16:26 | |
AJaeger | I'd like to merge before we have to rebase too often some Juno cleanups: https://review.openstack.org/#/c/254216/ and https://review.openstack.org/#/c/254184/ . Could anybody give a second +2 and approve, please? | 16:26 |
fredericve | hello all, we are analysing a migration from svn to git and are evaluating what projects are using as a development workflow. The openstack workflow looks very appealing (especially the reviewing through gerrit). I am now looking to get a small POC set up on our own infrastructure for our own projects. Of course, I found the "Running your own" document but I was wondering if there was any additional information available anywhere? | 16:27 |
AJaeger | fredericve: what are you looking for? From a user perspective, read the Infra Manual: http://docs.openstack.org/infra/manual/ | 16:27 |
AJaeger | fredericve: from an operator perspective, see the system documentation at http://docs.openstack.org/infra/ | 16:28 |
AJaeger | fungi, thanks! | 16:28 |
*** salv-orlando has quit IRC | 16:29 | |
anteaya | fredericve: which running your own document did you find? | 16:29 |
fredericve | AJaeger: thanks! I would be the system admin. So at this point that would be the operator perspective I suppose :-) | 16:29 |
fungi | i'm assuming it was the one linked from the system-config docs | 16:29 |
fredericve | anteaya: I found this one: http://docs.openstack.org/infra/system-config/running-your-own.html | 16:29 |
fungi | that lifeless wrote a couple years ago and has sort of bitrotted | 16:30 |
jeblair | fredericve: also see the puppet-openstackci module which is an effort to automate the (potentially out of date) information in running-your-own: https://git.openstack.org/cgit/openstack-infra/puppet-openstackci/tree/ | 16:30 |
anteaya | fredericve: thank you | 16:30 |
*** changbl has quit IRC | 16:30 | |
AJaeger | https://review.openstack.org/#/c/254191/ and https://review.openstack.org/#/c/254218/ are also in the Juno stack - and then I have to rebase the rest. | 16:30 |
AJaeger | thanks, anteaya ! | 16:30 |
fredericve | jeblair: thanks! | 16:31 |
anteaya | welcome | 16:32 |
openstackgerrit | Clark Boylan proposed openstack-infra/puppet-log_processor: Decouple log processing from logstash https://review.openstack.org/247857 | 16:32 |
clarkb | I am going to pull ^ onto logstash-worker20 (just rebased to pull in the latest merge there and fix the conflict with it) | 16:32 |
clarkb | but if that works I think we can go ahead and get that pushed out across the board and next step is deploying logstash 2.0 | 16:33 |
*** otter768 has joined #openstack-infra | 16:33 | |
dansmith | clarkb: remember the problem we had at one point where master and subnode had the same hostname? | 16:33 |
dansmith | clarkb: http://logs.openstack.org/32/253732/4/check/gate-grenade-dsvm-multinode/9f726ed/logs/subnode-2/old/screen-n-cpu.txt.gz#_2015-12-08_15_04_59_726 | 16:33 |
dansmith | clarkb: search for "host=" | 16:34 |
*** ParsectiX has joined #openstack-infra | 16:34 | |
clarkb | dansmith: I rmeember hostname being wrong due to the name being too long and getting truncated | 16:34 |
dansmith | clarkb: I think that subnode has a hostname of "ubuntu" which, if not different from the parent will cause the exact bug we're seeing | 16:34 |
openstackgerrit | Merged openstack-infra/project-config: Remove juno branch handling for nova https://review.openstack.org/254184 | 16:34 |
clarkb | dansmith: this looks like a similar problem | 16:34 |
openstackgerrit | Merged openstack-infra/project-config: Remove juno branch handling for sahara https://review.openstack.org/254188 | 16:34 |
openstackgerrit | Merged openstack-infra/project-config: Run ceilometer-python34 on all branches https://review.openstack.org/254216 | 16:34 |
dansmith | clarkb: I don't remember it being a truncation problem, I thought it was shade not setting the hostname or something | 16:34 |
dansmith | clarkb: but anyway | 16:34 |
clarkb | mordred: ^ glean doesn't appear to be working on ovh | 16:35 |
clarkb | dansmith: ya this is a failure of the init system to set the things properly | 16:35 |
mordred | clarkb: aroo? | 16:35 |
dansmith | clarkb: so I think that's causing this bug: http://status.openstack.org/elastic-recheck/index.html#1521823 | 16:35 |
* dansmith cc's mriedem and sdague | 16:36 | |
*** ilyashakhat_mobi has quit IRC | 16:36 | |
mordred | clarkb: is it setting the hostname to be something other than the nodepool name we set or something? | 16:36 |
*** reed has quit IRC | 16:36 | |
jeblair | mordred: appears to set it to ubuntu | 16:36 |
mordred | sweet | 16:36 |
jeblair | (i guess this is something we should look for in acceptance testing when adding a new cloud :) | 16:36 |
fungi | oh, the non-unique hostnames on multi-node nova issue | 16:36 |
mordred | quick question - don't we also set hostname in the ready script? | 16:36 |
*** ilyashakhat_mobi has joined #openstack-infra | 16:37 | |
*** reed has joined #openstack-infra | 16:37 | |
* mordred is going to hold an ovh node and look at it | 16:37 | |
mordred | unless someone already has one held | 16:37 |
*** Nisha has quit IRC | 16:37 | |
jeblair | mordred: i don't think we do that in the ready script | 16:37 |
*** yamamoto has quit IRC | 16:37 | |
mordred | ok | 16:37 |
fungi | i didn't think we did it in the ready script, but that seems like it would be doable | 16:37 |
*** otter768 has quit IRC | 16:38 | |
mordred | well, I'd like for glean to get it right | 16:38 |
*** Nisha has joined #openstack-infra | 16:38 | |
jeblair | (we do it in the snapshot script) | 16:38 |
clarkb | I don't see anything in the ready scripts | 16:38 |
mordred | kk. lemme dig in to the glean thing | 16:38 |
*** bpokorny has joined #openstack-infra | 16:38 | |
* dansmith enjoys watching smart people fix things | 16:38 | |
fungi | oh, though our ready scripts don't necessarily have root access do they? | 16:38 |
anteaya | mordred: as you are composing your todo list for today, can you work starting the poll to name N onto the list, please? | 16:39 |
mordred | yes | 16:39 |
anteaya | thank you | 16:39 |
openstackgerrit | Merged openstack-infra/project-config: Remove gate-oslo.db-tox-sqla_08 https://review.openstack.org/254191 | 16:39 |
*** ParsectiX has quit IRC | 16:39 | |
jeblair | fungi: correct | 16:39 |
*** sabeen2 has quit IRC | 16:39 | |
openstackgerrit | Beth Elwell proposed openstack-infra/project-config: New project for Ironic UI plugin https://review.openstack.org/254845 | 16:39 |
*** sabeen has joined #openstack-infra | 16:39 | |
mordred | wait - is devstack-trusty-2-node-ovh-gra1-6415280 a dib node or a snapshot node? | 16:39 |
mordred | you said this was a multi-node problem, yeah? | 16:40 |
jeblair | mordred: ovh is dib | 16:40 |
jeblair | mordred: also i held this the other day: | 6315157 | ovh-gra1 | None | devstack-trusty-2-node | jenkins04 | devstack-trusty-2-node-ovh-gra1-6315157 | devstack-trusty-2-node-ovh-gra1-6315157 | b27e02ca-3bc9-4d5f-8310-33e2b592c6c2 | 149.202.162.106 | hold | 03:23:02:49 | | 16:40 |
*** ashleighfarnham has joined #openstack-infra | 16:40 | |
*** samuelBartel has quit IRC | 16:40 | |
*** ParsectiX has joined #openstack-infra | 16:40 | |
clarkb | oh | 16:41 |
clarkb | this uses ubuntu element not ubuntu-minimal | 16:41 |
clarkb | mordred: ^ so its actually cloud init? | 16:41 |
mordred | riht | 16:41 |
mordred | that's a cloud-init thing | 16:41 |
jeblair | "well there's your problem" | 16:41 |
mordred | that's not using glean | 16:41 |
clarkb | we may need a config-drive: true on the images | 16:42 |
mordred | we really need to finish moving to dib | 16:42 |
*** ParsectiX has quit IRC | 16:42 | |
*** ilyashakhat_mobi has quit IRC | 16:42 | |
fungi | aha, right, we're not switched onto the ubuntu-trusty nodes for devstack jobs yet | 16:42 |
clarkb | mordred: well this is dib :) | 16:42 |
mordred | sure. but you know what I mean | 16:42 |
clarkb | but yes we should switch to ubuntu-trusty at our earliest convenience | 16:42 |
clarkb | but this would be broken with glean too | 16:42 |
clarkb | I think, since if there is no metadata server and no config drive... | 16:43 |
mordred | yah | 16:43 |
mordred | mount: special device /dev/disk/by-label/config-2 does not exist | 16:43 |
mordred | no config drive there | 16:43 |
fungi | i wonder if we could switch the multinode jobs to ubuntu-trusty early? and just stop running them in clouds where we're not ready to consider dib stable (rax)? | 16:43 |
*** changbl has joined #openstack-infra | 16:43 | |
clarkb | ya no config drive | 16:43 |
* mordred adds config-drive to nodepool.yaml in patch now | 16:43 | |
*** boris-42_ has joined #openstack-infra | 16:44 | |
*** armax has quit IRC | 16:44 | |
*** ashleighfarnham has quit IRC | 16:44 | |
*** unicell has quit IRC | 16:45 | |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Turn on config-drive for all OVH images https://review.openstack.org/254858 | 16:45 |
clarkb | fungi: thats possible its just a matter of rerunning the test jobs on the image to check we haven't regressed | 16:45 |
fungi | AJaeger: your cleanup stack hit a merge conflict starting at 254218 | 16:45 |
fungi | okay, the cruft fip cleanup in hpcloud has concluded and a followup check indicates we're not seeing any left over, so hopefully our throughput will improve now | 16:45 |
clarkb | fungi: then switching the diskimage out on the devstack-trusty image for the clouds with it that we are happy with | 16:45 |
*** unicell has joined #openstack-infra | 16:45 | |
clarkb | (assuming we haven't regressed on the thing where all the names must match) | 16:45 |
jeblair | mordred: hrm, instamergefail on that | 16:45 |
mordred | jeblair: AWESOME | 16:46 |
*** fhubik has quit IRC | 16:46 | |
openstackgerrit | Merged openstack-infra/project-config: Add feature/zuulv3 branch to gerritbot https://review.openstack.org/254267 | 16:46 |
mordred | oops. wrong branch | 16:46 |
clarkb | the logstash worker is happy with that update to the log processors | 16:46 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Parse path correctly when it begins with /api https://review.openstack.org/254859 | 16:46 |
clarkb | hopefully today I can get a logstash 2.0 deployed as a canary | 16:46 |
AJaeger | fungi: I'm on it, thanks | 16:46 |
*** annegentle has joined #openstack-infra | 16:46 | |
jeblair | fungi: thanks... in related news, the ovh folks say they found the port issue... i'm checking logs now | 16:46 |
fungi | w00t! | 16:47 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Turn on config-drive for all OVH images https://review.openstack.org/254858 | 16:47 |
mordred | there ya go | 16:47 |
*** openstackgerrit has quit IRC | 16:47 | |
*** openstackgerrit has joined #openstack-infra | 16:47 | |
mriedem | mordred: doesn't that need to be set on bluebox nodes too? | 16:47 |
*** sshnaidm has quit IRC | 16:48 | |
*** Daisy has joined #openstack-infra | 16:48 | |
sdague | once this is good, can we force an image refresh? | 16:48 |
sdague | because multinode grenade is currently above 50% failure, and this is a piece of that | 16:48 |
clarkb | sdague: its not necessary, it should take immediate affect on any new nodes booted | 16:49 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for glance-keystonemiddleware https://review.openstack.org/254590 | 16:49 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for manila-swift https://review.openstack.org/254656 | 16:49 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for python projects https://review.openstack.org/254657 | 16:49 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for barbican-designate https://review.openstack.org/254218 | 16:49 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove juno handling from Jenkins https://review.openstack.org/254658 | 16:49 |
sdague | and why the gate has ground to a halt | 16:49 |
sdague | clarkb: ok | 16:49 |
anteaya | mordred: approve or am I waiting for you to add bluebox? | 16:49 |
AJaeger | fungi, anteaya: Here comes the rebased stack if you want to go over it again... | 16:49 |
mordred | yah. lemme add bluebox | 16:49 |
sdague | mordred: great, thanks | 16:49 |
*** larainema has quit IRC | 16:50 | |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Turn on config-drive OVH, BlueBox and Internap https://review.openstack.org/254858 | 16:50 |
mordred | went ahead and added internap while I was there | 16:50 |
*** armax has joined #openstack-infra | 16:51 | |
anteaya | mordred: thank you | 16:51 |
sdague | I just raced jeblair with the +A | 16:52 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove stable/juno from gerritbot https://review.openstack.org/254862 | 16:52 |
jeblair | sdague: 3 seconds! | 16:52 |
*** Daisy has quit IRC | 16:52 | |
jeblair | infra-root: ovh-bhs1 port problem appears fixed | 16:53 |
* clarkb digs up the test jobs for ubuntu-trusty | 16:53 | |
mordred | jeblair: woot | 16:53 |
anteaya | jeblair: yay | 16:53 |
*** unicell1 has joined #openstack-infra | 16:56 | |
clarkb | the neutron dibtest job doesn't appear to be applied to any projects | 16:56 |
*** apoorvad has joined #openstack-infra | 16:56 | |
*** bwout has quit IRC | 16:56 | |
clarkb | will have a patch to fix that ina moment | 16:56 |
*** apoorvad has quit IRC | 16:56 | |
*** unicell has quit IRC | 16:57 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Add database backups for refstack.openstack.org https://review.openstack.org/254426 | 16:57 |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Run neutron dibtest job in experimental queue https://review.openstack.org/254869 | 16:58 |
clarkb | mordred: fungi ^ | 16:58 |
*** yamahata has joined #openstack-infra | 16:58 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Further juno cleanup https://review.openstack.org/254871 | 16:59 |
fungi | wonder how that got missed | 16:59 |
*** gyee has joined #openstack-infra | 17:00 | |
*** placko has quit IRC | 17:01 | |
*** mohankumar has quit IRC | 17:01 | |
* clarkb reviews some juno things | 17:01 | |
AJaeger | the juno cleanup should be done for those projects that fungi announced yesterday with 254871 as top of the stack. Reviews are welcome! | 17:01 |
AJaeger | thanks, clarkb ! | 17:01 |
* AJaeger takes dinner break... | 17:02 | |
*** ildikov has quit IRC | 17:02 | |
* clarkb notices barbican has a havana-1 branch | 17:03 | |
*** hashar has quit IRC | 17:03 | |
*** vilobhmm11 has quit IRC | 17:03 | |
*** jlanoux has quit IRC | 17:04 | |
*** alex_xu has quit IRC | 17:04 | |
*** dolpher has quit IRC | 17:05 | |
*** elo has quit IRC | 17:05 | |
*** apoorvad has joined #openstack-infra | 17:06 | |
*** Kennan has quit IRC | 17:06 | |
*** Kennan has joined #openstack-infra | 17:07 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila https://review.openstack.org/247551 | 17:08 |
fungi | yeah, i try not to look too closely at the branches/tags on various projects. otherwise i start to twitch a lot | 17:08 |
clarkb | does anyone know why we don't run say ate-neutron-python27 on stable/kilo ? | 17:09 |
clarkb | oh derp nevermind | 17:09 |
clarkb | thats a branch restriction because now neutron uses ocnstraints | 17:09 |
fungi | other way around, yeah? | 17:09 |
clarkb | ya | 17:09 |
fungi | yeah | 17:09 |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila https://review.openstack.org/247551 | 17:09 |
fungi | we _only_ run the non-constraints version on kilo | 17:09 |
clarkb | right | 17:09 |
clarkb | ?: != ?! | 17:10 |
*** ayoung has quit IRC | 17:10 | |
*** alex_xu has joined #openstack-infra | 17:10 | |
openstackgerrit | Merged openstack-infra/project-config: Turn on config-drive OVH, BlueBox and Internap https://review.openstack.org/254858 | 17:11 |
openstackgerrit | Merged openstack-infra/project-config: Remove juno branch handling for barbican-designate https://review.openstack.org/254218 | 17:11 |
fungi | that looks like cartoon swearing | 17:11 |
openstackgerrit | Merged openstack-infra/project-config: Remove juno branch handling for glance-keystonemiddleware https://review.openstack.org/254590 | 17:11 |
clarkb | one thing I would like to try and finish up when work slows down for holidays is the PROJECTS list minification | 17:11 |
clarkb | maybe I can find some other volunteers that will end up working too much over the next couple weeks and we can push that through | 17:12 |
* fungi sort of worries work _won't_ slow down for the holidays this time | 17:12 | |
anteaya | fungi: me too but I wasn't going to say that | 17:12 |
clarkb | really? seems like it has without fail the last several years | 17:12 |
anteaya | clarkb: I haven't been keeping track, what needs to happen and is there something I can stare at (etherpad) to understand current status? | 17:13 |
*** amuller is now known as amuller_afk | 17:13 | |
anteaya | folks in asia don't celebrate christmas that I know of | 17:13 |
clarkb | anteaya: I have a whole series of back and forth dependent patches that does 1. add project listing to jobs that need it 2. remove project listing from default list | 17:14 |
*** hdd has quit IRC | 17:14 | |
clarkb | anteaya: depends on the people | 17:14 |
*** amotoki has quit IRC | 17:14 | |
anteaya | clarkb: is there a gerrit topic | 17:14 |
anteaya | clarkb: true | 17:14 |
clarkb | christmas is huge in the part of asia I grew up in for example | 17:14 |
anteaya | clarkb: oh I didn't know that | 17:14 |
* anteaya adds a datapoint | 17:14 | |
clarkb | anteaya: so mostly I just need reviews (I can handle babysitting and approvals | 17:15 |
anteaya | games I used to play, the asian folks cleaned up over christmas as the other teams were offline | 17:15 |
*** Swami has joined #openstack-infra | 17:15 | |
clarkb | but ya if you look at our commit rate it drops off heavily for about 2 weeks around new years | 17:15 |
anteaya | clarkb: I can review, have you a gerrit topic, or how do I find them as a grouping? | 17:15 |
anteaya | clarkb: I hope it does this year too | 17:15 |
*** Nisha has quit IRC | 17:16 | |
*** mohankumar has joined #openstack-infra | 17:16 | |
clarkb | anteaya: topic:PROJECTS-cleanup | 17:16 |
anteaya | thank you | 17:16 |
clarkb | looks like only 2 unmerged currently which means I can add more to that list | 17:16 |
*** salv-orl_ has quit IRC | 17:16 | |
anteaya | ah | 17:16 |
clarkb | (but they are the scaryish pair of changes but should be semi self testing | 17:16 |
anteaya | I have already reviewed both of the open ones | 17:17 |
*** Nisha has joined #openstack-infra | 17:17 | |
clarkb | anteaya: ty | 17:18 |
*** unicell1 has quit IRC | 17:18 | |
*** tsg has joined #openstack-infra | 17:20 | |
*** jistr|mtg is now known as jistr | 17:21 | |
zaro | morning | 17:22 |
*** dtantsur is now known as dtantsur|afk | 17:22 | |
anteaya | welcome | 17:22 |
anteaya | morning zaro | 17:22 |
anteaya | clarkb: let me know when there is more and I will review | 17:23 |
anteaya | I will tell you these gerrit-upgrade patches are great for nerd sniping, opened one yesterday and then about 8 more tabs for the gerrit history to go with | 17:24 |
*** matrohon has quit IRC | 17:25 | |
jeblair | clarkb, fungi: the ovh problem was our port quota was set incorrectly -- and both damien and i used the wrong commands to check it. :) | 17:25 |
*** ayoung has joined #openstack-infra | 17:25 | |
*** rfolco_ has quit IRC | 17:25 | |
*** ifarkas has quit IRC | 17:25 | |
*** larainema has joined #openstack-infra | 17:26 | |
*** hashar has joined #openstack-infra | 17:26 | |
*** rfolco_ has joined #openstack-infra | 17:28 | |
*** mhayden has quit IRC | 17:28 | |
*** sdake has quit IRC | 17:29 | |
openstackgerrit | Merged openstack-infra/project-config: Run neutron dibtest job in experimental queue https://review.openstack.org/254869 | 17:30 |
openstackgerrit | Merged openstack-infra/project-config: Remove juno branch handling for manila-swift https://review.openstack.org/254656 | 17:30 |
*** austin81 has joined #openstack-infra | 17:30 | |
*** tonytan4ever has quit IRC | 17:31 | |
*** ayoung has quit IRC | 17:31 | |
clarkb | jeblair: woops and glad it was a simple fix | 17:32 |
clarkb | the juno eol cleanup stack is all approved and should work its way though | 17:32 |
*** abregman has joined #openstack-infra | 17:33 | |
*** scheuran has quit IRC | 17:36 | |
*** annegentle has quit IRC | 17:36 | |
*** sambetts is now known as sambetts-afk | 17:36 | |
*** annegentle has joined #openstack-infra | 17:37 | |
*** esker has quit IRC | 17:37 | |
*** gmann has quit IRC | 17:38 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Bug fix: Fix pass thru filtering in list_networks https://review.openstack.org/254884 | 17:38 |
fungi | yay for not a bug! | 17:38 |
fungi | (on the ovh port quota thing) | 17:38 |
Shrews | mordred: 1st bug fix with release notes ^^^ | 17:39 |
Shrews | such fun | 17:39 |
fungi | and yeah, our job throughput has nearly doubled now that the cruft fips are cleaned up in hpcloud | 17:39 |
mordred | Shrews: woot! | 17:39 |
*** gmann has joined #openstack-infra | 17:40 | |
clarkb | once zuul reloads its layout I will check experimental to get the dibtest jobs queued | 17:40 |
clarkb | and if those jobs come back happy we can move forward on using ubuntu-trusty images | 17:40 |
*** lykinsbd has quit IRC | 17:40 | |
fungi | post pipeline, one of our biggest measures of job congestion, has burned down from an 8 hour backlog to a little over 3 now | 17:40 |
*** abregman is now known as abregman|brb | 17:41 | |
*** annegentle has quit IRC | 17:42 | |
*** tqtran has joined #openstack-infra | 17:42 | |
*** _nadya__ has quit IRC | 17:42 | |
*** abregman|brb is now known as abregman|quick_l | 17:43 | |
*** ayoung has joined #openstack-infra | 17:44 | |
*** mhayden has joined #openstack-infra | 17:44 | |
openstackgerrit | Beth Elwell proposed openstack-infra/project-config: New project for Ironic UI plugin https://review.openstack.org/254845 | 17:48 |
*** abregman|quick_l is now known as abregman | 17:48 | |
AJaeger | fungi, sdague, clarkb, anteaya : Thanks for all the juno reviews! Glad to see that merged! | 17:50 |
AJaeger | clarkb: I would love to see the two long PROJECTS lists in jenkins/jobs/requirements.yaml merged somehow... | 17:50 |
*** e0ne has quit IRC | 17:50 | |
clarkb | AJaeger: let me see | 17:50 |
anteaya | AJaeger: thanks for all the work making and rebasing the patches! | 17:51 |
clarkb | AJaeger: oh ya I think we can get that from the projects list in requirements itself | 17:51 |
*** amuller_afk is now known as amuller | 17:52 | |
AJaeger | regarding PROJECTS-cleanup: the two open changes by clarkb are both devstack-gate: https://review.openstack.org/#/c/234508/ and https://review.openstack.org/#/c/234509/ - any core for a second +2 around? | 17:52 |
AJaeger | clarkb: good idea... | 17:53 |
AJaeger | right now it's a challenge to keep them in sync and not clear when to add something there - and when not... | 17:53 |
AJaeger | anteaya: was a pleasure... | 17:53 |
AJaeger | fungi: the post job of the openstack-manuals juno EOL patch is finished, you can make openstack-manuals juno-eol any time now. | 17:57 |
*** markus_z has quit IRC | 17:57 | |
AJaeger | (or tomorrow - as you prefer) | 17:57 |
fungi | probably tomorrow. trying to wrangle the schedule for our meeting currently | 17:58 |
fungi | er, agenda | 17:58 |
pabelanger | jeblair: any downsides to splitting zuul gearman server into a separate process, like what was done with merger and cloner? | 17:59 |
*** zz_ja is now known as zz_zz_ja | 17:59 | |
pabelanger | or is there another way to get a stand-along gearman server working? | 18:00 |
*** jaosorior has quit IRC | 18:00 | |
clarkb | pabelanger: it should already be a seprate process | 18:00 |
clarkb | pabelanger: you can tell zuul to not fork one and run your own | 18:01 |
*** dahoo has joined #openstack-infra | 18:02 | |
pabelanger | clarkb: run your own gearman server? | 18:02 |
clarkb | yes | 18:02 |
*** dahoo is now known as jerryz | 18:02 | |
*** rkukura has quit IRC | 18:02 | |
clarkb | yup its a config option | 18:03 |
clarkb | gearman_server start | 18:03 |
*** Nisha has quit IRC | 18:03 | |
clarkb | http://docs.openstack.org/infra/zuul/zuul.html#gearman-server | 18:03 |
jeblair | (even if zuul manages it, it's still a separate process; so the config option is whether you want zuul to handle the lifecycle for you or not) | 18:03 |
clarkb | right | 18:03 |
jeblair | (from a performance pov, you're stil getting the benefit ef multi-process) | 18:04 |
*** _nadya_ has joined #openstack-infra | 18:05 | |
*** jistr has quit IRC | 18:05 | |
pabelanger | Right, if reading correctly, there is no way to run gearman_server on a different server then zuul-server today? | 18:05 |
*** _nadya_ has quit IRC | 18:05 | |
clarkb | pabelanger: there is | 18:06 |
clarkb | pabelanger: tell zuul to not start a gearman server | 18:06 |
clarkb | then run it wherever you want | 18:06 |
*** kozhukalov_ has quit IRC | 18:06 | |
*** mohankumar has quit IRC | 18:07 | |
pabelanger | okay, will give it a test. I guess I'd setup zuul on server A to just have gearman settings, then server 2, with gerrit | 18:07 |
jeblair | pabelanger: zuul just runs geard, so if you want to run it on a different server, there's no reason for zuul to be involved, just run geard there. with some specific configuration, you may be able to use recent versions of the C gearman server too, but we haven't verified that. | 18:07 |
*** dolpher has joined #openstack-infra | 18:08 | |
pabelanger | jeblair: Ah, that might be what I am looking for. | 18:08 |
clarkb | (that said I am not sure there is much reason to do this) | 18:08 |
clarkb | (geard handles the logstash worker throughput just fine and its well above what jenkins and zuul will be doing) | 18:08 |
openstackgerrit | Julia Kreger proposed openstack-infra/project-config: Build a Debian simple-init guest image when DIB changes merge https://review.openstack.org/254892 | 18:09 |
*** tqtran_ has joined #openstack-infra | 18:10 | |
*** abregman is now known as abregman|mtg | 18:10 | |
*** unicell has joined #openstack-infra | 18:10 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Consider 'in-use' a non-pending volume for caching https://review.openstack.org/254893 | 18:11 |
mordred | Shrews, clarkb, jeblair: ^^ just hit that testing fixes for the UUID/inventory problem | 18:11 |
crinkle | greghaynes: when you have a second could you review https://review.openstack.org/#/c/250012/ ? | 18:12 |
pabelanger | clarkb: I'm just testing some dependency order with ansible. Right now, I deploy zuul, jenkins and nodepool, in that order. Since zuul comes up first, it connects into gerrit and starts processing events(with fail because jenkins and nodepool are missing). But, jenkins, I think the gearman plugin requires an active gearman server otherwise it won't start properly. So, I figure, if I setup just | 18:13 |
pabelanger | gearman first, that fixes a majority of the dependency order. Otherwise, I get into some fancy service start ordering | 18:13 |
clarkb | pabelanger: all of the geraman clients and workers should try to reconnect iirc | 18:14 |
*** derekh has joined #openstack-infra | 18:14 | |
clarkb | eg jenkins can come up first | 18:14 |
pabelanger | clarkb: Ya, I need to double check that actually. | 18:15 |
pabelanger | Ya, can give that a test | 18:15 |
anteaya | cripplingly comprehensive | 18:15 |
anteaya | I wouldn't have imagined the scenario where those two words go together 3 years ago | 18:16 |
*** tonytan4ever has joined #openstack-infra | 18:16 | |
*** derekh has quit IRC | 18:16 | |
isaacb | mordred: is there an option to use puppet inventory rather than using shade? | 18:16 |
*** salv-orlando has joined #openstack-infra | 18:17 | |
mordred | isaacb: I'm not sure I know what you mean? | 18:18 |
*** sfinucan has quit IRC | 18:19 | |
anteaya | fungi: looking at the meeting agenda, if we want to plan a quick gerrit outage for this friday or saturday I can prepare whatever patches or etherpads are necessary to do that | 18:19 |
anteaya | fungi: if that is the decision | 18:20 |
isaacb | mordred: I have a static list of hosts which I configured manually in puppet. I don't want to use shade to connect to any cloud. Is there a way to to work only with: "puppet cert list"? | 18:20 |
fungi | anteaya: oh, for the akanada typo thing? i think we probably just want to fix it immediately prior to the upgrade, during the maintenance window next week | 18:20 |
anteaya | fungi: yeah the typo | 18:20 |
anteaya | okey dokey | 18:20 |
*** tonytan4ever has quit IRC | 18:21 | |
*** bwout has joined #openstack-infra | 18:21 | |
fungi | my main worry is that our "missing projects" cleanup pass at the start of the upgrade will mistake that typo for a nonexistent project and purge things we want to keep | 18:21 |
*** salv-orlando has quit IRC | 18:21 | |
anteaya | ah | 18:21 |
anteaya | I see | 18:21 |
fungi | which is why i'm keeping the reminder there, so we don't forget in the heat of the maintenance, that it's a thing | 18:22 |
anteaya | well however you want to play it, I'm sorry for the typo and am around to help fix it whenever the time is decided to do so | 18:22 |
anteaya | ah okay | 18:22 |
fungi | agenda for today is huge. people are going to hate me for being a fascist timekeeper and cutting them off | 18:22 |
anteaya | fascist timekeeper | 18:23 |
anteaya | I can't get that label to stick | 18:23 |
isaacb | mordred: I mean that my inventory is only the hosts in the list of "puppet cert list -a" | 18:23 |
anteaya | it keeps falling off of your hawaiian shirt | 18:23 |
*** alivigni has quit IRC | 18:24 | |
jd__ | guys, it was supposed to have a redirection from #openstack-ceilometer to #openstack-telemetry but it seems it's gone and I don't have the right to do it, can someone change that? | 18:24 |
*** gokrokve has quit IRC | 18:24 | |
*** vilobhmm11 has joined #openstack-infra | 18:25 | |
*** gokrokve has joined #openstack-infra | 18:25 | |
*** jaypipes has quit IRC | 18:27 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/254571 | 18:28 |
*** eil397 has joined #openstack-infra | 18:29 | |
*** gokrokve has quit IRC | 18:30 | |
fungi | pleia2: were you working with jd__ on that channel move? | 18:30 |
*** dims_ has quit IRC | 18:30 | |
* fungi can't remember | 18:30 | |
*** zzzeek has joined #openstack-infra | 18:30 | |
*** xyang1 has quit IRC | 18:31 | |
*** xyang1 has joined #openstack-infra | 18:31 | |
zzzeek | is the openstack-dev mailing list broke ? no new messages for hours including mine... | 18:31 |
*** gokrokve has joined #openstack-infra | 18:31 | |
vilobhmm11 | fungii : ping | 18:33 |
*** gokrokve has quit IRC | 18:33 | |
*** otter768 has joined #openstack-infra | 18:34 | |
*** gokrokve has joined #openstack-infra | 18:34 | |
openstackgerrit | Derek Higgins proposed openstack-infra/project-config: Switch TripleO jobs to F22 jenkins nodes https://review.openstack.org/243684 | 18:34 |
vilobhmm11 | fungii, clarkb, mordred, SpamapS : want to add a non-voting job here https://review.openstack.org/#/c/254488/1 there seems to be an option voting:false apart from it is there naything else that i need to be aware of to do so ? | 18:35 |
clarkb | zzzeek: general and infra both have recent messages. Are you saying you sent an email to -dev and it hasn't shown up? | 18:35 |
*** tonytan4ever has joined #openstack-infra | 18:35 | |
*** abregman|mtg is now known as abregman | 18:36 | |
pleia2 | fungi: no, but I can | 18:36 |
zzzeek | clarkb: yes. also it's quite unusual that there's been no posts at all for about three hours | 18:36 |
zzzeek | clarkb: http://lists.openstack.org/pipermail/openstack-dev/2015-December/date.html#start | 18:36 |
*** tjones has quit IRC | 18:37 | |
clarkb | the qrunner processes are running | 18:37 |
*** isaacb has quit IRC | 18:38 | |
*** xyang1 has quit IRC | 18:38 | |
*** dramalho has joined #openstack-infra | 18:38 | |
*** dramalho has quit IRC | 18:38 | |
*** otter768 has quit IRC | 18:39 | |
fungi | pleia2: jd__: ahh, then i was probably thinking of some other channel's recent move. what process was followed for the #openstack-ceilometer channel move? | 18:39 |
*** e0ne has joined #openstack-infra | 18:39 | |
fungi | i probably missed some key discussion around implementing that | 18:39 |
clarkb | plenty of disk | 18:40 |
clarkb | error log doesn't seem to have anything but malformed paths and non existant lists | 18:40 |
clarkb | fungi: pleia2 ^ what else should I be looking at? | 18:41 |
pleia2 | instructions for the rename are still in a pending review here https://review.openstack.org/#/c/244860/ but I think what jd__ is saying is they're following those but don't have the right permissions | 18:41 |
jd__ | pleia2: yeah :( | 18:41 |
jd__ | we need someone to implement the mode change on the old chan | 18:41 |
pleia2 | jd__: ok, I can help you out then | 18:41 |
fungi | clarkb: see if exim logs indicate receiving a message from zzzeek for the list? | 18:41 |
fungi | clarkb: then i'd trace it from there to the mailman posts log | 18:41 |
fungi | clarkb: and after that to the mailman smtp log | 18:42 |
fungi | clarkb: and then back to the exim mainlog again for outbound forwarding | 18:42 |
*** bwout1 has joined #openstack-infra | 18:42 | |
SpamapS | vilobhmm11: unfortunately I'm not much of an expert on job configuration. :-P | 18:43 |
*** Kennan has quit IRC | 18:43 | |
vilobhmm11 | SpamapS : np.. | 18:44 |
*** bwout has quit IRC | 18:44 | |
*** Kennan has joined #openstack-infra | 18:44 | |
clarkb | the disconnect does appear to be between exim and mailman | 18:44 |
clarkb | exim has received the message but nothing in post, time to dig through the other logs (and look more closely at errors) | 18:44 |
SpamapS | vilobhmm11: but the others you tagged should have some insight. :) | 18:44 |
fungi | clarkb: is it still in the delivery queue? | 18:45 |
pleia2 | jd__: hm, are you actually ready for this move? the status and logging bot are still in #openstack-ceilometer | 18:45 |
pleia2 | jd__: it's fine if you have already moved discussion to the new channel, I just wanted to be sure :) | 18:45 |
*** cdent has quit IRC | 18:45 | |
jd__ | pleia2: yes we're ready all the patches :) the patches to move the bot is in review for weeks | 18:45 |
clarkb | fungi: `exim -bp` ? | 18:45 |
jd__ | s/all the patches/ | 18:46 |
*** sabeen has quit IRC | 18:46 | |
fungi | clarkb: exim4 but otherwise yeah | 18:46 |
fungi | clarkb: or mailq | 18:46 |
pleia2 | jd__: I know about the patch, I'm asking if you want me to do the move before the patch lands (we need to wait for a time when there are no meetings to land the patch, that's a rare time, so it takes a while) | 18:46 |
fungi | clarkb: which is simply a sendmailesque alias to the same command | 18:46 |
jd__ | pleia2: yes :) we moved there for weeks too :) | 18:47 |
pleia2 | jd__: ok, great | 18:47 |
*** pvaneck has joined #openstack-infra | 18:48 | |
anteaya | dhellmann: line 1944: https://review.openstack.org/#/c/248923/2/gerrit/projects.yaml how did a docimpact-group flag get into your patch to remove direct-release? | 18:48 |
openstackgerrit | Merged openstack-infra/project-config: Remove juno branch handling for python projects https://review.openstack.org/254657 | 18:48 |
jd__ | thanks pleia2 :) | 18:50 |
*** david-ly_ has joined #openstack-infra | 18:50 | |
clarkb | fungi: there is quite a bit of queuing but grep tells me none related to zzzeek's message | 18:50 |
*** tqtran_ has quit IRC | 18:51 | |
zzzeek | clarkb: are you grepping for "From: Mike Bayer <mbayer@redhat.com>" ? | 18:51 |
pleia2 | jd__: you're welcome | 18:51 |
fungi | clarkb: yeah, that's typical. lots of recipients end up being undeliverable for long periods | 18:51 |
clarkb | zzzeek: mbayer yes | 18:51 |
clarkb | zzzeek: I see exim received your email | 18:52 |
*** david-ly_ is now known as david-lyle_ | 18:52 | |
zzzeek | clarkb: OK | 18:52 |
*** eliqiao has quit IRC | 18:52 | |
vilobhmm11 | clarkb : have a min | 18:52 |
zzzeek | clarkb: so that it is not on http://lists.openstack.org/pipermail/openstack-dev/2015-December/date.html#start indicates something is lagged | 18:52 |
clarkb | zzzeek: yes mailman doesn't seem to have been told about it | 18:52 |
fungi | clarkb: any major changes on that server in the past few hours? maybe the dpkg log shows recent package upgrades? | 18:53 |
*** david-lyle has quit IRC | 18:54 | |
dhellmann | anteaya : excellent question | 18:54 |
*** austin81 has left #openstack-infra | 18:54 | |
anteaya | dhellmann: oh good, I'm so glad | 18:54 |
*** alivigni has joined #openstack-infra | 18:54 | |
*** eliqiao has joined #openstack-infra | 18:55 | |
*** ildikov has joined #openstack-infra | 18:55 | |
clarkb | fungi: looks lilke libssl openssl libc | 18:56 |
clarkb | and cfacter | 18:56 |
clarkb | libc maybe? | 18:56 |
anteaya | dhellmann: I'm fine with the direct-release bits removal, less so with the inclusion of random code | 18:56 |
zzzeek | libssl + something with keys broke <-- my bet | 18:56 |
dhellmann | anteaya : probably a rebase issue, I'm working on it | 18:57 |
fungi | clarkb: maybe the exim paniclog (if there is one) or the mailman error log to see if there's something broken | 18:57 |
openstackgerrit | Sergey Lukjanov proposed openstack-infra/project-config: Add reno jobs for python-saharaclient https://review.openstack.org/254907 | 18:57 |
clarkb | fungi: neither of those seem to have much | 18:57 |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: remove direct-release option from projects https://review.openstack.org/248923 | 18:57 |
zzzeek | file permission and/or selinux shenanigans | 18:57 |
clarkb | paniclog was last written to last october | 18:57 |
dhellmann | anteaya : ^^ | 18:57 |
fungi | stumped (and about to start chairing a meeting) | 18:57 |
ruagair | I/ | 18:58 |
clarkb | and error log is mostly people sending to non existant lists | 18:58 |
*** annegentle has joined #openstack-infra | 18:58 | |
clarkb | jeblair: are you around? | 18:58 |
jeblair | clarkb, fungi: exim queue id 1a6JuB-0001lj-O6 is in a file in /var/lib/mailman/qfiles/in | 18:58 |
zzzeek | clarkb: i dont know the env here but selinux issues in syslog perhaps ? | 18:58 |
jhesketh | Morning | 18:58 |
clarkb | zzzeek: no selinux | 18:58 |
zzzeek | clarkb: good | 18:58 |
clarkb | its ubuntu | 18:58 |
jeblair | i don't know why mm hasn't processed it yet | 18:58 |
anteaya | dhellmann: thanks | 18:58 |
clarkb | jeblair: thats what the qrouter should be doing ya? | 18:59 |
clarkb | er qrunner | 18:59 |
jeblair | clarkb: i believe so, yes | 18:59 |
jeblair | clarkb: probably the incoming runner | 18:59 |
openstackgerrit | Matt Riedemann proposed openstack/requirements: Block oslo.messaging 3.1.0 since it breaks Ironic https://review.openstack.org/254911 | 18:59 |
mriedem | jroll: ^ | 18:59 |
jeblair | openstack-dev is locked... | 18:59 |
mriedem | sdague: ^ | 18:59 |
sdague | ??? | 19:00 |
jeblair | clarkb: so perhaps a process is stuck doing something related to it | 19:00 |
fungi | it's that time again! weekly infra team meeting in #openstack-meeting starting _now_ | 19:00 |
jeblair | "/var/lib/mailman/locks/openstack-dev.lock.lists.openstack.org.14112.55437" | 19:00 |
anteaya | thanks SergeyLukjanov | 19:00 |
mriedem | sdague: reqs blacklist https://review.openstack.org/254911 | 19:00 |
mriedem | unless the ??? wasn't for me | 19:00 |
jeblair | clarkb: sorry, 1939.0 holds the lock | 19:00 |
clarkb | jeblair: 14112 is the incoming queue runner | 19:00 |
jeblair | 1939 doesn't exist | 19:00 |
openstackgerrit | Merged openstack-infra/project-config: Remove juno handling from Jenkins https://review.openstack.org/254658 | 19:00 |
openstackgerrit | Merged openstack-infra/project-config: Remove stable/juno from gerritbot https://review.openstack.org/254862 | 19:01 |
openstackgerrit | Merged openstack-infra/project-config: Further juno cleanup https://review.openstack.org/254871 | 19:01 |
clarkb | jeblair: of all those lock file show do I determine that? | 19:01 |
jeblair | cat "/var/lib/mailman/locks/openstack-dev.lock" | 19:01 |
jeblair | clarkb: so probably a stale lockfile... | 19:01 |
jeblair | but you should double check me | 19:01 |
*** rkukura has joined #openstack-infra | 19:02 | |
jeblair | clarkb: if so, i think we can just delete and it will unwedge (or wait 30 mins i think?) | 19:02 |
*** annegentle has quit IRC | 19:02 | |
*** openstackgerrit has quit IRC | 19:02 | |
*** bpokorny_ has joined #openstack-infra | 19:02 | |
*** openstackgerrit has joined #openstack-infra | 19:02 | |
clarkb | that file does point at 1939.0 which is on disk but no process with that pid | 19:03 |
*** bpokorny_ has quit IRC | 19:03 | |
openstackgerrit | Merged openstack-infra/release-tools: No SHA needed in announce.sh https://review.openstack.org/254839 | 19:03 |
openstackgerrit | Merged openstack-infra/release-tools: Fix silent error in case of missing meta https://review.openstack.org/254840 | 19:03 |
*** bpokorny_ has joined #openstack-infra | 19:04 | |
*** electrofelix has quit IRC | 19:04 | |
*** abregman is now known as abregman|brb | 19:04 | |
*** salv-orlando has joined #openstack-infra | 19:04 | |
openstackgerrit | Merged openstack-infra/reviewstats: Add kolla to projects https://review.openstack.org/254557 | 19:04 |
openstackgerrit | Merged openstack-infra/release-tools: Exit early if EMAIL envvar is not defined https://review.openstack.org/254841 | 19:04 |
*** bpokorny_ has quit IRC | 19:05 | |
*** bpokorny has quit IRC | 19:05 | |
openstackgerrit | Merged openstack-infra/reviewstats: Update fuel to correct repo https://review.openstack.org/253485 | 19:06 |
*** bpokorny has joined #openstack-infra | 19:06 | |
vilobhmm11 | fungii, clarkb, mordred : any feedback on how to make https://review.openstack.org/#/c/254488/1/zuul/layout.yaml a non-voting job would be helpful ? can i just provide : voting : false for these jobs ? | 19:07 |
clarkb | vilobhmm11: yes | 19:07 |
*** tsg has quit IRC | 19:07 | |
vilobhmm11 | don't want to end up in a situation where this job breaks other stuff | 19:07 |
*** gokrokve has quit IRC | 19:08 | |
clarkb | three should be plenty of examples in the layout | 19:08 |
vilobhmm11 | tooz stuff | 19:08 |
*** abregman|brb is now known as abregman | 19:08 | |
*** Sukhdev has joined #openstack-infra | 19:09 | |
AJaeger | vilobhmm11: read the infra manual - the creator's guide completely, there's non-voting jobs documented | 19:10 |
AJaeger | vilobhmm11: http://docs.openstack.org/infra/manual/creators.html | 19:10 |
vilobhmm11 | Ajaeger : ok thansk! | 19:10 |
*** bwout1 has quit IRC | 19:10 | |
*** salv-orlando has quit IRC | 19:11 | |
openstackgerrit | Ryan Brandt proposed openstack-infra/project-config: Add tempest jobs as non-voting check for monasca persister https://review.openstack.org/254916 | 19:12 |
*** abregman is now known as abregman|brb | 19:13 | |
*** kozhukalov_ has joined #openstack-infra | 19:13 | |
pleia2 | jhesketh: I think it's ok for me to contact HPE now with dates? | 19:13 |
*** david-lyle_ is now known as david-lyle | 19:14 | |
*** hdd has joined #openstack-infra | 19:14 | |
jhesketh | pleia2: yep I think there was strong concensus on that and we should probably confirm before people book flights | 19:14 |
pleia2 | great | 19:15 |
jhesketh | pleia2: so that'd be 22-25 of Feb right? | 19:15 |
pleia2 | yep | 19:15 |
jhesketh | Shiny :-) | 19:15 |
*** gokrokve has joined #openstack-infra | 19:16 | |
*** bpokorny has quit IRC | 19:16 | |
*** rbrndt has quit IRC | 19:17 | |
*** bpokorny has joined #openstack-infra | 19:17 | |
*** sridhar_ram has quit IRC | 19:17 | |
*** rguillebert has quit IRC | 19:17 | |
greghaynes | crinkle: What consumes this file https://review.openstack.org/#/c/250012/1/elements/simple-init/init.d/01-8021q ? | 19:17 |
greghaynes | crinkle: I dont think there is a dib thing that automatically looks at the init.d dir, so that file will just sit around I think? | 19:18 |
crinkle | greghaynes: oh hrm, i got that from inferring from http://docs.openstack.org/developer/diskimage-builder/developer/developing_elements.html#structure-of-an-element and copying the mellanox element | 19:19 |
crinkle | i can remove it | 19:19 |
greghaynes | crinkle: I dunno, I'm not sure what the goal was with it | 19:20 |
greghaynes | crinkle: but I do think it should work without it... | 19:21 |
crinkle | greghaynes: i think you're right | 19:21 |
*** tqtran has quit IRC | 19:21 | |
openstackgerrit | Vilobh Meshram proposed openstack-infra/project-config: Add Consul Gate Job https://review.openstack.org/254488 | 19:23 |
vilobhmm11 | clarkb, AJaeger : ^^ | 19:23 |
*** ankurgupta1 has joined #openstack-infra | 19:23 | |
*** ankurgupta1 has left #openstack-infra | 19:23 | |
*** esker has joined #openstack-infra | 19:24 | |
*** olaph has quit IRC | 19:25 | |
AJaeger | vilobhmm11: zuul/layout.yaml declares *when* and *where* to run a job. You first need to define the job in jenkins/jobs/*yaml. I doubt - but didn't check - that the new jobs exist already... | 19:25 |
*** olaph has joined #openstack-infra | 19:25 | |
*** abregman|brb is now known as abregman | 19:26 | |
AJaeger | vilobhmm11: tooz jobs are defined in jenkins/jobs/projects.yaml | 19:26 |
vilobhmm11 | AJaeger : thanks for the info..will check..the manual is really helpful..yes it is | 19:26 |
AJaeger | and there're no -nv's defined, you have to use the voting: false... | 19:26 |
nibalizer | mordred: i deleted hounde.openstack.org last night fyi | 19:26 |
vilobhmm11 | Ajaeger : how about this https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L8583 | 19:27 |
mordred | nibalizer: yup. saw. awesome | 19:27 |
*** esker has quit IRC | 19:28 | |
*** mestery has quit IRC | 19:28 | |
AJaeger | vilobhmm11: forget about the -nv for a tox like change like you want to do. | 19:28 |
AJaeger | use voting: false | 19:28 |
*** mestery has joined #openstack-infra | 19:28 | |
*** ZZelle_ has joined #openstack-infra | 19:29 | |
vilobhmm11 | Ajager : I thought if i define voting: false to a job (name: openstack/tooz) won't it apply for every check not only the consul thing….the manual didn't say we could do something like http://paste.openstack.org/show/481222/ | 19:30 |
*** weshay_xchat is now known as weshay | 19:31 | |
clarkb | jeblair: its been a half an hour and from what I can see the lock hasn't changed so we may need to force it | 19:31 |
*** gokrokve has quit IRC | 19:31 | |
AJaeger | vilobhmm11: there are different sections in zuul/layout.yaml, you need to place the voting line in the jobs section, the repos live in projects section. | 19:32 |
AJaeger | vilobhmm11: have a look how other projects do it... | 19:32 |
AJaeger | we have infra meeting right now... | 19:33 |
vilobhmm11 | ok | 19:33 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Improve test coverage: network delete API https://review.openstack.org/254922 | 19:33 |
*** tsg has joined #openstack-infra | 19:35 | |
*** elo has joined #openstack-infra | 19:35 | |
nibalizer | crinkle: i have ssl cert errors again, can I have a copy of the ca cert you used? | 19:35 |
crinkle | nibalizer: yes | 19:35 |
crinkle | nibalizer: oh right i changed the cert | 19:36 |
*** mwagone has joined #openstack-infra | 19:36 | |
*** flwang1 has joined #openstack-infra | 19:36 | |
crinkle | nibalizer: also i think there's a --insecure flag you can pass to the clients | 19:37 |
*** harlowja has quit IRC | 19:38 | |
*** harlowja has joined #openstack-infra | 19:38 | |
rcarrillocruz | crinkle: from your latest 'add bifrost manifest' patchset, i understand that glean is no mangling with your cfg interfaces? | 19:39 |
crinkle | rcarrillocruz: yes it seems to be working correctly now | 19:39 |
nibalizer | crinkle: thanks | 19:39 |
rcarrillocruz | ++ | 19:39 |
*** sshnaidm has joined #openstack-infra | 19:40 | |
*** rbrndt has joined #openstack-infra | 19:43 | |
rcarrillocruz | when do you plan to ask for merge? we have a couple of changes that touches bifrost.pp, i tried creating a patch based off yours but that pushed two patches , a no-op patchset on your change and a new one with the modifications (the tools to rebuild nodes, etc) | 19:43 |
rcarrillocruz | which is why i ended up adding to your patchset later and you eventually -1 | 19:43 |
*** olaph has quit IRC | 19:43 | |
mriedem | jeblair: did you say openstack-dev was frozen? | 19:45 |
mriedem | or should be good now and need to re-send any messages | 19:45 |
crinkle | rcarrillocruz: i think it's basically ready, but we need to figure out how to deal with the mysql module and probably discuss how to best maintain the inventory list | 19:46 |
rcarrillocruz | hmm, yeah | 19:46 |
rcarrillocruz | do we have the public hiera by any chance yet? | 19:46 |
rcarrillocruz | cos if we do, i'd rather put all that data in hiera instead of puppet manifests | 19:46 |
*** jffische has quit IRC | 19:46 | |
*** r1chardj0n3s has left #openstack-infra | 19:46 | |
rcarrillocruz | nibalizer: ^, haven't followed the public/private hiera in tree thing | 19:47 |
crinkle | rcarrillocruz: which data? most of the data is passwords | 19:47 |
rcarrillocruz | is that in place already? | 19:47 |
mordred | crinkle, notmorgan: let's connect on infra-cloud keystone config | 19:47 |
notmorgan | mordred: ++ | 19:47 |
notmorgan | yes | 19:47 |
* notmorgan is here | 19:47 | |
mordred | crinkle, notmorgan: infra cloud is currently only exposing versioned v2 | 19:47 |
mordred | and I'd love to help it expose unversioned v3 | 19:47 |
notmorgan | right-i | 19:47 |
notmorgan | right-o | 19:47 |
mordred | or, rather, I'd like to hornswaggle notmorgan into helping with that | 19:47 |
notmorgan | hahaha | 19:47 |
Clint | right-i/o | 19:48 |
rcarrillocruz | crinkle: ips, macs, etc | 19:48 |
*** sabeen has joined #openstack-infra | 19:48 | |
* notmorgan doesn't know how doable this is...but getting all the services on standard web ports would be *fantastic* | 19:48 | |
notmorgan | even if they remain separate hosts | 19:48 |
* notmorgan points at Vexxhost as prior art to it "working" | 19:48 | |
*** tqtran has joined #openstack-infra | 19:49 | |
*** olaph has joined #openstack-infra | 19:49 | |
notmorgan | mordred: so 2 yes, unversioned/v3 *and* web ports would be good. | 19:49 |
notmorgan | s/2// | 19:49 |
mordred | notmorgan: we have an all-in-one controller | 19:50 |
notmorgan | mordred: doh. | 19:50 |
mordred | notmorgan: so, for now, ports are fine for this cloud | 19:50 |
notmorgan | mordred: yah ports are ok then | 19:50 |
mordred | notmorgan: by the time we get the replacement, hopefully we can deploy it with your lua | 19:50 |
crinkle | we can reorganize that but i'd rather not do that right now | 19:50 |
notmorgan | crinkle: not worth it | 19:50 |
mordred | yha - I think it's fine | 19:50 |
*** sabeen3 has joined #openstack-infra | 19:50 | |
notmorgan | crinkle: at least not for a while | 19:50 |
mordred | crinkle: where are services registered with keystone in the puppet? | 19:51 |
openstackgerrit | Thanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality https://review.openstack.org/206178 | 19:51 |
crinkle | mordred: each service has a *::keystone::auth class, e.g. http://git.openstack.org/cgit/openstack-infra/puppet-infracloud/tree/manifests/controller.pp#n151 | 19:52 |
* notmorgan tries to think of any real pitfalls with doing unversioned keystone in the catalog | 19:52 | |
*** sabeen has quit IRC | 19:52 | |
mordred | crinkle: neat! | 19:53 |
notmorgan | i am not sure it will work. | 19:53 |
crinkle | mordred: except for keystone which has keystone::endpoint | 19:53 |
notmorgan | we can do unversioned auth. | 19:53 |
notmorgan | but dunno if we can do unversioned globally because if something needs to lookup projects... | 19:53 |
notmorgan | for example, it needs to know what version its talking. | 19:53 |
* notmorgan needs to try unversioned properly | 19:53 | |
* mordred is fin with the v2 on a port staying there | 19:54 | |
*** _nadya_ has joined #openstack-infra | 19:54 | |
mordred | just wants to make sure we are exposing v3 | 19:54 |
crinkle | i don't think you can unexpose v3, it should work | 19:54 |
mordred | oh! it's there | 19:54 |
mordred | https://controller00.hpuswest.ic.openstack.org:35357/v3 | 19:55 |
crinkle | mordred: feel free to change the OS_AUTH_URL in the rc file | 19:55 |
openstackgerrit | Merged openstack-infra/project-config: remove direct-release option from projects https://review.openstack.org/248923 | 19:55 |
mordred | crinkle: I'll just keep poking for now - learnings things | 19:55 |
mordred | crinkle: so - I don't see in our stuff where we do a ::keystone::auth for novav3 or ec2 - do those just get done somehow in the ::openstack::nova::keystone::auth ? | 19:56 |
mordred | aha! | 19:56 |
mordred | I see it | 19:56 |
* mordred learned something | 19:56 | |
*** _nadya_ has quit IRC | 19:56 | |
*** _nadya_ has joined #openstack-infra | 19:57 | |
*** aysyd has quit IRC | 19:57 | |
crinkle | mordred: i didn't set those up on purpose so something in the puppet modules did it | 19:57 |
notmorgan | oh exposing v3 that is easy | 19:57 |
notmorgan | in fact, i think everything can just use v3 if you set the auth_url and os-api-version [if CLIing] | 19:58 |
notmorgan | and if we aren't doing domains... it really is a lot less complex | 19:59 |
mordred | notmorgan: it's already running - we're good | 19:59 |
notmorgan | mordred: ++ | 19:59 |
mordred | crinkle: it's a default action in puppet-openstack | 20:00 |
mordred | crinkle: I think I should submit a patch to disable-by-default | 20:00 |
*** hashar is now known as hasharAway | 20:00 | |
mordred | espcially for compute v3 | 20:00 |
mordred | which should not run | 20:00 |
notmorgan | i am fairly certian there wont be issues if you just swapped v2.0 to v3 and updated auth stuffs | 20:00 |
anteaya | fungi: nice timeboxing | 20:00 |
AJaeger | ++ | 20:00 |
notmorgan | but, for now v3 is there, it's running, and otherwise is almost a no-op to keep it as is. | 20:00 |
jesusaurus | impressive timeboxing | 20:01 |
notmorgan | crinkle: is the keystone paste-ini have admin_token in it? | 20:01 |
*** annegentle has joined #openstack-infra | 20:01 | |
notmorgan | crinkle: the pipeline that is | 20:01 |
*** _nadya_ has quit IRC | 20:01 | |
clarkb | jeblair: fungi: any more thoughts on the mailman lock? | 20:01 |
notmorgan | cause that we need to be sure is *not* in the pipeline. | 20:01 |
fungi | anteaya: i let it slip on a few topics toward the end. my original schedule had 10 minutes for the mirror stuff rather than 5, and 5 minutes for open discussion | 20:01 |
clarkb | just rm the lock file? | 20:01 |
anteaya | fungi: you did great | 20:01 |
clarkb | or am I going to need to fnctl it? | 20:01 |
fungi | clarkb: oh, i missed that you found a stale lock | 20:01 |
*** kozhukalov_ has quit IRC | 20:01 | |
jesusaurus | jeblair: will zuul have a stable/v2 branch or are downstreams expected to switch over at the same time infra does? | 20:02 |
crinkle | notmorgan: the admin token is in keystone.conf, there's not a great way to get rid of it in puppet | 20:02 |
notmorgan | crinkle: in the keystone.conf it doesn't matter | 20:02 |
clarkb | fungi: well jeblair found it | 20:02 |
notmorgan | crinkle: in the pipeline in paste-ini it does | 20:02 |
notmorgan | it's super insecure | 20:02 |
fungi | clarkb: aha | 20:02 |
notmorgan | it is only useful for bootstrapping | 20:02 |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: add 'tempest' in puppet-openstack-integration jobs https://review.openstack.org/254933 | 20:02 |
crinkle | notmorgan: I didn't know that, what makes it more insecure than having it in keystone.conf? | 20:02 |
notmorgan | it's a static string that conveys admin to the entire cloud | 20:03 |
*** rfolco_ has quit IRC | 20:03 | |
notmorgan | it's just the pipeline bit because it basically sets is_admin=True, so you can do things in keystone for bootstrapping | 20:04 |
*** AJaeger has quit IRC | 20:04 | |
notmorgan | the admin_token value in keystone.conf is useless unless the filter is in the pipeline | 20:04 |
*** ashleighfarnham has joined #openstack-infra | 20:04 | |
notmorgan | so recommended deploy is once bootstrapped remove admin_otkne from the pipeline and then it eliminates a potentially scary vector of attack | 20:05 |
* notmorgan needs to revisit making bootstrap a keystone-manage thing | 20:05 | |
notmorgan | so there is no reason to ever have a scary admin-granting-string floating around clouds | 20:05 |
crinkle | notmorgan: so puppet uses the admin token in keystone.conf to bootstrap things and then never removes it (because puppet doesn't really have the concept of managing a file twice in one run) - is that safe or unsafe? | 20:06 |
SpamapS | crinkle: the trick, I think, is to make it really be two files | 20:07 |
clarkb | fungi: are you familiar with breaking such locks? | 20:07 |
notmorgan | crinkle: it is unsafe to leave that in the pipeline :( | 20:07 |
crinkle | notmorgan: this is standard for puppet-based deployments so that is :( | 20:08 |
notmorgan | clarkb: i'm almost sure people do it. but generally speaking it is the least safe part of how keystone works | 20:08 |
openstackgerrit | Thanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality https://review.openstack.org/206178 | 20:08 |
SpamapS | crinkle: and make the second one, the secure one, depend on the bootstrap having happened. | 20:08 |
clarkb | notmorgan: mailman lock | 20:08 |
clarkb | er you wnated crinkle nevermind | 20:08 |
notmorgan | clarkb: whoopse sorry | 20:09 |
fungi | clarkb: i am not sure which sort of lock they've implemented. trying to look up details but i'm burning out the power supply on this monitor and keep needing to let it rest for a minute at a stretch | 20:09 |
notmorgan | c<tab> vs cr<tab> | 20:09 |
notmorgan | crinkle: yeah | 20:09 |
* crinkle considers /nicking to clarkc for extra confusion | 20:09 | |
*** ociuhandu has quit IRC | 20:09 | |
clarkb | fungi: /var/lib/mailman/locks | 20:09 |
fungi | what i should do is set aside some time this evening to finish hacking together a replacement power supply | 20:09 |
clarkb | fungi: looks to be file based | 20:09 |
notmorgan | crinkle: can we get mordred to be clarkm then? | 20:09 |
anteaya | https://wiki.openstack.org/wiki/VirtualSprints#Infra_.22holiday_party.22_knowledge_transfer_virtual_sprint | 20:10 |
fungi | clarkb: file presence based or file handle/link reference based? | 20:10 |
*** hasharAway is now known as hashar | 20:11 | |
clarkb | fungi: well the file is gone now so either it was a longer timeout or jeblair is ninjaing | 20:11 |
clarkb | fungi: there is a listname.lock file that points to a pid specific lock file | 20:11 |
fungi | clarkb: oh! we've got a ton of lockfiles in there | 20:11 |
*** erikwilson has joined #openstack-infra | 20:11 | |
clarkb | fungi: ya I think each process makes one of those files | 20:11 |
zzzeek | clarkb: im probably missing the scrollback here but I see a whole bunch of msgs just got posted | 20:11 |
jeblair | clarkb: i did not ninja | 20:11 |
clarkb | fungi: then when it takes the lock it writes to the non suffixed file | 20:11 |
notmorgan | crinkle: so, after bootstrap could we do something like the ~/.sudo_as_admin_successful file drop, and then re-manage the file? | 20:11 |
clarkb | jeblair: cool then I think mailman must've timed out | 20:12 |
fungi | clarkb: these are the subscription/moderation locks? | 20:12 |
clarkb | fungi: that I am not sure of | 20:12 |
notmorgan | crinkle: /me is looking for solutions that might work. | 20:12 |
fungi | if so, this could be another ddos/reflection attack we're being used in | 20:12 |
fungi | like the one from a couple months ago | 20:12 |
crinkle | SpamapS: can you elaborate on the two-file idea? | 20:12 |
clarkb | fungi: oh fun, is there something I can check to see? the subscription log maybe? | 20:13 |
fungi | clarkb: that's where i found it last time | 20:13 |
clarkb | ah yup | 20:13 |
clarkb | there is indeed a single gmail addr spamming us | 20:13 |
fungi | clarkb: lots of similar-looking e-mail address patterns | 20:13 |
clarkb | per email addr | 20:13 |
clarkb | er poor | 20:13 |
*** lucasagomes is now known as lucas-dinner | 20:13 | |
fungi | we have a filter we can kick in for that | 20:14 |
notmorgan | SpamapS: boot-strap, non-bootstrap paste? then swap once bootstrap is done? | 20:14 |
clarkb | right there is a script to run in our docs | 20:14 |
* clarkb pulls that up | 20:14 | |
notmorgan | like bootstrap-paste-ini, start keystone, bootstrap, then stop keystone and use prod ini | 20:14 |
notmorgan | restart keystone. | 20:14 |
pabelanger | So, was going to bring it up in the meeting. What do we want to do with stackalytics.openstack.org? It has been live for about 4 weeks now and seems to be working as expected | 20:14 |
notmorgan | ? | 20:14 |
crinkle | can't do all that in one puppet run | 20:14 |
crinkle | would need to ansible it | 20:14 |
yolanda | hi crinkle, i saw you abandoned the patches for opt-in modules, for infra cloud. What are the alternatives? Maybe we can create another puppet environment? | 20:14 |
fungi | pabelanger: if everyone's satisfied, then next step would be to get the current stackalytics maintainers to put an http 301 redirect in place to the new url | 20:15 |
crinkle | yolanda: hey, i wanted to bring it up in the meeting but we were short on time | 20:15 |
yolanda | so the problem is that we need a set of modules, with a different versions than current infra right? is that only mysql or do we have more? | 20:15 |
*** ldnunes has quit IRC | 20:16 | |
crinkle | yolanda: i had https://review.openstack.org/#/c/247273/ and https://review.openstack.org/#/c/247755/ but i was working on it before the puppet apply stuff was merged and things went in a different direction, so thye won't work any more | 20:16 |
notmorgan | crinkle: can you not? i mean... can you do it as a simple ordered thing? start keystone [with specific options], bootstrap, kill keystone, start it properly? | 20:16 |
crinkle | yolanda: specifically we need mysql | 20:16 |
clarkb | fungi: jeblair should I go ahead and run http://docs.openstack.org/infra/system-config/lists.html#banning-an-address-from-all-lists for this address? | 20:16 |
clarkb | anything else you want to look at before doing that? | 20:16 |
crinkle | notmorgan: no, the keystone service is one thing in puppet, you can't manage it twice | 20:16 |
yolanda | crinkle, could we upgrade mysql generally on infra? if that's the only case | 20:16 |
crinkle | notmorgan: declarative nature yadayada | 20:16 |
fungi | clarkb: yes please. also the lockfiles there are safe to delete. i think was removing any older than 30 minutes | 20:16 |
notmorgan | crinkle: right i don't want to "manage" keystone twice. i want to spin off an explicit invocation of keystone as part of bootstrap that isn't "Start-stop" | 20:17 |
crinkle | yolanda: that is sort of hard but that would make the problem go away | 20:17 |
*** Piet has joined #openstack-infra | 20:17 | |
notmorgan | crinkle: then kill it at the end of bootstrap action | 20:17 |
*** esker has joined #openstack-infra | 20:17 | |
crinkle | yolanda: my patches would have been helpful for the general case of upgrading modules | 20:17 |
crinkle | notmorgan: ah yeah we could add execs to do that | 20:17 |
* notmorgan might just need to say screw it and write a bootstrap helper now. | 20:17 | |
notmorgan | crinkle: yah. that would be the way to do it. | 20:18 |
fungi | clarkb: oh, i did 60, but 30's probably fine too | 20:18 |
notmorgan | crinkle: or i can write a bootstrap helper in like an hour | 20:18 |
yolanda | crinkle, i saw them. I agree, instead of upgrading massively, with the risk it involves, do component by component on a controlled way | 20:18 |
notmorgan | crinkle: i've been meaning to do it anyway | 20:18 |
crinkle | notmorgan: also might be good to have this discussion in #puppet-openstack or #openstack-keystone when richm is online | 20:18 |
notmorgan | crinkle: yeah lets do it in -puppet when richm is around | 20:18 |
notmorgan | crinkle: i'll write a bootstrap helper for keystone-manage anyway | 20:19 |
SpamapS | crinkle: doesn't puppet have Ruby DSL? | 20:19 |
crinkle | yolanda: I think pabelanger had ideas that involved using different modulepaths, but i haven't seen any patches | 20:19 |
pabelanger | crinkle: yolanda: I am in favor of adding separate modulepath environments depending on the module. I have something locally working on it, but haven't pushed it upstream | 20:19 |
crinkle | SpamapS: no | 20:19 |
notmorgan | crinkle: it'll just create a simple admin account with a specified password and a project and role on the project. | 20:19 |
SpamapS | crinkle: if so, that's the way you get workflows and still retain power of puppet primitives, right? | 20:19 |
SpamapS | wait what? | 20:19 |
yolanda | pabelanger, i'll be happy to see it and review | 20:19 |
crinkle | SpamapS: old old puppet did, and we have types and providers written in ruby | 20:19 |
pabelanger | crinkle: was waiting for puppet-apply stuff to land, since it was a blocker | 20:19 |
notmorgan | crinkle: so, then it'l be up to puppet to do API calls to do the rest, but that is no different than today | 20:19 |
yolanda | pabelanger, will that work with new puppet apply system? | 20:20 |
SpamapS | oh crap they deprecated the one saving grace of the tool? :-P | 20:20 |
notmorgan | SpamapS: hah | 20:20 |
SpamapS | some things aren't graphable damnit | 20:20 |
crinkle | SpamapS: if you want ruby DSL use chef :P | 20:20 |
pabelanger | yolanda: I'd like it too. | 20:20 |
SpamapS | crinkle: I'll ansible kthxbai ;) | 20:20 |
crinkle | SpamapS: kool | 20:20 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Bug fix: Allow name update for domains https://review.openstack.org/254940 | 20:20 |
openstackgerrit | Monty Taylor proposed openstack-infra/puppet-infracloud: Disable novav3, ec2 and metadata services https://review.openstack.org/254941 | 20:20 |
pabelanger | yolanda: like the patch crinkle did. There is a new flag in site.pp that toggles which path to use | 20:20 |
mordred | crinkle: ^^ | 20:21 |
mordred | pabelanger: we're close on puppet apply | 20:21 |
mordred | pabelanger: I hit a snag and am working on a patch to the ansible inventory | 20:21 |
SpamapS | crinkle: no seriously.. if that's the case, maybe you need bash script that just manages a symlink. | 20:21 |
pabelanger | mordred: nice | 20:21 |
SpamapS | /etc/keystone/api-paste.ini -> { bad | good } | 20:21 |
*** esker has quit IRC | 20:21 | |
pabelanger | crinkle: yolanda: So, I should be able to push up something later this week once puppet-apply is done. | 20:21 |
clarkb | all odne | 20:21 |
yolanda | pabelanger, so we shall use a completely different modulepath for all infra-cloud? or we can make two paths to co-exist? to grab modules to be upgraded from one path, and use the other modules as infra does | 20:22 |
SpamapS | crinkle: and just notify the service when you run it in 'good' mode (so it restarts) | 20:22 |
pabelanger | crinkle: yolanda: then we can start upgrading nodes for newer puppet-mysql | 20:22 |
crinkle | pabelanger: you could push things up pre-puppet-apply and use depends-on, would be nice to get an idea | 20:22 |
pabelanger | yolanda: I see a single path moving forward, but each node can somewhat control it | 20:22 |
SpamapS | crinkle: or.. crazy idea.. use a complete separate /etc/keystone for bootstrapping | 20:22 |
SpamapS | but that is going to get weird with apache congis | 20:23 |
pabelanger | crinkle: Ya, I was mostly waiting to see how puppet-apply was going to work | 20:23 |
SpamapS | configs | 20:23 |
* SpamapS went crosseyed | 20:23 | |
crinkle | i read apache corgis | 20:23 |
SpamapS | They're ADORABLE | 20:23 |
*** ociuhandu has joined #openstack-infra | 20:23 | |
pleia2 | hee | 20:24 |
clarkb | ok I have test of f23 builds in progress, lists.o.o should be happy, I guess time to review the changes that came up in the meeting | 20:25 |
greghaynes | clarkb: did you ever figure out why you hit the python missing issue but nodepool didnt? | 20:25 |
clarkb | greghaynes: I think the fedora-minimal element installs python | 20:26 |
clarkb | greghaynes: but fedora doesn't | 20:26 |
greghaynes | huh | 20:26 |
clarkb | or python2 | 20:26 |
greghaynes | wow | 20:26 |
yolanda | pabelanger, how do you envision to test a module upgrade using two modulepaths? we copy all content from infra to new modulepath, then add the module we want to upgrade? | 20:26 |
crinkle | pabelanger: one thing i liked about my approach was that we could specify the modules list as a diff instead of two completely separate lists, is that something your approach might be able to handle? | 20:27 |
*** lykinsbd has joined #openstack-infra | 20:27 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Bug fix: Fix pass thru filtering in list_networks https://review.openstack.org/254884 | 20:28 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Improve test coverage: network delete API https://review.openstack.org/254922 | 20:28 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Bug fix: Allow name update for domains https://review.openstack.org/254940 | 20:28 |
clarkb | actually lunch and tc meeting might be ebtter use of this next hour | 20:28 |
openstackgerrit | Thanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality https://review.openstack.org/206178 | 20:28 |
*** annegentle has quit IRC | 20:29 | |
*** annegentle has joined #openstack-infra | 20:29 | |
*** sridhar_ram has joined #openstack-infra | 20:29 | |
pabelanger | yolanda: crinkle: That's the part I am still tweaking. When I looked at crinkle patch, it reran install_modules again over the current directory to upgrade the module however not sure that will work with ansible, since we push modules to the node. | 20:31 |
pabelanger | yolanda: crinkle: I think we should schedule a time this week or next and hammer something out. I don't think it will take too long | 20:32 |
mordred | crinkle: I'm not sure that the patch I submitted will actually stop the services in question from running - but I _tihnk_ it will? | 20:32 |
mordred | clarkb: I'm fairly certain it will not remove them from the catalog | 20:32 |
mordred | gah | 20:32 |
mordred | crinkle: ^^ | 20:32 |
yolanda | pabelanger, that is a good idea, i can do on your mornings | 20:33 |
pabelanger | yolanda: the other approach I was trying, was breaking mysql out into 2 different paths. current and upgraded, then just appending the pathname to modulepath depending on the flag | 20:33 |
crinkle | mordred: link? | 20:33 |
yolanda | pabelanger, that will make more sense to test upgrades, rather than using a complete separate list | 20:33 |
mordred | crinkle: https://review.openstack.org/254941 | 20:34 |
crinkle | mordred: btw do you have thoughts on upgrading modules in the new puppet apply world ^ | 20:34 |
yolanda | ansible could just copy the new modules to be upgraded, and replace the old ones | 20:34 |
mordred | ughm | 20:34 |
mordred | well | 20:34 |
mordred | so | 20:34 |
*** EricGonc_ has joined #openstack-infra | 20:34 | |
pabelanger | yolanda: the other option was using the environment variable to control the modulepath too | 20:34 |
mordred | the way it's working right now, fwiw | 20:34 |
*** otter768 has joined #openstack-infra | 20:35 | |
mordred | is that we do install_modules on the master | 20:35 |
*** apoorvad has quit IRC | 20:35 | |
mordred | and then rsync to the other hosts | 20:35 |
crinkle | right, that breaks the assumptions i was making with some earlier ideas | 20:35 |
mordred | nod | 20:35 |
mordred | would it be better to run install_modules per host? | 20:35 |
*** EricGonczer_ has quit IRC | 20:36 | |
mordred | (that's not a super hard thing to change if so) | 20:36 |
pabelanger | running it on each host could be easier to control which modules get installed | 20:36 |
pabelanger | or version of module | 20:37 |
crinkle | actually maybe we could keep the rsync and just run install_modules again with https://review.openstack.org/#/c/247273/ | 20:37 |
pabelanger | but, you run the risk of having different versions of something across all your nodes | 20:37 |
crinkle | er s/again/on top of | 20:37 |
*** jcoufal has quit IRC | 20:37 | |
*** esker has joined #openstack-infra | 20:37 | |
pabelanger | FWIW: I was running install_modules.sh on each node when I had my CI environment running | 20:38 |
pabelanger | worked well | 20:38 |
mordred | well, we also rync system-config | 20:38 |
mordred | so it's there | 20:38 |
mordred | so we could totally run on each host | 20:38 |
openstackgerrit | Julia Kreger proposed openstack-infra/shade: Add wait support for ironic node [de]activate https://review.openstack.org/253979 | 20:38 |
clarkb | we could do that as first task | 20:39 |
clarkb | so everything remains synced | 20:39 |
pabelanger | more I think about it, it would be more inline with how I do testing. Spin up node, close system-config, install modules locally, run puppet-apply. it would be great to keep what ever method we do for production and testing the same | 20:39 |
pabelanger | s/close/clone | 20:39 |
*** otter768 has quit IRC | 20:40 | |
*** gyee has quit IRC | 20:40 | |
*** EricGonc_ has quit IRC | 20:41 | |
*** EricGonczer_ has joined #openstack-infra | 20:41 | |
*** asselin__ has quit IRC | 20:42 | |
*** jamesmcarthur has quit IRC | 20:42 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Add ability to opt-in to upgrading modules https://review.openstack.org/247755 | 20:43 |
yolanda | pabelanger, i agree. For that case of mysql or for other future ones, having the ability to consume modules per node looks useful | 20:43 |
crinkle | ^ just runs install_modules on top of the synchronized modules | 20:44 |
pabelanger | that seems like a lot of work to avoid running install_modules.sh on a node | 20:45 |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Add ability to opt-in to upgrading modules https://review.openstack.org/247755 | 20:45 |
*** xyang1 has joined #openstack-infra | 20:45 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Use Puppet Stages to setup users first https://review.openstack.org/161048 | 20:49 |
*** esker has quit IRC | 20:49 | |
*** jamesmcarthur has joined #openstack-infra | 20:49 | |
rm_work | I have no idea where to even ask this, so I am defaulting to here -- anyone know how to actually unit test loading stevedore drivers that use aliases from setup.cfg? >_> | 20:51 |
rm_work | It looks like unit tests don't load the setup.cfg so the aliases aren't loaded so testing that a config value will actually cause a specific driver to be loaded is difficult | 20:52 |
clarkb | rm_work: when you run tox it installs the project which should set up the entrpoints | 20:52 |
rm_work | hmm ok | 20:52 |
clarkb | you do have to install it | 20:52 |
rm_work | let me try again through tox | 20:52 |
rm_work | i bet that is the problem, I test first without tox | 20:52 |
clarkb | otherwise the pkg_resources stuff doesn't happen | 20:52 |
*** sshnaidm has quit IRC | 20:52 | |
*** fredericve has quit IRC | 20:54 | |
*** bwout has joined #openstack-infra | 20:54 | |
*** fawadkhaliq has quit IRC | 20:55 | |
rm_work | ok yeah cool, thanks, not sure I would have moved on to testing inside tox if you hadn't mentioned that :P | 20:56 |
*** mfisch has joined #openstack-infra | 20:57 | |
mfisch | pleia2: does infra run the mailing lists? | 20:57 |
*** gildub has joined #openstack-infra | 20:58 | |
mfisch | having a few issues | 20:58 |
clarkb | we do | 20:58 |
openstackgerrit | Colleen Murphy proposed openstack/diskimage-builder: Load the 8021q kernel module in simple-init https://review.openstack.org/250012 | 20:59 |
mfisch | clarkb: im missing emails and/or receiving out of order. it could just be me but wanted to point it out | 20:59 |
SotK | jeblair: Is there any chance you'll have a moment to reply to me on https://review.openstack.org/#/c/240346/ anytime soon? | 20:59 |
clarkb | mfisch: mailman is/was being used as part of a reflection attack against a couple addresses | 21:00 |
mfisch | clarkb: okay I will be patient thanks. | 21:00 |
clarkb | mfisch: this resulted in slow processing of mail, it should be ebtter now but pretty sure that is why delivery is slow/odd | 21:00 |
clarkb | mfisch: are you having trouble iwth recent(in the last hour or so) emails? | 21:00 |
*** mwagone has quit IRC | 21:00 | |
*** _nadya_ has joined #openstack-infra | 21:01 | |
*** jtomasek has quit IRC | 21:03 | |
pleia2 | we have rooms at HPE ft collins \o/ | 21:04 |
fungi | pleia2: that's excellent news! | 21:05 |
crinkle | pleia2: \o/ | 21:05 |
anteaya | pleia2: nice work | 21:05 |
pleia2 | we'll have to get them number of people and things (how we want to rooms set up?) so they can arrange the rooms and order catering, I'll follow up with jhesketh | 21:06 |
*** _nadya_ has quit IRC | 21:06 | |
dhellmann | rm_work : for future reference, the oslo team (#openstack-oslo) manages stevedore | 21:06 |
openstackgerrit | Julia Kreger proposed openstack-infra/shade: Add wait support for ironic node [de]activate https://review.openstack.org/253979 | 21:07 |
*** Sukhdev has quit IRC | 21:08 | |
openstackgerrit | Thanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality https://review.openstack.org/206178 | 21:09 |
*** bwout has quit IRC | 21:10 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/zuul: Only depend-on open changes https://review.openstack.org/254957 | 21:12 |
*** mwagone has joined #openstack-infra | 21:12 | |
*** rfolco_ has joined #openstack-infra | 21:13 | |
clarkb | the single node dibtest runs passed but multinode failed | 21:16 |
*** annegentle has quit IRC | 21:17 | |
anteaya | do logs capture enough info to figure out why? | 21:17 |
clarkb | just pulling them up now | 21:17 |
anteaya | k | 21:18 |
clarkb | its possible multinode just doesn't work right now, will know more in a bit | 21:18 |
openstackgerrit | Merged openstack/requirements: Bump python-mistralclient to 1.2.0 https://review.openstack.org/253423 | 21:18 |
greghaynes | clarkb: I definitely got ubuntu-trusty dib passing on multinode a while back | 21:19 |
nibalizer | mordred: where we at with onfra tenants? | 21:19 |
greghaynes | I think the hostname issue was the last thing we hit | 21:19 |
*** rfolco_ has quit IRC | 21:19 | |
clarkb | looks like ssh to nested VM failed for some reason | 21:19 |
clarkb | might be the dhcp thing | 21:19 |
fungi | nibalizer: it's spilled "omfra" | 21:19 |
pleia2 | the room: classroom style 42 or in pods for 36. If you want a u-shape 21 is really the max as there is a pole that would get in the way | 21:20 |
*** claudiub has joined #openstack-infra | 21:20 | |
pleia2 | fungi, jhesketh - I think that's ok? we don't want this to be a massive event anyway | 21:21 |
anteaya | 20 to 30 is manageable as a group event | 21:22 |
anteaya | beyond that and you have actors and audience | 21:22 |
fungi | pleia2: jhesketh: anteaya: that scale sounds fine, yes | 21:23 |
*** erikwilson has quit IRC | 21:23 | |
pleia2 | anteaya: ++ | 21:23 |
fungi | the hope is that by reinforcing the primary goal of this is to work on implementing things for and/or getting familiar with what we need to know about the infra-cloud deployment will help keep attendance limited to those who will actually be doing that work going forward | 21:24 |
* pleia2 nods | 21:24 | |
fungi | and will serve to discourage attemdance by people who just want to come for unrelated reasons | 21:25 |
SpamapS | Are we discussing the sprint thing? | 21:25 |
pleia2 | SpamapS: yeah | 21:25 |
SpamapS | I am in the same boat as greghaynes ... baby due March 7 for me. So not doing any travelling Feb. or Marhc. | 21:25 |
mtreinish | fungi: I'm totally gonna crash it | 21:25 |
greghaynes | SpamapS: That is my birthday! | 21:26 |
pleia2 | SpamapS: another one! yay! | 21:26 |
SpamapS | greghaynes: nice | 21:26 |
anteaya | mtreinish: you are announcing your intent, you aren't crashing it | 21:26 |
anteaya | mtreinish: and I would welcome your participation | 21:26 |
mtreinish | anteaya: I take that as a challenge :) | 21:26 |
anteaya | take it however you like | 21:27 |
pleia2 | anteaya: psh, he's gonna make us work on qa things | 21:27 |
anteaya | I have better challenges | 21:27 |
clarkb | just one baby? ;) | 21:27 |
anteaya | _that_ is the one you want to settle for? | 21:27 |
pleia2 | clarkb: you're an overachiever | 21:28 |
greghaynes | clarkb: Youre always the one who says to not start off with multinode | 21:28 |
clarkb | ha | 21:28 |
*** abregman has quit IRC | 21:29 | |
rm_work | dhellmann: ah cool, thanks. I kinda knew it was one of your projects, wasn't sure if it was actually oslo | 21:30 |
*** dprince has quit IRC | 21:30 | |
*** doug-fis_ has joined #openstack-infra | 21:30 | |
rm_work | I think I watched one of your pycon presentations on stevedore when I was first starting to work with it :P | 21:30 |
*** earlephilhower has quit IRC | 21:30 | |
*** dims has joined #openstack-infra | 21:31 | |
*** ayoung has quit IRC | 21:31 | |
*** doug-fish has quit IRC | 21:32 | |
*** apoorvad has joined #openstack-infra | 21:34 | |
fungi | mtreinish: if you crash it, we put you to work | 21:36 |
dhellmann | rm_work : yeah, oslo adopted it a while back | 21:37 |
fungi | SpamapS: we'll have to see if we can hook you in remotely (sip, irc, telepathy, et cetera) | 21:38 |
SpamapS | fungi: yeah, I mean.. I'm hardly required anymore on the whole effort... crinkle and greghaynes have done a lot more | 21:38 |
fungi | SpamapS: except we're also short a greghaynes for similar reasons | 21:39 |
*** mwagone has quit IRC | 21:39 | |
fungi | crinkle will be great as always though | 21:40 |
fungi | and maybe we'll have rcarrillocruz and/or yolanda | 21:40 |
SpamapS | fungi: right, what I actually think youll want for infra-cloud, as much as anything, is puppet experts. | 21:41 |
SpamapS | because at this point, I think we got over the vlan weirdness hump | 21:41 |
SpamapS | (hopefully just in time for HP to give us a not-weird vlan setup in a new rack of hardware ;) | 21:41 |
nibalizer | much excite | 21:41 |
clarkb | (once that one glean thing gets in I think) | 21:41 |
SpamapS | so now it's mostly about just running OpenStack. | 21:42 |
SpamapS | clarkb: I think glean doing this is rather ambitious.. the static config thing works as-is IIRC. | 21:42 |
fungi | "just" running openstack | 21:42 |
fungi | because, you know, that's like, trivial and stuff ;) | 21:42 |
clarkb | SpamapS: ah | 21:43 |
greghaynes | SpamapS: speaking of - https://review.openstack.org/#/c/250012/ | 21:43 |
greghaynes | needs another +2 | 21:43 |
clarkb | SpamapS: I thought glean had to be told to ignore the static config but maybe I crossed he streams | 21:43 |
SpamapS | clarkb: I think we just tell bifrost not to feed network info in. | 21:43 |
pleia2 | so many pieces | 21:44 |
pleia2 | I know what I want for my holiday party | 21:44 |
*** Hink has joined #openstack-infra | 21:44 | |
greghaynes | That is the hack I did originally, not sure if that is what crinkle is still doing? | 21:44 |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Install puppet using build_git system-config https://review.openstack.org/254969 | 21:44 |
SpamapS | greghaynes: dunno, I lost the thread | 21:45 |
clarkb | ianw: ^ so that got my build to checkout and use the correct code, now to +2 the hack | 21:45 |
*** Hink has quit IRC | 21:46 | |
*** Hink has joined #openstack-infra | 21:46 | |
*** Hink has quit IRC | 21:48 | |
*** Hink has joined #openstack-infra | 21:48 | |
clarkb | mtreinish: armax there is a gate-grenade-neutron-sideways job that I set up when I did the ironic sideways job. The idea was to do the upgrade from nova net to neutron within a release | 21:49 |
clarkb | mtreinish: armax is that a useful thing? can we expect anyone to work on that? if not should I go ahead and delete it? | 21:50 |
*** salv-orlando has joined #openstack-infra | 21:50 | |
armax | clarkb: I’d vote to delete for now | 21:50 |
armax | of for ever | 21:50 |
clarkb | and if we delete that should we rip the support for that stuff out of d-g? | 21:51 |
mtreinish | clarkb: I've never looked at it before | 21:51 |
clarkb | sdague: ^ | 21:51 |
clarkb | mtreinish: well it was happening when people were all excited about testing this and I said "here is the test its ready to go you just have to make it work" and that seemed to kill all and any excitement | 21:51 |
mtreinish | clarkb: ok yeah, I figured it was back from when everyone was gung ho about having an automated migration path in tree | 21:52 |
fungi | i've found that often, lots of things sound like a good idea until the people proposing them are presented with an opportunity to do the work to make them happen | 21:52 |
*** mwagone has joined #openstack-infra | 21:53 | |
clarkb | indeed | 21:54 |
clarkb | anyways sounds like I should just remove it | 21:54 |
mtreinish | clarkb: ++ | 21:55 |
*** salv-orlando has quit IRC | 21:55 | |
*** alivigni has quit IRC | 21:55 | |
*** Piet has quit IRC | 21:57 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Remove grenade-neutron-sideways job https://review.openstack.org/254974 | 21:57 |
clarkb | there we go | 21:57 |
thingee | fungi: ack for adding gerrit maintenance to dev digest | 21:57 |
greghaynes | dstufft: I just noticed the domain get-pip.py was registered - is that you? | 21:58 |
*** sridhar_ram has quit IRC | 21:58 | |
*** dims has quit IRC | 21:59 | |
fungi | thingee: awesome--without me even having to follow up! | 21:59 |
fungi | thanks!!! | 21:59 |
*** Piet has joined #openstack-infra | 22:01 | |
*** mwagone has quit IRC | 22:04 | |
*** salv-orlando has joined #openstack-infra | 22:05 | |
*** sridhar_ram has joined #openstack-infra | 22:05 | |
*** gokrokve has joined #openstack-infra | 22:05 | |
*** rhallisey has quit IRC | 22:06 | |
*** jogo has quit IRC | 22:07 | |
anteaya | well there was effort put into finding a nova-net to neutron migration path | 22:07 |
*** gokrokve has quit IRC | 22:07 | |
anteaya | unfortunately we were never able to get consenseus on what that looked like | 22:07 |
clarkb | right | 22:07 |
*** gokrokve has joined #openstack-infra | 22:07 | |
*** rhallisey has joined #openstack-infra | 22:08 | |
clarkb | the test as initially written didn't have much of an opinion either, the idea was here is the thing to do the work, infra is being helpful go do great things | 22:08 |
clarkb | but the devil is in the details | 22:08 |
*** vilobhmm11 has quit IRC | 22:10 | |
*** david-ly_ has joined #openstack-infra | 22:10 | |
*** vilobhmm11 has joined #openstack-infra | 22:10 | |
*** lykinsbd has quit IRC | 22:11 | |
*** jogo has joined #openstack-infra | 22:12 | |
*** jogo has joined #openstack-infra | 22:12 | |
*** david-lyle has quit IRC | 22:13 | |
*** annegentle has joined #openstack-infra | 22:13 | |
*** david-ly_ is now known as david-lyle | 22:13 | |
anteaya | yes | 22:14 |
anteaya | and the devil most certainly was | 22:14 |
anteaya | so they decided to not worry about it since so many folks had moved to neutron by that point | 22:15 |
jgriffith | mordred: So as a "former" TC member just wanted to say "well put" on your ML thread regarding linux images and I'd agree/vote with you if I still voted :) | 22:15 |
anteaya | not sure where the current conversation is now to be honest | 22:15 |
mordred | jgriffith: thanks! | 22:15 |
*** rguillebert has joined #openstack-infra | 22:18 | |
rm_work | Is http://logs.openstack.org/40/216140/17/check/gate-neutron-lbaasv2-dsvm-listener/f634f9b/logs/devstacklog.txt.gz#_2015-12-08_21_29_35_801 something people are aware of globally? | 22:18 |
rm_work | No matching distribution found for ldap3===1.0.1 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 163)) | 22:19 |
*** peristeri has quit IRC | 22:20 | |
clarkb | https://pypi.python.org/pypi/ldap3/1.0.1 | 22:20 |
clarkb | I wonder if they deleted their release | 22:20 |
clarkb | :/ | 22:20 |
mordred | *headdesk* | 22:20 |
*** annegentle has quit IRC | 22:20 | |
mordred | so - I guess we should bump the constraint | 22:21 |
mordred | lifeless: ^^ enjoy this | 22:21 |
clarkb | ya 1.0.2 appears to be a thing | 22:21 |
*** julim has quit IRC | 22:21 | |
mordred | lifeless: and by "enjoy" | 22:21 |
*** annegentle has joined #openstack-infra | 22:21 | |
mordred | lifeless: I mean, well, you know, the other thing | 22:21 |
clarkb | 1.0.2 was released yesterday so we may already have an open change to bump it | 22:22 |
rm_work | T_T | 22:22 |
clarkb | https://review.openstack.org/#/c/254571/2/upper-constraints.txt it is already approved | 22:23 |
mordred | yup | 22:23 |
mordred | I agree | 22:23 |
clarkb | so you can depends on that | 22:23 |
clarkb | wait | 22:23 |
clarkb | or stop using that dependency | 22:23 |
rm_work | I don't think WE do use it | 22:23 |
rm_work | devstack does somewhere tho | 22:23 |
rcarrillocruz | fungi: yup, 90% i'm going | 22:23 |
rcarrillocruz | the 10% is up to my management to approve travel etc | 22:23 |
clarkb | rm_work: yes whatever does use it would have to stop | 22:23 |
rm_work | well :/ | 22:24 |
rcarrillocruz | we'll talk this week | 22:24 |
lifeless | mordred: ! !! !!! | 22:24 |
lifeless | dstufft: ! | 22:24 |
lifeless | dstufft: [can we confirm ldap deleted the thing,a nd its not a pypi glitch?] | 22:24 |
sdague | clarkb: I'm fine with sideways getting removed | 22:25 |
rm_work | lifeless: well, it broke my gate checks <_< | 22:25 |
rm_work | but it looks like the fix is merging already, so, whatever | 22:25 |
*** e0ne has quit IRC | 22:26 | |
*** Swami_ has joined #openstack-infra | 22:27 | |
*** Swami has quit IRC | 22:27 | |
*** amitgandhinz has quit IRC | 22:30 | |
*** amitgandhinz has joined #openstack-infra | 22:30 | |
*** changbl has quit IRC | 22:31 | |
*** sridhar_ram has quit IRC | 22:32 | |
*** thorst has quit IRC | 22:33 | |
jhesketh | pleia2: sorry travelling today.. but yes, I can't imagine we'd get more than that. I would prefer u-shape, but we could probably cap attendance at 36 and figure out what to do if we hit or go above that | 22:33 |
mordred | clarkb: if you have a sec, could you https://review.openstack.org/#/c/254893/ ? | 22:34 |
*** sridhar_ram has joined #openstack-infra | 22:34 | |
openstackgerrit | Terry Howe proposed openstack-infra/jenkins-job-builder: Change documentation to use pip install -e https://review.openstack.org/254988 | 22:35 |
pleia2 | jhesketh: no apologies required, just keeping you in the loop :) | 22:35 |
*** otter768 has joined #openstack-infra | 22:35 | |
*** jordanP has quit IRC | 22:35 | |
pleia2 | jhesketh: I'm thinking more like capping at 30 | 22:36 |
jhesketh | yep, that's probably a good idea | 22:36 |
fungi | that seems fine | 22:37 |
fungi | even 30 seems like a rather lot | 22:37 |
clarkb | any overflow can go skiing | 22:37 |
*** thorst has joined #openstack-infra | 22:37 | |
* jeblair waits to register last | 22:37 | |
fungi | some of the underflow might even go skiing | 22:37 |
openstackgerrit | Merged openstack-infra/project-config: Remove grenade-neutron-sideways job https://review.openstack.org/254974 | 22:37 |
pleia2 | hehe | 22:38 |
jeblair | though apparently there's not much skiing near ftc. | 22:38 |
clarkb | heh speaking of nova net to neutron upgrades there is a very recent post to the ops list about it | 22:38 |
mtreinish | fungi: so I don't think I'll be able to crash it after all. Didn't realize you were looking at the week of feb 22nd. That's probably when the qa sprint will be too :/ | 22:39 |
*** gokrokve has quit IRC | 22:39 | |
mgagne | monester would you mind reviewing? https://review.openstack.org/#/c/253238/ gerritbot cannot install with latest deps | 22:39 |
clarkb | jeblair: I think ftc to skiing is about as far away as denver airport to ftc | 22:39 |
mgagne | monester wrong nick | 22:39 |
openstackgerrit | Terry Howe proposed openstack-infra/jenkins-job-builder: Change documentation to install from pypi https://review.openstack.org/254990 | 22:40 |
mgagne | mordred would you mind reviewing? https://review.openstack.org/#/c/253238/ gerritbot cannot install with latest deps | 22:40 |
*** otter768 has quit IRC | 22:40 | |
mgagne | mordred unless you tell me merging this change will trigger a redeploy of gerritbot in infra and mess everything up | 22:40 |
*** thorst has quit IRC | 22:41 | |
*** shardy has quit IRC | 22:41 | |
jhesketh | mordred, Clint: if either of you have time to weigh in on this convo here https://review.openstack.org/#/c/223333/ that'd be appreciated (cc jeblair) | 22:41 |
fungi | mtreinish: i suppose it's for the best we're not planning a bunch of qa overlap for this one at least | 22:42 |
jhesketh | clarkb: the next swift log stuff is here if you have a moment https://review.openstack.org/#/c/254718/ | 22:42 |
*** EricGonczer_ has quit IRC | 22:42 | |
anteaya | mtreinish: what is qa thinking of doing this time? | 22:42 |
*** dingyichen has joined #openstack-infra | 22:42 | |
mtreinish | anteaya: I'm thinking probably the same kinda of code sprint thing | 22:43 |
*** ayoung has joined #openstack-infra | 22:43 | |
anteaya | mtreinish: in fort collins again? | 22:43 |
anteaya | jgriffith: what is the skiing like around fort collins or denver? | 22:43 |
fungi | clarkb: "very recent" as in only 10 minutes old | 22:43 |
mtreinish | anteaya: it'll be in boston this time | 22:43 |
jeblair | jhesketh, mordred: oh, i meant SpamapS not Clint (hi Clint, sorry). | 22:44 |
anteaya | jgriffith: there has to be places other than on the road to grand junction | 22:44 |
anteaya | mtreinish: oh cool | 22:44 |
mtreinish | well cambridge really, but it's the same thing :) | 22:44 |
fungi | boston is awesome | 22:44 |
anteaya | mtreinish: select a building that doesn't have a pile driver in the lot beside it | 22:44 |
fungi | cambridge too of course | 22:44 |
jeblair | skiing is not good in boston | 22:44 |
*** annegentle has quit IRC | 22:44 | |
anteaya | mtreinish: the pile driver kind of took out the keystone mid-cycle for me | 22:44 |
fungi | jeblair: you could go water skiing on the charles river! | 22:45 |
anteaya | jeblair: I concur | 22:45 |
fungi | just try to avoid the frozen bits | 22:45 |
jeblair | great snowshoeing in new hampshire and vermont though | 22:45 |
asselin_ | fungi, per conversation this morning in 3rd party ci working group meeting, we'd like for apoorvad be added to https://review.openstack.org/#/admin/groups/1121,members and skylerberg removed. They are both the original developers, but skyler is off to school and not as active as he was during the summer. | 22:45 |
clarkb | jhesketh: commented, I don't think that level of complication/engineering is required | 22:45 |
clarkb | fungi: right :) | 22:45 |
pleia2 | we used to go snowshoeing in gym class in the winter (maine) | 22:46 |
mtreinish | anteaya: it'll likely be here iirc: https://goo.gl/maps/EEpbgWFq2dG2 | 22:46 |
mtreinish | I still need to do last min confirmations before I announce things for real though | 22:46 |
jeblair | pleia2: did you gow snowshoeing _to_ gym class? :) | 22:46 |
clarkb | jhesketh: if I have multiple writers each with a timestamp for foo/ they can all upload to foo/.metadata and swift will sort them out | 22:46 |
anteaya | mtreinish: nice | 22:46 |
pleia2 | jeblair: that's how we got to school! uphill both ways | 22:47 |
anteaya | mtreinish: you are way too early for last minute confirmations | 22:47 |
anteaya | mtreinish: january, january you would be doing last minut confirmations | 22:47 |
mtreinish | anteaya: heh, that's a fair point | 22:47 |
clarkb | mtreinish: I have been spending a lot of time in post apocolyptic boston recently | 22:47 |
clarkb | mtreinish: I suggest avoiding the caost | 22:47 |
anteaya | clarkb: what takes you to boston? | 22:48 |
jeblair | clarkb: you mean during the big dig? i lived there then | 22:48 |
clarkb | anteaya: fallout 4 | 22:48 |
SpamapS | back in my day we didn't have snowshoes to showshoe, we just made shoes, OUT OF SNOW | 22:48 |
anteaya | clarkb: oh | 22:48 |
crinkle | SpamapS: greghaynes I wasn't sure how to tell bifrost not to feed network info in, but the static config in dib works fine after rcarrillocruz's fix | 22:48 |
clarkb | there ar mirelurkers and super mutants all over the coast and they don't play nice | 22:48 |
jgriffith | anteaya: unless you go back-country you're kinda out of luck | 22:48 |
anteaya | jgriffith: say I go back-country | 22:49 |
fungi | asselin_: done. thanks for updating | 22:49 |
anteaya | jgriffith: where would I be? | 22:49 |
jgriffith | anteaya: I back country telemark about an hour west of Ft Collins aroudn Cameron Pass | 22:49 |
anteaya | jgriffith: do you mean aspen with you say back country? | 22:49 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/puppet-log_processor: Switch to using the new log_processor project https://review.openstack.org/254992 | 22:49 |
jgriffith | around even | 22:49 |
asselin_ | fungi, thanks! | 22:49 |
anteaya | jgriffith: ah okay thanks | 22:49 |
*** gokrokve has joined #openstack-infra | 22:49 | |
anteaya | not sure telemark is my speed but others might be interested | 22:50 |
jgriffith | anteaya: nahh.. Aspen is sure beatiful, but far for me | 22:50 |
*** gokrokve has quit IRC | 22:50 | |
anteaya | yeah it is a bit of a hike | 22:50 |
*** _nadya_ has joined #openstack-infra | 22:50 | |
jgriffith | anteaya: if you're seriously looking for a ski vacation I can can make a LOT of recommendations for you | 22:50 |
anteaya | was thinking there had to be a downhill option a bit closer to fort collins | 22:50 |
jgriffith | anteaya: sadly not really | 22:50 |
anteaya | well infra is doing an end of feb mid-cycle in fort collins | 22:50 |
jeblair | i need more xc practice; hopefully will get it this winter | 22:50 |
anteaya | skiing has been mentioned | 22:50 |
anteaya | jgriffith: thought I'd hit you up for some thoughts | 22:51 |
jgriffith | anteaya: Mary Jane (my home away from home) is probably closest. Steamboat is a great place, but slightly harder to get to. | 22:51 |
* anteaya looks up Mary Jane | 22:51 | |
jgriffith | anteaya: shoot me a PM if you want to talk skiing | 22:51 |
jeblair | so maybe.. thursday night in denver, ski on friday, then leave from den... | 22:52 |
*** gokrokve has joined #openstack-infra | 22:53 | |
jgriffith | jeblair: in that case head up to WinterPark/Mary Jane... or just about anywhere in Summit County or Vail even | 22:53 |
anteaya | http://www.coloradodirectory.com/skiwinterpark/ | 22:53 |
anteaya | jgriffith: thanks | 22:53 |
jgriffith | jwelcome | 22:53 |
*** salv-orlando has quit IRC | 22:53 | |
jgriffith | and let me know if/when ya'll make it out, I'll crash your party and say hi :) | 22:53 |
openstackgerrit | Merged openstack-infra/system-config: Comment out /run/systemd confine for Fedora puppet https://review.openstack.org/254437 | 22:54 |
*** salv-orlando has joined #openstack-infra | 22:54 | |
jeblair | jgriffith: ++ | 22:54 |
anteaya | jgriffith: so basically straight west from loveland? | 22:54 |
jgriffith | anteaya: from Denver actually | 22:54 |
clarkb | wait so portland is in closer proximity to downhill skiing that ft collins? | 22:54 |
jgriffith | anteaya: well.. it's straight west form Loveland as the crow flies | 22:55 |
anteaya | jgriffith: drive from fort collins to denver and then to mary jane? | 22:55 |
clarkb | (cue comments about our bad snow) | 22:55 |
*** _nadya_ has quit IRC | 22:55 | |
jgriffith | anteaya: but you don't want to go the back roads up in the winter.... you'll go Denver to I70 and head west to 40, then over the pass and drop down in to the valley | 22:55 |
anteaya | we have no snow this year yet, the ground isnt' even frozen | 22:55 |
*** gokrokve_ has joined #openstack-infra | 22:55 | |
jgriffith | clarkb: LOL | 22:55 |
anteaya | jgriffith: okay thanks, yes want the main roads | 22:55 |
*** gokrokve has quit IRC | 22:56 | |
*** eharney has quit IRC | 22:56 | |
*** cp16net has quit IRC | 22:56 | |
*** samueldmq has quit IRC | 22:56 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:56 | |
*** camunoz has joined #openstack-infra | 22:57 | |
*** devananda has quit IRC | 22:57 | |
*** NobodyCam has quit IRC | 22:57 | |
*** zaro has quit IRC | 22:57 | |
anteaya | jgriffith: I see it now, yeah that looks better than 25 to 34 in the winter | 22:57 |
*** jesusaurus has quit IRC | 22:57 | |
jgriffith | anteaya: jeblair clarkb BTW, it's about 2.5 hours from Fort Collins... 2 if you're lucky and fast | 22:57 |
anteaya | 2.5 | 22:58 |
*** dkranz has quit IRC | 22:58 | |
anteaya | I've seen the traffic along 25 to 70 | 22:58 |
anteaya | it can't be better in winter | 22:58 |
jgriffith | anteaya: traffic is HORRIBLE | 22:58 |
*** burgerk has quit IRC | 22:58 | |
anteaya | yes | 22:58 |
jgriffith | but if you go up on a Thurs afternoon/evening you'll be much better off | 22:59 |
anteaya | cool | 22:59 |
anteaya | good to know | 22:59 |
anteaya | we will just take you with us | 22:59 |
*** annegentle has joined #openstack-infra | 22:59 | |
anteaya | jgriffith: that is easiest | 22:59 |
jgriffith | works for me :) | 22:59 |
anteaya | :) | 23:00 |
jgriffith | anteaya: besides, I still owe ya from the cancelled BBQ | 23:00 |
jgriffith | :) | 23:00 |
*** yuanying has joined #openstack-infra | 23:00 | |
anteaya | well your wife was sick | 23:01 |
mordred | otoh - the beer in ft. collins is in ft. collins | 23:01 |
anteaya | you made the right call | 23:01 |
jgriffith | mriedem: :) | 23:01 |
anteaya | jgriffith: but sure if you feel obliged :) | 23:01 |
jgriffith | mriedem: good news the WHOLE state is about beeer :) | 23:01 |
fungi | mordred: i'll drink to^H^H that! | 23:01 |
anteaya | yes let's bring mriedem | 23:01 |
mriedem | jgriffith: you mean mordred? | 23:01 |
anteaya | he can tell us mickey stories | 23:01 |
mriedem | jgriffith: that's twice in one day for you | 23:02 |
*** apoorvad has quit IRC | 23:02 | |
jgriffith | oops | 23:02 |
anteaya | mriedem: no no he meant you | 23:02 |
jgriffith | sorry | 23:02 |
jgriffith | again | 23:02 |
anteaya | ha ha ha | 23:02 |
*** thorst has joined #openstack-infra | 23:02 | |
jgriffith | mriedem: I'm a moron | 23:02 |
anteaya | mordred: fort collins has a beer festival in the summer | 23:02 |
anteaya | the block of streets and have parades | 23:03 |
mordred | anteaya: there is a day of the year that doesn't have a beer festival in fort collins? | 23:03 |
anteaya | and people drink beer | 23:03 |
*** gokrokve_ has quit IRC | 23:03 | |
anteaya | well they don't have parades for beer everyday | 23:03 |
*** sridhar_ram has quit IRC | 23:04 | |
jgriffith | mriedem: just so ya know I call jeblair clark and clarkb jim... so it's not just you | 23:04 |
anteaya | mordred: so how are you doing with splitting one electoral roll into 20 files and finding time to put your feet up and click a button 40 times? | 23:04 |
mordred | anteaya: I have accomplished "putting my feet up" | 23:05 |
anteaya | one down | 23:05 |
mtreinish | jgriffith: you know I think that's the first time anyone has confused mriedem for mordred | 23:05 |
* mtreinish welcomes the change | 23:05 | |
jgriffith | mtreinish: :) | 23:05 |
*** amitgandhinz has quit IRC | 23:06 | |
jgriffith | I want my auto-complete to just "figure it out" with a single character hint | 23:06 |
anteaya | ha ha | 23:06 |
anteaya | or meet people | 23:06 |
anteaya | hey b<tab> how's it going? | 23:06 |
jgriffith | exactly | 23:06 |
fungi | indeed, it's usually mordred and notmorgan who get mixed up | 23:07 |
clarkb | hrm my new router is delayed due to "current operating conditions" | 23:07 |
*** thorst has quit IRC | 23:07 | |
anteaya | clarkb: :( | 23:07 |
anteaya | my new crystals arrived today | 23:07 |
anteaya | from grand junction | 23:07 |
anteaya | they are getting to know the rest of my crystals | 23:07 |
anteaya | the settling in period | 23:08 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Add dib deletion test https://review.openstack.org/215275 | 23:08 |
*** xyang1 has quit IRC | 23:08 | |
*** sridhar_ram has joined #openstack-infra | 23:08 | |
*** mriedem is now known as mriedem_away | 23:09 | |
*** chlong has quit IRC | 23:10 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Trigger image delete using gearman https://review.openstack.org/198114 | 23:11 |
*** flepied1 has quit IRC | 23:12 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Move nodepool config loading into module https://review.openstack.org/231592 | 23:13 |
*** gildub has quit IRC | 23:14 | |
openstackgerrit | Merged openstack-infra/shade: Consider 'in-use' a non-pending volume for caching https://review.openstack.org/254893 | 23:14 |
*** mkoderer has quit IRC | 23:15 | |
*** FallenPegasus has joined #openstack-infra | 23:15 | |
*** mkoderer has joined #openstack-infra | 23:17 | |
*** regXboi has quit IRC | 23:18 | |
*** baoli has quit IRC | 23:18 | |
*** mdenny has quit IRC | 23:18 | |
*** edmondsw has quit IRC | 23:21 | |
*** pahuang has joined #openstack-infra | 23:23 | |
*** yamamoto has joined #openstack-infra | 23:23 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Move nodepool config loading into module https://review.openstack.org/231592 | 23:24 |
*** sdake has joined #openstack-infra | 23:24 | |
*** hashar has quit IRC | 23:25 | |
*** burgerk has joined #openstack-infra | 23:29 | |
*** amuller has quit IRC | 23:29 | |
*** annegentle has quit IRC | 23:30 | |
openstackgerrit | Matthew Kassawara proposed openstack-infra/irc-meetings: Add APAC meeting for networking guide team https://review.openstack.org/254999 | 23:30 |
*** baoli has joined #openstack-infra | 23:32 | |
anteaya | http://www.coloradodirectory.com/beavervillagecondos/ | 23:33 |
*** Piet has quit IRC | 23:33 | |
anteaya | according to that winterpark is a great place to plan your elopement | 23:33 |
*** pradk has quit IRC | 23:35 | |
*** baoli has quit IRC | 23:35 | |
*** Sukhdev has joined #openstack-infra | 23:35 | |
*** baoli has joined #openstack-infra | 23:36 | |
*** alex_xu has quit IRC | 23:36 | |
*** aeng has joined #openstack-infra | 23:37 | |
jroll | fungi: I see y'all are doing infracloud things at your midcycle - would it be valuable to you to have an ironic person or two there? | 23:37 |
jroll | I'd be interested in helping, but don't want to eat up a seat if I'm not useful | 23:38 |
notmorgan | fungi: there is a reason i changed my nick to notmorgan :P | 23:38 |
anteaya | jroll: as long as you plan on being useful you aren't eating up a seat | 23:40 |
fungi | jroll: i'd love it, but it also sounds like we're now past the ironic challenges and more into puppetry | 23:40 |
*** yamamoto has quit IRC | 23:40 | |
fungi | so yes to it would be nice, but it's not critical | 23:41 |
fungi | (consider that a vote of confidence in ironic!) | 23:41 |
*** Daisy has joined #openstack-infra | 23:41 | |
jroll | anteaya: well, I need someone to tell me where I can be useful :) | 23:41 |
*** alex_xu has joined #openstack-infra | 23:41 | |
jroll | fungi: ooo, nice | 23:41 |
*** gordc has quit IRC | 23:41 | |
*** Daisy has quit IRC | 23:41 | |
jroll | fungi: I'll see what I can do, are there dates yet? | 23:42 |
openstackgerrit | Thanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality https://review.openstack.org/206178 | 23:42 |
*** Daisy has joined #openstack-infra | 23:42 | |
jroll | I just saw ft collins | 23:42 |
fungi | jroll: february 22-25 i believe we said | 23:42 |
jroll | nod, thanks | 23:42 |
anteaya | jhesketh pleia2 do either of you want to add something to https://wiki.openstack.org/wiki/Sprints#Mitaka_sprints | 23:42 |
fungi | pleia2 and jhesketh are handling logistics | 23:42 |
notmorgan | thingee, anteaya: I have a 3rd party CI (voting in nova) that on failures renders a 404 https://review.openstack.org/#/c/253792/ see XenProject CI check (1 rechecks) - let me know what the correct way of handling this is please | 23:43 |
pleia2 | I'll add some details after jhesketh kicks things off | 23:43 |
anteaya | BobBall: ahoy ^^ | 23:43 |
anteaya | pleia2: okey dokey | 23:44 |
anteaya | notmorgan: well xen things are BobBall so let's see if he is online while i look further | 23:44 |
notmorgan | asking in -nova | 23:44 |
notmorgan | anteaya: ^ | 23:44 |
anteaya | that is good too | 23:44 |
anteaya | notmorgan: sorry BobBall is citrix | 23:45 |
anteaya | I see this is another project | 23:45 |
notmorgan | ah | 23:45 |
anteaya | too many xens | 23:46 |
notmorgan | yah | 23:46 |
anteaya | notmorgan: here they are: https://wiki.openstack.org/wiki/ThirdPartySystems/XenProject_CI | 23:46 |
anteaya | no contact irc nicks :( | 23:47 |
anteaya | just an email address, sigh | 23:47 |
anteaya | they don't seem to be -1'ing other patches | 23:48 |
*** rhallisey has quit IRC | 23:49 | |
anteaya | okay yes, their logs seem to be present if build succeeds just 404 if build fails | 23:50 |
pleia2 | hm, I thought BobBall was involved with xen project ci | 23:50 |
anteaya | pleia2: citrix xen | 23:50 |
anteaya | pleia2: this is a different group https://wiki.openstack.org/wiki/ThirdPartySystems/XenProject_CI | 23:51 |
pleia2 | xenproject too, he works on the project | 23:51 |
anteaya | oh does he | 23:51 |
* pleia2 nods | 23:51 | |
anteaya | okay well, noone put their nick in that table | 23:51 |
anteaya | notmorgan: incorporate what advice you get from nova | 23:51 |
pleia2 | https://review.openstack.org/#/c/190234/ | 23:51 |
pleia2 | ^^ he added it to the scoreboard | 23:52 |
anteaya | but what I would suggest is find a volunteer to email the contact email address on https://wiki.openstack.org/wiki/ThirdPartySystems/XenProject_CI | 23:52 |
pleia2 | +1 | 23:52 |
anteaya | so he did | 23:52 |
anteaya | thanks pleia2 :) | 23:52 |
anteaya | notmorgan: cc the infra mailing list | 23:52 |
pleia2 | sure | 23:52 |
notmorgan | anteaya: aye | 23:52 |
anteaya | notmorgan: if you don't get a reply and fix in a reasonable time (give a deadline for some action, you pick) | 23:53 |
anteaya | then come back and we will see where we are | 23:53 |
anteaya | notmorgan: sound okay? | 23:53 |
notmorgan | anteaya: sure | 23:53 |
* nibalizer adds to calendar | 23:53 | |
anteaya | thanks for asking | 23:53 |
*** baoli has quit IRC | 23:54 | |
*** gildub has joined #openstack-infra | 23:54 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Make secure.conf optional and backwards-compat https://review.openstack.org/232800 | 23:55 |
*** sabeen3 has quit IRC | 23:55 | |
anteaya | notmorgan: they have to have logs available so technically we can turn them off, but they aren't spamming anything or causing fuss, they probably just need to toggle a setting | 23:55 |
anteaya | notmorgan: so let's give them a chance to do that | 23:55 |
*** burgerk has quit IRC | 23:56 | |
*** dewsday has joined #openstack-infra | 23:56 | |
*** Daisy has quit IRC | 23:56 | |
notmorgan | anteaya: email sent | 23:56 |
anteaya | notmorgan: thank you | 23:57 |
notmorgan | tried to be as nice as possible about it | 23:57 |
anteaya | you have a way of doing that, you do | 23:57 |
*** Daisy has joined #openstack-infra | 23:57 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Decouple nodepool db and config from builders https://review.openstack.org/222398 | 23:58 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Builders distinguish between failure and exception https://review.openstack.org/242131 | 23:58 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Decouple builders from nodepool instance https://review.openstack.org/232135 | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!