Tuesday, 2015-12-08

ianwtmcpeak: yeah, seems like a tox target?00:00
fungiclarkb: tmcpeak: yep, there are a number of projects now which tweak their pep8 target in tox.ini to call more than just flake800:00
fungiyou can add multiple command entries for a target00:00
tmcpeakhmm, that feels messy00:00
fungier, for an environment (tox calls them environments, i still think of them like make targets though)00:00
tmcpeakit's really separate from pep8 in function and purpose00:00
clarkbtmcpeak: yes well the target should be renamed00:01
clarkbbut it has a lot of momentum00:01
clarkbin any case thats how you should do it imo00:01
fungitmcpeak: 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 world00:01
tmcpeakbesides, the new Bandit gate has different functionality.. we want to use some properties of zuul so we can check out the parent commit ,etc00:01
*** tonytan4ever has joined #openstack-infra00:02
tmcpeakplease take a look at this to understand the functionality: https://review.openstack.org/#/c/253190/4/jenkins/jobs/bandit.yaml00:02
*** rossella_s has quit IRC00:02
tmcpeakso basically it checks out the parent commit, runs Bandit.  Then runs Bandit on the new commit and checks the difference00:02
clarkbyou can still do that ...00:02
clarkband if you put it in tox that way then individuals can run it locally easily00:03
openstackgerritMerged openstack/requirements: Remove a stale comment  https://review.openstack.org/25280400:03
tmcpeakthe tox is going to get messy with all that logic in it00:03
*** salv-orl_ has quit IRC00:03
clarkbthink about what that means for people trying to do it by hand then00:03
clarkb"my bandit gate failed but I can't reproduce"00:03
tmcpeakhmm, good point00:04
tmcpeakmaybe a script with Bandit that runs Baseline against the parent commit00:04
ianwtmcpeak: even have a look at some of the project-config tox targets, that call out to shell scripts.  jjb compare jobs etc00:04
tmcpeakthen the tox target could call that00:04
tmcpeakok cool00:04
tmcpeaksolid point00:04
tmcpeakok so just to make sure I understand what you guys are recommending00:05
tmcpeak1) put the logic that does the parent commit compare in a shell script as part of Bandit00:05
tmcpeak2) have the pep8 tox target do the Bandit compare00:05
*** jamielennox|away is now known as jamielennox00:05
tmcpeak3) don't have to change gate at all, projects do it themselves by modifying their pep800:05
tmcpeakfair summary?00:05
clarkbyes00:06
*** dahoo is now known as jerryz00:06
tmcpeakok cool, I agree, that does seem nicer00:06
tmcpeakwill do00:06
tmcpeakthanks guys00: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 locally00:09
*** salv-orlando has joined #openstack-infra00:09
tmcpeakyou have any examples off the top of your head of projects lumping things into tox pep8?00:09
*** ashleighfarnham has quit IRC00:11
clarkbtmcpeak: any of them that run flake800:12
clarkbtmcpeak: it is running hacking, pyflakes, and pep8 all linters00:12
gustmcpeak: neutron? nova?00:12
tmcpeakclarkb: cool, gotcha00:12
tmcpeakgus: ok cool, thank you00:12
openstackgerritJeffrey Zhang proposed openstack/requirements: add graphviz library  https://review.openstack.org/25329000:13
clarkbjesusaurus: so move to external log_processor project seems to install the commands at /usr/local/bin/log-gearman-worker.py00:14
clarkbjesusaurus: the .py suffix is new00:14
anteayagus: hey there00:14
*** flepied has joined #openstack-infra00:14
gusanteaya: hey :)00:14
anteayahow are you?00:14
anteayaspring for you, planting tomatoes soon?00:15
gusgood.  busy with everyone want to have this "christmas" thing at the same time.00:15
gusWe should randomise it better, like we do with birthdays.00:15
anteayaI agree00:16
*** tmcpeak has left #openstack-infra00:16
anteayaso by bloodline or geographically?00:16
anteayaI'm fine either way00:16
gusanteaya: oh, I have tomatoes growing like weeds.  I feel a bit guilty mowing over them with the lawn mower.00:16
clarkbjesusaurus: actually I take that back, it doesn't appear to be installing anything00:16
jesusaurusclarkb: are you looking at https://review.openstack.org/248868 ?00:16
anteayaha ha ha00:16
anteayayou love your tomatoes00:16
clarkbjesusaurus: no, looking at puppet-log_processor since it already switched to the out of tree thing00:17
clarkbjesusaurus: basically right now we aren't installing anything form what I can tell00:17
jesusaurusclarkb: oh, did i not make the puppet change dependent on the boilerplate change?00:17
jesusauruswhoops00:17
clarkbjesusaurus: can you revert and we can go to that once boilerplate and installability works?00:18
jesusaurusyeah00:19
clarkbty00:19
*** Hal1 has quit IRC00:19
clarkbother than that my change to decouple the users seems to work fine00:19
clarkbso once we have revert in place I can work on getting change to install logstash2.0 going00:19
*** sdake has joined #openstack-infra00:20
openstackgerritK Jonathan Harker proposed openstack-infra/puppet-log_processor: Revert "Switch to using the new log_processor project"  https://review.openstack.org/25445000:21
jesusaurusclarkb: there's your revert00:21
*** gildub has joined #openstack-infra00:21
jesusaurusclarkb: btw, the boilerplate change as it is now will install the scripts as log-processor-client and log-processor-worker00:22
*** gordc has quit IRC00:22
clarkbjesusaurus: ya the problem was init script was updated to use those names but they don't exist yet00:23
*** tonytan4ever has quit IRC00:23
*** flepied has quit IRC00:23
clarkbanyone else want to review 254450 real quick?00:23
clarkbI will probably approve in a few minutes so that init works again00:24
*** yamamoto has joined #openstack-infra00:26
openstackgerritMerged openstack/diskimage-builder: Add openssh-server package-install to local-config  https://review.openstack.org/25371800:27
*** gildub has quit IRC00:28
*** yamamoto_ has joined #openstack-infra00:29
*** gildub has joined #openstack-infra00:29
devanandafungi: 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 IRC00:32
*** yamamot__ has joined #openstack-infra00:32
*** hrubi has quit IRC00:32
*** ashtokolov has quit IRC00:32
*** patrickeast has quit IRC00:32
*** larainema has quit IRC00:32
*** mtanino has quit IRC00:33
*** yamamoto_ has quit IRC00:34
*** hrubi has joined #openstack-infra00:34
*** eil397 has quit IRC00:34
*** dougwig has quit IRC00:35
*** dougwig has joined #openstack-infra00:36
*** yamamot__ has quit IRC00:37
*** Swami has quit IRC00:37
*** zz_dimtruck is now known as dimtruck00:38
*** larainema has joined #openstack-infra00:38
*** asselin__ has quit IRC00:39
*** asselin__ has joined #openstack-infra00:39
clarkbdevananda: maybe one of the affected projects would like to work on the fix?00:40
clarkbthe bug is currently unassigned00:40
*** otter768 has joined #openstack-infra00:41
jeblairjhesketh: why are there multiple instantiations of a gerrit source?00:41
clarkbbut looks like it was just moved so possible that you can just use the new path00:41
jrollclarkb: ya, just posted a patch to install the extras00:41
*** yonglihe has quit IRC00:41
jrollseems worth a revert to me, but I'll let oslo folks decide on that00:42
jeblairjhesketh: (but not triggers)00:42
*** larainema has quit IRC00:43
clarkbjroll: or roll forward and support both paths00:43
jrollclarkb: sure, I guess I'll jfdi00:45
jrollor now that I read -oslo scrollback, they're dealing with it00:46
*** Nisha has quit IRC00:46
*** ParsectiX has joined #openstack-infra00:46
* jroll walks away whistling00:46
jheskethjeblair: 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 pipeline00:46
*** ParsectiX has quit IRC00:46
*** ParsectiX has joined #openstack-infra00:46
jheskeththere is one source per pipeline00:46
jheskethI guess you could only instanciate it once though00:46
jeblairjhesketh: but there's only one gerrit trigger, right?00:47
jheskethjeblair: one per connection00:48
jeblairjhesketh: so there's 1 trigger per connection, but X sources per connection where X = number of pipelines... right?00:48
*** Qiming has joined #openstack-infra00:48
jheskethright00:49
jhesketh(although a source might not be just gerrit in the future)00:49
jeblair(sure)00:49
jeblairjhesketh: i can't find the code that de-duplicates triggers...00:49
*** EricGonczer_ has quit IRC00:49
jheskethjeblair: schedulre line 42000:49
*** larainema has joined #openstack-infra00:50
jeblairjhesketh: ooh got it00:50
*** amitgandhinz has joined #openstack-infra00:51
jeblairjhesketh: 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 class00:51
jeblairjhesketh: i think that only works if it's a singleton-per-connection00:52
jeblairjhesketh: do you see a problem with that?00:52
jheskethyeah, I admit in writing it I had pondered if sources+connections should just be the same thing00:52
jheskethI think the abstraction of the two may be unhelpful00:53
jeblairjhesketh: they do seem strongly related00:53
jheskethand not give us any real feature00:53
nibalizerclarkb: so what recipie did you end up using to puppet apply?00:53
clarkbnibalizer: I modified /etc/puppet/modules then ran puppet apply /opt/system-config/production/manifests/site.pp00:54
*** kgiusti has joined #openstack-infra00:54
*** kgiusti has quit IRC00:54
jeblairjhesketh: 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 them00:54
*** sabeen3 has quit IRC00:54
jheskethjeblair: sounds good :-)00:55
jheskethjeblair: in your branch, are you working on the v3 stuff?00:55
*** amitgandhinz has quit IRC00:55
jeblairjhesketh: yeah, i'm trying to wrap my head around the tenant problem00:56
jheskethyeah that's a big one00:56
*** Sukhdev has joined #openstack-infra00:56
clarkbnibalizer after I disabled the node on puppetmaster ansible00:57
*** Sukhdev has quit IRC00:57
*** thorst has joined #openstack-infra00:57
*** jerryz has quit IRC00:58
*** otter768 has quit IRC00:59
*** elo has joined #openstack-infra01:00
*** changbl has quit IRC01:00
pleia2ooh, mordred added docs for explaining how we do that <301:00
jeblairw00t -- 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 IRC01:05
jheskethnice work :-)01:07
jeblairhttps://review.openstack.org/254457 since my gerritbot change hasn't merged01:07
nibalizerclarkb: modified it how? with the change you wnated to test?01:08
*** eil397 has joined #openstack-infra01:10
*** sdake has quit IRC01:10
anteayajeblair: yay01:10
anteayathe aforementioned gerritbot patch: https://review.openstack.org/#/c/254267/01:12
*** changbl has joined #openstack-infra01:13
*** changbl has quit IRC01:14
*** ZZelle_ has quit IRC01:14
*** peristeri has quit IRC01:15
*** jerryz has joined #openstack-infra01:15
openstackgerritJulia Kreger proposed openstack-infra/shade: WIP: Add wait support for ironic node [de]activate  https://review.openstack.org/25397901:16
*** armax has quit IRC01:17
*** amuller has quit IRC01:17
*** ashtokolov has joined #openstack-infra01:18
openstackgerritMerged openstack-infra/puppet-log_processor: Revert "Switch to using the new log_processor project"  https://review.openstack.org/25445001:19
*** annegentle has quit IRC01:20
*** pvaneck has quit IRC01:20
*** nithyag_ has joined #openstack-infra01:21
*** denisra_ has joined #openstack-infra01:21
*** jyuso1 has joined #openstack-infra01:21
jheskethjeblair: so it looks like removing a change from the cache in the connection only breaks tests.test_scheduler.TestScheduler.test_patch_order01:21
jheskethjeblair: there is possibly something in CRD that can bulletproof around the cache being removed01:22
*** onovy has quit IRC01:22
jheskethjeblair: but I think you might be right that the scheduler keeps the change object around, and removing the cache might not be good enough01:22
*** elo has quit IRC01:22
*** NithyaG has quit IRC01:23
*** peterlisak has quit IRC01:23
*** coolsvap has quit IRC01:23
*** jyuso1 has quit IRC01:23
*** jyuso1 has joined #openstack-infra01:23
*** nikhil_k has joined #openstack-infra01:23
jheskethjeblair: ie we should update the change object out of thread as we were doing previously01:23
*** zhenguo has joined #openstack-infra01:23
*** tonytan4ever has joined #openstack-infra01:24
*** peterlisak has joined #openstack-infra01:24
*** onovy has joined #openstack-infra01:24
*** denisra has quit IRC01:24
*** gchamoul has quit IRC01:24
*** nikhil has quit IRC01:25
*** salv-orlando has quit IRC01:25
*** thorst has joined #openstack-infra01:25
*** gchamoul has joined #openstack-infra01:25
*** thorst has quit IRC01:25
*** coolsvap has joined #openstack-infra01:25
*** links has joined #openstack-infra01:27
*** Sukhdev has joined #openstack-infra01:28
*** dimtruck is now known as zz_dimtruck01:28
*** tonytan4ever has quit IRC01:28
clarkbnibalizer yes01:33
*** ParsectiX has quit IRC01:33
*** changbl has joined #openstack-infra01:34
openstackgerritMerged openstack/requirements: keyring older then 5.5.1 may print warning  https://review.openstack.org/24752501:35
openstackgerritMerged openstack/requirements: Add ipaddress to global-requirements.txt  https://review.openstack.org/23269401:35
openstackgerritMerged openstack/requirements: Add funcsigs into global-requirements.txt  https://review.openstack.org/23492401:36
*** baoli has joined #openstack-infra01:36
*** patrickeast has joined #openstack-infra01:39
nibalizerinfra-root taron any objection to decomisioning hound.o.o now that codesearch.o.o is live?01:41
*** tqtran_ has quit IRC01:41
pleia2nibalizer: +201:41
taron+101:41
jheskethnope01:41
* taron can't think of anything it does that codesearch.o.o doesn't01:42
*** ParsectiX has joined #openstack-infra01:43
*** r-daneel has quit IRC01:43
*** ParsectiX has quit IRC01:43
*** unicell1 has joined #openstack-infra01:43
*** ParsectiX has joined #openstack-infra01:44
*** unicell has quit IRC01:45
anteayaactually a good idea to clean it up01:45
*** unicell1 has quit IRC01:45
*** unicell has joined #openstack-infra01:45
nibalizerhaha its not running puppet so I can't ssh in01:45
nibalizersince it was created before I was infra-rooted01:45
* nibalizer tries from puppetmaster01:45
*** changbl has quit IRC01:47
openstackgerritMerged openstack/requirements: bump upper constraints for openstackclient  https://review.openstack.org/25276001:49
openstackgerritMerged openstack/requirements: Bump the keystonemiddleware minimum  https://review.openstack.org/25396501:50
openstackgerritMerged openstack/requirements: Update tosca-parser minimum version to 0.3.0  https://review.openstack.org/25323701:50
*** akshai has quit IRC01:51
*** amitgandhinz has joined #openstack-infra01:51
*** apoorvad has quit IRC01:51
*** jyuso1 has quit IRC01:53
*** hichihara has quit IRC01:55
*** eil397 has quit IRC01:55
*** rfolco_ has quit IRC01:56
*** amitgandhinz has quit IRC01:57
* nibalizer anually puppets graphite01:57
nibalizerer, manually01:57
pleia2hehe, annually01:57
anteayaannully01:59
*** changbl has joined #openstack-infra02:00
*** Daisy has joined #openstack-infra02:02
openstackgerritMerged openstack/requirements: Raise upper-constraint for os-brick to 0.6.0  https://review.openstack.org/25264002:03
*** zhurong has joined #openstack-infra02:06
*** sridhar_ram has quit IRC02:06
*** jffische has quit IRC02:08
nibalizeryolanda: 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 know02:08
nibalizerpleia2: wanna look at https://review.openstack.org/#/c/198156/02:08
pleia2nibalizer: I'll stop blocking on it, but I'd like other feedback from core types02:10
pleia2or puppet people :) they may know better than I02:11
*** Sukhdev has quit IRC02:11
nibalizerya02:12
nibalizeri think as long as it has the -1 it doesn't attract the attention of other core types02:12
* pleia2 nods02:13
*** yonglihe has joined #openstack-infra02:15
anteayalike core reviewer repellent02:16
*** zhurong has quit IRC02:16
openstackgerritVilobh Meshram proposed openstack-infra/project-config: Add Consul Gate Job  https://review.openstack.org/25448802:17
*** larainema_ has joined #openstack-infra02:19
openstackgerritMichael Micucci proposed openstack-infra/system-config: Added bot setup for openstack-zephyr  https://review.openstack.org/25448902:21
*** olaph has quit IRC02:23
*** zhurong has joined #openstack-infra02:24
openstackgerritMichael Micucci proposed openstack-infra/project-config: Added openstack-zephyr to accessbot  https://review.openstack.org/25449202:24
*** thorst has joined #openstack-infra02:24
*** thorst has quit IRC02:25
*** thorst has joined #openstack-infra02:25
openstackgerritMichael Micucci proposed openstack-infra/project-config: Added openstack-zephyr to accessbot  https://review.openstack.org/25449202:27
*** olaph has joined #openstack-infra02:28
*** ayoung has quit IRC02:29
*** Qiming has quit IRC02:31
*** Qiming has joined #openstack-infra02:32
*** otter768 has joined #openstack-infra02:32
*** thorst has quit IRC02:34
vilobhmm11how to add a non voting job02:36
vilobhmm11I see few examples here https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml02:36
vilobhmm11where they have added tag = non-voting02:36
vilobhmm11apart from that do I need anything else ?02:36
vilobhmm11anteaya : ^^02:36
vilobhmm11sorry voting: false02:37
*** rguillebert has quit IRC02:37
*** vilobhmm11 has quit IRC02:41
*** vilobhmm11 has joined #openstack-infra02:41
*** olaph has quit IRC02:41
*** olaph has joined #openstack-infra02:42
funginibalizer: 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 IRC02:43
fungidevananda: 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 forward02:44
*** ramineni has joined #openstack-infra02:51
*** yamahata has quit IRC02:51
*** ramineni1 has joined #openstack-infra02:52
*** amitgandhinz has joined #openstack-infra02:52
nibalizerfungi: heh02:52
*** bpokorny_ has joined #openstack-infra02:52
nibalizerfungi: how do I clean the rax dns entry?02:52
pleia2nibalizer: have you used the dns manager yet?02:53
nibalizernope02:54
pleia2I can help02:54
nibalizeronly the 'paste these commands' from the launch_node.py script02:54
pleia2ok, it's a webui that we use for removing, it's lots of pain02:54
*** baoli has quit IRC02:55
*** ramineni has quit IRC02:55
*** ramineni2 has joined #openstack-infra02:55
nibalizermmmm fun02:56
fungithere _is_ also that custom rax dns client library02:56
*** ramineni1 has quit IRC02:56
nibalizerthe instance is deleted02:56
*** ramineni2 has left #openstack-infra02:56
*** EricGonczer_ has joined #openstack-infra02:56
nibalizerdeactivated from puppetdb02:56
*** bpokorny has quit IRC02:56
nibalizerbtw the graphite node ran puppet fine02:56
*** amitgandhinz has quit IRC02:57
nibalizeri'm not really sure why it isn't running puppet (or getting reports in puppetdb anyways)02:57
*** bpokorny_ has quit IRC02:57
fungibut their cli is about as painful as their webui, so it probably doesn't matter which you use02:57
pleia2hehe02:57
*** akshai has joined #openstack-infra03:04
*** zz_dimtruck is now known as dimtruck03:05
*** edmondsw has quit IRC03:07
nibalizerokay server deleted, and dns A and AAAA deleted03:09
nibalizerneato03:09
mgagneI'm wondering how can one use hound on repositories with various level of privacy. ^^'03:10
mgagneI guess hound has no way to know if you (the UI user) should or can access said repositories03:11
anteayamgagne: my understanding of hound is has no concept of permissions on files03:12
anteayais it has*03:12
openstackgerritDong Ma proposed openstack-infra/jenkins-job-builder: Add support for matrices' subset in multijobs.  https://review.openstack.org/23708203:12
*** gsagie_ has joined #openstack-infra03:12
pleia2yeah, likely would have to run different instances of hound and grant access to people accordingly03:13
mgagneI guess it would be the same level of ACL control as logstash: create a new index restricted to what you should have access to03:13
*** unicell has quit IRC03:13
mgagnepleia2 =)03:13
openstackgerritSteve Martinelli proposed openstack/requirements: bump oslo.utils to 3.2.0  https://review.openstack.org/25452003:13
*** EricGonczer_ has quit IRC03:14
*** ayoung has joined #openstack-infra03:18
*** ayoung has quit IRC03:18
*** dimtruck is now known as zz_dimtruck03:24
*** ramineni has joined #openstack-infra03:25
*** julim has quit IRC03:25
*** gyee has quit IRC03:26
*** ParsectiX has quit IRC03:27
*** binbincong has quit IRC03: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-infra03:28
*** yamamoto has joined #openstack-infra03:29
*** salv-orlando has joined #openstack-infra03:29
*** ParsectiX has joined #openstack-infra03:29
*** ParsectiX has quit IRC03:29
*** ParsectiX has joined #openstack-infra03:30
*** ramineni has quit IRC03:30
*** ramineni has joined #openstack-infra03:30
*** zhurong has quit IRC03:30
*** thorst has joined #openstack-infra03:32
*** ramineni2 has joined #openstack-infra03:32
*** sabeen1 has joined #openstack-infra03:33
*** ramineni1 has quit IRC03:33
clarkbgsagie_ I thibk you would just run rally likr all the other rally jobs and swap in the neutron backend you want03:33
*** ramineni1 has joined #openstack-infra03:33
*** salv-orlando has quit IRC03:34
*** ramineni has quit IRC03: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 run03:35
*** ramineni has joined #openstack-infra03:36
gsagie_clarkb: and lets assume i want to use off rally repository plugins03:36
*** ramineni2 has quit IRC03:37
clarkbI have no idea how rally does that03:38
*** ramineni1 has quit IRC03:38
gsagie_clarkb: ok thanks, will try asking later on the rally channel03:38
*** ramineni1 has joined #openstack-infra03:38
*** thorst has quit IRC03:39
*** larainema_ has quit IRC03:40
*** ramineni has quit IRC03:40
*** larainema_ has joined #openstack-infra03:40
openstackgerritIan Wienand proposed openstack-infra/system-config: Comment out /run/systemd confine for Fedora puppet  https://review.openstack.org/25443703:40
ianwclarkb: ^ my testing seems to have this working?  what were you seeing?03:41
*** vilobhmm11 has quit IRC03:42
clarkbianw the same failures with chkconfig03:42
clarkbmaybe my way of setting system config ref is wrong03:42
clarkbwill try again tomorrow03:42
*** ramineni has joined #openstack-infra03:42
*** ramineni1 has quit IRC03:43
*** unicell has joined #openstack-infra03:45
ianwclarkb: yeah, there's a lot of traps.  i don't think the element ordering is quite as independent as it should be either03:45
*** ramineni1 has joined #openstack-infra03:46
*** ramineni has quit IRC03:47
openstackgerritHaomeng,Wang proposed openstack-infra/project-config: follow I89cb96267658a5a48da55539c0f7f504357002fd  https://review.openstack.org/25453203:49
*** binbincong has joined #openstack-infra03:50
*** ramineni1 has quit IRC03:50
*** bpokorny has joined #openstack-infra03:52
*** bpokorny has quit IRC03:52
*** bpokorny has joined #openstack-infra03:52
*** amitgandhinz has joined #openstack-infra03:53
*** flwang1 has quit IRC03:55
*** amitgandhinz has quit IRC03:58
openstackgerritLingxian Kong proposed openstack/requirements: Bump python-mistralclient to 1.2.0  https://review.openstack.org/25342303:58
*** Daisy has quit IRC03:59
*** baoli has joined #openstack-infra04:01
*** tonytan4ever has joined #openstack-infra04:05
*** darrenc is now known as darrenc_afk04:06
*** eliqiao has joined #openstack-infra04:06
*** eliqiao_ has quit IRC04:06
*** Nisha has joined #openstack-infra04:08
red_trelayolanda: now that the pep8 issue is fixed, could you +A this again? https://review.openstack.org/#/c/252172/04:08
*** tonytan4ever has quit IRC04:09
openstackgerritSachi King proposed openstack-dev/pbr: WIP: Handle markers to support sdist on pip < 6  https://review.openstack.org/25328904:13
*** rlandy has quit IRC04:14
*** elo has joined #openstack-infra04:19
*** tlian has quit IRC04:22
*** otter768 has quit IRC04:27
*** cfarquhar has quit IRC04:34
*** baoli has quit IRC04:37
*** thorst has joined #openstack-infra04:38
*** darrenc_afk is now known as darrenc04:42
*** boris-42_ has quit IRC04:43
*** thorst has quit IRC04:44
*** kozhukalov_ has joined #openstack-infra04:45
*** ramineni has joined #openstack-infra04:46
*** masayukig has quit IRC04:47
*** ramineni1 has joined #openstack-infra04:48
*** ramineni has quit IRC04:50
*** ramineni has joined #openstack-infra04:51
*** flwang1 has joined #openstack-infra04:52
*** ramineni1 has quit IRC04:52
*** yamahata has joined #openstack-infra04:54
*** amitgandhinz has joined #openstack-infra04:54
*** cfarquhar has joined #openstack-infra04:54
*** cfarquhar has quit IRC04:54
*** cfarquhar has joined #openstack-infra04:54
*** masayukig has joined #openstack-infra04:54
*** ramineni has quit IRC04:55
*** rkukura has quit IRC04:55
*** amitgandhinz has quit IRC04:58
*** larainema_ has quit IRC04:59
*** rkukura has joined #openstack-infra05:00
*** kozhukalov_ has quit IRC05:01
*** Ramanjaneya has joined #openstack-infra05:02
*** gsagie_ has quit IRC05:04
*** MarkAtwood has joined #openstack-infra05:10
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Update puppet-sahara to correct repo  https://review.openstack.org/25348805:12
*** fawadkhaliq has joined #openstack-infra05:12
*** flwang1 has quit IRC05:13
openstackgerritMichael Micucci proposed openstack-infra/project-config: Added openstack-zephyr to accessbot  https://review.openstack.org/25449205:13
openstackgerritMichael Micucci proposed openstack-infra/system-config: Added eavesrop and statusbot for openstack-zephyr  https://review.openstack.org/25448905:14
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Update mistral to correct repo  https://review.openstack.org/25348605:15
*** sabeen3 has joined #openstack-infra05:16
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Update fuel to correct repo  https://review.openstack.org/25348505:18
*** sabeen1 has quit IRC05:19
*** Daisy has joined #openstack-infra05:20
*** amotoki has joined #openstack-infra05:20
*** akshai has quit IRC05:22
*** mohankumar has joined #openstack-infra05:24
*** Sukhdev has joined #openstack-infra05:26
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Update sahara projects to correct repo  https://review.openstack.org/25348805:34
*** btully has joined #openstack-infra05:37
*** masber has joined #openstack-infra05:41
*** thorst has joined #openstack-infra05:42
*** claudiub has quit IRC05:42
openstackgerritMichael Micucci proposed openstack-infra/system-config: Added eavesdrop and statusbot for openstack-zephyr  https://review.openstack.org/25448905:43
*** amotoki has quit IRC05:48
*** kozhukalov_ has joined #openstack-infra05:49
*** thorst has quit IRC05:49
*** jaosorior has joined #openstack-infra05:51
*** zhurong has joined #openstack-infra05:51
openstackgerritColleen Murphy proposed openstack-infra/puppet-infracloud: Add bifrost manifest  https://review.openstack.org/23175705:51
*** sdake has joined #openstack-infra05:51
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add infracloud playbook  https://review.openstack.org/23453505:54
*** amitgandhinz has joined #openstack-infra05:54
*** bpokorny has quit IRC05:56
*** jaypipes has joined #openstack-infra05:57
*** dims has quit IRC05:57
*** yamahata has quit IRC05:58
*** yamahata has joined #openstack-infra05:59
*** amitgandhinz has quit IRC06:00
*** masber has quit IRC06:00
openstackgerritTom Fifield proposed openstack-infra/shade: Add Swift Object Download support  https://review.openstack.org/24903906:01
*** harlowja_at_home has joined #openstack-infra06:03
*** wolsen has quit IRC06:04
*** yamahata has quit IRC06:04
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Add kolla to projects  https://review.openstack.org/25455706:05
*** wolsen has joined #openstack-infra06:05
*** kozhukalov_ has quit IRC06:06
*** yamahata has joined #openstack-infra06:09
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-infra/reviewstats: Add kolla to projects  https://review.openstack.org/25455706:11
*** abregman has joined #openstack-infra06:12
*** ildikov has quit IRC06:16
*** _nadya_ has joined #openstack-infra06:20
*** Sukhdev has quit IRC06:20
*** dims has joined #openstack-infra06:20
*** Sukhdev has joined #openstack-infra06:20
openstackgerritDi Xu proposed openstack-infra/jenkins-job-builder: Support deep merge of defaults  https://review.openstack.org/15073006:22
*** Sukhdev has quit IRC06:25
*** _nadya_ has quit IRC06:25
*** otter768 has joined #openstack-infra06:28
*** masber has joined #openstack-infra06:29
*** amotoki has joined #openstack-infra06:30
openstackgerritMerged openstack/requirements: Add global requirement update on tacker related projects  https://review.openstack.org/25014106:30
*** isaacb has joined #openstack-infra06:31
*** otter768 has quit IRC06:33
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Use job-template for manila  https://review.openstack.org/25435906:34
*** e0ne has joined #openstack-infra06:38
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/25457106:39
openstackgerritAndrey Pavlov proposed openstack-infra/project-config: ec2-api job: limit tempest workers for testing  https://review.openstack.org/25438106:39
openstackgerritMerged openstack-dev/cookiecutter: Match locale dir to the current infra script  https://review.openstack.org/25293006:42
openstackgerritMerged openstack/os-testr: Fix coverage section in tox.ini  https://review.openstack.org/25340706:43
*** e0ne has quit IRC06:45
*** eliqiao has quit IRC06:48
*** thorst has joined #openstack-infra06:48
*** salv-orlando has joined #openstack-infra06:49
*** e0ne has joined #openstack-infra06:49
*** vilobhmm11 has joined #openstack-infra06:50
*** e0ne has quit IRC06:52
*** salv-orlando has quit IRC06:54
*** thorst has quit IRC06:54
*** sabeen3 has quit IRC06:54
*** amitgandhinz has joined #openstack-infra06:55
*** unicell has quit IRC06:57
*** unicell has joined #openstack-infra06:58
*** amitgandhinz has quit IRC07:00
*** e0ne has joined #openstack-infra07:02
openstackgerritTom Fifield proposed openstack-infra/shade: Add Swift Object Download support  https://review.openstack.org/24903907:02
*** masber has quit IRC07:06
openstackgerritCraige McWhirter proposed openstack-infra/system-config: WIP: Adding rebuild_phab_infra-dev.py  https://review.openstack.org/24079507:07
*** eliqiao has joined #openstack-infra07:07
*** dims has quit IRC07:11
*** hdd has quit IRC07:11
*** isaacb has quit IRC07:11
*** _nadya_ has joined #openstack-infra07:12
*** sambetts-afk has quit IRC07:13
*** scheuran has joined #openstack-infra07:14
*** vilobhmm11 has quit IRC07:18
*** MarkAtwood has quit IRC07:19
*** jerryz has quit IRC07:19
*** MarkAtwood has joined #openstack-infra07:19
*** rkukura has quit IRC07:20
*** sambetts has joined #openstack-infra07:20
*** e0ne has quit IRC07:20
*** e0ne has joined #openstack-infra07:21
*** jtomasek has joined #openstack-infra07:22
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for glance-keystonemiddleware  https://review.openstack.org/25459007:23
*** rockyg has quit IRC07:24
*** AJaeger has joined #openstack-infra07:27
openstackgerritMarcos Fermín Lobo proposed openstack-infra/project-config: Create puppet-ec2api repository  https://review.openstack.org/25185707:29
AJaegerianw, 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 IRC07:30
*** dims has joined #openstack-infra07:31
*** AJaeger has quit IRC07:32
openstackgerritCraige McWhirter proposed openstack-infra/puppet-phabricator: Added OpenID Apache configuration options  https://review.openstack.org/25459507:35
*** shardy has joined #openstack-infra07:40
*** fawadkhaliq has quit IRC07:41
*** flwang1 has joined #openstack-infra07:41
*** fawadkhaliq has joined #openstack-infra07:42
openstackgerritTom Fifield proposed openstack-infra/shade: Add Swift Object Download support  https://review.openstack.org/24903907:42
*** jaypipes has quit IRC07:44
openstackgerritCraige McWhirter proposed openstack-infra/system-config: WIP: Adding rebuild_phab_infra-dev.py  https://review.openstack.org/24079507:49
*** dims has quit IRC07:52
*** thorst has joined #openstack-infra07:53
*** jerryz has joined #openstack-infra07:55
*** btully has quit IRC07:55
*** e0ne has quit IRC07:56
*** amitgandhinz has joined #openstack-infra07:56
*** gildub has quit IRC07:57
*** diltram has joined #openstack-infra07:58
*** thorst has quit IRC07:58
*** amitgandhinz has quit IRC08:01
openstackgerritDenis Laxalde proposed openstack-infra/jenkins-job-builder: Add support for "tox" builder  https://review.openstack.org/25350008:02
*** ildikov has joined #openstack-infra08:03
*** sridhar_ram has joined #openstack-infra08:04
*** matrohon has joined #openstack-infra08:07
*** sridhar_ram has quit IRC08:08
*** BobBall_AWOL is now known as BobBall08:09
openstackgerritMarcos Fermín Lobo proposed openstack-infra/project-config: Create puppet-ec2api repository  https://review.openstack.org/25185708:11
openstackgerritMerged openstack-infra/system-config: Add cfacter to puppet3 nodes  https://review.openstack.org/19815608:11
openstackgerritMarcos Fermín Lobo proposed openstack-infra/project-config: Create puppet-ec2api repository  https://review.openstack.org/25185708:13
*** eliqiao_ has joined #openstack-infra08:15
*** sdake has quit IRC08:15
*** flwang1 has quit IRC08:15
*** samuelBartel has joined #openstack-infra08:15
*** _nadya_ has quit IRC08:16
*** eliqiao has quit IRC08:18
*** sshnaidm has joined #openstack-infra08:20
*** arxcruz has joined #openstack-infra08:21
*** gongysh_ has joined #openstack-infra08:21
openstackgerritMerged openstack-infra/project-config: Make gate-swift-python34 voting and add gate job  https://review.openstack.org/25344508:22
openstackgerritMerged openstack-infra/puppet-graphite: Add docroot permissions for apache >= 2.4  https://review.openstack.org/25290908:23
*** Hal has joined #openstack-infra08:29
*** Hal is now known as Guest7673208:29
*** otter768 has joined #openstack-infra08:29
*** mpavone has joined #openstack-infra08:30
*** gildub has joined #openstack-infra08:32
jaosoriorAJaeger: 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 IRC08:34
*** MarkAtwood has quit IRC08:34
*** zeih has joined #openstack-infra08:36
*** FallenPegasus has joined #openstack-infra08:36
*** FallenPegasus has quit IRC08:36
openstackgerritSean M. Collins proposed openstack-infra/elastic-recheck: Introduce query for 1523638  https://review.openstack.org/25461008:36
*** markus_z has joined #openstack-infra08:37
*** dtantsur|afk is now known as dtantsur08:37
*** fhubik has joined #openstack-infra08:39
*** _nadya_ has joined #openstack-infra08:39
*** _nadya_ has quit IRC08:39
*** yonglihe has quit IRC08:41
*** yamahata has quit IRC08:43
*** ifarkas has joined #openstack-infra08:43
*** jlanoux has joined #openstack-infra08:44
openstackgerritSean M. Collins proposed openstack-infra/elastic-recheck: Introduce query for 1523638  https://review.openstack.org/25461008:47
openstackgerritSean M. Collins proposed openstack-infra/elastic-recheck: Introduce query for 1523638  https://review.openstack.org/25461008:49
*** eliqiao_ is now known as eliqiao08:54
*** links has quit IRC08:55
*** thorst has joined #openstack-infra08:56
*** amitgandhinz has joined #openstack-infra08:57
*** amitgandhinz has quit IRC09:01
*** fhubik is now known as fhubik_brb09:02
openstackgerritEvgeniy L proposed openstack-infra/project-config: Create bareon project  https://review.openstack.org/23167709:03
*** mpavone has quit IRC09:03
*** e0ne has joined #openstack-infra09:03
*** zhurong has quit IRC09:04
*** dstufft has quit IRC09:04
*** thorst has quit IRC09:04
*** dstufft has joined #openstack-infra09:04
*** mpavone has joined #openstack-infra09:05
*** diltram has left #openstack-infra09:06
*** fhubik_brb is now known as fhubik09:08
*** links has joined #openstack-infra09:09
*** jerryz has quit IRC09:10
*** rguillebert has joined #openstack-infra09:11
*** gongysh_ has quit IRC09:12
*** gongysh_ has joined #openstack-infra09:12
*** gongysh_ has quit IRC09:15
*** ildikov has quit IRC09:16
*** placko has joined #openstack-infra09:16
*** ildikov has joined #openstack-infra09:18
openstackgerritSergey Nikitin proposed openstack/requirements: Updated oslo.db to 4.1.0  https://review.openstack.org/25462409:21
openstackgerritSergey Nikitin proposed openstack/requirements: Updated oslo.db to 4.1.0  https://review.openstack.org/25462409:21
openstackgerritSergey Nikitin proposed openstack/requirements: Updated oslo.db to 4.1.0  https://review.openstack.org/25462409:22
*** tonytan4ever has joined #openstack-infra09:22
*** purp has quit IRC09:23
*** sfinucan has joined #openstack-infra09:23
*** gildub has quit IRC09:25
*** jcoufal has joined #openstack-infra09:25
*** purp has joined #openstack-infra09:26
*** tonytan4ever has quit IRC09:26
*** kozhukalov_ has joined #openstack-infra09:27
*** ParsectiX has quit IRC09:28
*** ParsectiX has joined #openstack-infra09:30
*** ParsectiX has quit IRC09:30
*** ParsectiX has joined #openstack-infra09:30
*** isaacb has joined #openstack-infra09:30
*** Daisy has quit IRC09:33
*** electrofelix has joined #openstack-infra09:33
*** ParsectiX has quit IRC09:34
*** evgenyl has joined #openstack-infra09:35
evgenylHi, 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
sfinucanOn 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.html09:39
*** hashar has joined #openstack-infra09:39
openstackgerritEvgeny Antyshev proposed openstack-infra/system-config: Use httpd::mod instead of httpd_mod  https://review.openstack.org/25361909:43
*** ildikov has quit IRC09:45
*** jordanP has joined #openstack-infra09:46
*** AJaeger has joined #openstack-infra09:48
AJaegerjaosorior: check the logs for details: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/09:49
AJaegerevgenyl: add "recheck" as comment to your change to run the tests again09:49
*** fhubik is now known as fhubik_brb09:52
openstackgerritDong Ma proposed openstack/python-jenkins: Fixed create_node() Error  https://review.openstack.org/25464409:53
*** StevenK has quit IRC09:56
*** woodster_ has quit IRC09:56
*** StevenK has joined #openstack-infra09:57
*** bookwar has quit IRC09:57
*** fhubik_brb is now known as fhubik09:58
*** amitgandhinz has joined #openstack-infra09:58
*** ildikov has joined #openstack-infra09:59
*** gildub has joined #openstack-infra09:59
*** bookwar has joined #openstack-infra10:00
*** amitgandhinz has quit IRC10:03
*** zhenguo has quit IRC10:03
*** andrey-mp has joined #openstack-infra10:04
*** thorst has joined #openstack-infra10:04
andrey-mpHello, 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|brb10:08
*** thorst has quit IRC10:09
*** Ramanjaneya has quit IRC10:10
*** maximov_ is now known as maximov10:10
*** jistr has joined #openstack-infra10:14
*** Ramanjaneya has joined #openstack-infra10:17
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for manila-swift  https://review.openstack.org/25465610:17
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for python projects  https://review.openstack.org/25465710:17
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno handling from Jenkins  https://review.openstack.org/25465810:17
andrey-mpthank you Andreas!10:19
AJaegeryou're welcome, andrey-mp10:20
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno handling from manila Jenkins jobs  https://review.openstack.org/25466210:20
AJaegeryolanda, sdague : could you push https://review.openstack.org/#/c/254381/ on your review queue, please?10:21
*** fawadkhaliq has quit IRC10:21
*** fawadkhaliq has joined #openstack-infra10:21
AJaegersdague: 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/, please10:23
*** salv-orlando has joined #openstack-infra10:25
openstackgerritPranav Salunke proposed openstack-infra/irc-meetings: Add training-labs weekly meeting  https://review.openstack.org/25412210:26
openstackgerritJulien Danjou proposed openstack/requirements: Remove Swift from project list  https://review.openstack.org/24469810:30
*** salv-orlando has quit IRC10:30
*** otter768 has joined #openstack-infra10:30
*** ldnunes has joined #openstack-infra10:34
*** otter768 has quit IRC10:35
*** cdent has joined #openstack-infra10:37
*** links has quit IRC10:37
*** ParsectiX has joined #openstack-infra10:38
*** ParsectiX has quit IRC10:39
*** ParsectiX has joined #openstack-infra10:39
*** _nadya_ has joined #openstack-infra10:39
*** bwout has joined #openstack-infra10:41
*** mpavone has quit IRC10:47
*** yamamoto has quit IRC10:48
openstackgerritMerged openstack/requirements: Bump ddt version to >=1.0.1  https://review.openstack.org/24721410:52
openstackgerritMerged openstack/requirements: Add notifier taskflow extraction library  https://review.openstack.org/23955810:53
*** Nisha has quit IRC10:53
*** rfolco_ has joined #openstack-infra10:54
openstackgerritMerged openstack-infra/project-config: New repository to store data regarding Fuel Plugins CI  https://review.openstack.org/25296010:55
*** links has joined #openstack-infra10:58
openstackgerritMerged openstack-infra/storyboard: Add story_title to tag events.  https://review.openstack.org/25156610:59
*** andrey-mp has quit IRC10:59
*** samuelBartel has quit IRC10:59
*** samuelBartel has joined #openstack-infra10:59
*** amitgandhinz has joined #openstack-infra11:00
*** openstackgerrit has quit IRC11:02
*** openstackgerrit has joined #openstack-infra11:02
*** lucas-dinner is now known as lucasagomes11:04
*** amitgandhinz has quit IRC11:04
*** bwout has quit IRC11:06
*** salv-orlando has joined #openstack-infra11:06
*** amotoki has quit IRC11:07
*** thorst has joined #openstack-infra11:08
*** aysyd has joined #openstack-infra11:09
*** thorst has quit IRC11:13
*** dguitarbite has quit IRC11:13
*** Kennan has quit IRC11:14
*** salv-orlando has quit IRC11:14
openstackgerritJulien Danjou proposed openstack-infra/project-config: Add delay-release for Gnocchi  https://review.openstack.org/25469611:15
evgenylAJaeger: thanks, recheck helped.11:15
*** Kennan has joined #openstack-infra11:17
openstackgerritAlexander Evseev proposed openstack-infra/zuul: Don't take into account commit message for skip-if filter  https://review.openstack.org/24738311:22
*** dguitarbite has joined #openstack-infra11:26
*** _nadya_ has quit IRC11:26
*** jlanoux has quit IRC11:27
*** jlanoux has joined #openstack-infra11:27
*** Kennan has quit IRC11:29
*** kzaitsev_ws has joined #openstack-infra11:30
*** dtantsur|brb is now known as dtantsur11:31
*** ociuhandu has quit IRC11:31
*** Kennan has joined #openstack-infra11:32
*** gildub has quit IRC11:33
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Fix setting preferences when logged out  https://review.openstack.org/25470211:33
*** flepied has joined #openstack-infra11:35
*** yamamoto has joined #openstack-infra11:36
*** Kennan has quit IRC11:39
*** Qiming has quit IRC11:39
*** jlanoux has quit IRC11:40
*** jlanoux has joined #openstack-infra11:41
*** yamamoto has quit IRC11:41
*** ParsectiX has quit IRC11:41
*** betherly has joined #openstack-infra11:41
betherlyHi all! Just about to set up new project called Ironic UI for the Horizon plugin repo11:42
openstackgerritMerged openstack-infra/storyboard: Document manually setting up notifications  https://review.openstack.org/25359111:42
*** Kennan has joined #openstack-infra11:42
betherlyAm 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 IRC11:43
*** yamamoto has joined #openstack-infra11:44
*** yamamoto has quit IRC11:44
rcarrillocruzbetherly: yeah, those are the instructions for creating new project11:45
betherlythanks rcarrillocruz :)11:46
*** mikal has quit IRC11:46
*** Kennan has joined #openstack-infra11:46
*** mikal has joined #openstack-infra11:47
*** Kennan has quit IRC11:47
*** nibalizer has quit IRC11:48
*** nibalizer has joined #openstack-infra11:48
*** Kennan has joined #openstack-infra11:50
*** sdake has joined #openstack-infra11:50
*** yamamoto has joined #openstack-infra11:53
*** yamamoto has quit IRC11:53
sdagueAJaeger: https://review.openstack.org/#/c/254184/1 ?11:58
sdagueone question there11:59
*** amitgandhinz has joined #openstack-infra12:01
openstackgerritMerged openstack-infra/project-config: Use job-template for manila  https://review.openstack.org/25435912:03
*** e0ne has quit IRC12:03
*** bwout has joined #openstack-infra12:04
*** olaph has quit IRC12:04
*** amitgandhinz has quit IRC12:05
*** olaph has joined #openstack-infra12:05
openstackgerritMerged openstack-infra/project-config: Remove juno handling from manila Jenkins jobs  https://review.openstack.org/25466212:07
*** zeih has quit IRC12:10
*** e0ne has joined #openstack-infra12:11
*** zeih has joined #openstack-infra12:11
*** thorst has joined #openstack-infra12:12
*** fawadkhaliq has quit IRC12:14
*** paul-carlton2 has joined #openstack-infra12:15
paul-carlton2is this the right room to ask about ci failures12:16
*** thorst has quit IRC12:19
*** Kennan has quit IRC12:20
*** jyuso1 has joined #openstack-infra12:21
*** Liuqing has joined #openstack-infra12:22
*** flepied has quit IRC12:23
openstackgerritJoshua Hesketh proposed openstack-infra/infra-specs: Expand on swift logs spec  https://review.openstack.org/25471812:25
*** gongysh_ has joined #openstack-infra12:26
*** Kennan has joined #openstack-infra12:27
*** _nadya_ has joined #openstack-infra12:28
*** fhubik is now known as fhubik_brb12:29
*** Qiming has joined #openstack-infra12:30
*** gordc has joined #openstack-infra12:31
*** otter768 has joined #openstack-infra12:31
openstackgerritMerged openstack/requirements: Update to pylint 1.4.5.  https://review.openstack.org/25261412:32
openstackgerritmathieu bultel proposed openstack-infra/shade: Put a list of stack instead of stack obj and change the stack_name  https://review.openstack.org/25433712:34
openstackgerritmathieu bultel proposed openstack-infra/shade: Add normalize stack function for heat stack_list  https://review.openstack.org/25433712:34
mescanefhello:-) 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 IRC12:36
*** otter768 has quit IRC12:36
openstackgerritMerged openstack/requirements: Tweak "OpenStack clients" section  https://review.openstack.org/25280512:36
*** fawadkhaliq has joined #openstack-infra12:37
HenryGIs there a way to speed up the requirements proposal bot?12:39
HenryGNeutron is broken until we get oslo.utils 3.2.012:40
openstackgerritAndrea Frittoli proposed openstack-infra/system-config: Add periodic pipeline test result to infra docs  https://review.openstack.org/25472512:40
*** fawadkhaliq has quit IRC12:40
*** jaosorior has quit IRC12:40
pc_mHenryG: And neutron-* repos too.12:40
andreafmtreinish, clarkb: ^^^ minor docs fix12:40
*** fawadkhaliq has joined #openstack-infra12:40
*** weshay_xchat has joined #openstack-infra12:41
*** jaosorior has joined #openstack-infra12:42
*** thorst has joined #openstack-infra12:44
*** hrubi has quit IRC12:45
eantyshevrasselin: 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-infra12:47
*** Kennan has quit IRC12:48
*** rhallisey has joined #openstack-infra12:51
*** yamamoto has joined #openstack-infra12:51
*** Kennan has joined #openstack-infra12:54
*** _nadya__ has joined #openstack-infra12:58
*** _nadya_ has quit IRC12:59
*** _nadya__ has quit IRC13:00
*** amitgandhinz has joined #openstack-infra13:02
*** mwagner_lap has quit IRC13:05
*** amitgandhinz has quit IRC13:06
*** dprince has joined #openstack-infra13:07
*** mwagner_lap has joined #openstack-infra13:08
*** shardy has quit IRC13:09
*** shardy has joined #openstack-infra13:10
*** tonytan4ever has joined #openstack-infra13:10
*** jffische has joined #openstack-infra13:13
*** tonytan4ever has quit IRC13:14
*** amotoki has joined #openstack-infra13:15
*** dims has joined #openstack-infra13:16
*** sdake has quit IRC13:17
openstackgerritSzymon Wróblewski proposed openstack/requirements: Bump tooz version to 1.28.0  https://review.openstack.org/25474813:17
*** Qiming has quit IRC13:18
*** Qiming has joined #openstack-infra13:18
*** fhubik_brb is now known as fhubik13:18
openstackgerritColleen Murphy proposed openstack-infra/puppet-infracloud: Add bifrost manifest  https://review.openstack.org/23175713:21
*** baoli has joined #openstack-infra13:22
*** tlbr has quit IRC13:22
openstackgerritMerged openstack-infra/project-config: ec2-api job: limit tempest workers for testing  https://review.openstack.org/25438113:22
*** fredericve has joined #openstack-infra13:23
*** baoli_ has joined #openstack-infra13:25
*** Qiming has quit IRC13:25
*** baoli has quit IRC13:28
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add infracloud playbook  https://review.openstack.org/23453513:30
*** baoli_ has quit IRC13:31
*** edmondsw has joined #openstack-infra13:31
*** baoli has joined #openstack-infra13:32
*** zz_dimtruck is now known as dimtruck13:34
*** jaypipes has joined #openstack-infra13:35
*** Liuqing has quit IRC13:36
AJaegersdague: Oops, that's an error, I'll resubmit...13:36
*** baoli has quit IRC13:37
*** baoli has joined #openstack-infra13:37
*** bwout has quit IRC13:38
*** gongysh_ has quit IRC13:38
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: make manual releases easier with option to generate announcement  https://review.openstack.org/25423813:39
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for nova  https://review.openstack.org/25418413:39
*** mohankumar has quit IRC13:40
*** yamamoto has quit IRC13:40
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for sahara  https://review.openstack.org/25418813:40
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove gate-oslo.db-tox-sqla_08  https://review.openstack.org/25419113:40
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for barbican-designate  https://review.openstack.org/25421813:40
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for glance-keystonemiddleware  https://review.openstack.org/25459013:41
*** shardy is now known as shardy_afk13:41
*** Ramanjaneya has quit IRC13:41
*** baoli has quit IRC13:42
*** eliqiao has quit IRC13:45
*** eliqiao has joined #openstack-infra13:46
*** ociuhandu has joined #openstack-infra13:46
*** bwout has joined #openstack-infra13:46
*** eliqiao has quit IRC13:46
*** eliqiao has joined #openstack-infra13:46
*** yamamoto has joined #openstack-infra13:46
*** dimtruck is now known as zz_dimtruck13: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-infra13:49
nithyag_ajaeger, @here: any idea on how I could do this will be of great help ^^^13:50
AJaegernithyag_: there's none. Could you state your use case a bit more detailed, perhaps another way works13:51
nithyag_ajaeger: will detail it in a bit13:51
openstackgerritAntoine Cabot proposed openstack-infra/project-config: Add watcher project to gerritbot  https://review.openstack.org/25476513:53
*** mhayden has quit IRC13:53
*** mhayden has joined #openstack-infra13:53
*** Nisha has joined #openstack-infra13:54
dimsnithyag_ : 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 IRC13:55
*** AJaeger_ has joined #openstack-infra13:55
*** julim has joined #openstack-infra13:55
*** Liuqing has joined #openstack-infra13:56
robcresswellHello! 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-infra13: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-infra13:58
robcresswellHeh, that page should really have the job states *before* the queue :p13:59
robcresswellThanks AJaeger_13:59
bogdandofolks, 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" step13:59
bogdandorunning without any rights :)14:00
nithyag_ajaeger: Here is a sample scenario for the above case14:00
nithyag_I have a set of files in a repository say14:00
nithyag_dir1/file114:01
nithyag_dir1/file214:01
nithyag_dir1/file314:01
nithyag_...14:01
nithyag_dir1/fileN14:01
nithyag_file-list14: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 job14:01
*** yamamoto has quit IRC14:01
nithyag_dims: yes I saw that skip-if and files helps only in doing regular expression14:01
*** yamamoto has joined #openstack-infra14:02
*** lykinsbd has joined #openstack-infra14:02
*** derekh has joined #openstack-infra14: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-infra14:03
*** akshai has joined #openstack-infra14:04
nithyag_ajaeger: I am trying to use zuul in my local setup and not as a part of upstream openstack14:04
*** nikhil_k is now known as nikhil14:05
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Don't delete subscription if sub_resource is set  https://review.openstack.org/25477014:06
*** claudiub has joined #openstack-infra14:06
*** fhubik is now known as fhubik_brb14: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 exists14:08
nithyag_ajaeger_: will try that out, thanks for your time.14:09
*** changbl has quit IRC14:10
*** flepied1 has joined #openstack-infra14:11
*** Liuqing has quit IRC14:11
openstackgerritMerged openstack-infra/storyboard-webclient: Add templates for tags added/deleted subscription events  https://review.openstack.org/25160514:11
*** peristeri has joined #openstack-infra14:11
AJaeger_sdague, yolanda: I've updated https://review.openstack.org/#/c/254184/ and would like a review again, please14:13
*** jyuso1 has quit IRC14:14
*** tlbr has joined #openstack-infra14:14
*** Daisy has joined #openstack-infra14:16
openstackgerritMerged openstack/requirements: bump oslo.utils to 3.2.0  https://review.openstack.org/25452014:20
*** paul-carlton2 has left #openstack-infra14:20
*** alivigni has joined #openstack-infra14:21
*** sdake has joined #openstack-infra14:22
openstackgerritIgor Belikov proposed openstack-infra/project-config: Add 'delayed-release' option to fuel projects  https://review.openstack.org/25477914:24
*** yamamoto has quit IRC14:24
*** mgrosz has joined #openstack-infra14:24
sdagueAJaeger_: done14:24
AJaeger_thanks, sdague.14:25
mgroszEmilienM: Any updates regarding change https://review.openstack.org/#/c/252214/? I would like to start working on the new puppet module...14:25
EmilienMmgrosz: I've +1'ed, I can't do more14:26
mgroszAJaeger_: 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
mgroszWhat am I waiting for?14:26
*** yamamoto has joined #openstack-infra14:27
openstackgerritAntoine Cabot proposed openstack-infra/project-config: Add watcher project to gerritbot  https://review.openstack.org/25476514:27
mgroszAnyone... who can +2 the change to project-config: https://review.openstack.org/#/c/252214/?14:27
*** mriedem has joined #openstack-infra14:28
mgroszEmilienM: What am I waiting for?14:28
AJaeger_mgrosz: 252214 waits for the governance change to merge14:28
AJaeger_and that one needs a few days, I think ttx always waits 7 days before adding such changes.14:29
mgroszAJaeger_ : is there a differenet14:29
AJaeger_mgrosz: once the governance change is in, we can merge 252214...14:29
mgroszAJaeger_ : Oh... that long?14:29
*** amuller has joined #openstack-infra14:29
*** rlandy has joined #openstack-infra14:30
mgroszAJaeger_: can ttx be reached somehow?14:30
AJaeger_mgrosz: yes, AFAIK.14:30
ttxmgrosz: it's a lazy consensus process. No objection in one week -> merged14:30
*** ajmiller_ has joined #openstack-infra14:30
ttxThat's actually faster thatn the previous process, which required it to be reviewed in a TC meeting14: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
ttxAlthough 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/* anyway14:31
mgroszttx: hey! I am just worried about the time... holidays are coming and people start disappear to vacations...14:32
*** otter768 has joined #openstack-infra14: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
mgroszttx: 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 fine14:33
EmilienMlike I said, I don't mind having it -- if it's following Puppet OpenStack governance14:33
mgroszttx:so... when this can be approved?14:33
EmilienMbut 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
mgroszttx, EmilienM: I like AJaeger_ idea.... :-)14:34
*** AJaeger_ is now known as AJaeger14:34
AJaegeror we wait until next week - and mgrosz I'll help to get this in, you should have it by next week Wednesday...14:35
mgroszAJaeger: Thank you... I will need to wait....14:36
*** otter768 has quit IRC14:37
*** tlian2 has joined #openstack-infra14:37
ttxEmilienM: I think it's fine. Worst case scenario (which I don't expect to happen) the puppet-vitrage repo would stay as unofficial14:37
*** tlian has quit IRC14:37
ttxthat doesn't prevent it from existing14:37
*** Daisy has quit IRC14:38
AJaegerEmilienM: it's not that we need to move between stackforge and openstack namespace anymore ;)14:39
*** Daisy has joined #openstack-infra14:39
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci: toci_gate_test/overcloud/non-ha: enable monitoring  https://review.openstack.org/25478714:39
*** gongysh_ has joined #openstack-infra14:39
EmilienMttx, AJaeger: LGTM, +114:40
AJaegermgrosz: Let me update your two changes so that they're fine ;) I'll just update commit messages...14:40
*** ayoung has joined #openstack-infra14:40
*** tonytan4ever has joined #openstack-infra14:41
*** _nadya_ has joined #openstack-infra14:41
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Add new puppet-vitrage project  https://review.openstack.org/25221414:41
*** lucasagomes is now known as lucas-hungry14:42
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Add new puppet-vitrage project  https://review.openstack.org/25221414:42
AJaegerEmilienM: Could you +1 both https://review.openstack.org/#/c/253893/ and https://review.openstack.org/252214 , please?14:42
AJaegermgrosz: I added proper links between the reviews...14:43
betherlyHi all! could someone help me with edit permissions for https://launchpad.net/ironic-ui14:45
openstackgerritMerged openstack-infra/storyboard-webclient: Add checkboxes for tag events on preferences page  https://review.openstack.org/25416214:45
betherlycurrently the maintainer is Registry Administrators14:45
*** tonytan4ever has quit IRC14:45
*** fawadkhaliq has quit IRC14:45
EmilienMAJaeger: sure14:45
*** fawadkhaliq has joined #openstack-infra14:46
betherlybut i need it to be bethelwell so that i can create a drivers account14:46
*** zeih has quit IRC14:47
*** edmondsw has quit IRC14:48
AJaegerbetherly: you registered the project, do you have no way to edit it?14:48
*** ajmiller_ has quit IRC14:49
AJaegerbetherly: I guess you have to click on "Registry Administrators" and follow the instructions given there if you cannot edit ironic-ui yourself14:50
betherlyAJaeger: 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 right14:50
betherlyfacepalm - too little coffee14:50
fungibetherly: 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 reassigned14:50
betherlythats what ive resorted to thanks AJaeger :)14:50
*** armax has joined #openstack-infra14:50
*** olaph has quit IRC14:50
AJaegerbetherly: ;( Hope the team can help you...14:51
fungiaha, so that's the fallback owner when you delete yourself as the owner14:51
fungigood to know!14:51
*** jamesmcarthur has joined #openstack-infra14:51
openstackgerritZara proposed openstack-infra/storyboard-webclient: Align comment timestamps on the right on dashboard  https://review.openstack.org/25480214:52
*** dims_ has joined #openstack-infra14:52
fungiAJaeger: 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 it14:52
AJaegerfungi, 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
AJaegerfungi: I was going to ask you next ;)14:52
*** shardy_afk is now known as shardy14:52
*** derekh is now known as derekh_afk14:53
AJaegerfungi: yes, we're ready once the post job has run14:53
*** olaph has joined #openstack-infra14:53
fungiAJaeger: i wonder if grafana (well, statsd->graphite) is counting the parent changes in its total14:53
AJaegerfungi,https://review.openstack.org/#/c/254172/ merged less than an hour ago14:53
AJaegerand currently post queue is 6 hours back...14:54
fungiinactive changes, in zuul parlance14: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
AJaegerfungi: that would explain it. who's the grafana expert that would know for sure?14:54
*** mohankumar has joined #openstack-infra14:54
*** Daisy has quit IRC14:55
*** dims has quit IRC14:55
fungiAJaeger: well, the grafyaml dashboard for that should indicate what graphite counters it's polling14:55
fungiand checking the url for the check pipeline sparkline ought to tell you what counters the zuul status page is polling14:55
yolandaAJaeger, 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-infra14:56
*** eharney has joined #openstack-infra14:56
AJaegerfungi, 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
AJaegeryolanda: enjoy your bank holiday, it's not urgent...14:56
AJaegeryolanda: thanks!14:56
*** _nadya_ has quit IRC14:56
asselin__eantyshev, commented on your patch14:57
fungiAJaeger: yep, or i can do it tomorrow. don't stick around late just to watch for it--there's nothing time-critical14:57
*** Daisy has joined #openstack-infra14:57
*** baoli has joined #openstack-infra14:58
AJaegerfungi: exactly ;) Let's do it tomorrow...14:58
*** amitgandhinz has joined #openstack-infra14:58
*** yonglihe has joined #openstack-infra15:00
openstackgerritEvgeny Antyshev proposed openstack-infra/system-config: Use httpd::mod instead of httpd_mod  https://review.openstack.org/25361915:00
AJaegerthanks, fungi15:00
*** zz_dimtruck is now known as dimtruck15:02
*** dkranz has joined #openstack-infra15:02
openstackgerritMerged openstack-infra/shade: Use reno for release notes  https://review.openstack.org/25359715:05
*** sigmavirus24_awa is now known as sigmavirus2415:06
*** rbrndt has joined #openstack-infra15:06
openstackgerritMateusz Matuszkowiak proposed openstack-infra/project-config: Added new repo for fuel-plugin-bgpvpn in Openstack NS  https://review.openstack.org/25481315:07
openstackgerritJulia Kreger proposed openstack-infra/project-config: Build a Debian IPA image when DIB changes merge  https://review.openstack.org/25440515:08
*** baoli has quit IRC15:08
*** fredericve has quit IRC15:12
*** ilyashakhat_mobi has joined #openstack-infra15:12
*** Daisy has quit IRC15:13
*** edmondsw has joined #openstack-infra15:13
*** Daisy has joined #openstack-infra15:14
*** abregman is now known as abregman|mtg15:14
openstackgerritMerged openstack-infra/system-config: Updated OpenStackId configuration  https://review.openstack.org/21434415:16
*** fawadkhaliq has quit IRC15:16
nibalizerasselin__: agree15:17
*** lucas-hungry is now known as lucasagomes15:17
*** fredericve has joined #openstack-infra15:17
*** miqui has joined #openstack-infra15:17
*** annegentle has joined #openstack-infra15:18
*** Daisy has quit IRC15:19
openstackgerritThierry Carrez proposed openstack-infra/system-config: Discontinue Release status page  https://review.openstack.org/25481715:21
mtreinishnibalizer, fungi: if you get a sec: https://review.openstack.org/#/c/254382/ would be cool to fix an issue with the subunit worker15:25
*** fredericve has quit IRC15:25
*** fredericve has joined #openstack-infra15:26
*** Nisha has quit IRC15:26
*** Nisha has joined #openstack-infra15:27
*** mgrosz has quit IRC15:28
*** abregman|mtg is now known as abregman15:28
openstackgerritBeth Elwell proposed openstack-infra/project-config: New project for Ironic UI plugin  https://review.openstack.org/25482215:31
*** Nisha has quit IRC15:31
*** gongysh_ has quit IRC15:32
*** claudiub has quit IRC15:32
*** Nisha has joined #openstack-infra15:32
*** mtanino has joined #openstack-infra15:33
*** xyang1 has joined #openstack-infra15:33
*** mohankumar has quit IRC15:33
openstackgerritIgor Belikov proposed openstack-infra/project-config: Add 'delay-release' option to fuel projects  https://review.openstack.org/25477915:33
*** annegentle has quit IRC15:34
*** mohankumar has joined #openstack-infra15:34
*** EricGonczer_ has joined #openstack-infra15:34
*** rkukura has joined #openstack-infra15:35
*** btully has joined #openstack-infra15:35
nibalizerfungi: beat me to it :)15:35
mtreinishfungi: thanks :)15:35
fungiit was a simple change15:35
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Improve test coverage: hypervisor list  https://review.openstack.org/25482515:37
mtreinishI'm debating whether we want to bother cleaning up the 5% of non-existent runs from the table or not15:37
mtreinishI'm not sure it's worth the effort15:37
fungiup to you. seems like it could be implemented similar to a migration15:37
fungibut yeah, likely not much gain for the effort expended15:37
fungii guess if they're throwing off your numbers badly and you can't easily filter, then it's justified15:38
*** esker has joined #openstack-infra15:40
mtreinishit'd be a 2 line script I think: http://paste.openstack.org/show/481183/15:40
mtreinishbut yeah I don't think it's throwing off any numbers except for overall percenages for the full db15:41
openstackgerritMerged openstack-infra/puppet-subunit2sql: Handle 404 and download errors properly  https://review.openstack.org/25438215:41
*** tlbr has quit IRC15:41
openstackgerritEvgeny Antyshev proposed openstack-infra/puppet-openstackci: Allow logserver to run on CI server (part 1)  https://review.openstack.org/25364215:43
*** tonytan4ever has joined #openstack-infra15:43
*** jistr is now known as jistr|mtg15:43
mtreinishfungi, 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/9dc14b2799c23ee52a5f30290f4567e1a9a4319c15:44
mtreinishthat should have triggered a pip install of everything15:44
mtreinishbut it's still running with the old version of everything :(15:45
*** bharathm has joined #openstack-infra15:45
mtreinishoh except I keep forgetting execs don't show up in puppetboard15:46
mtreinishmaybe the service just needs a restart to pick up the new changes?15:46
fungimtreinish: i'll poke15:46
mtreinishfungi: the telltale sign is if pandas is in the venv, because the patch it pulled in added pandas15:47
mtreinishoh, I wonder if it's the c deps for numpy missing...15:47
fungiopenstack-health==0.0.1.dev383  # git sha 58eb77315:47
fungiand no pandas15:47
mtreinishfungi: hmm, that's not the latest rev15:48
fungiwhen would it have been?15:48
fungimost recently 30 minutes ago apparently15:49
mtreinish3 patches merged like 30min ago: http://git.openstack.org/cgit/openstack/openstack-health/commit/?id=c0b0d9d60f162049d576814e74dc9bbeda4e64e315:49
mtreinishis the current head15:49
fungiyeah, just looked in git myself15:49
fungithe git checkout on the server is current15:49
fungibut the package in the virtualenv is not15:50
mtreinishyeah, so it didn't trigger any of the pip stuff I guess?15:50
fungii'm hunting to find out where that gets verbosely logged now that we're doing puppet apply15:50
fungipuppet agent used to log it into syslog on each server15:50
*** hdd has joined #openstack-infra15:51
fungiahh, it's still there, just looked different15:51
*** derekh_afk has quit IRC15:51
jeblairmtreinish: where are we on getting the puppet module reworked to be like the rest of ours?15:52
mtreinishjeblair: I haven't had a chance to look at it yet15:52
jeblairmtreinish: oh, i thought you were going to ask the thoughtworks folks to do it?15:52
fungiDec  8 15:26:30 health puppet-agent[10812]: (/Stage[main]/Openstack_health::Api/Exec[requirements]) Failed to call refresh: Command exceeded timeout15:52
mtreinishI don't think the thoughtworks people are working on this anymore :(15:52
*** fhubik_brb is now known as fhubik15:53
mtreinishfungi: hmm, I blame numpy :)15:53
jeblairmtreinish: bummer -- we have lots of servers that do this sort of thing all the time very reliably, but this one is different15:53
fungiinteresting that the puppet apply details are logged by "puppet-agent"15:53
mtreinishfungi: I'm guessing the numpy compilation took too long15:54
fungimtreinish: i'm trying the same thing by hand now to see15:54
*** abregman has quit IRC15:55
jeblairthat should also be testable15:55
jeblair(by beaker)15:55
openstackgerritThierry Carrez proposed openstack-infra/release-tools: No SHA needed in announce.sh  https://review.openstack.org/25483915:56
openstackgerritThierry Carrez proposed openstack-infra/release-tools: Fix silent error in case of missing meta  https://review.openstack.org/25484015:56
openstackgerritThierry Carrez proposed openstack-infra/release-tools: Exit early if EMAIL envvar is not defined  https://review.openstack.org/25484115:56
jeblairso i wonder why it didn't catch it?15:56
*** hdd has quit IRC15:57
mtreinishjeblair: well beaker tests run on puppet changes right? I added the new requirements to the project repo so I'm not sure how it could15:57
jeblairmtreinish: oh, i see15:58
crinkleexec has a timeout parameter you can add for that15:58
jeblairmtreinish: you haven't made a puppet change since then... (i thought you recently made puppet changes, but i guess not *that* recently)15:58
openstackgerritMerged openstack-infra/storyboard: Don't delete subscription if sub_resource is set  https://review.openstack.org/25477015:58
*** larainema_ has joined #openstack-infra15:58
fungiit'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 timeout15:59
*** gokrokve has joined #openstack-infra15:59
jeblairmtreinish, crinkle: at least the puppet change to change the exec should be self-testing :)15:59
fungialso possible that if puppet kept hammering it, the cache might eventually have enough stuff that it would squeak in under that timeout15:59
fungiit's currently at the stage where it's building wheels for pandas and numpy16:00
openstackgerritMatthew Treinish proposed openstack-infra/puppet-openstack_health: Add a longer timeout to the pip install phase  https://review.openstack.org/25484316:00
*** sridhar_ram has joined #openstack-infra16:00
mtreinishjeblair, crinkle, fungi: ^^^16:01
mtreinishjeblair: yeah this is my first puppet change to the repo in a couple weeks16:01
mtreinishand the reqs additions are only ~30mins old :)16:01
mtreinishd'oh that's seconds isn't it?16:02
crinkleyup16:02
openstackgerritBeth Elwell proposed openstack-infra/project-config: New project for Ironic UI plugin  https://review.openstack.org/25484516:02
openstackgerritMatthew Treinish proposed openstack-infra/puppet-openstack_health: Add a longer timeout to the pip install phase  https://review.openstack.org/25484316:03
*** salv-orlando has joined #openstack-infra16:03
*** salv-orlando has quit IRC16:03
*** salv-orlando has joined #openstack-infra16:03
*** yamamoto has quit IRC16:04
*** tlbr has joined #openstack-infra16:05
fungimtreinish: okay the requirements stage completed successfully, took a little over 10 minutes16:07
*** tjones has joined #openstack-infra16:07
jeblairinfra-root: hpcloud looks very unhappy:16:07
cbaderIs anyone have issue with there zuul not triggering job on request16:07
jeblair2015-12-08 16:07:07,693 ERROR nodepool.NodeLauncher: ClientException launching node id: 6414416 in provider: hpcloud-b3 error:16:07
jeblairClientException: Unknown Error (HTTP 500)16:07
*** hdd has joined #openstack-infra16:07
jeblair(that's across all 5 pseudo providers)16:08
fungiquota overrun again?16:08
mtreinishfungi: ok cool, I guess my 30min timeout is a safe margin then :)16:08
jeblairfungi: do we get unknown error for that?16:08
mtreinishfungi: can you trigger the pip install -e on the repo too? or will puppet pick that up now that reqs is done?16:08
fungijeblair: i thought that's how the fip and port leaks usually manifest, but maybe it's different sometimes16:08
*** ParsectiX has joined #openstack-infra16:08
jeblairmtreinish: 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 IRC16:09
fungii'll check for leaked floating ips just to be sure16:09
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Improve test coverage: private extension API  https://review.openstack.org/25484616:09
jeblairfungi: thanks; i'll go back to looking at ovh16:09
*** yamamoto has joined #openstack-infra16:09
fungimtreinish: pip should be a lot quicker on the next run, yeah. caches16:09
fungimtreinish: reran it just now and took < 10 seconds16:10
*** tlbr has quit IRC16:10
*** ParsectiX has joined #openstack-infra16:10
fungimtreinish: did the package-application step and it worked now16:11
fungipbr freeze says openstack-health==0.0.1.dev389  # git sha c0b0d9d16:11
mtreinishfungi: cool thanks16:11
*** vilobhmm11 has joined #openstack-infra16:12
mtreinishfungi: yep, looks like everything is working now: http://status.openstack.org/openstack-health/#/test/tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern16:12
*** fawadkhaliq has joined #openstack-infra16:12
*** tlbr has joined #openstack-infra16:13
*** sabeen1 has joined #openstack-infra16:15
*** ParsectiX has quit IRC16:15
*** changbl has joined #openstack-infra16:15
fungijeblair: yep, 401 disassociated floating ips in hpcloud. deleting them now16:16
jeblairfungi: ah, ok.  thanks!16:16
fungihopefully this is the root of the broken16:16
*** arxcruz has quit IRC16:18
*** spzala has quit IRC16:18
*** pradk has joined #openstack-infra16:18
AJaegercan 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
AJaegerjeblair: you mistyped feauture has an extra u in https://review.openstack.org/#/c/254267/16:22
jeblairbah, normalized spelling16:23
*** baoli has joined #openstack-infra16:23
*** mriedem is now known as rodermang16:23
*** rodermang is now known as mriedem16:23
*** sabeen1 has quit IRC16:24
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add feature/zuulv3 branch to gerritbot  https://review.openstack.org/25426716:24
jeblairAJaeger: thanks :)16:24
*** sabeen2 has joined #openstack-infra16:24
AJaegerjeblair: perfect now, thanks16:24
*** larainema_ has quit IRC16:25
*** changbl has quit IRC16:25
*** changbl has joined #openstack-infra16:26
*** salv-orl_ has joined #openstack-infra16:26
AJaegerI'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
fredericvehello 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
AJaegerfredericve: what are you looking for? From a user perspective, read the Infra Manual: http://docs.openstack.org/infra/manual/16:27
AJaegerfredericve: from an operator perspective, see the system documentation at http://docs.openstack.org/infra/16:28
AJaegerfungi, thanks!16:28
*** salv-orlando has quit IRC16:29
anteayafredericve: which running your own document did you find?16:29
fredericveAJaeger: thanks! I would be the system admin. So at this point that would be the operator perspective I suppose :-)16:29
fungii'm assuming it was the one linked from the system-config docs16:29
fredericveanteaya: I found this one: http://docs.openstack.org/infra/system-config/running-your-own.html16:29
fungithat lifeless wrote a couple years ago and has sort of bitrotted16:30
jeblairfredericve: 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
anteayafredericve: thank you16:30
*** changbl has quit IRC16:30
AJaegerhttps://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
AJaegerthanks, anteaya !16:30
fredericvejeblair: thanks!16:31
anteayawelcome16:32
openstackgerritClark Boylan proposed openstack-infra/puppet-log_processor: Decouple log processing from logstash  https://review.openstack.org/24785716:32
clarkbI am going to pull ^ onto logstash-worker20 (just rebased to pull in the latest merge there and fix the conflict with it)16:32
clarkbbut if that works I think we can go ahead and get that pushed out across the board and next step is deploying logstash 2.016:33
*** otter768 has joined #openstack-infra16:33
dansmithclarkb: remember the problem we had at one point where master and subnode had the same hostname?16:33
dansmithclarkb: 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_72616:33
dansmithclarkb: search for "host="16:34
*** ParsectiX has joined #openstack-infra16:34
clarkbdansmith: I rmeember hostname being wrong due to the name being too long and getting truncated16:34
dansmithclarkb: I think that subnode has a hostname of "ubuntu" which, if not different from the parent will cause the exact bug we're seeing16:34
openstackgerritMerged openstack-infra/project-config: Remove juno branch handling for nova  https://review.openstack.org/25418416:34
clarkbdansmith: this looks like a similar problem16:34
openstackgerritMerged openstack-infra/project-config: Remove juno branch handling for sahara  https://review.openstack.org/25418816:34
openstackgerritMerged openstack-infra/project-config: Run ceilometer-python34 on all branches  https://review.openstack.org/25421616:34
dansmithclarkb: I don't remember it being a truncation problem, I thought it was shade not setting the hostname or something16:34
dansmithclarkb: but anyway16:34
clarkbmordred: ^ glean doesn't appear to be working on ovh16:35
clarkbdansmith: ya this is a failure of the init system to set the things properly16:35
mordredclarkb: aroo?16:35
dansmithclarkb: so I think that's causing this bug: http://status.openstack.org/elastic-recheck/index.html#152182316:35
* dansmith cc's mriedem and sdague 16:36
*** ilyashakhat_mobi has quit IRC16:36
mordredclarkb: is it setting the hostname to be something other than the nodepool name we set or something?16:36
*** reed has quit IRC16:36
jeblairmordred: appears to set it to ubuntu16:36
mordredsweet16:36
jeblair(i guess this is something we should look for in acceptance testing when adding a new cloud :)16:36
fungioh, the non-unique hostnames on multi-node nova issue16:36
mordredquick question - don't we also set hostname in the ready script?16:36
*** ilyashakhat_mobi has joined #openstack-infra16:37
*** reed has joined #openstack-infra16:37
* mordred is going to hold an ovh node and look at it16:37
mordredunless someone already has one held16:37
*** Nisha has quit IRC16:37
jeblairmordred: i don't think we do that in the ready script16:37
*** yamamoto has quit IRC16:37
mordredok16:37
fungii didn't think we did it in the ready script, but that seems like it would be doable16:37
*** otter768 has quit IRC16:38
mordredwell, I'd like for glean to get it right16:38
*** Nisha has joined #openstack-infra16:38
jeblair(we do it in the snapshot script)16:38
clarkbI don't see anything in the ready scripts16:38
mordredkk. lemme dig in to the glean thing16:38
*** bpokorny has joined #openstack-infra16:38
* dansmith enjoys watching smart people fix things16:38
fungioh, though our ready scripts don't necessarily have root access do they?16:38
anteayamordred: as you are composing your todo list for today, can you work starting the poll to name N onto the list, please?16:39
mordredyes16:39
anteayathank you16:39
openstackgerritMerged openstack-infra/project-config: Remove gate-oslo.db-tox-sqla_08  https://review.openstack.org/25419116:39
*** ParsectiX has quit IRC16:39
jeblairfungi: correct16:39
*** sabeen2 has quit IRC16:39
openstackgerritBeth Elwell proposed openstack-infra/project-config: New project for Ironic UI plugin  https://review.openstack.org/25484516:39
*** sabeen has joined #openstack-infra16:39
mordredwait - is devstack-trusty-2-node-ovh-gra1-6415280 a dib node or a snapshot node?16:39
mordredyou said this was a multi-node problem, yeah?16:40
jeblairmordred: ovh is dib16:40
jeblairmordred: 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-infra16:40
*** samuelBartel has quit IRC16:40
*** ParsectiX has joined #openstack-infra16:40
clarkboh16:41
clarkbthis uses ubuntu element not ubuntu-minimal16:41
clarkbmordred: ^ so its actually cloud init?16:41
mordredriht16:41
mordredthat's a cloud-init thing16:41
jeblair"well there's your problem"16:41
mordredthat's not using glean16:41
clarkbwe may need a config-drive: true on the images16:42
mordredwe really need to finish moving to dib16:42
*** ParsectiX has quit IRC16:42
*** ilyashakhat_mobi has quit IRC16:42
fungiaha, right, we're not switched onto the ubuntu-trusty nodes for devstack jobs yet16:42
clarkbmordred: well this is dib :)16:42
mordredsure. but you know what I mean16:42
clarkbbut yes we should switch to ubuntu-trusty at our earliest convenience16:42
clarkbbut this would be broken with glean too16:42
clarkbI think, since if there is no metadata server and no config drive...16:43
mordredyah16:43
mordredmount: special device /dev/disk/by-label/config-2 does not exist16:43
mordredno config drive there16:43
fungii 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-infra16:43
clarkbya no config drive16:43
* mordred adds config-drive to nodepool.yaml in patch now16:43
*** boris-42_ has joined #openstack-infra16:44
*** armax has quit IRC16:44
*** ashleighfarnham has quit IRC16:44
*** unicell has quit IRC16:45
openstackgerritMonty Taylor proposed openstack-infra/project-config: Turn on config-drive for all OVH images  https://review.openstack.org/25485816:45
clarkbfungi: thats possible its just a matter of rerunning the test jobs on the image to check we haven't regressed16:45
fungiAJaeger: your cleanup stack hit a merge conflict starting at 25421816:45
fungiokay, 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 now16:45
clarkbfungi: then switching the diskimage out on the devstack-trusty image for the clouds with it that we are happy with16:45
*** unicell has joined #openstack-infra16:45
clarkb(assuming we haven't regressed on the thing where all the names must match)16:45
jeblairmordred: hrm, instamergefail on that16:45
mordredjeblair: AWESOME16:46
*** fhubik has quit IRC16:46
openstackgerritMerged openstack-infra/project-config: Add feature/zuulv3 branch to gerritbot  https://review.openstack.org/25426716:46
mordredoops. wrong branch16:46
clarkbthe logstash worker is happy with that update to the log processors16:46
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Parse path correctly when it begins with /api  https://review.openstack.org/25485916:46
clarkbhopefully today I can get a logstash 2.0 deployed as a canary16:46
AJaegerfungi: I'm on it, thanks16:46
*** annegentle has joined #openstack-infra16:46
jeblairfungi: thanks... in related news, the ovh folks say they found the port issue... i'm checking logs now16:46
fungiw00t!16:47
openstackgerritMonty Taylor proposed openstack-infra/project-config: Turn on config-drive for all OVH images  https://review.openstack.org/25485816:47
mordredthere ya go16:47
*** openstackgerrit has quit IRC16:47
*** openstackgerrit has joined #openstack-infra16:47
mriedemmordred: doesn't that need to be set on bluebox nodes too?16:47
*** sshnaidm has quit IRC16:48
*** Daisy has joined #openstack-infra16:48
sdagueonce this is good, can we force an image refresh?16:48
sdaguebecause multinode grenade is currently above 50% failure, and this is a piece of that16:48
clarkbsdague: its not necessary, it should take immediate affect on any new nodes booted16:49
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for glance-keystonemiddleware  https://review.openstack.org/25459016:49
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for manila-swift  https://review.openstack.org/25465616:49
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for python projects  https://review.openstack.org/25465716:49
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno branch handling for barbican-designate  https://review.openstack.org/25421816:49
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove juno handling from Jenkins  https://review.openstack.org/25465816:49
sdagueand why the gate has ground to a halt16:49
sdagueclarkb: ok16:49
anteayamordred: approve or am I waiting for you to add bluebox?16:49
AJaegerfungi, anteaya: Here comes the rebased stack if you want to go over it again...16:49
mordredyah. lemme add bluebox16:49
sdaguemordred: great, thanks16:49
*** larainema has quit IRC16:50
openstackgerritMonty Taylor proposed openstack-infra/project-config: Turn on config-drive OVH, BlueBox and Internap  https://review.openstack.org/25485816:50
mordredwent ahead and added internap while I was there16:50
*** armax has joined #openstack-infra16:51
anteayamordred: thank you16:51
sdagueI just raced jeblair with the +A16:52
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove stable/juno from gerritbot  https://review.openstack.org/25486216:52
jeblairsdague: 3 seconds!16:52
*** Daisy has quit IRC16:52
jeblairinfra-root: ovh-bhs1 port problem appears fixed16:53
* clarkb digs up the test jobs for ubuntu-trusty16:53
mordredjeblair: woot16:53
anteayajeblair: yay16:53
*** unicell1 has joined #openstack-infra16:56
clarkbthe neutron dibtest job doesn't appear to be applied to any projects16:56
*** apoorvad has joined #openstack-infra16:56
*** bwout has quit IRC16:56
clarkbwill have a patch to fix that ina moment16:56
*** apoorvad has quit IRC16:56
*** unicell has quit IRC16:57
openstackgerritJeremy Stanley proposed openstack-infra/system-config: Add database backups for refstack.openstack.org  https://review.openstack.org/25442616:57
openstackgerritClark Boylan proposed openstack-infra/project-config: Run neutron dibtest job in experimental queue  https://review.openstack.org/25486916:58
clarkbmordred: fungi ^16:58
*** yamahata has joined #openstack-infra16:58
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Further juno cleanup  https://review.openstack.org/25487116:59
fungiwonder how that got missed16:59
*** gyee has joined #openstack-infra17:00
*** placko has quit IRC17:01
*** mohankumar has quit IRC17:01
* clarkb reviews some juno things17:01
AJaegerthe juno cleanup should be done for those projects that fungi announced yesterday with 254871 as top of the stack. Reviews are welcome!17:01
AJaegerthanks, clarkb !17:01
* AJaeger takes dinner break...17:02
*** ildikov has quit IRC17:02
* clarkb notices barbican has a havana-1 branch17:03
*** hashar has quit IRC17:03
*** vilobhmm11 has quit IRC17:03
*** jlanoux has quit IRC17:04
*** alex_xu has quit IRC17:04
*** dolpher has quit IRC17:05
*** elo has quit IRC17:05
*** apoorvad has joined #openstack-infra17:06
*** Kennan has quit IRC17:06
*** Kennan has joined #openstack-infra17:07
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila  https://review.openstack.org/24755117:08
fungiyeah, i try not to look too closely at the branches/tags on various projects. otherwise i start to twitch a lot17:08
clarkbdoes anyone know why we don't run say ate-neutron-python27 on stable/kilo ?17:09
clarkboh derp nevermind17:09
clarkbthats a branch restriction because now neutron uses ocnstraints17:09
fungiother way around, yeah?17:09
clarkbya17:09
fungiyeah17:09
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila  https://review.openstack.org/24755117:09
fungiwe _only_ run the non-constraints version on kilo17:09
clarkbright17:09
clarkb?: != ?!17:10
*** ayoung has quit IRC17:10
*** alex_xu has joined #openstack-infra17:10
openstackgerritMerged openstack-infra/project-config: Turn on config-drive OVH, BlueBox and Internap  https://review.openstack.org/25485817:11
openstackgerritMerged openstack-infra/project-config: Remove juno branch handling for barbican-designate  https://review.openstack.org/25421817:11
fungithat looks like cartoon swearing17:11
openstackgerritMerged openstack-infra/project-config: Remove juno branch handling for glance-keystonemiddleware  https://review.openstack.org/25459017:11
clarkbone thing I would like to try and finish up when work slows down for holidays is the PROJECTS list minification17:11
clarkbmaybe I can find some other volunteers that will end up working too much over the next couple weeks and we can push that through17:12
* fungi sort of worries work _won't_ slow down for the holidays this time17:12
anteayafungi: me too but I wasn't going to say that17:12
clarkbreally? seems like it has without fail the last several years17:12
anteayaclarkb: 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_afk17:13
anteayafolks in asia don't celebrate christmas that I know of17:13
clarkbanteaya: 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 list17:14
*** hdd has quit IRC17:14
clarkbanteaya: depends on the people17:14
*** amotoki has quit IRC17:14
anteayaclarkb: is there a gerrit topic17:14
anteayaclarkb: true17:14
clarkbchristmas is huge in the part of asia I grew up in for example17:14
anteayaclarkb: oh I didn't know that17:14
* anteaya adds a datapoint17:14
clarkbanteaya: so mostly I just need reviews (I can handle babysitting and approvals17:15
anteayagames I used to play, the asian folks cleaned up over christmas as the other teams were offline17:15
*** Swami has joined #openstack-infra17:15
clarkbbut ya if you look at our commit rate it drops off heavily for about 2 weeks around new years17:15
anteayaclarkb: I can review, have you a gerrit topic, or how do I find them as a grouping?17:15
anteayaclarkb: I hope it does this year too17:15
*** Nisha has quit IRC17:16
*** mohankumar has joined #openstack-infra17:16
clarkbanteaya: topic:PROJECTS-cleanup17:16
anteayathank you17:16
clarkblooks like only 2 unmerged currently which means I can add more to that list17:16
*** salv-orl_ has quit IRC17:16
anteayaah17:16
clarkb(but they are the scaryish pair of changes but should be semi self testing17:16
anteayaI have already reviewed both of the open ones17:17
*** Nisha has joined #openstack-infra17:17
clarkbanteaya: ty17:18
*** unicell1 has quit IRC17:18
*** tsg has joined #openstack-infra17:20
*** jistr|mtg is now known as jistr17:21
zaromorning17:22
*** dtantsur is now known as dtantsur|afk17:22
anteayawelcome17:22
anteayamorning zaro17:22
anteayaclarkb: let me know when there is more and I will review17:23
anteayaI 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 with17:24
*** matrohon has quit IRC17:25
jeblairclarkb, 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-infra17:25
*** rfolco_ has quit IRC17:25
*** ifarkas has quit IRC17:25
*** larainema has joined #openstack-infra17:26
*** hashar has joined #openstack-infra17:26
*** rfolco_ has joined #openstack-infra17:28
*** mhayden has quit IRC17:28
*** sdake has quit IRC17:29
openstackgerritMerged openstack-infra/project-config: Run neutron dibtest job in experimental queue  https://review.openstack.org/25486917:30
openstackgerritMerged openstack-infra/project-config: Remove juno branch handling for manila-swift  https://review.openstack.org/25465617:30
*** austin81 has joined #openstack-infra17:30
*** tonytan4ever has quit IRC17:31
*** ayoung has quit IRC17:31
clarkbjeblair: woops and glad it was a simple fix17:32
clarkbthe juno eol cleanup stack is all approved and should work its way though17:32
*** abregman has joined #openstack-infra17:33
*** scheuran has quit IRC17:36
*** annegentle has quit IRC17:36
*** sambetts is now known as sambetts-afk17:36
*** annegentle has joined #openstack-infra17:37
*** esker has quit IRC17:37
*** gmann has quit IRC17:38
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Bug fix: Fix pass thru filtering in list_networks  https://review.openstack.org/25488417:38
fungiyay for not a bug!17:38
fungi(on the ovh port quota thing)17:38
Shrewsmordred: 1st bug fix with release notes ^^^17:39
Shrewssuch fun17:39
fungiand yeah, our job throughput has nearly doubled now that the cruft fips are cleaned up in hpcloud17:39
mordredShrews: woot!17:39
*** gmann has joined #openstack-infra17:40
clarkbonce zuul reloads its layout I will check experimental to get the dibtest jobs queued17:40
clarkband if those jobs come back happy we can move forward on using ubuntu-trusty images17:40
*** lykinsbd has quit IRC17:40
fungipost pipeline, one of our biggest measures of job congestion, has burned down from an 8 hour backlog to a little over 3 now17:40
*** abregman is now known as abregman|brb17:41
*** annegentle has quit IRC17:42
*** tqtran has joined #openstack-infra17:42
*** _nadya__ has quit IRC17:42
*** abregman|brb is now known as abregman|quick_l17:43
*** ayoung has joined #openstack-infra17:44
*** mhayden has joined #openstack-infra17:44
openstackgerritBeth Elwell proposed openstack-infra/project-config: New project for Ironic UI plugin  https://review.openstack.org/25484517:48
*** abregman|quick_l is now known as abregman17:48
AJaegerfungi, sdague, clarkb, anteaya : Thanks for all the juno reviews! Glad to see that merged!17:50
AJaegerclarkb: I would love to see the two long PROJECTS lists in jenkins/jobs/requirements.yaml merged somehow...17:50
*** e0ne has quit IRC17:50
clarkbAJaeger: let me see17:50
anteayaAJaeger: thanks for all the work making and rebasing the patches!17:51
clarkbAJaeger: oh ya I think we can get that from the projects list in requirements itself17:51
*** amuller_afk is now known as amuller17:52
AJaegerregarding 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
AJaegerclarkb: good idea...17:53
AJaegerright now it's a challenge to keep them in sync and not clear when to add something there - and when not...17:53
AJaegeranteaya: was a pleasure...17:53
AJaegerfungi: 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 IRC17:57
AJaeger(or tomorrow - as you prefer)17:57
fungiprobably tomorrow. trying to wrangle the schedule for our meeting currently17:58
fungier, agenda17:58
pabelangerjeblair: 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_ja17:59
pabelangeror is there another way to get a stand-along gearman server working?18:00
*** jaosorior has quit IRC18:00
clarkbpabelanger: it should already be a seprate process18:00
clarkbpabelanger: you can tell zuul to not fork one and run your own18:01
*** dahoo has joined #openstack-infra18:02
pabelangerclarkb: run your own gearman server?18:02
clarkbyes18:02
*** dahoo is now known as jerryz18:02
*** rkukura has quit IRC18:02
clarkbyup its a config option18:03
clarkbgearman_server start18:03
*** Nisha has quit IRC18:03
clarkbhttp://docs.openstack.org/infra/zuul/zuul.html#gearman-server18: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
clarkbright18:03
jeblair(from a performance pov, you're stil getting the benefit ef multi-process)18:04
*** _nadya_ has joined #openstack-infra18:05
*** jistr has quit IRC18:05
pabelangerRight, if reading correctly, there is no way to run gearman_server on a different server then zuul-server today?18:05
*** _nadya_ has quit IRC18:05
clarkbpabelanger: there is18:06
clarkbpabelanger: tell zuul to not start a gearman server18:06
clarkbthen run it wherever you want18:06
*** kozhukalov_ has quit IRC18:06
*** mohankumar has quit IRC18:07
pabelangerokay, will give it a test. I guess I'd setup zuul on server A to just have gearman settings, then server 2, with gerrit18:07
jeblairpabelanger: 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-infra18:08
pabelangerjeblair: 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
openstackgerritJulia Kreger proposed openstack-infra/project-config: Build a Debian simple-init guest image when DIB changes merge  https://review.openstack.org/25489218:09
*** tqtran_ has joined #openstack-infra18:10
*** abregman is now known as abregman|mtg18:10
*** unicell has joined #openstack-infra18:10
openstackgerritMonty Taylor proposed openstack-infra/shade: Consider 'in-use' a non-pending volume for caching  https://review.openstack.org/25489318:11
mordredShrews, clarkb, jeblair: ^^ just hit that testing fixes for the UUID/inventory problem18:11
crinklegreghaynes: when you have a second could you review https://review.openstack.org/#/c/250012/ ?18:12
pabelangerclarkb: 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 just18:13
pabelangergearman first, that fixes a majority of the dependency order.  Otherwise, I get into some fancy service start ordering18:13
clarkbpabelanger: all of the geraman clients and workers should try to reconnect iirc18:14
*** derekh has joined #openstack-infra18:14
clarkbeg jenkins can come up first18:14
pabelangerclarkb: Ya, I need to double check that actually.18:15
pabelangerYa, can give that a test18:15
anteayacripplingly comprehensive18:15
anteayaI wouldn't have imagined the scenario where those two words go together 3 years ago18:16
*** tonytan4ever has joined #openstack-infra18:16
*** derekh has quit IRC18:16
isaacbmordred: is there an option to use puppet inventory rather than using shade?18:16
*** salv-orlando has joined #openstack-infra18:17
mordredisaacb: I'm not sure I know what you mean?18:18
*** sfinucan has quit IRC18:19
anteayafungi: 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 that18:19
anteayafungi: if that is the decision18:20
isaacbmordred: 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
fungianteaya: 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 week18:20
anteayafungi: yeah the typo18:20
anteayaokey dokey18:20
*** tonytan4ever has quit IRC18:21
*** bwout has joined #openstack-infra18:21
fungimy 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 keep18:21
*** salv-orlando has quit IRC18:21
anteayaah18:21
anteayaI see18:21
fungiwhich is why i'm keeping the reminder there, so we don't forget in the heat of the maintenance, that it's a thing18:22
anteayawell 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 so18:22
anteayaah okay18:22
fungiagenda for today is huge. people are going to hate me for being a fascist timekeeper and cutting them off18:22
anteayafascist timekeeper18:23
anteayaI can't get that label to stick18:23
isaacbmordred: I mean that my inventory is only the hosts in the list of "puppet cert list -a"18:23
anteayait keeps falling off of your hawaiian shirt18:23
*** alivigni has quit IRC18: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 IRC18:24
*** vilobhmm11 has joined #openstack-infra18:25
*** gokrokve has joined #openstack-infra18:25
*** jaypipes has quit IRC18:27
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/25457118:28
*** eil397 has joined #openstack-infra18:29
*** gokrokve has quit IRC18:30
fungipleia2: were you working with jd__ on that channel move?18:30
*** dims_ has quit IRC18:30
* fungi can't remember18:30
*** zzzeek has joined #openstack-infra18:30
*** xyang1 has quit IRC18:31
*** xyang1 has joined #openstack-infra18:31
zzzeekis the openstack-dev mailing list broke ?   no new messages for hours including mine...18:31
*** gokrokve has joined #openstack-infra18:31
vilobhmm11fungii : ping18:33
*** gokrokve has quit IRC18:33
*** otter768 has joined #openstack-infra18:34
*** gokrokve has joined #openstack-infra18:34
openstackgerritDerek Higgins proposed openstack-infra/project-config: Switch TripleO jobs to F22 jenkins nodes  https://review.openstack.org/24368418:34
vilobhmm11fungii, 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
clarkbzzzeek: 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-infra18:35
*** abregman|mtg is now known as abregman18:36
pleia2fungi: no, but I can18:36
zzzeekclarkb: yes.   also it's quite unusual that there's been no posts at all for about three hours18:36
zzzeekclarkb: http://lists.openstack.org/pipermail/openstack-dev/2015-December/date.html#start18:36
*** tjones has quit IRC18:37
clarkbthe qrunner processes are running18:37
*** isaacb has quit IRC18:38
*** xyang1 has quit IRC18:38
*** dramalho has joined #openstack-infra18:38
*** dramalho has quit IRC18:38
*** otter768 has quit IRC18:39
fungipleia2: 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-infra18:39
fungii probably missed some key discussion around implementing that18:39
clarkbplenty of disk18:40
clarkberror log doesn't seem to have anything but malformed paths and non existant lists18:40
clarkbfungi: pleia2 ^ what else should I be looking at?18:41
pleia2instructions 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 permissions18:41
jd__pleia2: yeah :(18:41
jd__we need someone to implement the mode change on the old chan18:41
pleia2jd__: ok, I can help you out then18:41
fungiclarkb: see if exim logs indicate receiving a message from zzzeek for the list?18:41
fungiclarkb: then i'd trace it from there to the mailman posts log18:41
fungiclarkb: and after that to the mailman smtp log18:42
fungiclarkb: and then back to the exim mainlog again for outbound forwarding18:42
*** bwout1 has joined #openstack-infra18:42
SpamapSvilobhmm11: unfortunately I'm not much of an expert on job configuration. :-P18:43
*** Kennan has quit IRC18:43
vilobhmm11SpamapS : np..18:44
*** bwout has quit IRC18:44
*** Kennan has joined #openstack-infra18:44
clarkbthe disconnect does appear to be between exim and mailman18:44
clarkbexim has received the message but nothing in post, time to dig through the other logs (and look more closely at errors)18:44
SpamapSvilobhmm11: but the others you tagged should have some insight. :)18:44
fungiclarkb: is it still in the delivery queue?18:45
pleia2jd__: hm, are you actually ready for this move? the status and logging bot are still in #openstack-ceilometer18:45
pleia2jd__: it's fine if you have already moved discussion to the new channel, I just wanted to be sure :)18:45
*** cdent has quit IRC18:45
jd__pleia2: yes we're ready all the patches :) the patches to move the bot is in review for weeks18:45
clarkbfungi: `exim -bp` ?18:45
jd__s/all the patches/18:46
*** sabeen has quit IRC18:46
fungiclarkb: exim4 but otherwise yeah18:46
fungiclarkb: or mailq18:46
pleia2jd__: 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
fungiclarkb: which is simply a sendmailesque alias to the same command18:46
jd__pleia2: yes :) we moved there for weeks too :)18:47
pleia2jd__: ok, great18:47
*** pvaneck has joined #openstack-infra18:48
anteayadhellmann: 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
openstackgerritMerged openstack-infra/project-config: Remove juno branch handling for python projects  https://review.openstack.org/25465718:48
jd__thanks pleia2 :)18:50
*** david-ly_ has joined #openstack-infra18:50
clarkbfungi: there is quite a bit of queuing but grep tells me none related to zzzeek's message18:50
*** tqtran_ has quit IRC18:51
zzzeekclarkb: are you grepping for "From: Mike Bayer <mbayer@redhat.com>" ?18:51
pleia2jd__: you're welcome18:51
fungiclarkb: yeah, that's typical. lots of recipients end up being undeliverable for long periods18:51
clarkbzzzeek: mbayer yes18:51
clarkbzzzeek: I see exim received your email18:52
*** david-ly_ is now known as david-lyle_18:52
zzzeekclarkb: OK18:52
*** eliqiao has quit IRC18:52
vilobhmm11clarkb : have a min18:52
zzzeekclarkb: so that it is not on http://lists.openstack.org/pipermail/openstack-dev/2015-December/date.html#start indicates something is lagged18:52
clarkbzzzeek: yes mailman doesn't seem to have been told about it18:52
fungiclarkb: 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 IRC18:54
dhellmannanteaya : excellent question18:54
*** austin81 has left #openstack-infra18:54
anteayadhellmann: oh good, I'm so glad18:54
*** alivigni has joined #openstack-infra18:54
*** eliqiao has joined #openstack-infra18:55
*** ildikov has joined #openstack-infra18:55
clarkbfungi: looks lilke libssl openssl libc18:56
clarkband cfacter18:56
clarkblibc maybe?18:56
anteayadhellmann: I'm fine with the direct-release bits removal, less so with the inclusion of random code18:56
zzzeeklibssl + something with keys broke  <-- my bet18:56
dhellmannanteaya : probably a rebase issue, I'm working on it18:57
fungiclarkb: maybe the exim paniclog (if there is one) or the mailman error log to see if there's something broken18:57
openstackgerritSergey Lukjanov proposed openstack-infra/project-config: Add reno jobs for python-saharaclient  https://review.openstack.org/25490718:57
clarkbfungi: neither of those seem to have much18:57
openstackgerritDoug Hellmann proposed openstack-infra/project-config: remove direct-release option from projects  https://review.openstack.org/24892318:57
zzzeekfile permission and/or selinux shenanigans18:57
clarkbpaniclog was last written to last october18:57
dhellmannanteaya : ^^18:57
fungistumped (and about to start chairing a meeting)18:57
ruagairI/18:58
clarkband error log is mostly people sending to non existant lists18:58
*** annegentle has joined #openstack-infra18:58
clarkbjeblair: are you around?18:58
jeblairclarkb, fungi: exim queue id 1a6JuB-0001lj-O6 is in a file in /var/lib/mailman/qfiles/in18:58
zzzeekclarkb: i dont know the env here but selinux issues in syslog perhaps ?18:58
jheskethMorning18:58
clarkbzzzeek: no selinux18:58
zzzeekclarkb: good18:58
clarkbits ubuntu18:58
jeblairi don't know why mm hasn't processed it yet18:58
anteayadhellmann: thanks18:58
clarkbjeblair: thats what the qrouter should be doing ya?18:59
clarkber qrunner18:59
jeblairclarkb: i believe so, yes18:59
jeblairclarkb: probably the incoming runner18:59
openstackgerritMatt Riedemann proposed openstack/requirements: Block oslo.messaging 3.1.0 since it breaks Ironic  https://review.openstack.org/25491118:59
mriedemjroll: ^18:59
jeblairopenstack-dev is locked...18:59
mriedemsdague: ^18:59
sdague???19:00
jeblairclarkb: so perhaps a process is stuck doing something related to it19:00
fungiit'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
anteayathanks SergeyLukjanov19:00
mriedemsdague: reqs blacklist https://review.openstack.org/25491119:00
mriedemunless the ??? wasn't for me19:00
jeblairclarkb: sorry, 1939.0 holds the lock19:00
clarkbjeblair: 14112 is the incoming queue runner19:00
jeblair1939 doesn't exist19:00
openstackgerritMerged openstack-infra/project-config: Remove juno handling from Jenkins  https://review.openstack.org/25465819:00
openstackgerritMerged openstack-infra/project-config: Remove stable/juno from gerritbot  https://review.openstack.org/25486219:01
openstackgerritMerged openstack-infra/project-config: Further juno cleanup  https://review.openstack.org/25487119:01
clarkbjeblair: of all those lock file show do I determine that?19:01
jeblaircat "/var/lib/mailman/locks/openstack-dev.lock"19:01
jeblairclarkb: so probably a stale lockfile...19:01
jeblairbut you should double check me19:01
*** rkukura has joined #openstack-infra19:02
jeblairclarkb: if so, i think we can just delete and it will unwedge (or wait 30 mins i think?)19:02
*** annegentle has quit IRC19:02
*** openstackgerrit has quit IRC19:02
*** bpokorny_ has joined #openstack-infra19:02
*** openstackgerrit has joined #openstack-infra19:02
clarkbthat file does point at 1939.0 which is on disk but no process with that pid19:03
*** bpokorny_ has quit IRC19:03
openstackgerritMerged openstack-infra/release-tools: No SHA needed in announce.sh  https://review.openstack.org/25483919:03
openstackgerritMerged openstack-infra/release-tools: Fix silent error in case of missing meta  https://review.openstack.org/25484019:03
*** bpokorny_ has joined #openstack-infra19:04
*** electrofelix has quit IRC19:04
*** abregman is now known as abregman|brb19:04
*** salv-orlando has joined #openstack-infra19:04
openstackgerritMerged openstack-infra/reviewstats: Add kolla to projects  https://review.openstack.org/25455719:04
openstackgerritMerged openstack-infra/release-tools: Exit early if EMAIL envvar is not defined  https://review.openstack.org/25484119:04
*** bpokorny_ has quit IRC19:05
*** bpokorny has quit IRC19:05
openstackgerritMerged openstack-infra/reviewstats: Update fuel to correct repo  https://review.openstack.org/25348519:06
*** bpokorny has joined #openstack-infra19:06
vilobhmm11fungii, 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
clarkbvilobhmm11: yes19:07
*** tsg has quit IRC19:07
vilobhmm11don't want to end up in a situation where this job breaks other stuff19:07
*** gokrokve has quit IRC19:08
clarkbthree should be plenty of examples in the layout19:08
vilobhmm11tooz stuff19:08
*** abregman|brb is now known as abregman19:08
*** Sukhdev has joined #openstack-infra19:09
AJaegervilobhmm11: read the infra manual - the creator's guide completely, there's non-voting jobs documented19:10
AJaegervilobhmm11: http://docs.openstack.org/infra/manual/creators.html19:10
vilobhmm11Ajaeger : ok thansk!19:10
*** bwout1 has quit IRC19:10
*** salv-orlando has quit IRC19:11
openstackgerritRyan Brandt proposed openstack-infra/project-config: Add tempest jobs as non-voting check for monasca persister  https://review.openstack.org/25491619:12
*** abregman is now known as abregman|brb19:13
*** kozhukalov_ has joined #openstack-infra19:13
pleia2jhesketh: I think it's ok for me to contact HPE now with dates?19:13
*** david-lyle_ is now known as david-lyle19:14
*** hdd has joined #openstack-infra19:14
jheskethpleia2: yep I think there was strong concensus on that and we should probably confirm before people book flights19:14
pleia2great19:15
jheskethpleia2: so that'd be 22-25 of Feb right?19:15
pleia2yep19:15
jheskethShiny :-)19:15
*** gokrokve has joined #openstack-infra19:16
*** bpokorny has quit IRC19:16
*** rbrndt has quit IRC19:17
*** bpokorny has joined #openstack-infra19:17
*** sridhar_ram has quit IRC19:17
*** rguillebert has quit IRC19:17
greghaynescrinkle: What consumes this file https://review.openstack.org/#/c/250012/1/elements/simple-init/init.d/01-8021q ?19:17
greghaynescrinkle: 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
crinklegreghaynes: 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 element19:19
crinklei can remove it19:19
greghaynescrinkle: I dunno, I'm not sure what the goal was with it19:20
greghaynescrinkle: but I do think it should work without it...19:21
crinklegreghaynes: i think you're right19:21
*** tqtran has quit IRC19:21
openstackgerritVilobh Meshram proposed openstack-infra/project-config: Add Consul Gate Job  https://review.openstack.org/25448819:23
vilobhmm11clarkb, AJaeger : ^^19:23
*** ankurgupta1 has joined #openstack-infra19:23
*** ankurgupta1 has left #openstack-infra19:23
*** esker has joined #openstack-infra19:24
*** olaph has quit IRC19:25
AJaegervilobhmm11: 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-infra19:25
*** abregman|brb is now known as abregman19:26
AJaegervilobhmm11: tooz jobs are defined in jenkins/jobs/projects.yaml19:26
vilobhmm11AJaeger : thanks for the info..will check..the manual is really helpful..yes it is19:26
AJaegerand there're no -nv's defined, you have to use the voting: false...19:26
nibalizermordred: i deleted hounde.openstack.org last night fyi19:26
vilobhmm11Ajaeger : how about this https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L858319:27
mordrednibalizer: yup. saw. awesome19:27
*** esker has quit IRC19:28
*** mestery has quit IRC19:28
AJaegervilobhmm11: forget about the -nv for a tox like change like you want to do.19:28
AJaegeruse voting: false19:28
*** mestery has joined #openstack-infra19:28
*** ZZelle_ has joined #openstack-infra19:29
vilobhmm11Ajager : 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 weshay19:31
clarkbjeblair: its been a half an hour and from what I can see the lock hasn't changed so we may need to force it19:31
*** gokrokve has quit IRC19:31
AJaegervilobhmm11: 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
AJaegervilobhmm11: have a look how other projects do it...19:32
AJaegerwe have infra meeting right now...19:33
vilobhmm11ok19:33
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Improve test coverage: network delete API  https://review.openstack.org/25492219:33
*** tsg has joined #openstack-infra19:35
*** elo has joined #openstack-infra19:35
nibalizercrinkle: i have ssl cert errors again, can I have a copy of the ca cert you used?19:35
crinklenibalizer: yes19:35
crinklenibalizer: oh right i changed the cert19:36
*** mwagone has joined #openstack-infra19:36
*** flwang1 has joined #openstack-infra19:36
crinklenibalizer: also i think there's a --insecure flag you can pass to the clients19:37
*** harlowja has quit IRC19:38
*** harlowja has joined #openstack-infra19:38
rcarrillocruzcrinkle: from your latest 'add bifrost manifest' patchset, i understand that glean is no mangling with your cfg interfaces?19:39
crinklercarrillocruz: yes it seems to be working correctly now19:39
nibalizercrinkle: thanks19:39
rcarrillocruz++19:39
*** sshnaidm has joined #openstack-infra19:40
*** rbrndt has joined #openstack-infra19:43
rcarrillocruzwhen 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
rcarrillocruzwhich is why i ended up adding to your patchset later and you eventually -119:43
*** olaph has quit IRC19:43
mriedemjeblair: did you say openstack-dev was frozen?19:45
mriedemor should be good now and need to re-send any messages19:45
crinklercarrillocruz: 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 list19:46
rcarrillocruzhmm, yeah19:46
rcarrillocruzdo we have the public hiera by any chance yet?19:46
rcarrillocruzcos if we do, i'd rather put all that data in hiera instead of puppet manifests19:46
*** jffische has quit IRC19:46
*** r1chardj0n3s has left #openstack-infra19:46
rcarrillocruznibalizer: ^, haven't followed the public/private hiera in tree thing19:47
crinklercarrillocruz: which data? most of the data is passwords19:47
rcarrillocruzis that in place already?19:47
mordredcrinkle, notmorgan: let's connect on infra-cloud keystone config19:47
notmorganmordred: ++19:47
notmorganyes19:47
* notmorgan is here19:47
mordredcrinkle, notmorgan: infra cloud is currently only exposing versioned v219:47
mordredand I'd love to help it expose unversioned v319:47
notmorganright-i19:47
notmorganright-o19:47
mordredor, rather, I'd like to hornswaggle notmorgan into helping with that19:47
notmorganhahaha19:47
Clintright-i/o19:48
rcarrillocruzcrinkle: ips, macs, etc19:48
*** sabeen has joined #openstack-infra19:48
* notmorgan doesn't know how doable this is...but getting all the services on standard web ports would be *fantastic*19:48
notmorganeven if they remain separate hosts19:48
* notmorgan points at Vexxhost as prior art to it "working"19:48
*** tqtran has joined #openstack-infra19:49
*** olaph has joined #openstack-infra19:49
notmorganmordred: so 2 yes, unversioned/v3 *and* web ports would be good.19:49
notmorgans/2//19:49
mordrednotmorgan: we have an all-in-one controller19:50
notmorganmordred: doh.19:50
mordrednotmorgan: so, for now, ports are fine for this cloud19:50
notmorganmordred: yah ports are ok then19:50
mordrednotmorgan: by the time we get the replacement, hopefully we can deploy it with your lua19:50
crinklewe can reorganize that but i'd rather not do that right now19:50
notmorgancrinkle: not worth it19:50
mordredyha - I think it's fine19:50
*** sabeen3 has joined #openstack-infra19:50
notmorgancrinkle: at least not for a while19:50
mordredcrinkle: where are services registered with keystone in the puppet?19:51
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality  https://review.openstack.org/20617819:51
crinklemordred: each service has a *::keystone::auth class, e.g. http://git.openstack.org/cgit/openstack-infra/puppet-infracloud/tree/manifests/controller.pp#n15119:52
* notmorgan tries to think of any real pitfalls with doing unversioned keystone in the catalog19:52
*** sabeen has quit IRC19:52
mordredcrinkle: neat!19:53
notmorgani am not sure it will work.19:53
crinklemordred: except for keystone which has keystone::endpoint19:53
notmorganwe can do unversioned auth.19:53
notmorganbut dunno if we can do unversioned globally because if something needs to lookup projects...19:53
notmorganfor example, it needs to know what version its talking.19:53
* notmorgan needs to try unversioned properly19:53
* mordred is fin with the v2 on a port staying there19:54
*** _nadya_ has joined #openstack-infra19:54
mordredjust wants to make sure we are exposing v319:54
crinklei don't think you can unexpose v3, it should work19:54
mordredoh! it's there19:54
mordredhttps://controller00.hpuswest.ic.openstack.org:35357/v319:55
crinklemordred: feel free to change the OS_AUTH_URL in the rc file19:55
openstackgerritMerged openstack-infra/project-config: remove direct-release option from projects  https://review.openstack.org/24892319:55
mordredcrinkle: I'll just keep poking for now - learnings things19:55
mordredcrinkle: 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
mordredaha!19:56
mordredI see it19:56
* mordred learned something19:56
*** _nadya_ has quit IRC19:56
*** _nadya_ has joined #openstack-infra19:57
*** aysyd has quit IRC19:57
crinklemordred: i didn't set those up on purpose so something in the puppet modules did it19:57
notmorganoh exposing v3 that is easy19:57
notmorganin fact, i think everything can just use v3 if you set the auth_url and os-api-version [if CLIing]19:58
notmorganand if we aren't doing domains... it really is a lot less complex19:59
mordrednotmorgan: it's already running - we're good19:59
notmorganmordred: ++19:59
mordredcrinkle: it's a default action in puppet-openstack20:00
mordredcrinkle: I think I should submit a patch to disable-by-default20:00
*** hashar is now known as hasharAway20:00
mordredespcially for compute v320:00
mordredwhich should not run20:00
notmorgani am fairly certian there wont be issues if you just swapped v2.0 to v3 and updated auth stuffs20:00
anteayafungi: nice timeboxing20:00
AJaeger++20:00
notmorganbut, for now v3 is there, it's running, and otherwise is almost a no-op to keep it as is.20:00
jesusaurusimpressive timeboxing20:01
notmorgancrinkle: is the keystone paste-ini have admin_token in it?20:01
*** annegentle has joined #openstack-infra20:01
notmorgancrinkle: the pipeline that is20:01
*** _nadya_ has quit IRC20:01
clarkbjeblair: fungi: any more thoughts on the mailman lock?20:01
notmorgancause that we need to be sure is *not* in the pipeline.20:01
fungianteaya: 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 discussion20:01
clarkbjust rm the lock file?20:01
anteayafungi: you did great20:01
clarkbor am I going to need to fnctl it?20:01
fungiclarkb: oh, i missed that you found a stale lock20:01
*** kozhukalov_ has quit IRC20:01
jesusaurusjeblair: will zuul have a stable/v2 branch or are downstreams expected to switch over at the same time infra does?20:02
crinklenotmorgan: the admin token is in keystone.conf, there's not a great way to get rid of it in puppet20:02
notmorgancrinkle: in the keystone.conf it doesn't matter20:02
clarkbfungi: well jeblair found it20:02
notmorgancrinkle: in the pipeline in paste-ini it does20:02
notmorganit's super insecure20:02
fungiclarkb: aha20:02
notmorganit is only useful for bootstrapping20:02
openstackgerritEmilien Macchi proposed openstack-infra/project-config: add 'tempest' in puppet-openstack-integration jobs  https://review.openstack.org/25493320:02
crinklenotmorgan: I didn't know that, what makes it more insecure than having it in keystone.conf?20:02
notmorganit's a static string that conveys admin to the entire cloud20:03
*** rfolco_ has quit IRC20:03
notmorganit's just the pipeline bit because it basically sets is_admin=True, so you can do things in keystone for bootstrapping20:04
*** AJaeger has quit IRC20:04
notmorganthe admin_token value in keystone.conf is useless unless the filter is in the pipeline20:04
*** ashleighfarnham has joined #openstack-infra20:04
notmorganso recommended deploy is once bootstrapped remove admin_otkne from the pipeline and then it eliminates a potentially scary vector of attack20:05
* notmorgan needs to revisit making bootstrap a keystone-manage thing20:05
notmorganso there is no reason to ever have a scary admin-granting-string floating around clouds20:05
crinklenotmorgan: 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
SpamapScrinkle: the trick, I think, is to make it really be two files20:07
clarkbfungi: are you familiar with breaking such locks?20:07
notmorgancrinkle: it is unsafe to leave that in the pipeline :(20:07
crinklenotmorgan: this is standard for puppet-based deployments so that is :(20:08
notmorganclarkb: i'm almost sure people do it. but generally speaking it is the least safe part of how keystone works20:08
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality  https://review.openstack.org/20617820:08
SpamapScrinkle: and make the second one, the secure one, depend on the bootstrap having happened.20:08
clarkbnotmorgan: mailman lock20:08
clarkber you wnated crinkle nevermind20:08
notmorganclarkb: whoopse sorry20:09
fungiclarkb: 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 stretch20:09
notmorganc<tab> vs cr<tab>20:09
notmorgancrinkle: yeah20:09
* crinkle considers /nicking to clarkc for extra confusion20:09
*** ociuhandu has quit IRC20:09
clarkbfungi: /var/lib/mailman/locks20:09
fungiwhat i should do is set aside some time this evening to finish hacking together a replacement power supply20:09
clarkbfungi: looks to be file based20:09
notmorgancrinkle: can we get mordred to be clarkm then?20:09
anteayahttps://wiki.openstack.org/wiki/VirtualSprints#Infra_.22holiday_party.22_knowledge_transfer_virtual_sprint20:10
fungiclarkb: file presence based or file handle/link reference based?20:10
*** hasharAway is now known as hashar20:11
clarkbfungi: well the file is gone now so either it was a longer timeout or jeblair is ninjaing20:11
clarkbfungi: there is a listname.lock file that points to a pid specific lock file20:11
fungiclarkb: oh! we've got a ton of lockfiles in there20:11
*** erikwilson has joined #openstack-infra20:11
clarkbfungi: ya I think each process makes one of those files20:11
zzzeekclarkb: im probably missing the scrollback here but I see a whole bunch of msgs just got posted20:11
jeblairclarkb: i did not ninja20:11
clarkbfungi: then when it takes the lock it writes to the non suffixed file20:11
notmorgancrinkle: so, after bootstrap could we do something like the ~/.sudo_as_admin_successful file drop, and then re-manage the file?20:11
clarkbjeblair: cool then I think mailman must've timed out20:12
fungiclarkb: these are the subscription/moderation locks?20:12
clarkbfungi: that I am not sure of20:12
notmorgancrinkle: /me is looking for solutions that might work.20:12
fungiif so, this could be another ddos/reflection attack we're being used in20:12
fungilike the one from a couple months ago20:12
crinkleSpamapS: can you elaborate on the two-file idea?20:12
clarkbfungi: oh fun, is there something I can check to see? the subscription log maybe?20:13
fungiclarkb: that's where i found it last time20:13
clarkbah yup20:13
clarkbthere is indeed a single gmail addr spamming us20:13
fungiclarkb: lots of similar-looking e-mail address patterns20:13
clarkbper email addr20:13
clarkber poor20:13
*** lucasagomes is now known as lucas-dinner20:13
fungiwe have a filter we can kick in for that20:14
notmorganSpamapS: boot-strap, non-bootstrap paste? then swap once bootstrap is done?20:14
clarkbright there is a script to run in our docs20:14
* clarkb pulls that up20:14
notmorganlike bootstrap-paste-ini, start keystone, bootstrap, then stop keystone and use prod ini20:14
notmorganrestart keystone.20:14
pabelangerSo, 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 expected20:14
notmorgan?20:14
crinklecan't do all that in one puppet run20:14
crinklewould need to ansible it20:14
yolandahi 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
fungipabelanger: 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 url20:15
crinkleyolanda: hey, i wanted to bring it up in the meeting but we were short on time20:15
yolandaso 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 IRC20:16
crinkleyolanda: 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 more20:16
notmorgancrinkle: 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
crinkleyolanda: specifically we need mysql20:16
clarkbfungi: 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
clarkbanything else you want to look at before doing that?20:16
crinklenotmorgan: no, the keystone service is one thing in puppet, you can't manage it twice20:16
yolandacrinkle, could we upgrade mysql generally on infra? if that's the only case20:16
crinklenotmorgan: declarative nature yadayada20:16
fungiclarkb: yes please. also the lockfiles there are safe to delete. i think was removing any older than 30 minutes20:16
notmorgancrinkle: 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
crinkleyolanda: that is sort of hard but that would make the problem go away20:17
*** Piet has joined #openstack-infra20:17
notmorgancrinkle: then kill it at the end of bootstrap action20:17
*** esker has joined #openstack-infra20:17
crinkleyolanda: my patches would have been helpful for the general case of upgrading modules20:17
crinklenotmorgan: ah yeah we could add execs to do that20:17
* notmorgan might just need to say screw it and write a bootstrap helper now.20:17
notmorgancrinkle: yah. that would be the way to do it.20:18
fungiclarkb: oh, i did 60, but 30's probably fine too20:18
notmorgancrinkle: or i can write a bootstrap helper in like an hour20:18
yolandacrinkle, i saw them. I agree, instead of upgrading massively, with the risk it involves, do component by component on a controlled way20:18
notmorgancrinkle: i've been meaning to do it anyway20:18
crinklenotmorgan: also might be good to have this discussion in #puppet-openstack or #openstack-keystone when richm is online20:18
notmorgancrinkle: yeah lets do it in -puppet when richm is around20:18
notmorgancrinkle: i'll write a bootstrap helper for keystone-manage anyway20:19
SpamapScrinkle: doesn't puppet have Ruby DSL?20:19
crinkleyolanda: I think pabelanger had ideas that involved using different modulepaths, but i haven't seen any patches20:19
pabelangercrinkle: 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 upstream20:19
crinkleSpamapS: no20:19
notmorgancrinkle: it'll just create a simple admin account with a specified password and a project and role on the project.20:19
SpamapScrinkle: if so, that's the way you get workflows and still retain power of puppet primitives, right?20:19
SpamapSwait what?20:19
yolandapabelanger, i'll be happy to see it and review20:19
crinkleSpamapS: old old puppet did, and we have types and providers written in ruby20:19
pabelangercrinkle: was waiting for puppet-apply stuff to land, since it was a blocker20:19
notmorgancrinkle: so, then it'l be up to puppet to do API calls to do the rest, but that is no different than today20:19
yolandapabelanger, will that work with new puppet apply system?20:20
SpamapSoh crap they deprecated the one saving grace of the tool? :-P20:20
notmorganSpamapS: hah20:20
SpamapSsome things aren't graphable damnit20:20
crinkleSpamapS: if you want ruby DSL use chef :P20:20
pabelangeryolanda: I'd like it too.20:20
SpamapScrinkle: I'll ansible kthxbai ;)20:20
crinkleSpamapS: kool20:20
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Bug fix: Allow name update for domains  https://review.openstack.org/25494020:20
openstackgerritMonty Taylor proposed openstack-infra/puppet-infracloud: Disable novav3, ec2 and metadata services  https://review.openstack.org/25494120:20
pabelangeryolanda: like the patch crinkle did. There is a new flag in site.pp that toggles which path to use20:20
mordredcrinkle: ^^20:21
mordredpabelanger: we're close on puppet apply20:21
mordredpabelanger: I hit a snag and am working on a patch to the ansible inventory20:21
SpamapScrinkle: no seriously.. if that's the case, maybe you need bash script that just manages a symlink.20:21
pabelangermordred: nice20:21
SpamapS/etc/keystone/api-paste.ini -> { bad | good }20:21
*** esker has quit IRC20:21
pabelangercrinkle: yolanda: So, I should be able to push up something later this week once puppet-apply is done.20:21
clarkball odne20:21
yolandapabelanger, 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 does20:22
SpamapScrinkle: and just notify the service when you run it in 'good' mode (so it restarts)20:22
pabelangercrinkle: yolanda: then we can start upgrading nodes for newer puppet-mysql20:22
crinklepabelanger: you could push things up pre-puppet-apply and use depends-on, would be nice to get an idea20:22
pabelangeryolanda: I see a single path moving forward, but each node can somewhat control it20:22
SpamapScrinkle: or.. crazy idea.. use a complete separate /etc/keystone for bootstrapping20:22
SpamapSbut that is going to get weird with apache congis20:23
pabelangercrinkle: Ya, I was mostly waiting to see how puppet-apply was going to work20:23
SpamapSconfigs20:23
* SpamapS went crosseyed20:23
crinklei read apache corgis20:23
SpamapSThey're ADORABLE20:23
*** ociuhandu has joined #openstack-infra20:23
pleia2hee20:24
clarkbok 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 meeting20:25
greghaynesclarkb: did you ever figure out why you hit the python missing issue but nodepool didnt?20:25
clarkbgreghaynes: I think the fedora-minimal element installs python20:26
clarkbgreghaynes: but fedora doesn't20:26
greghayneshuh20:26
clarkbor python220:26
greghayneswow20:26
yolandapabelanger, 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
crinklepabelanger: 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-infra20:27
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Bug fix: Fix pass thru filtering in list_networks  https://review.openstack.org/25488420:28
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Improve test coverage: network delete API  https://review.openstack.org/25492220:28
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Bug fix: Allow name update for domains  https://review.openstack.org/25494020:28
clarkbactually lunch and tc meeting might be ebtter use of this next hour20:28
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality  https://review.openstack.org/20617820:28
*** annegentle has quit IRC20:29
*** annegentle has joined #openstack-infra20:29
*** sridhar_ram has joined #openstack-infra20:29
pabelangeryolanda: 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
pabelangeryolanda: crinkle: I think we should schedule a time this week or next and hammer something out. I don't think it will take too long20:32
mordredcrinkle: 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
mordredclarkb: I'm fairly certain it will not remove them from the catalog20:32
mordredgah20:32
mordredcrinkle: ^^20:32
yolandapabelanger, that is a good idea, i can do on your mornings20:33
pabelangeryolanda: 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 flag20:33
crinklemordred: link?20:33
yolandapabelanger, that will make more sense to test upgrades, rather than using a complete separate list20:33
mordredcrinkle: https://review.openstack.org/25494120:34
crinklemordred: btw do you have thoughts on upgrading modules in the new puppet apply world ^20:34
yolandaansible could just copy the new modules to be upgraded, and replace the old ones20:34
mordredughm20:34
mordredwell20:34
mordredso20:34
*** EricGonc_ has joined #openstack-infra20:34
pabelangeryolanda: the other option was using the environment variable to control the modulepath too20:34
mordredthe way it's working right now, fwiw20:34
*** otter768 has joined #openstack-infra20:35
mordredis that we do install_modules on the master20:35
*** apoorvad has quit IRC20:35
mordredand then rsync to the other hosts20:35
crinkleright, that breaks the assumptions i was making with some earlier ideas20:35
mordrednod20:35
mordredwould it be better to run install_modules per host?20:35
*** EricGonczer_ has quit IRC20:36
mordred(that's not a super hard thing to change if so)20:36
pabelangerrunning it on each host could be easier to control which modules get installed20:36
pabelangeror version of module20:37
crinkleactually maybe we could keep the rsync and just run install_modules again with https://review.openstack.org/#/c/247273/20:37
pabelangerbut, you run the risk of having different versions of something across all your nodes20:37
crinkleer s/again/on top of20:37
*** jcoufal has quit IRC20:37
*** esker has joined #openstack-infra20:37
pabelangerFWIW: I was running install_modules.sh on each node when I had my CI environment running20:38
pabelangerworked well20:38
mordredwell, we also rync system-config20:38
mordredso it's there20:38
mordredso we could totally run on each host20:38
openstackgerritJulia Kreger proposed openstack-infra/shade: Add wait support for ironic node [de]activate  https://review.openstack.org/25397920:38
clarkbwe could do that as first task20:39
clarkbso everything remains synced20:39
pabelangermore 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 same20:39
pabelangers/close/clone20:39
*** otter768 has quit IRC20:40
*** gyee has quit IRC20:40
*** EricGonc_ has quit IRC20:41
*** EricGonczer_ has joined #openstack-infra20:41
*** asselin__ has quit IRC20:42
*** jamesmcarthur has quit IRC20:42
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add ability to opt-in to upgrading modules  https://review.openstack.org/24775520:43
yolandapabelanger, i agree. For that case of mysql or for other future ones, having the ability to consume modules per node looks useful20:43
crinkle^ just runs install_modules on top of the synchronized modules20:44
pabelangerthat seems like a lot of work to avoid running install_modules.sh on a node20:45
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add ability to opt-in to upgrading modules  https://review.openstack.org/24775520:45
*** xyang1 has joined #openstack-infra20:45
openstackgerritSpencer Krum proposed openstack-infra/system-config: Use Puppet Stages to setup users first  https://review.openstack.org/16104820:49
*** esker has quit IRC20:49
*** jamesmcarthur has joined #openstack-infra20:49
rm_workI 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_workIt 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 difficult20:52
clarkbrm_work: when you run tox it installs the project which should set up the entrpoints20:52
rm_workhmm ok20:52
clarkbyou do have to install it20:52
rm_worklet me try again through tox20:52
rm_worki bet that is the problem, I test first without tox20:52
clarkbotherwise the pkg_resources stuff doesn't happen20:52
*** sshnaidm has quit IRC20:52
*** fredericve has quit IRC20:54
*** bwout has joined #openstack-infra20:54
*** fawadkhaliq has quit IRC20:55
rm_workok yeah cool, thanks, not sure I would have moved on to testing inside tox if you hadn't mentioned that :P20:56
*** mfisch has joined #openstack-infra20:57
mfischpleia2: does infra run the mailing lists?20:57
*** gildub has joined #openstack-infra20:58
mfischhaving a few issues20:58
clarkbwe do20:58
openstackgerritColleen Murphy proposed openstack/diskimage-builder: Load the 8021q kernel module in simple-init  https://review.openstack.org/25001220:59
mfischclarkb: im missing emails and/or receiving out of order. it could just be me but wanted to point it out20:59
SotKjeblair: Is there any chance you'll have a moment to reply to me on https://review.openstack.org/#/c/240346/ anytime soon?20:59
clarkbmfisch: mailman is/was being used as part of a reflection attack against a couple addresses21:00
mfischclarkb: okay I will be patient thanks.21:00
clarkbmfisch: this resulted in slow processing of mail, it should be ebtter now but pretty sure that is why delivery is slow/odd21:00
clarkbmfisch: are you having trouble iwth recent(in the last hour or so) emails?21:00
*** mwagone has quit IRC21:00
*** _nadya_ has joined #openstack-infra21:01
*** jtomasek has quit IRC21:03
pleia2we have rooms at HPE ft collins \o/21:04
fungipleia2: that's excellent news!21:05
crinklepleia2: \o/21:05
anteayapleia2: nice work21:05
pleia2we'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 jhesketh21:06
*** _nadya_ has quit IRC21:06
dhellmannrm_work : for future reference, the oslo team (#openstack-oslo) manages stevedore21:06
openstackgerritJulia Kreger proposed openstack-infra/shade: Add wait support for ironic node [de]activate  https://review.openstack.org/25397921:07
*** Sukhdev has quit IRC21:08
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality  https://review.openstack.org/20617821:09
*** bwout has quit IRC21:10
openstackgerritK Jonathan Harker proposed openstack-infra/zuul: Only depend-on open changes  https://review.openstack.org/25495721:12
*** mwagone has joined #openstack-infra21:12
*** rfolco_ has joined #openstack-infra21:13
clarkbthe single node dibtest runs passed but multinode failed21:16
*** annegentle has quit IRC21:17
anteayado logs capture enough info to figure out why?21:17
clarkbjust pulling them up now21:17
anteayak21:18
clarkbits possible multinode just doesn't work right now, will know more in a bit21:18
openstackgerritMerged openstack/requirements: Bump python-mistralclient to 1.2.0  https://review.openstack.org/25342321:18
greghaynesclarkb: I definitely got ubuntu-trusty dib passing on multinode a while back21:19
nibalizermordred: where we at with onfra tenants?21:19
greghaynesI think the hostname issue was the last thing we hit21:19
*** rfolco_ has quit IRC21:19
clarkblooks like ssh to nested VM failed for some reason21:19
clarkbmight be the dhcp thing21:19
funginibalizer: it's spilled "omfra"21:19
pleia2the 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 way21:20
*** claudiub has joined #openstack-infra21:20
pleia2fungi, jhesketh - I think that's ok? we don't want this to be a massive event anyway21:21
anteaya20 to 30 is manageable as a group event21:22
anteayabeyond that and you have actors and audience21:22
fungipleia2: jhesketh: anteaya: that scale sounds fine, yes21:23
*** erikwilson has quit IRC21:23
pleia2anteaya: ++21:23
fungithe 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 forward21:24
* pleia2 nods21:24
fungiand will serve to discourage attemdance by people who just want to come for unrelated reasons21:25
SpamapSAre we discussing the sprint thing?21:25
pleia2SpamapS: yeah21:25
SpamapSI am in the same boat as greghaynes ... baby due March 7 for me. So not doing any travelling Feb. or Marhc.21:25
mtreinishfungi: I'm totally gonna crash it21:25
greghaynesSpamapS: That is my birthday!21:26
pleia2SpamapS: another one! yay!21:26
SpamapSgreghaynes: nice21:26
anteayamtreinish: you are announcing your intent, you aren't crashing it21:26
anteayamtreinish: and I would welcome your participation21:26
mtreinishanteaya: I take that as a challenge :)21:26
anteayatake it however you like21:27
pleia2anteaya: psh, he's gonna make us work on qa things21:27
anteayaI have better challenges21:27
clarkbjust one baby? ;)21:27
anteaya_that_ is the one you want to settle for?21:27
pleia2clarkb: you're an overachiever21:28
greghaynesclarkb: Youre always the one who says to not start off with multinode21:28
clarkbha21:28
*** abregman has quit IRC21:29
rm_workdhellmann: ah cool, thanks. I kinda knew it was one of your projects, wasn't sure if it was actually oslo21:30
*** dprince has quit IRC21:30
*** doug-fis_ has joined #openstack-infra21:30
rm_workI think I watched one of your pycon presentations on stevedore when I was first starting to work with it :P21:30
*** earlephilhower has quit IRC21:30
*** dims has joined #openstack-infra21:31
*** ayoung has quit IRC21:31
*** doug-fish has quit IRC21:32
*** apoorvad has joined #openstack-infra21:34
fungimtreinish: if you crash it, we put you to work21:36
dhellmannrm_work : yeah, oslo adopted it a while back21:37
fungiSpamapS: we'll have to see if we can hook you in remotely (sip, irc, telepathy, et cetera)21:38
SpamapSfungi: yeah, I mean.. I'm hardly required anymore on the whole effort... crinkle and greghaynes have done a lot more21:38
fungiSpamapS: except we're also short a greghaynes for similar reasons21:39
*** mwagone has quit IRC21:39
fungicrinkle will be great as always though21:40
fungiand maybe we'll have rcarrillocruz and/or yolanda21:40
SpamapSfungi: right, what I actually think youll want for infra-cloud, as much as anything, is puppet experts.21:41
SpamapSbecause at this point, I think we got over the vlan weirdness hump21:41
SpamapS(hopefully just in time for HP to give us a not-weird vlan setup in a new rack of hardware ;)21:41
nibalizermuch excite21:41
clarkb(once that one glean thing gets in I think)21:41
SpamapSso now it's mostly about just running OpenStack.21:42
SpamapSclarkb: I think glean doing this is rather ambitious.. the static config thing works as-is IIRC.21:42
fungi"just" running openstack21:42
fungibecause, you know, that's like, trivial and stuff ;)21:42
clarkbSpamapS: ah21:43
greghaynesSpamapS: speaking of - https://review.openstack.org/#/c/250012/21:43
greghaynesneeds another +221:43
clarkbSpamapS: I thought glean had to be told to ignore the static config but maybe I crossed he streams21:43
SpamapSclarkb: I think we just tell bifrost not to feed network info in.21:43
pleia2so many pieces21:44
pleia2I know what I want for my holiday party21:44
*** Hink has joined #openstack-infra21:44
greghaynesThat is the hack I did originally, not sure if that is what crinkle is still doing?21:44
openstackgerritClark Boylan proposed openstack-infra/project-config: Install puppet using build_git system-config  https://review.openstack.org/25496921:44
SpamapSgreghaynes: dunno, I lost the thread21:45
clarkbianw: ^ so that got my build to checkout and use the correct code, now to +2 the hack21:45
*** Hink has quit IRC21:46
*** Hink has joined #openstack-infra21:46
*** Hink has quit IRC21:48
*** Hink has joined #openstack-infra21:48
clarkbmtreinish: 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 release21:49
clarkbmtreinish: 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-infra21:50
armaxclarkb: I’d vote to delete for now21:50
armaxof for ever21:50
clarkband if we delete that should we rip the support for that stuff out of d-g?21:51
mtreinishclarkb: I've never looked at it before21:51
clarkbsdague: ^21:51
clarkbmtreinish: 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 excitement21:51
mtreinishclarkb: ok yeah, I figured it was back from when everyone was gung ho about having an automated migration path in tree21:52
fungii'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 happen21:52
*** mwagone has joined #openstack-infra21:53
clarkbindeed21:54
clarkbanyways sounds like I should just remove it21:54
mtreinishclarkb: ++21:55
*** salv-orlando has quit IRC21:55
*** alivigni has quit IRC21:55
*** Piet has quit IRC21:57
openstackgerritClark Boylan proposed openstack-infra/project-config: Remove grenade-neutron-sideways job  https://review.openstack.org/25497421:57
clarkbthere we go21:57
thingeefungi: ack for adding gerrit maintenance to dev digest21:57
greghaynesdstufft: I just noticed the domain get-pip.py was registered - is that you?21:58
*** sridhar_ram has quit IRC21:58
*** dims has quit IRC21:59
fungithingee: awesome--without me even having to follow up!21:59
fungithanks!!!21:59
*** Piet has joined #openstack-infra22:01
*** mwagone has quit IRC22:04
*** salv-orlando has joined #openstack-infra22:05
*** sridhar_ram has joined #openstack-infra22:05
*** gokrokve has joined #openstack-infra22:05
*** rhallisey has quit IRC22:06
*** jogo has quit IRC22:07
anteayawell there was effort put into finding a nova-net to neutron migration path22:07
*** gokrokve has quit IRC22:07
anteayaunfortunately we were never able to get consenseus on what that looked like22:07
clarkbright22:07
*** gokrokve has joined #openstack-infra22:07
*** rhallisey has joined #openstack-infra22:08
clarkbthe 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 things22:08
clarkbbut the devil is in the details22:08
*** vilobhmm11 has quit IRC22:10
*** david-ly_ has joined #openstack-infra22:10
*** vilobhmm11 has joined #openstack-infra22:10
*** lykinsbd has quit IRC22:11
*** jogo has joined #openstack-infra22:12
*** jogo has joined #openstack-infra22:12
*** david-lyle has quit IRC22:13
*** annegentle has joined #openstack-infra22:13
*** david-ly_ is now known as david-lyle22:13
anteayayes22:14
anteayaand the devil most certainly was22:14
anteayaso they decided to not worry about it since so many folks had moved to neutron by that point22:15
jgriffithmordred: 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
anteayanot sure where the current conversation is now to be honest22:15
mordredjgriffith: thanks!22:15
*** rguillebert has joined #openstack-infra22:18
rm_workIs 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_workNo matching distribution found for ldap3===1.0.1 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 163))22:19
*** peristeri has quit IRC22:20
clarkbhttps://pypi.python.org/pypi/ldap3/1.0.122:20
clarkbI wonder if they deleted their release22:20
clarkb:/22:20
mordred*headdesk*22:20
*** annegentle has quit IRC22:20
mordredso - I guess we should bump the constraint22:21
mordredlifeless: ^^ enjoy this22:21
clarkbya 1.0.2 appears to be a thing22:21
*** julim has quit IRC22:21
mordredlifeless: and by "enjoy"22:21
*** annegentle has joined #openstack-infra22:21
mordredlifeless: I mean, well, you know, the other thing22:21
clarkb1.0.2 was released yesterday so we may already have an open change to bump it22:22
rm_workT_T22:22
clarkbhttps://review.openstack.org/#/c/254571/2/upper-constraints.txt it is already approved22:23
mordredyup22:23
mordredI agree22:23
clarkbso you can depends on that22:23
clarkbwait22:23
clarkbor stop using that dependency22:23
rm_workI don't think WE do use it22:23
rm_workdevstack does somewhere tho22:23
rcarrillocruzfungi: yup, 90% i'm going22:23
rcarrillocruzthe 10% is up to my management to approve travel etc22:23
clarkbrm_work: yes whatever does use it would have to stop22:23
rm_workwell :/22:24
rcarrillocruzwe'll talk this week22:24
lifelessmordred: ! !! !!!22:24
lifelessdstufft: !22:24
lifelessdstufft: [can we confirm ldap deleted the thing,a nd its not a pypi glitch?]22:24
sdagueclarkb: I'm fine with sideways getting removed22:25
rm_worklifeless: well, it broke my gate checks <_<22:25
rm_workbut it looks like the fix is merging already, so, whatever22:25
*** e0ne has quit IRC22:26
*** Swami_ has joined #openstack-infra22:27
*** Swami has quit IRC22:27
*** amitgandhinz has quit IRC22:30
*** amitgandhinz has joined #openstack-infra22:30
*** changbl has quit IRC22:31
*** sridhar_ram has quit IRC22:32
*** thorst has quit IRC22:33
jheskethpleia2: 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 that22:33
mordredclarkb: if you have a sec, could you https://review.openstack.org/#/c/254893/ ?22:34
*** sridhar_ram has joined #openstack-infra22:34
openstackgerritTerry Howe proposed openstack-infra/jenkins-job-builder: Change documentation to use pip install -e  https://review.openstack.org/25498822:35
pleia2jhesketh: no apologies required, just keeping you in the loop :)22:35
*** otter768 has joined #openstack-infra22:35
*** jordanP has quit IRC22:35
pleia2jhesketh: I'm thinking more like capping at 3022:36
jheskethyep, that's probably a good idea22:36
fungithat seems fine22:37
fungieven 30 seems like a rather lot22:37
clarkbany overflow can go skiing22:37
*** thorst has joined #openstack-infra22:37
* jeblair waits to register last22:37
fungisome of the underflow might even go skiing22:37
openstackgerritMerged openstack-infra/project-config: Remove grenade-neutron-sideways job  https://review.openstack.org/25497422:37
pleia2hehe22:38
jeblairthough apparently there's not much skiing near ftc.22:38
clarkbheh speaking of nova net to neutron upgrades there is a very recent post to the ops list about it22:38
mtreinishfungi: 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 IRC22:39
mgagnemonester would you mind reviewing? https://review.openstack.org/#/c/253238/ gerritbot cannot install with latest deps22:39
clarkbjeblair: I think ftc to skiing is about as far away as denver airport to ftc22:39
mgagnemonester wrong nick22:39
openstackgerritTerry Howe proposed openstack-infra/jenkins-job-builder: Change documentation to install from pypi  https://review.openstack.org/25499022:40
mgagnemordred would you mind reviewing? https://review.openstack.org/#/c/253238/ gerritbot cannot install with latest deps22:40
*** otter768 has quit IRC22:40
mgagnemordred unless you tell me merging this change will trigger a redeploy of gerritbot in infra and mess everything up22:40
*** thorst has quit IRC22:41
*** shardy has quit IRC22:41
jheskethmordred, 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
fungimtreinish: i suppose it's for the best we're not planning a bunch of qa overlap for this one at least22:42
jheskethclarkb: the next swift log stuff is here if you have a moment https://review.openstack.org/#/c/254718/22:42
*** EricGonczer_ has quit IRC22:42
anteayamtreinish: what is qa thinking of doing this time?22:42
*** dingyichen has joined #openstack-infra22:42
mtreinishanteaya: I'm thinking probably the same kinda of code sprint thing22:43
*** ayoung has joined #openstack-infra22:43
anteayamtreinish: in fort collins again?22:43
anteayajgriffith: what is the skiing like around fort collins or denver?22:43
fungiclarkb: "very recent" as in only 10 minutes old22:43
mtreinishanteaya: it'll be in boston this time22:43
jeblairjhesketh, mordred: oh, i meant SpamapS not Clint (hi Clint, sorry).22:44
anteayajgriffith: there has to be places other than on the road to grand junction22:44
anteayamtreinish: oh cool22:44
mtreinishwell cambridge really, but it's the same thing :)22:44
fungiboston is awesome22:44
anteayamtreinish: select a building that doesn't have a pile driver in the lot beside it22:44
fungicambridge too of course22:44
jeblairskiing is not good in boston22:44
*** annegentle has quit IRC22:44
anteayamtreinish: the pile driver kind of took out the keystone mid-cycle for me22:44
fungijeblair: you could go water skiing on the charles river!22:45
anteayajeblair: I concur22:45
fungijust try to avoid the frozen bits22:45
jeblairgreat snowshoeing in new hampshire and vermont though22: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
clarkbjhesketh: commented, I don't think that level of complication/engineering is required22:45
clarkbfungi: right :)22:45
pleia2we used to go snowshoeing in gym class in the winter (maine)22:46
mtreinishanteaya: it'll likely be here iirc: https://goo.gl/maps/EEpbgWFq2dG222:46
mtreinishI still need to do last min confirmations before I announce things for real though22:46
jeblairpleia2: did you gow snowshoeing _to_ gym class? :)22:46
clarkbjhesketh: if I have multiple writers each with a timestamp for foo/ they can all upload to foo/.metadata and swift will sort them out22:46
anteayamtreinish: nice22:46
pleia2jeblair: that's how we got to school! uphill both ways22:47
anteayamtreinish: you are way too early for last minute confirmations22:47
anteayamtreinish: january, january you would be doing last minut confirmations22:47
mtreinishanteaya: heh, that's a fair point22:47
clarkbmtreinish: I have been spending a lot of time in post apocolyptic boston recently22:47
clarkbmtreinish: I suggest avoiding the caost22:47
anteayaclarkb: what takes you to boston?22:48
jeblairclarkb: you mean during the big dig?  i lived there then22:48
clarkbanteaya: fallout 422:48
SpamapSback in my day we didn't have snowshoes to showshoe, we just made shoes, OUT OF SNOW22:48
anteayaclarkb: oh22:48
crinkleSpamapS: 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 fix22:48
clarkbthere ar mirelurkers and super mutants all over the coast and they don't play nice22:48
jgriffithanteaya: unless you go back-country you're kinda out of luck22:48
anteayajgriffith: say I go back-country22:49
fungiasselin_: done. thanks for updating22:49
anteayajgriffith: where would I be?22:49
jgriffithanteaya: I back country telemark about an hour west of Ft Collins aroudn Cameron Pass22:49
anteayajgriffith: do you mean aspen with you say back country?22:49
openstackgerritK Jonathan Harker proposed openstack-infra/puppet-log_processor: Switch to using the new log_processor project  https://review.openstack.org/25499222:49
jgriffitharound even22:49
asselin_fungi, thanks!22:49
anteayajgriffith: ah okay thanks22:49
*** gokrokve has joined #openstack-infra22:49
anteayanot sure telemark is my speed but others might be interested22:50
jgriffithanteaya: nahh.. Aspen is sure beatiful, but far for me22:50
*** gokrokve has quit IRC22:50
anteayayeah it is a bit of a hike22:50
*** _nadya_ has joined #openstack-infra22:50
jgriffithanteaya: if you're seriously looking for a ski vacation I can can make a LOT of recommendations for you22:50
anteayawas thinking there had to be a downhill option a bit closer to fort collins22:50
jgriffithanteaya: sadly not really22:50
anteayawell infra is doing an end of feb mid-cycle in fort collins22:50
jeblairi need more xc practice; hopefully will get it this winter22:50
anteayaskiing has been mentioned22:50
anteayajgriffith: thought I'd hit you up for some thoughts22:51
jgriffithanteaya: 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 Jane22:51
jgriffithanteaya: shoot me a PM if you want to talk skiing22:51
jeblairso maybe.. thursday night in denver, ski on friday, then leave from den...22:52
*** gokrokve has joined #openstack-infra22:53
jgriffithjeblair: in that case head up to WinterPark/Mary Jane... or just about anywhere in Summit County or Vail even22:53
anteayahttp://www.coloradodirectory.com/skiwinterpark/22:53
anteayajgriffith: thanks22:53
jgriffithjwelcome22:53
*** salv-orlando has quit IRC22:53
jgriffithand let me know if/when ya'll make it out, I'll crash your party and say hi :)22:53
openstackgerritMerged openstack-infra/system-config: Comment out /run/systemd confine for Fedora puppet  https://review.openstack.org/25443722:54
*** salv-orlando has joined #openstack-infra22:54
jeblairjgriffith: ++22:54
anteayajgriffith: so basically straight west from loveland?22:54
jgriffithanteaya: from Denver actually22:54
clarkbwait so portland is in closer proximity to downhill skiing that ft collins?22:54
jgriffithanteaya: well.. it's straight west form Loveland as the crow flies22:55
anteayajgriffith: 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 IRC22:55
jgriffithanteaya: 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 valley22:55
anteayawe have no snow this year yet, the ground isnt' even frozen22:55
*** gokrokve_ has joined #openstack-infra22:55
jgriffithclarkb: LOL22:55
anteayajgriffith: okay thanks, yes want the main roads22:55
*** gokrokve has quit IRC22:56
*** eharney has quit IRC22:56
*** cp16net has quit IRC22:56
*** samueldmq has quit IRC22:56
*** sigmavirus24 is now known as sigmavirus24_awa22:56
*** camunoz has joined #openstack-infra22:57
*** devananda has quit IRC22:57
*** NobodyCam has quit IRC22:57
*** zaro has quit IRC22:57
anteayajgriffith: I see it now, yeah that looks better than 25 to 34 in the winter22:57
*** jesusaurus has quit IRC22:57
jgriffithanteaya: jeblair clarkb BTW, it's about 2.5 hours from Fort Collins... 2 if you're lucky and fast22:57
anteaya2.522:58
*** dkranz has quit IRC22:58
anteayaI've seen the traffic along 25 to 7022:58
anteayait can't be better in winter22:58
jgriffithanteaya: traffic is HORRIBLE22:58
*** burgerk has quit IRC22:58
anteayayes22:58
jgriffithbut if you go up on a Thurs afternoon/evening you'll be much better off22:59
anteayacool22:59
anteayagood to know22:59
anteayawe will just take you with us22:59
*** annegentle has joined #openstack-infra22:59
anteayajgriffith: that is easiest22:59
jgriffithworks for me :)22:59
anteaya:)23:00
jgriffithanteaya: besides, I still owe ya from the cancelled BBQ23:00
jgriffith:)23:00
*** yuanying has joined #openstack-infra23:00
anteayawell your wife was sick23:01
mordredotoh - the beer in ft. collins is in ft. collins23:01
anteayayou made the right call23:01
jgriffithmriedem: :)23:01
anteayajgriffith: but sure if you feel obliged :)23:01
jgriffithmriedem: good news the WHOLE state is about beeer :)23:01
fungimordred: i'll drink to^H^H that!23:01
anteayayes let's bring mriedem23:01
mriedemjgriffith: you mean mordred?23:01
anteayahe can tell us mickey stories23:01
mriedemjgriffith: that's twice in one day for you23:02
*** apoorvad has quit IRC23:02
jgriffithoops23:02
anteayamriedem: no no he meant you23:02
jgriffithsorry23:02
jgriffithagain23:02
anteayaha ha ha23:02
*** thorst has joined #openstack-infra23:02
jgriffithmriedem: I'm a moron23:02
anteayamordred: fort collins has a beer festival in the summer23:02
anteayathe block of streets and have parades23:03
mordredanteaya: there is a day of the year that doesn't have a beer festival in fort collins?23:03
anteayaand people drink beer23:03
*** gokrokve_ has quit IRC23:03
anteayawell they don't have parades for beer everyday23:03
*** sridhar_ram has quit IRC23:04
jgriffithmriedem: just so ya know I call jeblair clark and clarkb jim... so it's not just you23:04
anteayamordred: 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
mordredanteaya: I have accomplished "putting my feet up"23:05
anteayaone down23:05
mtreinishjgriffith: you know I think that's the first time anyone has confused mriedem for mordred23:05
* mtreinish welcomes the change23:05
jgriffithmtreinish: :)23:05
*** amitgandhinz has quit IRC23:06
jgriffithI want my auto-complete to just "figure it out" with a single character hint23:06
anteayaha ha23:06
anteayaor meet people23:06
anteayahey b<tab> how's it going?23:06
jgriffithexactly23:06
fungiindeed, it's usually mordred and notmorgan who get mixed up23:07
clarkbhrm my new router is delayed due to "current operating conditions"23:07
*** thorst has quit IRC23:07
anteayaclarkb: :(23:07
anteayamy new crystals arrived today23:07
anteayafrom grand junction23:07
anteayathey are getting to know the rest of my crystals23:07
anteayathe settling in period23:08
openstackgerritgreghaynes proposed openstack-infra/nodepool: Add dib deletion test  https://review.openstack.org/21527523:08
*** xyang1 has quit IRC23:08
*** sridhar_ram has joined #openstack-infra23:08
*** mriedem is now known as mriedem_away23:09
*** chlong has quit IRC23:10
openstackgerritgreghaynes proposed openstack-infra/nodepool: Trigger image delete using gearman  https://review.openstack.org/19811423:11
*** flepied1 has quit IRC23:12
openstackgerritgreghaynes proposed openstack-infra/nodepool: Move nodepool config loading into module  https://review.openstack.org/23159223:13
*** gildub has quit IRC23:14
openstackgerritMerged openstack-infra/shade: Consider 'in-use' a non-pending volume for caching  https://review.openstack.org/25489323:14
*** mkoderer has quit IRC23:15
*** FallenPegasus has joined #openstack-infra23:15
*** mkoderer has joined #openstack-infra23:17
*** regXboi has quit IRC23:18
*** baoli has quit IRC23:18
*** mdenny has quit IRC23:18
*** edmondsw has quit IRC23:21
*** pahuang has joined #openstack-infra23:23
*** yamamoto has joined #openstack-infra23:23
openstackgerritgreghaynes proposed openstack-infra/nodepool: Move nodepool config loading into module  https://review.openstack.org/23159223:24
*** sdake has joined #openstack-infra23:24
*** hashar has quit IRC23:25
*** burgerk has joined #openstack-infra23:29
*** amuller has quit IRC23:29
*** annegentle has quit IRC23:30
openstackgerritMatthew Kassawara proposed openstack-infra/irc-meetings: Add APAC meeting for networking guide team  https://review.openstack.org/25499923:30
*** baoli has joined #openstack-infra23:32
anteayahttp://www.coloradodirectory.com/beavervillagecondos/23:33
*** Piet has quit IRC23:33
anteayaaccording to that winterpark is a great place to plan your elopement23:33
*** pradk has quit IRC23:35
*** baoli has quit IRC23:35
*** Sukhdev has joined #openstack-infra23:35
*** baoli has joined #openstack-infra23:36
*** alex_xu has quit IRC23:36
*** aeng has joined #openstack-infra23:37
jrollfungi: 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
jrollI'd be interested in helping, but don't want to eat up a seat if I'm not useful23:38
notmorganfungi: there is a reason i changed my nick to notmorgan :P23:38
anteayajroll: as long as you plan on being useful you aren't eating up a seat23:40
fungijroll: i'd love it, but it also sounds like we're now past the ironic challenges and more into puppetry23:40
*** yamamoto has quit IRC23:40
fungiso yes to it would be nice, but it's not critical23:41
fungi(consider that a vote of confidence in ironic!)23:41
*** Daisy has joined #openstack-infra23:41
jrollanteaya: well, I need someone to tell me where I can be useful :)23:41
*** alex_xu has joined #openstack-infra23:41
jrollfungi: ooo, nice23:41
*** gordc has quit IRC23:41
*** Daisy has quit IRC23:41
jrollfungi: I'll see what I can do, are there dates yet?23:42
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality  https://review.openstack.org/20617823:42
*** Daisy has joined #openstack-infra23:42
jrollI just saw ft collins23:42
fungijroll: february 22-25 i believe we said23:42
jrollnod, thanks23:42
anteayajhesketh pleia2 do either of you want to add something to https://wiki.openstack.org/wiki/Sprints#Mitaka_sprints23:42
fungipleia2 and jhesketh are handling logistics23:42
notmorganthingee, 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 please23:43
pleia2I'll add some details after jhesketh kicks things off23:43
anteayaBobBall: ahoy ^^23:43
anteayapleia2: okey dokey23:44
anteayanotmorgan: well xen things are BobBall so let's see if he is online while i look further23:44
notmorganasking in -nova23:44
notmorgananteaya: ^23:44
anteayathat is good too23:44
anteayanotmorgan: sorry BobBall is citrix23:45
anteayaI see this is another project23:45
notmorganah23:45
anteayatoo many xens23:46
notmorganyah23:46
anteayanotmorgan: here they are: https://wiki.openstack.org/wiki/ThirdPartySystems/XenProject_CI23:46
anteayano contact irc nicks :(23:47
anteayajust an email address, sigh23:47
anteayathey don't seem to be -1'ing other patches23:48
*** rhallisey has quit IRC23:49
anteayaokay yes, their logs seem to be present if build succeeds just 404 if build fails23:50
pleia2hm, I thought BobBall was involved with xen project ci23:50
anteayapleia2: citrix xen23:50
anteayapleia2: this is a different group https://wiki.openstack.org/wiki/ThirdPartySystems/XenProject_CI23:51
pleia2xenproject too, he works on the project23:51
anteayaoh does he23:51
* pleia2 nods23:51
anteayaokay well, noone put their nick in that table23:51
anteayanotmorgan: incorporate what advice you get from nova23:51
pleia2https://review.openstack.org/#/c/190234/23:51
pleia2^^ he added it to the scoreboard23:52
anteayabut what I would suggest is find a volunteer to email the contact email address on https://wiki.openstack.org/wiki/ThirdPartySystems/XenProject_CI23:52
pleia2+123:52
anteayaso he did23:52
anteayathanks pleia2 :)23:52
anteayanotmorgan: cc the infra mailing list23:52
pleia2sure23:52
notmorgananteaya: aye23:52
anteayanotmorgan: if you don't get a reply and fix in a reasonable time (give a deadline for some action, you pick)23:53
anteayathen come back and we will see where we are23:53
anteayanotmorgan: sound okay?23:53
notmorgananteaya: sure23:53
* nibalizer adds to calendar23:53
anteayathanks for asking23:53
*** baoli has quit IRC23:54
*** gildub has joined #openstack-infra23:54
openstackgerritgreghaynes proposed openstack-infra/nodepool: Make secure.conf optional and backwards-compat  https://review.openstack.org/23280023:55
*** sabeen3 has quit IRC23:55
anteayanotmorgan: 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 setting23:55
anteayanotmorgan: so let's give them a chance to do that23:55
*** burgerk has quit IRC23:56
*** dewsday has joined #openstack-infra23:56
*** Daisy has quit IRC23:56
notmorgananteaya: email sent23:56
anteayanotmorgan: thank you23:57
notmorgantried to be as nice as possible about it23:57
anteayayou have a way of doing that, you do23:57
*** Daisy has joined #openstack-infra23:57
openstackgerritgreghaynes proposed openstack-infra/nodepool: Decouple nodepool db and config from builders  https://review.openstack.org/22239823:58
openstackgerritgreghaynes proposed openstack-infra/nodepool: Builders distinguish between failure and exception  https://review.openstack.org/24213123:58
openstackgerritgreghaynes proposed openstack-infra/nodepool: Decouple builders from nodepool instance  https://review.openstack.org/23213523:58

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