notmorgan | pleia2: *wave* | 00:01 |
---|---|---|
pleia2 | o/ notmorgan | 00:01 |
notmorgan | pleia2: mostly cause i can :) | 00:01 |
*** akshai has quit IRC | 00:01 | |
*** markvoelker has quit IRC | 00:01 | |
*** sabeen1 has quit IRC | 00:02 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/puppet-log_processor: Add a node_region field to the job metadata https://review.openstack.org/247849 | 00:03 |
*** maiteb has quit IRC | 00:03 | |
*** xyang1 has quit IRC | 00:03 | |
*** signed8bit is now known as signed8bit_ZZZzz | 00:03 | |
*** mestery has quit IRC | 00:03 | |
*** Piet has quit IRC | 00:03 | |
*** bapalm has quit IRC | 00:03 | |
*** russellb has quit IRC | 00:03 | |
*** ashleighfarnham has quit IRC | 00:04 | |
*** bapalm has joined #openstack-infra | 00:04 | |
*** ashleighfarnham has joined #openstack-infra | 00:04 | |
*** russellb has joined #openstack-infra | 00:04 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Disable InsecurePlatform Warnings https://review.openstack.org/247069 | 00:05 |
*** ashleighfarnham has quit IRC | 00:05 | |
*** sflanigan has joined #openstack-infra | 00:05 | |
*** rbrndt has quit IRC | 00:06 | |
*** amotoki has joined #openstack-infra | 00:06 | |
*** ashleighfarnham has joined #openstack-infra | 00:06 | |
mgagne | I'm looking into automating All-Projects configuration in Gerrit. I see that gerrit ls-projects doesn't return the All-Projects project and therefore Jeepyb thinks it needs to create it (and fails) | 00:06 |
*** Piet has joined #openstack-infra | 00:06 | |
*** amotoki has quit IRC | 00:06 | |
mtreinish | clarkb: https://review.openstack.org/#/c/247849/ | 00:06 |
mgagne | my idea is to always include All-Projects in the output (maybe hardcode it, I don't know yet). My question is: has anyone tried to automate it yet? | 00:06 |
*** baoli has joined #openstack-infra | 00:07 | |
*** hichihara has quit IRC | 00:08 | |
clarkb | mtreinish: there is one place that this will fail and thats the jenkins.o.o slaves | 00:08 |
clarkb | mtreinish: lets see what those names result in | 00:08 |
clarkb | mtreinish: also does it include the .openstack.org? /me looks at kibana | 00:09 |
*** sridhar_ram1 has joined #openstack-infra | 00:09 | |
openstackgerrit | Merged openstack-infra/project-config: Set OVH to 55 nodes. https://review.openstack.org/247837 | 00:09 |
clarkb | mgagne: proposal.slave.openstack.org and release.slave.openstack.org | 00:09 |
openstackgerrit | Merged openstack-infra/project-config: Increase bluebox to 27 nodes https://review.openstack.org/247843 | 00:10 |
crinkle | pleia2: puppet just ran on groups.o.o, catalog changes were the same as last report and groups.o.o looks still up | 00:10 |
clarkb | ah it uses the label which is fqdnfor thos two but not for nodepool hosts | 00:10 |
*** ashleighfarnham has quit IRC | 00:10 | |
*** ccrouch has quit IRC | 00:11 | |
mtreinish | clarkb: how do you want to handle those then? we can check for openstack.org in the string and give it a different region name | 00:11 |
*** sridhar_ram has quit IRC | 00:12 | |
clarkb | mtreinish: the result currently is empty string | 00:12 |
*** ccrouch has joined #openstack-infra | 00:12 | |
clarkb | mtreinish: I think that if we get empty string back then set to UNKNOWN? | 00:12 |
clarkb | mtreinish: since we can't actually determine the region in that case | 00:12 |
mtreinish | clarkb: ok, will do | 00:13 |
clarkb | the split returns the entire string in a list the slice then returns [] | 00:13 |
clarkb | so the join returns '' | 00:13 |
*** sridhar_ram1 has quit IRC | 00:14 | |
openstackgerrit | Merged openstack-infra/nodepool: Send fewer statsd guages https://review.openstack.org/246619 | 00:15 |
openstackgerrit | Matthew Treinish proposed openstack-infra/puppet-log_processor: Add a node_region field to the job metadata https://review.openstack.org/247849 | 00:16 |
mtreinish | clarkb: ^^^ | 00:16 |
clarkb | mtreinish: lgtm | 00:17 |
*** sdake has joined #openstack-infra | 00:17 | |
mtreinish | clarkb: ok cool, I'll abandon my changes to do this on the query side | 00:17 |
dougwig | hello, good evening (morning/afternoon). still looking for someone to bootstrap neutron-lib core, please? :) | 00:19 |
*** amotoki has joined #openstack-infra | 00:19 | |
clarkb | dougwig: armax need to be added to it? | 00:19 |
dougwig | clarkb: he was going to be my first add, but you can start with him, too. either way. https://review.openstack.org/#/admin/groups/1187,members | 00:19 |
clarkb | done | 00:20 |
jeblair | mgagne: if you add '--type all' ls-projects will return it | 00:20 |
dougwig | clarkb: ty | 00:20 |
clarkb | mgagne: there is a bootstrap problem with all projects | 00:20 |
mgagne | jeblair cool! didn't know that. does --type all returns more than that? what would be the side effects of using --type all in jeepyb? | 00:20 |
mgagne | clarkb I'm working on it =) | 00:21 |
jeblair | mgagne: if you add '--type permissions' it will include only it (and also api-projects in our system) | 00:21 |
clarkb | mgagne: you need to set it up to allow configuration from the tool before the tool can configure it :) | 00:21 |
clarkb | mgagne: if you can figure that out that would be awesome | 00:21 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Disable InsecurePlatform Warnings https://review.openstack.org/247069 | 00:21 |
mgagne | clarkb this can't be! this needs to work :O | 00:21 |
*** oomichi has joined #openstack-infra | 00:21 | |
mgagne | clarkb well, I figured out how to configure jenkins master hands free | 00:21 |
mgagne | now I'm working on gerrit | 00:22 |
clarkb | mgagne: I think you can possibly configure your jeepyb user as admin via direct db manipulation, have jeepyb update all projects like any other project config, then remove it from admin | 00:23 |
mgagne | one problem I have is the fact the committer doesn't match the admin email. I thought admin could forgot committer (and author) | 00:23 |
*** dangers is now known as dangers_away | 00:23 | |
mgagne | clarkb I have the admin user provisioned with direct SQL query | 00:23 |
clarkb | at that point you should have a group boostrapped that has the necessary rights then you can add jeepyb to that group for all othre projects | 00:23 |
mgagne | clarkb I see what you mean. I'm using the initial admin user to provision the projects | 00:24 |
mgagne | clarkb right, I'll have to figure out that project bootstrapper group later | 00:24 |
*** cloudtrainme has quit IRC | 00:25 | |
*** fabo has quit IRC | 00:26 | |
*** annegentle has quit IRC | 00:27 | |
openstackgerrit | Christopher Aedo proposed openstack-infra/puppet-apps_site: Add python WSGI server https://review.openstack.org/245315 | 00:29 |
*** otter768 has joined #openstack-infra | 00:30 | |
*** jamielennox|away is now known as jamielennox | 00:32 | |
*** loquacities has quit IRC | 00:33 | |
*** weshay_xchat has quit IRC | 00:33 | |
*** ccrouch has quit IRC | 00:33 | |
*** loquacities has joined #openstack-infra | 00:33 | |
openstackgerrit | Clark Boylan proposed openstack-infra/puppet-log_processor: Depend on logstash class for logstash user https://review.openstack.org/247857 | 00:34 |
openstackgerrit | Clark Boylan proposed openstack-infra/puppet-logstash: Install logstash 2.0 https://review.openstack.org/247756 | 00:34 |
*** otter768 has quit IRC | 00:35 | |
mgagne | ok, I think there is some issue with groups management | 00:38 |
*** fabo has joined #openstack-infra | 00:38 | |
openstackgerrit | Clark Boylan proposed openstack-infra/nodepool: Add documentation on removing a provider https://review.openstack.org/247858 | 00:41 |
clarkb | yolanda: jeblair ^ | 00:41 |
clarkb | jesusaurus: so thinking about the multiline thing a bit more, the uuid is more correct so that we handle logs from the non single use slaves | 00:43 |
clarkb | jesusaurus: if you like you can rebase your change on mine, set it to uuid in order to get credit since in theory I should've -1'd on your change? | 00:44 |
clarkb | jesusaurus: basically I think we need to use uuid but happy to let you write the change since you started the effort | 00:44 |
jesusaurus | clarkb: sure, i can rebase, but i'm going to steal^Wcopy some of your commit message since that bug is useful context | 00:49 |
clarkb | jesusaurus: sure np | 00:49 |
jeblair | mgagne: i didn't get around to any internap things today; hopefully tomorrow. but did you get an answer on which region we should use? (this isn't a blocker, i can continue with nyj01 to shake out issues, just wanted to make sure i didn't miss anything) | 00:53 |
mgagne | jeblair no update on my side, unfortunately | 00:53 |
jeblair | k, no prob | 00:53 |
clarkb | jeblair: the stats change merged | 00:54 |
*** abregman|nearby has quit IRC | 00:54 | |
clarkb | I have not restarted nodepool | 00:54 |
mgagne | jeblair my bet is on nyj01 | 00:54 |
*** rellerreller has joined #openstack-infra | 00:54 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Use current valueName for zuul-stats singlestats https://review.openstack.org/242170 | 00:54 |
*** salv-orl_ has joined #openstack-infra | 00:55 | |
jeblair | clarkb: cool -- i should probably stage the stats update and move the whisper files in tandem with the restart for maximum data portability... | 00:55 |
jeblair | hrm, bandersnatch in nyj01 is unhappy | 00:57 |
*** salv-orlando has quit IRC | 00:58 | |
*** apoorvad has quit IRC | 00:58 | |
*** abregman|nearby has joined #openstack-infra | 00:58 | |
jeblair | running it again | 00:58 |
mgagne | clarkb I see that some gerrit groups are "built-in" or provided by default. why does jeepyb need to create them? | 00:58 |
*** jaypipes has quit IRC | 00:59 | |
clarkb | jeepyb it only creates those that dont exist | 00:59 |
mgagne | clarkb or does jeepyb "works" if I don't try to manage an existing Gerrit install after some projects, changes and users are created? | 01:00 |
mgagne | the issue I see is that built-in groups aren't in the database, they look to be implicit | 01:00 |
mgagne | until jeepyb comes around and create them with UUID | 01:00 |
*** armax_ has joined #openstack-infra | 01:00 | |
clarkb | I thought we fixed that | 01:00 |
clarkb | thats new gerrot behavior | 01:00 |
clarkb | which is annoying but ai thought we had a workaround | 01:01 |
clarkb | zaro ^ | 01:01 |
clarkb | basically it special cases the special groups | 01:01 |
mgagne | clarkb workaround is manual process | 01:01 |
clarkb | otherwise checks db before creating | 01:01 |
mgagne | clarkb which I refuse to subscribe to =) | 01:01 |
clarkb | what process? | 01:01 |
jeblair | mgagne: i like your attitude :) | 01:01 |
mgagne | http://docs.openstack.org/infra/system-config/gerrit.html | 01:01 |
clarkb | it should be looking at the system: prefix or somethibg liek that | 01:01 |
mgagne | "Now edit the groups file" | 01:02 |
jeblair | (says the person who basically decided to give in to the manual process :) | 01:02 |
clarkb | thats unrelated | 01:02 |
*** armax_ is now known as armax | 01:02 | |
clarkb | mgagne there is a way to get the uuid amd if it comes back as system: jeepyb should move on | 01:02 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Update nodepool graph to new metrics path https://review.openstack.org/247863 | 01:02 |
mgagne | maybe I got something wrong but as soon as jeepyb created the builtin groups, I couldn't access any projects/changes. I restored it to previous state and it's now working | 01:02 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Update nodepool graph to new metrics path https://review.openstack.org/247864 | 01:02 |
clarkb | there were changes forthis that I thought we merged prior to last upgrade attempt | 01:03 |
jeblair | clarkb: if you aprv https://review.openstack.org/247863 and https://review.openstack.org/247864 i'll mv the files on graphite's disk and restart nodepool | 01:03 |
mgagne | ok, I'll try to stack from scratch and see where it goes | 01:03 |
mgagne | maybe you just can't start "managing" gerrit with jeepyb if there is stuff in it | 01:04 |
jeblair | mgagne: that feels like something where it would be fine to have manual steps :) (after all, if you've been managing it manually up to that point, what's a little bit more) | 01:05 |
mgagne | jeblair it's a greenfield project not in prod yet | 01:05 |
openstackgerrit | Merged openstack-infra/lodgeit: Add tox configuration to enable PEP-8 checks, and fix various failures https://review.openstack.org/241868 | 01:05 |
openstackgerrit | Merged openstack-infra/lodgeit: Replace XXX with TODO https://review.openstack.org/242780 | 01:05 |
*** Swami has quit IRC | 01:06 | |
mgagne | end goal is: you run ./stack.sh and you have a fully functional private CI infra | 01:06 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Change logstash multiline stream identity https://review.openstack.org/190345 | 01:06 |
mgagne | absolutely no manual steps | 01:06 |
mgagne | except cloning a repo and running a script | 01:06 |
openstackgerrit | Matthew Treinish proposed openstack-infra/project-config: Remove juno backwards compat jobs from tempest https://review.openstack.org/247866 | 01:06 |
jeblair | mgagne: stop me if i've said this already, but do you know about the puppet-openstackci project? | 01:07 |
mgagne | yes | 01:07 |
jeblair | ok, whew. | 01:07 |
mgagne | I'm using ansible =) | 01:07 |
*** rossella_s has quit IRC | 01:07 | |
mgagne | but will check puppet-openstackci in case there are automation I didn't know about | 01:08 |
clarkb | jeblair: +2 to both will let you approve in whatever sequence you want | 01:08 |
*** rossella_s has joined #openstack-infra | 01:08 | |
*** zhenguo has joined #openstack-infra | 01:08 | |
jeblair | mgagne: cool -- probably still good to stay in touch since you have the same goals | 01:08 |
jeblair | mgagne: (also, we use ansible too! (to run puppet)) | 01:08 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add reno release notes to subunit2sql https://review.openstack.org/247737 | 01:08 |
mgagne | yea, the plan is to open source the thing once we are happy with it and it's close to be production ready | 01:08 |
*** sdake has quit IRC | 01:09 | |
mgagne | jeblair yea, I know that one. we upgraded ~10 regions to kilo with ansible. let me tell you I wished the puppet part wasn't there :) | 01:09 |
*** flip214 has quit IRC | 01:09 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/project-config: Add release notes jobs to subunit2sql https://review.openstack.org/247868 | 01:11 |
*** flip214 has joined #openstack-infra | 01:11 | |
*** flip214 has quit IRC | 01:11 | |
*** flip214 has joined #openstack-infra | 01:11 | |
clarkb | mgagne: I swear we had that change but I am not finding it | 01:11 |
clarkb | its possible someone was talking about adding it and never pushed it? | 01:12 |
clarkb | mgagne: but I think all of those system accounts have a uuid of something like system:foo | 01:12 |
clarkb | so jeepyb needs to check that first and ignore if so | 01:12 |
mgagne | clarkb possible. I'm testing my hypothesis | 01:12 |
mgagne | global:Registered-Users | 01:12 |
clarkb | mgagne: are all of them with the global: prefix? | 01:12 |
mgagne | yes | 01:13 |
clarkb | ok let me see | 01:13 |
mgagne | only Administrators and Non-Interactive Users are part of the initial provisioning | 01:13 |
clarkb | mgagne: is that the name or the uuid? | 01:14 |
mgagne | those are the names found in the database | 01:15 |
mgagne | hoooo | 01:15 |
clarkb | mgagne: what does the group mapping file in the meta/config look like? | 01:15 |
mgagne | in initial groups it's actual UUIDs | 01:15 |
mgagne | but there are other groups found in groups file global:Anonymous-Users Anonymous Users which aren't found in database | 01:16 |
*** bochi-michael has joined #openstack-infra | 01:16 | |
clarkb | ya anonymous users is super special I think | 01:16 |
clarkb | anyways this is work aroundable in jeepyb where it decided what the group uuid is | 01:16 |
mgagne | http://paste.openstack.org/show/479517/ | 01:16 |
clarkb | we just need to figure out what gerrit expects now | 01:16 |
*** markvoelker has joined #openstack-infra | 01:17 | |
*** thorst has joined #openstack-infra | 01:17 | |
*** ivar-laz_ has joined #openstack-infra | 01:18 | |
*** EricGonczer_ has joined #openstack-infra | 01:18 | |
clarkb | mgagne: but those groups aren't necessarily in the db ya? | 01:18 |
clarkb | I think we need to hit api to ask for that uuid maybe | 01:18 |
*** FallenPegasus has quit IRC | 01:18 | |
clarkb | which we didn't do before because its racy | 01:18 |
mgagne | only admin and non-interactive | 01:18 |
openstackgerrit | Merged openstack-infra/project-config: Add #openstack-watcher to accessbot channel. https://review.openstack.org/247349 | 01:19 |
mgagne | the issue isn't related to admin or non-inter, it's related to anonymous and registered. | 01:19 |
mgagne | and all the others | 01:20 |
*** thorst has quit IRC | 01:20 | |
openstackgerrit | Merged openstack-infra/system-config: Update nodepool graph to new metrics path https://review.openstack.org/247863 | 01:20 |
*** ivar-lazzaro has quit IRC | 01:20 | |
*** thorst has joined #openstack-infra | 01:20 | |
clarkb | mgagne: can you `ssh -p29418 gerrit.host gerrit ls-groups -v --type system` ? | 01:20 |
openstackgerrit | Merged openstack-infra/project-config: Update nodepool graph to new metrics path https://review.openstack.org/247864 | 01:21 |
mgagne | --type isn't a valid option | 01:21 |
clarkb | https://review.openstack.org/Documentation/cmd-ls-groups.html hrm docs claim it is let me try | 01:22 |
mgagne | version v2.8.4 | 01:22 |
mgagne | using 2.11 | 01:22 |
*** markvoelker has quit IRC | 01:22 | |
mgagne | but hey, I don't want to take away your attention from more important tasks | 01:23 |
clarkb | https://review.typo3.org/Documentation/cmd-ls-groups.html its still there | 01:23 |
*** tonyb has quit IRC | 01:23 | |
clarkb | but ya I think we can use ssh api, if that fails then use db, if that fials assume no group | 01:23 |
*** tonyb has joined #openstack-infra | 01:23 | |
jeblair | you can list groups via the rest api too | 01:23 |
jeblair | (i haven't been keeping up, sorry if that's not helpful) | 01:24 |
*** tonyb has quit IRC | 01:24 | |
*** thorst has quit IRC | 01:24 | |
clarkb | jeblair: well jeepyb is already using gerritlib so easy to use ssh | 01:24 |
*** tonyb has joined #openstack-infra | 01:24 | |
jeblair | restarting nodepool | 01:25 |
mgagne | in fact, I think the problem is with jeepyb which assumes "Registered Users" isn't an existing group, create a new one and shadow the built-in one. | 01:25 |
mgagne | now new users aren't part of that group and can't see anything | 01:25 |
*** tonyb has quit IRC | 01:26 | |
*** tonyb has joined #openstack-infra | 01:26 | |
clarkb | actually hrm | 01:29 |
clarkb | why isn't this owrking already since I see change owner in there and we definitely put change owner in our acls | 01:29 |
clarkb | mgagne: yes the way jeepyb works is it finds the groups in your acl file, determine swhich don't exist and creates them | 01:29 |
*** jyuso1 has joined #openstack-infra | 01:30 | |
openstackgerrit | Merged openstack/diskimage-builder: Remove fedora-minimal/install.d/99-ramdisk https://review.openstack.org/247295 | 01:31 |
*** tonyb has quit IRC | 01:32 | |
clarkb | aha! | 01:32 |
clarkb | review.o.o does the correct thing in the db | 01:32 |
clarkb | review-dev which is 2.11 does not | 01:32 |
clarkb | because why would you want to have a single location for state when you can have multiple! | 01:33 |
*** tonyb has joined #openstack-infra | 01:33 | |
*** Sukhdev has quit IRC | 01:33 | |
mgagne | I think I have an idea. look at system_config table | 01:34 |
mgagne | there are fields to map built-in groups to account_groups | 01:34 |
mgagne | mine are NULL | 01:34 |
mgagne | testing... | 01:34 |
*** tonyb has quit IRC | 01:34 | |
*** tonyb has joined #openstack-infra | 01:34 | |
*** zhurong has joined #openstack-infra | 01:35 | |
clarkb | anyways I need to do not work things | 01:35 |
clarkb | but ya I think its working for us beacuse those groups are in the db on our 2.8 server | 01:35 |
jeblair | clarkb: nodepool is restarted and graphs look good | 01:35 |
clarkb | jeblair: cool | 01:35 |
jeblair | probably if you have a zuul status page sitting open, you will need to reload | 01:35 |
jeblair | the old graph will flatline starting a few minutes ago, the new graph has a tiny gap and continues | 01:36 |
jeblair | (gap is actually invisible at the scale on the status page) | 01:36 |
jeblair | and grafana updated too (cool!) | 01:37 |
*** Daisy_ has joined #openstack-infra | 01:37 | |
*** sputnik13 has quit IRC | 01:38 | |
pabelanger | \o/ | 01:41 |
*** mriedem has joined #openstack-infra | 01:41 | |
*** sabeen has joined #openstack-infra | 01:41 | |
*** daemontool_ has quit IRC | 01:41 | |
pabelanger | jeblair: https://review.openstack.org/#/c/242170/ will fix our singlestats rendering. Right now it is an average, this changes it to current | 01:41 |
*** daemontool_ has joined #openstack-infra | 01:42 | |
lifeless | dims_: btw I did review https://review.openstack.org/#/c/238871/ | 01:42 |
lifeless | dims_: (sorry) | 01:42 |
*** Daisy_ has quit IRC | 01:43 | |
dims_ | lifeless ack thanks, was travelling today. i did see the test cases thanks! | 01:43 |
*** abregman|nearby has quit IRC | 01:43 | |
*** ivar-laz_ has quit IRC | 01:44 | |
*** Yanyanhu has joined #openstack-infra | 01:45 | |
*** zhurong has quit IRC | 01:45 | |
*** zhurong has joined #openstack-infra | 01:46 | |
mgagne | Anonymous-Users, Project-Owners and Registered-Users don't show in gerrit ls-groups | 01:49 |
*** sridhar_ram has joined #openstack-infra | 01:50 | |
*** markvoelker has joined #openstack-infra | 01:50 | |
*** EricGonczer_ has quit IRC | 01:51 | |
mgagne | I say that creating those built-in groups seriously messes up gerrit | 01:51 |
mgagne | making it only happens since gerrit 2.11 or I'm skipping some manual steps found in infra docs and I end up triggering some weird behaviors | 01:51 |
jhesketh | jesusaurus: did you see I reverted https://review.openstack.org/#/c/190744/ last night? | 01:53 |
jhesketh | jesusaurus: https://review.openstack.org/#/c/247426/ | 01:53 |
*** rlandy has quit IRC | 01:53 | |
jhesketh | jesusaurus: you had the classes in the wrong order so EventProcessor wasn't defined. It also appears that you were calling a method directly instead of on the instance (self). The code probably needs re-doing and some more testing | 01:54 |
jhesketh | it broke infra's logstash setup so I did a quick revert | 01:55 |
jesusaurus | oh whoops, I'll rework it with more testing | 01:55 |
jesusaurus | thanks for pointing out the revert | 01:55 |
*** zhurong has quit IRC | 01:56 | |
*** rlandy has joined #openstack-infra | 01:56 | |
*** kushal has joined #openstack-infra | 01:56 | |
*** zhurong has joined #openstack-infra | 01:57 | |
*** smarcet has joined #openstack-infra | 01:57 | |
*** apoorvad has joined #openstack-infra | 01:58 | |
jhesketh | no worries, thought you might like to know :-) | 01:59 |
openstackgerrit | Victor Ryzhenkin proposed openstack-infra/project-config: Use plugin for congress installation in murano-integration job https://review.openstack.org/247878 | 02:00 |
*** yushiro has joined #openstack-infra | 02:03 | |
*** apoorvad has quit IRC | 02:03 | |
jeblair | pabelanger: hrm, can you explain that to me? | 02:03 |
openstackgerrit | Vilobh Meshram proposed openstack/requirements: Add python consul client https://review.openstack.org/246021 | 02:04 |
jeblair | pabelanger: cause if you graph that in plain graphite, you get a graph of the values over time -- why would grafana be manipulating the data in a way that's not specified? | 02:04 |
jeblair | pabelanger: oh, or do you mean the printed number in the middle is an average? | 02:05 |
openstackgerrit | Vilobh Meshram proposed openstack/requirements: Add python consul client https://review.openstack.org/246021 | 02:05 |
jeblair | pabelanger: looking closer at the graphs, that must be what you mean, and that makes sense to me. let me know if i'm wrong. :) | 02:05 |
*** rfolco_ has joined #openstack-infra | 02:07 | |
*** sflanigan is now known as sflanigan_afk | 02:07 | |
*** rellerreller has quit IRC | 02:08 | |
pabelanger | jeblair: Ya, this as to do with the actual number displayed. Right now it is an average value over the time series. The patch changes it to the current value | 02:09 |
pabelanger | jeblair: Yup, graphs are right, number is odd :) | 02:09 |
jeblair | got it. lgtm | 02:09 |
*** yamamoto_ has quit IRC | 02:10 | |
openstackgerrit | Liuqing Jing proposed openstack/requirements: Add SpiffWorkflow to global requirements https://review.openstack.org/247521 | 02:12 |
*** bpokorny_ has joined #openstack-infra | 02:12 | |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Add shade logging to nodepool https://review.openstack.org/226087 | 02:13 |
*** otter768 has joined #openstack-infra | 02:14 | |
*** rfolco_ has quit IRC | 02:14 | |
mgagne | jeblair you mentioned using --type permissions to return All-Projects. But also mentioned something about api-projects. What is it? | 02:15 |
mgagne | why would it be good or bad? | 02:15 |
*** bpokorny has quit IRC | 02:16 | |
*** apoorvad has joined #openstack-infra | 02:16 | |
*** bpokorny_ has quit IRC | 02:17 | |
*** zhurong has quit IRC | 02:17 | |
*** zhurong has joined #openstack-infra | 02:18 | |
*** unicell1 has quit IRC | 02:21 | |
*** EricGonczer_ has joined #openstack-infra | 02:21 | |
*** xiexs__ has joined #openstack-infra | 02:21 | |
*** shashank_hegde has quit IRC | 02:22 | |
*** sflanigan_afk is now known as sflanigan | 02:24 | |
*** binbincong has joined #openstack-infra | 02:25 | |
*** FallenPegasus has joined #openstack-infra | 02:26 | |
*** sridhar_ram has quit IRC | 02:29 | |
*** apoorvad has quit IRC | 02:30 | |
*** dalgaaf has quit IRC | 02:32 | |
*** smarcet has quit IRC | 02:33 | |
*** fedexo has joined #openstack-infra | 02:33 | |
*** ddieterly has quit IRC | 02:33 | |
mgagne | clarkb this change fixed my setup: https://github.com/mgagne/jeepyb/commits/wip | 02:36 |
*** nithyag_ has joined #openstack-infra | 02:36 | |
*** tlian has quit IRC | 02:36 | |
*** nithyag__ has quit IRC | 02:37 | |
*** EricGonczer_ has quit IRC | 02:38 | |
*** dims_ has quit IRC | 02:39 | |
*** ajmiller has quit IRC | 02:40 | |
*** ajmiller_ has joined #openstack-infra | 02:40 | |
*** tsg has joined #openstack-infra | 02:48 | |
*** FallenPegasus has quit IRC | 02:49 | |
openstackgerrit | Sachi King proposed openstack-infra/project-config: Flip Neutron's unit tests to -constraints https://review.openstack.org/247306 | 02:49 |
*** zhurong has quit IRC | 02:51 | |
*** zhurong_ has joined #openstack-infra | 02:51 | |
mgagne | my test consists of a custom All-Projects.config with Workflow label. After provisioning, WIP label is available | 02:51 |
*** [1]Thelo has joined #openstack-infra | 02:53 | |
*** FallenPegasus has joined #openstack-infra | 02:54 | |
*** aukhan has joined #openstack-infra | 02:56 | |
*** armax has quit IRC | 02:56 | |
*** woodster_ has quit IRC | 02:59 | |
*** yamamoto has joined #openstack-infra | 02:59 | |
*** otter768 has quit IRC | 03:01 | |
*** tonyb has quit IRC | 03:01 | |
*** tonyb has joined #openstack-infra | 03:01 | |
*** yamahata has quit IRC | 03:01 | |
*** gouthamr has joined #openstack-infra | 03:01 | |
*** cody-somerville has quit IRC | 03:01 | |
*** rick_ has joined #openstack-infra | 03:03 | |
*** ddieterly has joined #openstack-infra | 03:04 | |
*** binbincong has quit IRC | 03:06 | |
*** fawadkhaliq has joined #openstack-infra | 03:08 | |
*** ddieterly has quit IRC | 03:09 | |
*** bardia has quit IRC | 03:12 | |
*** shashank_hegde has joined #openstack-infra | 03:14 | |
*** rhallisey has quit IRC | 03:14 | |
*** rguillebert has quit IRC | 03:15 | |
*** SumitNaiksatam has quit IRC | 03:17 | |
*** cody-somerville has joined #openstack-infra | 03:17 | |
*** SumitNaiksatam has joined #openstack-infra | 03:18 | |
*** rlandy has quit IRC | 03:19 | |
*** edmondsw has quit IRC | 03:19 | |
*** dims has joined #openstack-infra | 03:21 | |
openstackgerrit | Gary Duan proposed openstack/diskimage-builder: mknod virtual floppy disk required by ironic-agent https://review.openstack.org/247899 | 03:21 |
openstackgerrit | Gary Duan proposed openstack/diskimage-builder: mknod virtual floppy disk for ironic-agent https://review.openstack.org/247899 | 03:28 |
*** binbincong has joined #openstack-infra | 03:29 | |
openstackgerrit | David Pursehouse proposed openstack-infra/project-config: Lodgeit: Re-enable pep check and gate job https://review.openstack.org/247901 | 03:31 |
openstackgerrit | David Pursehouse proposed openstack-infra/project-config: Lodgeit: Re-enable pep8 check and gate jobs https://review.openstack.org/247901 | 03:31 |
*** shashank_hegde has quit IRC | 03:32 | |
*** ddieterly has joined #openstack-infra | 03:33 | |
*** otter768 has joined #openstack-infra | 03:36 | |
*** rlandy has joined #openstack-infra | 03:37 | |
*** baoli has quit IRC | 03:40 | |
*** shashank_hegde has joined #openstack-infra | 03:41 | |
*** tiswanso has joined #openstack-infra | 03:41 | |
*** fitoduarte has quit IRC | 03:41 | |
*** FallenPegasus has quit IRC | 03:45 | |
*** amitgandhinz has quit IRC | 03:46 | |
*** shashank_hegde has quit IRC | 03:47 | |
*** sridhar_ram has joined #openstack-infra | 03:50 | |
*** jyuso has joined #openstack-infra | 03:50 | |
*** SumitNaiksatam has quit IRC | 03:50 | |
*** jyuso1 has quit IRC | 03:53 | |
*** weshay_xchat has joined #openstack-infra | 03:54 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Turn Fedora 22 nodes off https://review.openstack.org/247907 | 03:59 |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Update to Fedora 23 https://review.openstack.org/247908 | 03:59 |
openstackgerrit | Ian Wienand proposed openstack-infra/system-config: Update nodepool logging for Fedora 23 https://review.openstack.org/247909 | 03:59 |
*** [1]Thelo has quit IRC | 03:59 | |
*** mriedem has quit IRC | 03:59 | |
*** rick_ has quit IRC | 04:00 | |
*** gyee has quit IRC | 04:00 | |
*** rick_ has joined #openstack-infra | 04:01 | |
*** fawadkhaliq has quit IRC | 04:01 | |
*** sridhar_ram1 has joined #openstack-infra | 04:02 | |
*** sridhar_ram has quit IRC | 04:05 | |
*** Thelo has joined #openstack-infra | 04:05 | |
*** shashank_hegde has joined #openstack-infra | 04:06 | |
*** sridhar_ram has joined #openstack-infra | 04:06 | |
*** jhesketh has quit IRC | 04:06 | |
*** sridhar_ram1 has quit IRC | 04:06 | |
*** jeblair has quit IRC | 04:08 | |
*** Thelo has quit IRC | 04:08 | |
*** josh6627 has joined #openstack-infra | 04:08 | |
*** waynr has quit IRC | 04:08 | |
*** trey has quit IRC | 04:08 | |
*** EmilienM has quit IRC | 04:08 | |
*** waynr has joined #openstack-infra | 04:09 | |
*** Thelo has joined #openstack-infra | 04:09 | |
*** jeblair has joined #openstack-infra | 04:09 | |
*** EmilienM has joined #openstack-infra | 04:10 | |
*** Sree has joined #openstack-infra | 04:10 | |
*** Sree has quit IRC | 04:11 | |
*** trey has joined #openstack-infra | 04:11 | |
*** Sree has joined #openstack-infra | 04:11 | |
*** weshay_xchat has quit IRC | 04:12 | |
*** zhurong_ has quit IRC | 04:13 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Update to Fedora 23 https://review.openstack.org/247908 | 04:14 |
openstackgerrit | Sachi King proposed openstack-infra/project-config: Add non-voting constraints jobs to cinder https://review.openstack.org/237837 | 04:14 |
*** Thelo has quit IRC | 04:16 | |
*** Thelo has joined #openstack-infra | 04:16 | |
*** otter768 has quit IRC | 04:17 | |
*** rlandy has quit IRC | 04:17 | |
*** mahatic has joined #openstack-infra | 04:20 | |
*** mahatic has quit IRC | 04:21 | |
*** gouthamr has quit IRC | 04:22 | |
*** sridhar_ram1 has joined #openstack-infra | 04:23 | |
*** achanda has joined #openstack-infra | 04:23 | |
*** sridhar_ram has quit IRC | 04:23 | |
*** cody-somerville has quit IRC | 04:24 | |
*** spzala has quit IRC | 04:24 | |
*** asselin has quit IRC | 04:25 | |
*** asselin has joined #openstack-infra | 04:25 | |
*** Ramanjaneya has joined #openstack-infra | 04:27 | |
*** sridhar_ram1 has quit IRC | 04:28 | |
*** sridhar_ram has joined #openstack-infra | 04:29 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/project-config: Add job for networking-ofagent https://review.openstack.org/244986 | 04:29 |
*** yamahata has joined #openstack-infra | 04:32 | |
*** shashank_hegde has quit IRC | 04:32 | |
*** dims has quit IRC | 04:36 | |
*** gildub has quit IRC | 04:36 | |
*** armax has joined #openstack-infra | 04:37 | |
*** ddieterly has quit IRC | 04:38 | |
*** aopincar has joined #openstack-infra | 04:38 | |
*** signed8bit_ZZZzz is now known as signed8bit | 04:41 | |
*** mahatic has joined #openstack-infra | 04:42 | |
*** cody-somerville has joined #openstack-infra | 04:42 | |
*** signed8bit has quit IRC | 04:42 | |
openstackgerrit | Gary Duan proposed openstack/diskimage-builder: mknod virtual floppy disk for ironic-agent https://review.openstack.org/247899 | 04:45 |
*** achanda_ has joined #openstack-infra | 04:46 | |
*** sridhar_ram has quit IRC | 04:47 | |
*** sdake has joined #openstack-infra | 04:48 | |
*** fitoduarte has joined #openstack-infra | 04:49 | |
*** achanda has quit IRC | 04:50 | |
*** _denisra has quit IRC | 04:50 | |
openstackgerrit | Merged openstack/requirements: Updated from global requirements https://review.openstack.org/247650 | 04:52 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/247597 | 04:54 |
*** aopincar has quit IRC | 04:56 | |
*** daemontool_ has quit IRC | 04:58 | |
*** daemontool_ has joined #openstack-infra | 04:58 | |
*** fawadkhaliq has joined #openstack-infra | 04:59 | |
*** fawadkhaliq has quit IRC | 05:00 | |
*** fawadk has joined #openstack-infra | 05:00 | |
*** armax has quit IRC | 05:00 | |
*** adduarte has joined #openstack-infra | 05:00 | |
*** oomichi_ has joined #openstack-infra | 05:01 | |
*** fitoduarte has quit IRC | 05:03 | |
*** oomichi has quit IRC | 05:03 | |
*** rossella_s has quit IRC | 05:07 | |
*** rossella_s has joined #openstack-infra | 05:07 | |
*** mahatic has quit IRC | 05:09 | |
*** mattoliverau has quit IRC | 05:12 | |
*** mattoliverau has joined #openstack-infra | 05:13 | |
*** cloudtrainme has joined #openstack-infra | 05:17 | |
openstackgerrit | Tony Breeds proposed openstack-infra/yaml2ical: Add support for skipping/excluding meetings https://review.openstack.org/232312 | 05:21 |
openstackgerrit | Tony Breeds proposed openstack-infra/yaml2ical: Add one off events for skipped meetings https://review.openstack.org/235100 | 05:21 |
*** achanda_ has quit IRC | 05:21 | |
*** cloudtrainme has quit IRC | 05:22 | |
openstackgerrit | Tony Breeds proposed openstack-infra/meetbot: Add warning if starting a meeting in an unrecognised channel https://review.openstack.org/246695 | 05:25 |
lifeless | what tz is armax in? | 05:30 |
*** stevemar_ has quit IRC | 05:34 | |
*** stevemar_ has joined #openstack-infra | 05:35 | |
*** armax has joined #openstack-infra | 05:35 | |
*** stevemar_ has quit IRC | 05:38 | |
*** ddieterly has joined #openstack-infra | 05:39 | |
*** maishsk has quit IRC | 05:41 | |
*** ildikov has quit IRC | 05:43 | |
*** ddieterly has quit IRC | 05:44 | |
*** maishsk has joined #openstack-infra | 05:47 | |
*** amitgandhinz has joined #openstack-infra | 05:47 | |
*** maishsk has quit IRC | 05:49 | |
*** sdake has quit IRC | 05:50 | |
*** amitgandhinz has quit IRC | 05:52 | |
*** unicell has joined #openstack-infra | 06:01 | |
*** jpeeler has quit IRC | 06:01 | |
*** sabeen has quit IRC | 06:03 | |
*** oomichi_ has quit IRC | 06:04 | |
*** tsg has quit IRC | 06:05 | |
*** maishsk has joined #openstack-infra | 06:05 | |
*** tsg has joined #openstack-infra | 06:06 | |
*** amotoki_ has joined #openstack-infra | 06:07 | |
*** kushal has quit IRC | 06:08 | |
*** jkraj has joined #openstack-infra | 06:08 | |
*** yonglihe has quit IRC | 06:09 | |
*** maishsk_ has joined #openstack-infra | 06:11 | |
*** maishsk has quit IRC | 06:12 | |
*** maishsk_ is now known as maishsk | 06:12 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/infra-specs: Consolidation of docs jobs https://review.openstack.org/246550 | 06:14 |
*** hdd has joined #openstack-infra | 06:15 | |
*** oomichi has joined #openstack-infra | 06:15 | |
*** shashank_hegde has joined #openstack-infra | 06:16 | |
*** amotoki_ has quit IRC | 06:17 | |
*** dangers_away has quit IRC | 06:17 | |
*** sdake has joined #openstack-infra | 06:17 | |
*** otter768 has joined #openstack-infra | 06:18 | |
*** ParsectiX has joined #openstack-infra | 06:18 | |
*** elemoine has joined #openstack-infra | 06:18 | |
*** elemoine has left #openstack-infra | 06:20 | |
*** kushal has joined #openstack-infra | 06:21 | |
*** otter768 has quit IRC | 06:23 | |
*** eliqiao_ has joined #openstack-infra | 06:26 | |
*** achanda has joined #openstack-infra | 06:26 | |
openstackgerrit | Tushar Gohad proposed openstack-infra/system-config: Add liberasurecode to CI slaves for Swift/PyECLib https://review.openstack.org/247936 | 06:28 |
*** eliqiao has quit IRC | 06:28 | |
*** aeng has quit IRC | 06:29 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/247938 | 06:29 |
*** rcernin has joined #openstack-infra | 06:30 | |
*** nadya_ has joined #openstack-infra | 06:31 | |
*** nadya_ has quit IRC | 06:33 | |
*** AJaeger has joined #openstack-infra | 06:37 | |
*** ddieterly has joined #openstack-infra | 06:40 | |
*** yushiro has quit IRC | 06:40 | |
*** maishsk has quit IRC | 06:40 | |
*** camunoz has quit IRC | 06:40 | |
*** achanda has quit IRC | 06:42 | |
*** achanda has joined #openstack-infra | 06:43 | |
*** unicell has quit IRC | 06:44 | |
*** unicell has joined #openstack-infra | 06:45 | |
*** ddieterly has quit IRC | 06:45 | |
*** AJaeger has quit IRC | 06:45 | |
*** achanda has quit IRC | 06:48 | |
*** amitgandhinz has joined #openstack-infra | 06:48 | |
*** amitgandhinz has quit IRC | 06:53 | |
*** nadya_ has joined #openstack-infra | 06:53 | |
*** ParsectiX has quit IRC | 06:53 | |
*** ParsectiX has joined #openstack-infra | 06:53 | |
*** salv-orlando has joined #openstack-infra | 06:54 | |
*** salv-orl_ has quit IRC | 06:58 | |
*** rick_ has quit IRC | 07:02 | |
*** bochi-michael has quit IRC | 07:04 | |
*** bochi-michael has joined #openstack-infra | 07:04 | |
*** eliqiao has joined #openstack-infra | 07:09 | |
*** eliqiao_ has quit IRC | 07:10 | |
*** sdake has quit IRC | 07:11 | |
*** ildikov has joined #openstack-infra | 07:12 | |
*** sdake has joined #openstack-infra | 07:16 | |
*** eliqiao has quit IRC | 07:18 | |
*** eliqiao has joined #openstack-infra | 07:20 | |
*** kozhukalov_ has joined #openstack-infra | 07:25 | |
*** ParsectiX has quit IRC | 07:27 | |
*** ParsectiX has joined #openstack-infra | 07:27 | |
*** achanda has joined #openstack-infra | 07:29 | |
*** AJaeger has joined #openstack-infra | 07:31 | |
*** maishsk has joined #openstack-infra | 07:32 | |
*** pahuang_ has quit IRC | 07:33 | |
*** armax has quit IRC | 07:34 | |
*** fedexo has quit IRC | 07:34 | |
*** nadya_ has quit IRC | 07:38 | |
openstackgerrit | hardik proposed openstack-infra/project-config: Change Mistral py3 jobs non-voting to voting. https://review.openstack.org/247956 | 07:40 |
*** ddieterly has joined #openstack-infra | 07:41 | |
*** achanda has quit IRC | 07:41 | |
*** maishsk has quit IRC | 07:44 | |
*** ddieterly has quit IRC | 07:45 | |
*** mpavone has joined #openstack-infra | 07:48 | |
*** amitgandhinz has joined #openstack-infra | 07:49 | |
*** sdake has quit IRC | 07:50 | |
*** sdake has joined #openstack-infra | 07:50 | |
*** mkwiek07 has joined #openstack-infra | 07:52 | |
*** amitgandhinz has quit IRC | 07:54 | |
*** ttx has quit IRC | 07:57 | |
*** ttx has joined #openstack-infra | 07:57 | |
*** adduarte has quit IRC | 07:58 | |
*** jpeeler has joined #openstack-infra | 08:01 | |
*** jpeeler has joined #openstack-infra | 08:01 | |
*** ildikov has quit IRC | 08:06 | |
kozhukalov_ | FYI, guys, there is a bug in tox https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files which breaks some jobs (for example http://logs.openstack.org/92/244492/7/check/gate-python-fuelclient-python27/bbf6b5a/console.html) I suggested a patch in comments to the bug. | 08:10 |
*** zeih has joined #openstack-infra | 08:10 | |
*** egonzalez has joined #openstack-infra | 08:11 | |
*** sdake has quit IRC | 08:11 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: Add PyPI publishing for networking-bagpipe https://review.openstack.org/240890 | 08:13 |
*** flepied has quit IRC | 08:15 | |
*** zeih has quit IRC | 08:15 | |
openstackgerrit | Victor Stinner proposed openstack/requirements: Don't install unicodecsv on Python 3 https://review.openstack.org/247962 | 08:16 |
*** korzen has joined #openstack-infra | 08:16 | |
*** achanda has joined #openstack-infra | 08:17 | |
*** mahatic has joined #openstack-infra | 08:18 | |
*** otter768 has joined #openstack-infra | 08:18 | |
*** matrohon has joined #openstack-infra | 08:20 | |
*** fawadk has quit IRC | 08:21 | |
*** placko has joined #openstack-infra | 08:21 | |
*** sdake has joined #openstack-infra | 08:21 | |
*** fawadkhaliq has joined #openstack-infra | 08:22 | |
*** Ala has joined #openstack-infra | 08:22 | |
*** abregman has joined #openstack-infra | 08:23 | |
*** otter768 has quit IRC | 08:23 | |
*** oomichi has quit IRC | 08:27 | |
openstackgerrit | Tony Breeds proposed openstack-infra/puppet-meetbot: Add config for recognised channels https://review.openstack.org/246778 | 08:31 |
openstackgerrit | Merged openstack-infra/project-config: Add PyPI publishing for networking-bagpipe https://review.openstack.org/240890 | 08:31 |
openstackgerrit | Komei Shimamura proposed openstack-infra/project-config: Add devstack-plugin-kafka project https://review.openstack.org/247094 | 08:32 |
openstackgerrit | Merged openstack-infra/project-config: Change Mistral py3 jobs non-voting to voting. https://review.openstack.org/247956 | 08:32 |
*** kozhukalov_ has quit IRC | 08:32 | |
openstackgerrit | Merged openstack-infra/puppet-log_processor: Add a node_region field to the job metadata https://review.openstack.org/247849 | 08:34 |
*** bexelbie_ has joined #openstack-infra | 08:35 | |
openstackgerrit | Merged openstack-infra/project-config: Add sdague's tempest graphs to grafana https://review.openstack.org/247797 | 08:36 |
*** daemontool_ has quit IRC | 08:36 | |
*** amotoki_ has joined #openstack-infra | 08:36 | |
*** sdake has quit IRC | 08:38 | |
*** bexelbie_ is now known as bexelbie | 08:39 | |
*** daemontool_ has joined #openstack-infra | 08:39 | |
*** abregman is now known as abregman|home | 08:41 | |
*** ddieterly has joined #openstack-infra | 08:41 | |
*** arxcruz has joined #openstack-infra | 08:42 | |
*** tsg has quit IRC | 08:43 | |
*** jlanoux has joined #openstack-infra | 08:43 | |
*** ddieterly has quit IRC | 08:47 | |
*** amotoki_ has quit IRC | 08:47 | |
*** ifarkas has joined #openstack-infra | 08:48 | |
*** oomichi has joined #openstack-infra | 08:48 | |
*** hashar has joined #openstack-infra | 08:49 | |
*** amitgandhinz has joined #openstack-infra | 08:50 | |
*** ihrachys has joined #openstack-infra | 08:50 | |
*** flepied has joined #openstack-infra | 08:52 | |
*** ihrachys has quit IRC | 08:53 | |
*** fawadkhaliq has quit IRC | 08:53 | |
*** fawadkhaliq has joined #openstack-infra | 08:53 | |
*** shashank_hegde has quit IRC | 08:53 | |
*** markus_z has joined #openstack-infra | 08:54 | |
*** amitgandhinz has quit IRC | 08:55 | |
*** mahatic has quit IRC | 08:56 | |
*** tdurakov is now known as Guest14657 | 08:56 | |
*** tdurakov has joined #openstack-infra | 08:56 | |
*** Guest14657 has joined #openstack-infra | 08:57 | |
*** yamahata has quit IRC | 08:58 | |
tdurakov | Â /join #openstack-nova | 09:00 |
*** ihrachys has joined #openstack-infra | 09:00 | |
*** matrohon has quit IRC | 09:01 | |
*** bauzas is now known as bauwser | 09:02 | |
*** dizquierdo has joined #openstack-infra | 09:03 | |
*** sflanigan has quit IRC | 09:03 | |
*** mahatic has joined #openstack-infra | 09:05 | |
*** k4n0 has joined #openstack-infra | 09:06 | |
*** rossella_s has quit IRC | 09:07 | |
*** rossella_s has joined #openstack-infra | 09:08 | |
*** sdake has joined #openstack-infra | 09:08 | |
*** nadya_ has joined #openstack-infra | 09:08 | |
*** tlian has joined #openstack-infra | 09:12 | |
*** matrohon has joined #openstack-infra | 09:13 | |
*** Ala has quit IRC | 09:14 | |
*** Ala has joined #openstack-infra | 09:15 | |
*** egonzalez is now known as egonzalez90 | 09:17 | |
*** achanda has quit IRC | 09:17 | |
*** egonzalez90 is now known as Guest24185 | 09:17 | |
*** Guest24185 has quit IRC | 09:18 | |
*** egonzalez has joined #openstack-infra | 09:18 | |
*** achanda has joined #openstack-infra | 09:25 | |
*** ihrachys_ has joined #openstack-infra | 09:25 | |
*** ihrachys has quit IRC | 09:25 | |
*** abregman|home is now known as abregman|afk | 09:26 | |
*** ihrachys_ is now known as ihrachys | 09:28 | |
*** sdake has quit IRC | 09:29 | |
*** markvoelker has quit IRC | 09:30 | |
*** e0ne has joined #openstack-infra | 09:31 | |
*** yamamoto has quit IRC | 09:31 | |
*** mahatic has quit IRC | 09:32 | |
*** dtantsur|afk is now known as dtantsur | 09:36 | |
*** achanda has quit IRC | 09:37 | |
openstackgerrit | Anusha Ramineni proposed openstack-infra/project-config: Add specs-jobs to congress-specs https://review.openstack.org/246796 | 09:42 |
*** dizquierdo has quit IRC | 09:43 | |
*** ddieterly has joined #openstack-infra | 09:44 | |
*** jistr has joined #openstack-infra | 09:44 | |
*** ddieterly has quit IRC | 09:48 | |
*** jordanP has joined #openstack-infra | 09:49 | |
openstackgerrit | Julien Danjou proposed openstack-infra/project-config: gnocchi: map stable/1.3 to stable/liberty https://review.openstack.org/247995 | 09:49 |
*** sdake has joined #openstack-infra | 09:49 | |
*** dingyichen has quit IRC | 09:50 | |
*** amotoki_ has joined #openstack-infra | 09:50 | |
*** zeih has joined #openstack-infra | 09:51 | |
*** dingyichen has joined #openstack-infra | 09:51 | |
*** amitgandhinz has joined #openstack-infra | 09:52 | |
*** Sree has quit IRC | 09:53 | |
AJaeger | mtreinish, sdague could you comment on https://review.openstack.org/#/c/241205/ , please? Unsharing the gate for telemetry... | 09:53 |
*** amitgandhinz has quit IRC | 09:57 | |
*** jcoufal has joined #openstack-infra | 09:59 | |
*** zhenguo has quit IRC | 10:01 | |
*** rguillebert has joined #openstack-infra | 10:05 | |
*** fawadkhaliq has quit IRC | 10:05 | |
*** amotoki_ has quit IRC | 10:06 | |
*** Yanyanhu has quit IRC | 10:06 | |
*** sambetts-afk is now known as sambetts | 10:07 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: Add neutron-full job template with gate hook enabled https://review.openstack.org/247697 | 10:08 |
*** aukhan has quit IRC | 10:16 | |
*** yamamoto has joined #openstack-infra | 10:17 | |
*** yamamoto_ has joined #openstack-infra | 10:17 | |
*** megm_ has quit IRC | 10:18 | |
*** shardy has joined #openstack-infra | 10:18 | |
*** otter768 has joined #openstack-infra | 10:19 | |
*** megm has joined #openstack-infra | 10:20 | |
*** sdake has quit IRC | 10:20 | |
*** yamamoto has quit IRC | 10:21 | |
*** ihrachys has quit IRC | 10:24 | |
*** otter768 has quit IRC | 10:24 | |
*** mpavone has quit IRC | 10:24 | |
*** yamamoto_ has quit IRC | 10:28 | |
*** ihrachys has joined #openstack-infra | 10:28 | |
*** amotoki_ has joined #openstack-infra | 10:29 | |
*** fawadkhaliq has joined #openstack-infra | 10:30 | |
odyssey4me | stackalytics appears to be down - 404 not found error | 10:30 |
*** amotoki_ has quit IRC | 10:30 | |
markus_z | odyssey4me: yepp, can't connect too | 10:30 |
*** markvoelker has joined #openstack-infra | 10:31 | |
*** ildikov has joined #openstack-infra | 10:31 | |
*** acabot has joined #openstack-infra | 10:31 | |
*** bexelbie has quit IRC | 10:34 | |
*** markvoelker has quit IRC | 10:36 | |
*** dizquierdo has joined #openstack-infra | 10:38 | |
*** kozhukalov_ has joined #openstack-infra | 10:39 | |
*** ihrachys has quit IRC | 10:43 | |
*** e0ne has quit IRC | 10:43 | |
*** ddieterly has joined #openstack-infra | 10:44 | |
*** ihrachys has joined #openstack-infra | 10:45 | |
*** bochi-michael has quit IRC | 10:47 | |
*** bexelbie_ has joined #openstack-infra | 10:48 | |
*** ddieterly has quit IRC | 10:49 | |
*** tdurakov has quit IRC | 10:50 | |
*** abregman|afk is now known as abregman | 10:50 | |
*** tdurakov has joined #openstack-infra | 10:51 | |
*** e0ne has joined #openstack-infra | 10:51 | |
*** amitgandhinz has joined #openstack-infra | 10:53 | |
*** tdurakov has quit IRC | 10:53 | |
*** ldnunes has joined #openstack-infra | 10:55 | |
*** sambetts has quit IRC | 10:56 | |
*** fhubik has joined #openstack-infra | 10:56 | |
*** mpavone has joined #openstack-infra | 10:56 | |
*** sambetts has joined #openstack-infra | 10:57 | |
*** amitgandhinz has quit IRC | 10:57 | |
*** ihrachys_ has joined #openstack-infra | 10:58 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack-infra/project-config: Skip test_encrypted_cinder_volumes for BlockDeviceDriver tests https://review.openstack.org/248021 | 10:59 |
*** tdurakov has joined #openstack-infra | 10:59 | |
*** egonzalez has quit IRC | 11:00 | |
*** ihrachys has quit IRC | 11:00 | |
*** ihrachys_ has quit IRC | 11:04 | |
*** ihrachys has joined #openstack-infra | 11:05 | |
sdague | AJaeger: yeh, that seems weird to me | 11:08 |
*** fawadkhaliq has quit IRC | 11:08 | |
sdague | because I'd think those changes should all be linked together | 11:08 |
openstackgerrit | fumihiko kakuma proposed openstack-infra/project-config: Add job for the ovs mechanism driver with native mode https://review.openstack.org/221143 | 11:10 |
*** ihrachys has quit IRC | 11:10 | |
*** maiteb has joined #openstack-infra | 11:13 | |
*** ihrachys has joined #openstack-infra | 11:13 | |
AJaeger | sdague: thanks for commenting... | 11:14 |
*** tdurakov has quit IRC | 11:15 | |
*** ihrachys_ has joined #openstack-infra | 11:23 | |
*** dims has joined #openstack-infra | 11:24 | |
*** ihrachys has quit IRC | 11:24 | |
*** salv-orlando has quit IRC | 11:28 | |
*** yamamoto has joined #openstack-infra | 11:28 | |
*** salv-orlando has joined #openstack-infra | 11:29 | |
*** fawadkhaliq has joined #openstack-infra | 11:30 | |
*** achanda has joined #openstack-infra | 11:31 | |
*** hdd has quit IRC | 11:31 | |
*** yamamoto has quit IRC | 11:33 | |
*** ociuhandu has quit IRC | 11:34 | |
*** Sree has joined #openstack-infra | 11:34 | |
*** hdd has joined #openstack-infra | 11:34 | |
*** yamamoto has joined #openstack-infra | 11:37 | |
*** yamamoto has quit IRC | 11:38 | |
markus_z | pabelanger: Are you around? | 11:38 |
*** tdurakov has joined #openstack-infra | 11:39 | |
*** tdurakov has quit IRC | 11:39 | |
*** Ramanjaneya has quit IRC | 11:41 | |
*** rhallisey has joined #openstack-infra | 11:41 | |
*** doug-fish has quit IRC | 11:42 | |
*** doug-fish has joined #openstack-infra | 11:42 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/tripleo-ci: Move restarting inspector before building images to give it time to come up https://review.openstack.org/248037 | 11:44 |
*** yamamoto has joined #openstack-infra | 11:45 | |
*** salv-orlando has quit IRC | 11:45 | |
*** ddieterly has joined #openstack-infra | 11:45 | |
*** doug-fish has quit IRC | 11:47 | |
*** Ramanjaneya has joined #openstack-infra | 11:48 | |
*** yamamoto has quit IRC | 11:49 | |
*** ddieterly has quit IRC | 11:50 | |
*** mkwiek07 has quit IRC | 11:50 | |
*** maiteb has quit IRC | 11:53 | |
markus_z | melwitt: I switched a bug from Nova to novaclient, let me know if my reasoning is wrong there: https://bugs.launchpad.net/python-novaclient/+bug/1514576 | 11:53 |
openstack | Launchpad bug 1514576 in python-novaclient "Nova volume-attach should also allow user to provide volume name for the input." [Undecided,New] | 11:53 |
*** w_ has joined #openstack-infra | 11:53 | |
*** tdurakov has joined #openstack-infra | 11:53 | |
*** fawadkhaliq has quit IRC | 11:53 | |
*** amitgandhinz has joined #openstack-infra | 11:54 | |
*** ihrachys_ has quit IRC | 11:55 | |
*** olaph has quit IRC | 11:56 | |
*** ihrachys has joined #openstack-infra | 11:57 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila https://review.openstack.org/247551 | 11:58 |
*** markus_z is now known as markus_z_meeting | 11:58 | |
*** daemontool_ has quit IRC | 11:58 | |
*** amitgandhinz has quit IRC | 11:58 | |
*** Ramanjaneya has quit IRC | 11:59 | |
*** daemontool_ has joined #openstack-infra | 12:01 | |
*** olaph has joined #openstack-infra | 12:02 | |
*** w_ has quit IRC | 12:02 | |
*** kushal has quit IRC | 12:04 | |
*** abregman is now known as abregman|afl | 12:05 | |
*** abregman|afl is now known as abregman|afk | 12:05 | |
*** maiteb has joined #openstack-infra | 12:06 | |
*** fhubik is now known as fhubik_brb | 12:07 | |
*** fhubik_brb is now known as fhubik | 12:09 | |
*** ihrachys has quit IRC | 12:11 | |
*** ihrachys has joined #openstack-infra | 12:12 | |
*** ParsectiX has quit IRC | 12:13 | |
*** salv-orlando has joined #openstack-infra | 12:17 | |
*** e0ne has quit IRC | 12:19 | |
*** e0ne has joined #openstack-infra | 12:19 | |
markus_z_meeting | meh, wrong channel, sorry | 12:19 |
*** Sree_ has joined #openstack-infra | 12:20 | |
*** otter768 has joined #openstack-infra | 12:20 | |
*** Sree_ is now known as Guest43431 | 12:20 | |
*** ihrachys has quit IRC | 12:21 | |
*** Sree has quit IRC | 12:23 | |
*** otter768 has quit IRC | 12:25 | |
*** fhubik is now known as fhubik_brb | 12:26 | |
*** ParsectiX has joined #openstack-infra | 12:28 | |
*** tzn has joined #openstack-infra | 12:29 | |
tzn | Where do you guys track infra documentation bugs? | 12:30 |
*** electrofelix has joined #openstack-infra | 12:30 | |
*** markvoelker has joined #openstack-infra | 12:32 | |
*** ihrachys has joined #openstack-infra | 12:32 | |
*** Sree has joined #openstack-infra | 12:33 | |
*** flepied has quit IRC | 12:35 | |
*** Guest43431 has quit IRC | 12:36 | |
*** markvoelker has quit IRC | 12:37 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack-infra/project-config: telemetry: don't share queue between projects https://review.openstack.org/241205 | 12:37 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack-infra/project-config: Gnocchi: Fix mapping between of stable branches https://review.openstack.org/248050 | 12:37 |
openstackgerrit | Julien Danjou proposed openstack-infra/project-config: Revert "fix aodh gate" https://review.openstack.org/248051 | 12:37 |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila https://review.openstack.org/247551 | 12:38 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack-infra/project-config: Gnocchi: Fix mapping between of stable branches https://review.openstack.org/248050 | 12:39 |
tdurakov | jlanoux, hi there | 12:39 |
*** ihrachys has quit IRC | 12:39 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila https://review.openstack.org/247551 | 12:39 |
tdurakov | i guess i need your help | 12:39 |
*** ihrachys has joined #openstack-infra | 12:40 | |
openstackgerrit | Tomasz 'Zen' Napierala proposed openstack-infra/infra-manual: Corrected "openstack-administrators" group to "openstack-admins" in infra manual for project creators https://review.openstack.org/248053 | 12:40 |
*** baoli has joined #openstack-infra | 12:41 | |
*** abregman|afk has quit IRC | 12:42 | |
tzn | guys, who should I add to revoew for infra docs? | 12:42 |
*** Sree has quit IRC | 12:45 | |
*** Sree has joined #openstack-infra | 12:46 | |
*** ddieterly has joined #openstack-infra | 12:46 | |
*** baoli has quit IRC | 12:46 | |
*** thorst has joined #openstack-infra | 12:46 | |
*** baoli has joined #openstack-infra | 12:48 | |
*** ddieterly has quit IRC | 12:50 | |
*** weshay_xchat has joined #openstack-infra | 12:51 | |
*** tiswanso has quit IRC | 12:53 | |
*** salv-orl_ has joined #openstack-infra | 12:54 | |
*** amitgandhinz has joined #openstack-infra | 12:55 | |
*** kushal has joined #openstack-infra | 12:55 | |
*** wuhg has joined #openstack-infra | 12:55 | |
jlanoux | tdurakov: hi | 12:55 |
*** samuelBartel has joined #openstack-infra | 12:55 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Add new experimental Tempest job for Manila https://review.openstack.org/247551 | 12:55 |
tdurakov | jlanoux, need to add nova/tests/live-migration directory for full job coverage | 12:57 |
tdurakov | how to do it properly? | 12:57 |
*** salv-orlando has quit IRC | 12:57 | |
*** signed8bit has joined #openstack-infra | 12:58 | |
tdurakov | now it's treated as test or doc change, so not all job, including one that i'm working on is being executed | 12:58 |
*** amitgandhinz has quit IRC | 12:59 | |
jlanoux | tdurakov: do you mean to run the tests? | 12:59 |
tdurakov | jlanoux, run jobs | 12:59 |
tdurakov | that run tests | 13:00 |
tdurakov | yes | 13:00 |
*** jaypipes has joined #openstack-infra | 13:00 | |
*** fhubik_brb is now known as fhubik | 13:00 | |
*** achanda has quit IRC | 13:01 | |
jlanoux | tdurakov: are you planning to have other tests that the ones contained in tes_live_migrations? | 13:01 |
tdurakov | well, maybe | 13:02 |
*** achanda has joined #openstack-infra | 13:02 | |
tdurakov | let me explain the problem with more details | 13:02 |
tdurakov | https://review.openstack.org/#/c/247081/ | 13:03 |
tdurakov | your check experimental doesn't run my job | 13:03 |
tdurakov | as no changes in program code were made | 13:03 |
openstackgerrit | Merged openstack-infra/infra-manual: Corrected "openstack-administrators" group to "openstack-admins" in infra manual for project creators https://review.openstack.org/248053 | 13:03 |
*** dprince has joined #openstack-infra | 13:04 | |
tdurakov | jlanoux, so, i want to change this | 13:04 |
*** trown|outttypeww is now known as trown | 13:04 | |
jlanoux | tdurakov: hmm. I see | 13:05 |
tdurakov | btw, previous patch-sets has change in nova/compute/api.py | 13:05 |
tdurakov | it was temporary workaround to schedule all tests | 13:05 |
jlanoux | and that's why the live_migration check was done - ok. | 13:05 |
tdurakov | yep | 13:06 |
*** yfried has quit IRC | 13:06 | |
onovy | https://review.openstack.org/#/c/244597/ // someone for final +A please? | 13:07 |
tdurakov | jlanoux, should i make change in zuul/pipeline.yaml in project-config, or it won't work? | 13:07 |
*** rossella_s has quit IRC | 13:07 | |
jlanoux | tdurakov: I think so yes, let me just check something. | 13:07 |
*** rossella_s has joined #openstack-infra | 13:08 | |
*** ParsectiX has quit IRC | 13:08 | |
*** tdurakov is now known as tdurakov_afk | 13:08 | |
*** salv-orl_ has quit IRC | 13:09 | |
*** salv-orlando has joined #openstack-infra | 13:09 | |
*** claudiub has joined #openstack-infra | 13:09 | |
*** binbincong has quit IRC | 13:11 | |
*** flepied has joined #openstack-infra | 13:12 | |
*** tdurakov_afk has quit IRC | 13:12 | |
*** gouthamr has joined #openstack-infra | 13:13 | |
*** kozhukalov_ has quit IRC | 13:15 | |
*** signed8bit is now known as signed8bit_ZZZzz | 13:15 | |
*** salv-orlando has quit IRC | 13:16 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Make sure timeouts are floats https://review.openstack.org/247803 | 13:16 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Remove default values from innner method https://review.openstack.org/247809 | 13:16 |
*** salv-orlando has joined #openstack-infra | 13:16 | |
mordred | Shrews: ^^ now with tests | 13:16 |
*** tdurakov_afk has joined #openstack-infra | 13:16 | |
*** yamamoto has joined #openstack-infra | 13:17 | |
*** spzala has joined #openstack-infra | 13:17 | |
*** mkoderer has quit IRC | 13:18 | |
*** jffische has joined #openstack-infra | 13:21 | |
*** mkoderer has joined #openstack-infra | 13:22 | |
*** abregman has joined #openstack-infra | 13:22 | |
*** abregman is now known as abregman|afk | 13:22 | |
*** yamamoto has quit IRC | 13:22 | |
openstackgerrit | Merged openstack-infra/project-config: [sahara] job based on direct engine only in stable/liberty https://review.openstack.org/247484 | 13:24 |
*** jkraj has quit IRC | 13:24 | |
*** mrmartin has joined #openstack-infra | 13:24 | |
*** jkraj has joined #openstack-infra | 13:25 | |
*** jkraj has quit IRC | 13:26 | |
*** kozhukalov_ has joined #openstack-infra | 13:26 | |
*** achanda has quit IRC | 13:28 | |
*** thiagop has joined #openstack-infra | 13:29 | |
*** maiteb has quit IRC | 13:31 | |
openstackgerrit | Monty Taylor proposed openstack/requirements: Bump upper-constraint of os-client-config https://review.openstack.org/248076 | 13:31 |
*** achanda has joined #openstack-infra | 13:31 | |
*** jpmaxman has quit IRC | 13:32 | |
*** jffische has quit IRC | 13:32 | |
*** ayoung has joined #openstack-infra | 13:33 | |
Shrews | mordred: lovely | 13:35 |
*** markvoelker has joined #openstack-infra | 13:35 | |
mordred | Shrews: also, I'm requesting a new occ with the swift-client fix | 13:35 |
*** achanda has quit IRC | 13:37 | |
*** ociuhandu has joined #openstack-infra | 13:38 | |
*** achanda has joined #openstack-infra | 13:38 | |
*** tdurakov has joined #openstack-infra | 13:39 | |
tdurakov | jlanoux, i'm back, so anything for me? | 13:40 |
*** ihrachys has quit IRC | 13:40 | |
tdurakov | jlanoux, saw comment, thanks! | 13:41 |
*** Piet has quit IRC | 13:44 | |
jlanoux | tdurakov: ok - np! | 13:44 |
*** ddieterly has joined #openstack-infra | 13:47 | |
*** bcourt has quit IRC | 13:47 | |
*** ddieterly has quit IRC | 13:47 | |
*** tdurakov has quit IRC | 13:48 | |
*** ddieterly has joined #openstack-infra | 13:48 | |
*** ihrachys has joined #openstack-infra | 13:48 | |
openstackgerrit | Alexey Morlang proposed openstack-infra/project-config: publish-to-pypi job added for gce-api project (package gce-api registered at pypi.python.org) https://review.openstack.org/248085 | 13:48 |
*** tiswanso has joined #openstack-infra | 13:49 | |
*** tiswanso has quit IRC | 13:49 | |
*** salv-orlando has quit IRC | 13:52 | |
*** salv-orl_ has joined #openstack-infra | 13:52 | |
*** gordc has joined #openstack-infra | 13:52 | |
*** Sree has quit IRC | 13:53 | |
*** regXboi has joined #openstack-infra | 13:53 | |
*** tdurakov has joined #openstack-infra | 13:54 | |
*** kgiusti has joined #openstack-infra | 13:54 | |
*** fhubik has quit IRC | 13:54 | |
*** annegentle has joined #openstack-infra | 13:54 | |
*** ihrachys has quit IRC | 13:55 | |
tdurakov | jlanoux, another question, what about this: https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L685 | 13:55 |
*** dkranz has joined #openstack-infra | 13:55 | |
*** claudiub has quit IRC | 13:57 | |
*** jaypipes has quit IRC | 13:59 | |
*** [1]Thelo has joined #openstack-infra | 13:59 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Bump os-client-config requirement https://review.openstack.org/248089 | 14:01 |
*** rm_work has quit IRC | 14:01 | |
*** ihrachys has joined #openstack-infra | 14:02 | |
*** zeljkof has quit IRC | 14:02 | |
*** Thelo has quit IRC | 14:02 | |
*** [1]Thelo is now known as Thelo | 14:02 | |
*** Hunner has quit IRC | 14:02 | |
*** Hunner has joined #openstack-infra | 14:03 | |
*** zeljkof has joined #openstack-infra | 14:03 | |
*** Hunner has quit IRC | 14:03 | |
*** Hunner has joined #openstack-infra | 14:03 | |
*** bcourt has joined #openstack-infra | 14:04 | |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Support for dependent pipelines with github https://review.openstack.org/247500 | 14:04 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Encapsulate determining the event purpose https://review.openstack.org/247487 | 14:04 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) support github pull reqeust labels https://review.openstack.org/247421 | 14:04 |
*** rm_work has joined #openstack-infra | 14:04 | |
*** binbincong has joined #openstack-infra | 14:06 | |
AJaeger | onovy: this can only be approved when no IRC meetings take place.. | 14:06 |
*** ildikov has quit IRC | 14:08 | |
*** claudiub has joined #openstack-infra | 14:09 | |
*** korzen has quit IRC | 14:09 | |
openstackgerrit | gordon chung proposed openstack-infra/project-config: add release notes jobs for aodh https://review.openstack.org/248098 | 14:11 |
*** gouthamr has left #openstack-infra | 14:11 | |
*** rlandy has joined #openstack-infra | 14:11 | |
*** tiswanso has joined #openstack-infra | 14:11 | |
*** achanda has quit IRC | 14:11 | |
*** ildikov has joined #openstack-infra | 14:12 | |
ttx | mordred: if around, any chance you could kill the stable/liberty branch I just created for openstack/solum ? They don't need one | 14:12 |
ttx | I can create them but not remove them. | 14:12 |
*** stevemar_ has joined #openstack-infra | 14:13 | |
ttx | was just created so if we remove it fast we make sure not so many people will have gotten it | 14:13 |
*** achanda has joined #openstack-infra | 14:13 | |
mordred | ttx: yah | 14:14 |
mordred | ttx: done | 14:15 |
ttx | mordred: many thx | 14:15 |
*** bswartz has joined #openstack-infra | 14:15 | |
*** eharney has joined #openstack-infra | 14:15 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Make sure timeouts are floats https://review.openstack.org/247803 | 14:16 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Bump os-client-config requirement https://review.openstack.org/248089 | 14:16 |
*** kgiusti has left #openstack-infra | 14:16 | |
*** signed8bit_ZZZzz is now known as signed8bit | 14:16 | |
*** amitgandhinz has joined #openstack-infra | 14:16 | |
*** mriedem has joined #openstack-infra | 14:16 | |
*** salv-orl_ has quit IRC | 14:17 | |
*** amuller has joined #openstack-infra | 14:17 | |
*** signed8bit is now known as signed8bit_ZZZzz | 14:17 | |
*** kgiusti has joined #openstack-infra | 14:17 | |
jlanoux | tdurakov: perhaps more around https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L708 | 14:17 |
*** hdd has quit IRC | 14:18 | |
pabelanger | markus_z_meeting: indeed | 14:19 |
*** alivigni has joined #openstack-infra | 14:20 | |
*** salv-orlando has joined #openstack-infra | 14:21 | |
*** doug-fish has joined #openstack-infra | 14:21 | |
*** peristeri has joined #openstack-infra | 14:21 | |
*** otter768 has joined #openstack-infra | 14:21 | |
*** signed8bit_ZZZzz is now known as signed8bit | 14:23 | |
*** bhunter71 has joined #openstack-infra | 14:24 | |
*** otter768 has quit IRC | 14:26 | |
*** bauwser has left #openstack-infra | 14:26 | |
*** ihrachys has quit IRC | 14:26 | |
*** achanda has quit IRC | 14:26 | |
*** ddieterly has quit IRC | 14:27 | |
openstackgerrit | Alexey Morlang proposed openstack-infra/project-config: publish-to-pypi job added for gce-api project (package gce-api registered at pypi.python.org) https://review.openstack.org/248085 | 14:28 |
*** Piet has joined #openstack-infra | 14:29 | |
*** cloudtrainme has joined #openstack-infra | 14:31 | |
*** ihrachys has joined #openstack-infra | 14:32 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Fix a 60 second unit test https://review.openstack.org/248112 | 14:33 |
*** daemontool has joined #openstack-infra | 14:35 | |
*** akshai has joined #openstack-infra | 14:35 | |
*** tdurakov has quit IRC | 14:37 | |
*** cloudtrainme has quit IRC | 14:37 | |
*** daemontool_ has quit IRC | 14:37 | |
*** jyuso has quit IRC | 14:38 | |
*** annegentle has quit IRC | 14:38 | |
*** tdurakov has joined #openstack-infra | 14:38 | |
*** zz_dimtruck is now known as dimtruck | 14:41 | |
*** fawadkhaliq has joined #openstack-infra | 14:41 | |
*** dansmith is now known as superdan | 14:41 | |
*** achanda has joined #openstack-infra | 14:44 | |
*** burgerk has joined #openstack-infra | 14:46 | |
*** xyang1 has joined #openstack-infra | 14:46 | |
mordred | Shrews: you'll like that patch ^^ | 14:47 |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: Add neutron-full job template with gate hook enabled https://review.openstack.org/247697 | 14:49 |
clarkb | hrm I think ^ is a -2 | 14:50 |
clarkb | we shpuldnt need to run a hook out of neutron for what is supposed to be the devstack default | 14:50 |
clarkb | sdague mtreinish jeblair ^ thoughts on that? | 14:51 |
*** ddieterly has joined #openstack-infra | 14:51 | |
*** ihrachys has quit IRC | 14:51 | |
*** ddieterly has quit IRC | 14:51 | |
clarkb | stuff like that is what makes it hard to change defaults | 14:51 |
clarkb | "oh for neutron to work you actually need to wrap it in this other thing first" | 14:51 |
*** ddieterly has joined #openstack-infra | 14:51 | |
sdague | right, I agree, if this is going to be run on other projects, then the config for that needs to be centralized | 14:52 |
sdague | you can use hooks all you want on jobs that only run on your own projects | 14:52 |
sdague | you can't use it on other people's | 14:52 |
*** ihrachys has joined #openstack-infra | 14:54 | |
clarkb | the dependency is there to configure devstack | 14:54 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Make sure timeouts are floats https://review.openstack.org/247803 | 14:54 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Bump os-client-config requirement https://review.openstack.org/248089 | 14:54 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Remove default values from innner method https://review.openstack.org/247809 | 14:54 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Fix a 60 second unit test https://review.openstack.org/248112 | 14:54 |
clarkb | its too esrly for me to unravel this but thats d-g's job | 14:54 |
mgagne | clarkb if you didn't read backlog: I fixed All-Projects provisioning and issue related to groups. I agree that if you wish to use a special user/group for project management, it might not work due to chicken/egg problem. | 14:55 |
clarkb | mgagne can you propose the groups fix to jeepyb? it being on github is not so useful | 14:55 |
mgagne | clarkb sure, doing it now | 14:56 |
openstackgerrit | Matt Riedemann proposed openstack/requirements: Bump glance-store to 0.10.0 in upper-constraints https://review.openstack.org/248120 | 14:56 |
clarkb | thanks | 14:56 |
mordred | clarkb: -2 from me | 14:57 |
*** markus_z_meeting is now known as markus_z | 14:59 | |
ihrachys | mordred: hey! thanks for the comment on hook patch for neutron. I think you may suggest me the proper way to achieve what I try to do. My immediate goal is to get some QoS scenario tests in neutron gate. We have a patch up for review for tempest, but it can't go in unless we enable QoS service plugin for Neutron. AFAIK there are other service plugins interested in getting tempest coverage. How do we proceed? | 15:00 |
*** mpavone has quit IRC | 15:01 | |
*** boris-42 has joined #openstack-infra | 15:01 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:01 | |
*** yamamoto has joined #openstack-infra | 15:01 | |
openstackgerrit | Dimitry Ushakov proposed openstack-infra/project-config: Add tempest to magnum devstack gate https://review.openstack.org/248123 | 15:02 |
openstackgerrit | Mathieu Gagné proposed openstack-infra/jeepyb: Don't create new groups for built-in ones https://review.openstack.org/248126 | 15:03 |
*** dangers_away has joined #openstack-infra | 15:04 | |
*** hashar has quit IRC | 15:04 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/diskimage-builder: Add dynamic-login element https://review.openstack.org/245082 | 15:06 |
*** yamamoto has quit IRC | 15:07 | |
openstackgerrit | Mathieu Gagné proposed openstack-infra/jeepyb: Add ability to manage All-Projects meta project https://review.openstack.org/248130 | 15:07 |
*** abregman|afk is now known as abregman | 15:08 | |
clarkb | ihrachys you either have devstack gate configure devstack to enable it for all neutron mitaka runs or set up a specific job that does so | 15:08 |
mordred | ihrachys: yah. what clarkb said | 15:08 |
*** abregman is now known as abregman|nearby | 15:08 | |
*** FallenPegasus has joined #openstack-infra | 15:08 | |
*** jasondotstar is now known as jasondotstar_afk | 15:08 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/diskimage-builder: Add dynamic-login element https://review.openstack.org/245082 | 15:10 |
*** stevemar_ has quit IRC | 15:10 | |
*** yonglihe has joined #openstack-infra | 15:10 | |
*** zeih has quit IRC | 15:11 | |
*** e0ne has quit IRC | 15:11 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Allow specifying cloud name to ansible tests https://review.openstack.org/248131 | 15:13 |
dimtruck | good morning! i updated project-config for magnum to enable tempest https://review.openstack.org/248123. It passed jenkins and got approval from magnum ptl. Can the cores please take a look at the patch and push it through if it meets all expectations? :) | 15:13 |
ihrachys | clarkb: and that job would be neutron specific, right? | 15:13 |
clarkb | specific to the thing under test yes | 15:15 |
openstackgerrit | Witold Bedyk proposed openstack-infra/project-config: Add python implementation for monasca-log-api https://review.openstack.org/248132 | 15:15 |
*** krtaylor has joined #openstack-infra | 15:16 | |
*** yamamoto has joined #openstack-infra | 15:17 | |
*** jffische has joined #openstack-infra | 15:19 | |
*** pradk has joined #openstack-infra | 15:21 | |
*** annegentle has joined #openstack-infra | 15:21 | |
*** yamamoto has quit IRC | 15:21 | |
*** ccrouch has joined #openstack-infra | 15:22 | |
*** ccrouch has quit IRC | 15:22 | |
*** ccrouch has joined #openstack-infra | 15:22 | |
jesusaurus | infra-core: i want to try splitting the log processor scripts out of the puppet module and into a proper python project, any preference on how to do it? should i try to keep git history for the files, or just cp them? | 15:22 |
*** mestery has joined #openstack-infra | 15:23 | |
markus_z | pabelanger: I'd like to enable our grafana dashboard to display information from our issue tracker (Launchpad). I've seen you've done changes in graphyaml and thought you could help double-checking if my idea would work. | 15:23 |
markus_z | pabelanger: Are you the right person to ask such things? | 15:24 |
*** rbrndt has joined #openstack-infra | 15:25 | |
pabelanger | markus_z: How are you planning on getting the data from launchpad into grafana? | 15:25 |
pabelanger | markus_z: which datasource are you planning on using? | 15:26 |
clarkb | jesusaurus if you can keep history that would be nice | 15:26 |
markus_z | IIUC the datasource it uses is http://graphite.openstack.org ? | 15:26 |
*** abregman|nearby is now known as abregman | 15:27 | |
markus_z | pabelanger: And that I can inject data there at a specific port: http://graphite.readthedocs.org/en/latest/feeding-carbon.html#the-plaintext-protocol | 15:27 |
pabelanger | markus_z: Ah okay. Didn't know graphite.o.o had launchpad data. | 15:28 |
markus_z | pabelanger: It doesn't, but I can inject data as a tuple (that's at least my understanding) | 15:28 |
pabelanger | markus_z: either way, grafyaml is just a simple tool to create dashboards in yaml. So, as long as grafana itself does what you need, you'll be able to use grafyaml to create your yaml dashboard | 15:28 |
markus_z | pabelanger: Yeah, grafana should already have everything. It's simple time series data. | 15:29 |
jesusaurus | clarkb: ok, i'll see if i can manage a git-filter-branch | 15:29 |
markus_z | *I want to dispaly | 15:29 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Disable InsecurePlatform Warnings https://review.openstack.org/247069 | 15:30 |
pabelanger | markus_z: well, it sounds like you first need to get the data into graphite. which might be a task in itself. | 15:30 |
*** ihrachys has quit IRC | 15:30 | |
pabelanger | markus_z: you want to do this for an openstack project? | 15:30 |
markus_z | pabelanger: jepp, injecting the data is one task itself. | 15:31 |
markus_z | pabelanger: Yeah, for Nova at first as a PoC and if this makes sense for other projects too | 15:31 |
*** jcoufal has quit IRC | 15:31 | |
*** ihrachys has joined #openstack-infra | 15:31 | |
*** nikhil has quit IRC | 15:32 | |
*** k4n0 has quit IRC | 15:32 | |
*** tsg has joined #openstack-infra | 15:32 | |
mtreinish | mordred, clarkb: so one catch there is going to be neutron runs their functional tests on a dsvm node with d-g iirc | 15:32 |
*** nikhil has joined #openstack-infra | 15:32 | |
pabelanger | markus_z: well, you might also want to hold off too. We are eventually migrating from launchpad for bugs, might want to read up on that too | 15:32 |
*** annegentle has quit IRC | 15:33 | |
clarkb | mtreinish thats fine they can do fancier stuff in functional jobs that are just for neutron | 15:33 |
mordred | mtreinish: yah. totally fine for them to run their functional tests with fancy stuff | 15:33 |
mordred | yeah | 15:33 |
mordred | what clarkb said | 15:33 |
clarkb | but you cant do that in the make a cloud with neutron default test | 15:33 |
*** zeih has joined #openstack-infra | 15:33 | |
mtreinish | oh, I misread the change. Ignore me | 15:33 |
*** e0ne has joined #openstack-infra | 15:33 | |
markus_z | pabelanger: Jepp, I'm aware of the migration plans, thanks. | 15:33 |
mtreinish | I should look at the code next time | 15:34 |
markus_z | pabelanger: I still have to test it locally if it would work. Can I contact you again when I encounter problems with grafyaml? | 15:34 |
*** rcernin has quit IRC | 15:34 | |
*** tdurakov has quit IRC | 15:34 | |
pabelanger | markus_z: indeed. More then happy help people using grafyaml | 15:35 |
*** yamahata has joined #openstack-infra | 15:35 | |
*** abregman is now known as abregman|nearby | 15:35 | |
*** sdake has joined #openstack-infra | 15:35 | |
*** nithyag_ has quit IRC | 15:36 | |
markus_z | pabelanger: cool, thanks | 15:36 |
*** abregman|nearby is now known as abregman | 15:38 | |
*** zeih has quit IRC | 15:38 | |
*** tdurakov has joined #openstack-infra | 15:38 | |
*** ihrachys has quit IRC | 15:41 | |
*** ihrachys has joined #openstack-infra | 15:43 | |
*** ihrachys has quit IRC | 15:46 | |
*** sridhar_ram has joined #openstack-infra | 15:47 | |
*** harlowja_at_home has joined #openstack-infra | 15:47 | |
*** ihrachys has joined #openstack-infra | 15:47 | |
*** mestery has quit IRC | 15:49 | |
*** ihrachys has quit IRC | 15:50 | |
jeblair | markus_z: what's the data you want? | 15:51 |
markus_z | jeblair: All of it ;) For the start, the count of untriaged bugs sorted by tags. As time series data for lets say 4 weeks in a 1h interval. | 15:52 |
*** smarcet has joined #openstack-infra | 15:52 | |
markus_z | jeblair: Is that crazy pants? | 15:52 |
*** ihrachys has joined #openstack-infra | 15:52 | |
*** stevemar_ has joined #openstack-infra | 15:52 | |
jeblair | markus_z: no, that makes sense -- each project-tag can be a metric | 15:54 |
markus_z | jeblair: Yes, I've thought of a namespace like "nova.bugs.untriaged.libvirt" for example. "libvirt" is one possible tag. | 15:55 |
markus_z | Or "bugs.nova.untriaged.libvirt". So we could also have "bugs.neutron.untriaged.ml2". Would possibly make more sense. | 15:55 |
jeblair | markus_z: that feels like a different kind of functionality from grafyaml -- i don't know if that's the best place to put a lp <-> graphite pipe... but maybe pabelanger has future world domination plans i don't know about :) | 15:56 |
jeblair | markus_z: do you know about http://status.openstack.org//bugday/ ? | 15:56 |
jeblair | markus_z: that's currently run in cron... i want to say every hour?... polls lp and writes json files | 15:57 |
markus_z | jeblair: yepp, I know about the status site. I guess their logic could be copied to gather the data. | 15:57 |
*** e0ne_ has joined #openstack-infra | 15:57 | |
*** jcoufal has joined #openstack-infra | 15:58 | |
jeblair | markus_z: i mention it because (a) you might be able to modify it quickly to do what you want in its current configuration; (b) it almost certainly has quite a bit of the lp-polling code you would need; and (c) if you still want to use graphite, maybe a way to implement what you want is to add a graphite output to that? | 15:58 |
*** sdake has quit IRC | 15:58 | |
*** e0ne has quit IRC | 15:58 | |
*** svasheka has quit IRC | 15:58 | |
*** stevemar_ has quit IRC | 15:58 | |
*** stevemar_ has joined #openstack-infra | 15:59 | |
*** austin81 has joined #openstack-infra | 15:59 | |
*** amitgandhinz has quit IRC | 15:59 | |
*** rcernin has joined #openstack-infra | 16:00 | |
*** rcernin is now known as rcernin|dinner | 16:00 | |
*** mestery has joined #openstack-infra | 16:00 | |
markus_z | jeblair: for (a) My current impression is that it would make sense to have one solution to provide visualization of time series data. And Grafana makes a more mature impression to me. | 16:00 |
jeblair | markus_z: oh yeah, i'm not disputing that -- let me clarify | 16:00 |
jeblair | markus_z: grafana is a dashboard app that reads data from graphite and displays it. grafyaml is a tool to configure grafana from yaml files in git repos. | 16:01 |
*** tiswanso has quit IRC | 16:02 | |
*** tiswanso has joined #openstack-infra | 16:02 | |
jeblair | markus_z: i like your idea of putting bug data in graphite and displaying it with grafana. i'm suggesting that since we have a tool that processes data from launchpad and outputs timeseries data to json files (bugday), that tool might be the best starting point for your effort to get launchpad data and output timeseries data to graphite (so that it can then be displayed with grafana, whose dashboards you will configure with grafyaml) | 16:03 |
jeblair | (at least, that's my suggestion (c) above) | 16:03 |
*** kgiusti has left #openstack-infra | 16:05 | |
*** amitgandhinz has joined #openstack-infra | 16:05 | |
*** svasheka has joined #openstack-infra | 16:05 | |
*** ihrachys has quit IRC | 16:05 | |
markus_z | jeblair: I think I get it and that we both want the same :) | 16:06 |
jeblair | oh ok cool | 16:06 |
markus_z | I'm already pulling launchpad data for these emails: http://lists.openstack.org/pipermail/openstack-dev/2015-November/079414.html | 16:07 |
jeblair | i just woke up, i'm still clearing the cobwebs :) | 16:07 |
markus_z | It's not that hard if you know what you have to do :D | 16:07 |
*** binbincong has quit IRC | 16:07 | |
*** bpokorny has joined #openstack-infra | 16:09 | |
markus_z | jeblair: I'm going to do a PoC locally on my laptop. I would just keep you in the loop for that, if you are interested. | 16:09 |
jeblair | markus_z: cool. the way our graphite system is set up is generally with programs sending data to statsd which is running on graphite.o.o.... | 16:09 |
jeblair | markus_z: so if it's possible to do this by using statsd, rather than talking to carbon directly, that would probably be best | 16:10 |
*** dizquierdo has quit IRC | 16:10 | |
markus_z | jeblair: Ah, ok, that's good to know! | 16:10 |
mtreinish | anteaya, sdague, clarkb: if you get a sec: https://review.openstack.org/247866 and https://review.openstack.org/247832 should be pretty simple | 16:10 |
openstackgerrit | Glauco Oliveira proposed openstack-infra/puppet-openstack_health: Update default api configurations https://review.openstack.org/247492 | 16:11 |
jeblair | markus_z: (i think you would only need to talk to carbon directly if you wanted to put timeseries data in the _past_, such as by parsing lp timestamps or something. if you are just doing "query, report [len(list), now]" then statsd will be fine) | 16:11 |
markus_z | jeblair: The latter one, I guess | 16:12 |
*** flepied has quit IRC | 16:12 | |
jeblair | markus_z: here's how zuul reports a statsd guage type (which i think maps to what you want): http://git.openstack.org/cgit/openstack-infra/zuul/tree/zuul/scheduler.py#n756 | 16:12 |
jeblair | (that's the one that gets used for the pipeline sparklines) | 16:12 |
*** ihrachys has joined #openstack-infra | 16:13 | |
*** tsg_ has joined #openstack-infra | 16:13 | |
*** hdd has joined #openstack-infra | 16:14 | |
markus_z | cool, noted down | 16:15 |
*** tsg has quit IRC | 16:16 | |
*** armax has joined #openstack-infra | 16:18 | |
*** ihrachys has quit IRC | 16:20 | |
*** arxcruz has quit IRC | 16:20 | |
*** otter768 has joined #openstack-infra | 16:22 | |
*** placko has quit IRC | 16:24 | |
jeblair | haha! | 16:24 |
jeblair | i have been really confused by timestamps on pypi.nyj01 | 16:25 |
*** EricGonczer_ has joined #openstack-infra | 16:25 | |
jeblair | and just realized it's because: Fri Nov 20 11:24:47 EST 2015 | 16:25 |
pleia2 | good morning | 16:25 |
jeblair | mordred: i believe this is the first time we've had a server come up in a cloud in a local timezone | 16:25 |
*** bdemers_ has joined #openstack-infra | 16:25 | |
jeblair | pleia2: o/ | 16:25 |
pleia2 | huh, not utc | 16:25 |
mordred | jeblair: oh! | 16:25 |
mordred | jeblair: I suppose we do not actually set that in our puppet do we? | 16:26 |
jeblair | mordred: i don't think so... i'm guessing the dib nodes will be okay though... | 16:26 |
*** EricGonc_ has joined #openstack-infra | 16:26 | |
markus_z | timezones are fun :) | 16:26 |
*** abregman is now known as abregman|brb | 16:26 | |
jeblair | (and of course, dib-infra-servers would fix this too, i assume) | 16:26 |
*** stevemar_ has quit IRC | 16:26 | |
*** bdemers has quit IRC | 16:26 | |
clarkb | wow | 16:26 |
*** otter768 has quit IRC | 16:27 | |
clarkb | seems like something to puppet | 16:27 |
zaro | morning | 16:28 |
jeblair | mgagne: (user feedback: we're surprised internap uses the local timezone on its images -- we'll fix our puppet to change it to utc, but we sort of expected them to come up in utc automatically) | 16:28 |
pabelanger | jeblair: markus_z: No plans at the moment | 16:29 |
*** rlandy has quit IRC | 16:29 | |
*** woodster_ has joined #openstack-infra | 16:29 | |
*** EricGonczer_ has quit IRC | 16:29 | |
*** bdemers_ has quit IRC | 16:30 | |
jeblair | okay, now, so which random puppet module should we use for setting the timezone? or should we roll our own? | 16:30 |
*** spzala has quit IRC | 16:30 | |
jeblair | https://forge.puppetlabs.com/saz/timezone ? | 16:31 |
*** ihrachys has joined #openstack-infra | 16:31 | |
pleia2 | that does appear to be the most popular (though I've also started using example42 modules lately) | 16:32 |
crinkle | saz's modules are usually pretty good | 16:32 |
*** gordc has quit IRC | 16:33 | |
*** eharney has quit IRC | 16:33 | |
*** tiswanso has quit IRC | 16:33 | |
jeblair | we're using memcached from saz | 16:33 |
*** bdemers has joined #openstack-infra | 16:33 | |
crinkle | i would not start using example42 modules in infra, they are often complicated and come with a long dependency chain of other example42 modules | 16:33 |
*** gordc has joined #openstack-infra | 16:33 | |
pleia2 | crinkle: good to know :) | 16:33 |
*** armax has quit IRC | 16:34 | |
pabelanger | crinkle: ++ | 16:34 |
*** jlanoux has quit IRC | 16:34 | |
*** mrmartin has quit IRC | 16:34 | |
*** rlandy has joined #openstack-infra | 16:34 | |
mgagne | jeblair thanks for the feedback, will check that on Monday, PTO atm | 16:35 |
jeblair | mgagne: np! go PTO! | 16:37 |
*** Guest25643 has quit IRC | 16:37 | |
*** nadya_ has quit IRC | 16:37 | |
*** gyee has joined #openstack-infra | 16:37 | |
openstackgerrit | Merged openstack-infra/project-config: Add specs-jobs to congress-specs https://review.openstack.org/246796 | 16:37 |
*** sabeen1 has joined #openstack-infra | 16:39 | |
*** stevemar_ has joined #openstack-infra | 16:39 | |
*** electrofelix has quit IRC | 16:40 | |
AJaeger | jeblair, clarkb, pleia2, anteaya : We have in project-config over 70 jobs with a -1 by jenkins that are over a month not touched. Do we let them bitrot all and ignore them? Or is any kind of cleanup beneficial? | 16:41 |
*** ildikov has quit IRC | 16:41 | |
*** burgerk has quit IRC | 16:41 | |
*** jlanoux has joined #openstack-infra | 16:41 | |
openstackgerrit | Merged openstack-infra/project-config: add release notes jobs for aodh https://review.openstack.org/248098 | 16:41 |
openstackgerrit | Merged openstack-infra/project-config: gnocchi: map stable/1.3 to stable/liberty https://review.openstack.org/247995 | 16:42 |
*** rcernin|dinner is now known as rcernin | 16:42 | |
jeblair | AJaeger: i would recommend ignoring them -- i am in favor of abandoning changes only if we know they are no longer relevant. if you can look at the change and tell it doesn't make sense anymore, feel free to abandon. but otherwise, i would leave them as-is for now. | 16:43 |
pleia2 | AJaeger: if it's a problem with the patch, sometimes when I have free time (ha! ha!) I'll let the patch submitter know what went wrong so they can fix it | 16:43 |
openstackgerrit | David Caro proposed openstack-infra/jenkins-job-builder: Added support for the workflow job type https://review.openstack.org/248169 | 16:43 |
pleia2 | but a 70+ patch queue seems a bit argh for going through /o\ | 16:43 |
jeblair | (personally, my oldest v=-1 change is from july; i will get back to it at some point) | 16:43 |
jeblair | pleia2: filter out v=-1 changes? | 16:43 |
*** tsg_ has quit IRC | 16:43 | |
*** tsg has joined #openstack-infra | 16:43 | |
pleia2 | jeblair: I do that now, because I have no time :) | 16:44 |
jeblair | ya | 16:44 |
*** stevemar_ has quit IRC | 16:44 | |
jeblair | oh i see what you mean | 16:44 |
*** unicell1 has joined #openstack-infra | 16:44 | |
jeblair | i really should eat breakfast | 16:44 |
*** dims_ has joined #openstack-infra | 16:44 | |
*** dims has quit IRC | 16:44 | |
*** yamamoto has joined #openstack-infra | 16:44 | |
*** stevemar_ has joined #openstack-infra | 16:45 | |
AJaeger | right now I'm ignoring them indeed, sometimes I wonder why people are not pushing further... | 16:45 |
*** bpokorny_ has joined #openstack-infra | 16:46 | |
*** unicell has quit IRC | 16:46 | |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Set timezone to UTC on servers https://review.openstack.org/248173 | 16:46 |
*** Ala has quit IRC | 16:47 | |
*** bpokorny has quit IRC | 16:49 | |
*** yamamoto has quit IRC | 16:49 | |
*** abregman|brb is now known as abregman | 16:51 | |
*** ihrachys has quit IRC | 16:51 | |
*** burgerk has joined #openstack-infra | 16:52 | |
AJaeger | pabelanger: your change https://review.openstack.org/#/c/186441/ is the oldest in the queue - do you want to abandon it or resurrect? | 16:52 |
openstackgerrit | Merged openstack-infra/project-config: Update jobs for mistral https://review.openstack.org/246917 | 16:52 |
*** Piet has quit IRC | 16:53 | |
*** dangers_away is now known as dangers | 16:53 | |
*** sridhar_ram has quit IRC | 16:54 | |
andreykurilin | sdague: hi! Can you look at my patch to project-config? | 16:55 |
*** sridhar_ram has joined #openstack-infra | 16:55 | |
*** ihrachys has joined #openstack-infra | 16:56 | |
openstackgerrit | Merged openstack-infra/project-config: Revert "fix aodh gate" https://review.openstack.org/248051 | 16:56 |
vponomaryov | andreykurilin: I think you are interested in providing direct link to change you are talking about | 16:56 |
jeblair | (does that 'break' the aodh gate?) | 16:57 |
andreykurilin | vponomaryov: sure https://review.openstack.org/#/c/240580/ | 16:57 |
*** dtantsur is now known as dtantsur|afk | 16:57 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources: Summit Application API https://review.openstack.org/221964 | 16:58 |
AJaeger | jeblair: I hope not ;) | 16:58 |
*** e0ne_ has quit IRC | 16:58 | |
AJaeger | jeblair: first line of change is " | 16:58 |
AJaeger | We finally fixed HBase tests in Aodh. | 16:58 |
*** daemontool has quit IRC | 16:59 | |
*** stevemar_ has quit IRC | 16:59 | |
*** stevemar_ has joined #openstack-infra | 17:00 | |
*** abregman is now known as abregman|nearby | 17:00 | |
jeblair | clarkb, zaro: can you look at https://review.openstack.org/247263 when you have a minute -- it is for this idea i had after never knowing which d-g template to look at: https://review.openstack.org/247264 | 17:01 |
*** xiexs__ has quit IRC | 17:01 | |
*** daemontool has joined #openstack-infra | 17:02 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/infra-specs: Consolidation of docs jobs https://review.openstack.org/246550 | 17:02 |
*** armax has joined #openstack-infra | 17:02 | |
AJaeger | jeblair: I love that idea ;) | 17:02 |
*** samuelBartel has quit IRC | 17:02 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/diskimage-builder: Add dynamic-login element https://review.openstack.org/245082 | 17:03 |
clarkb | heh ya I usually do lots of grepping | 17:03 |
openstackgerrit | Merged openstack-infra/tripleo-ci: Move restarting inspector before building images to give it time to come up https://review.openstack.org/248037 | 17:03 |
*** eharney has joined #openstack-infra | 17:03 | |
jeblair | (the depends on doesn't work because that job just clones jjb master rather than using zuul-cloner) | 17:03 |
jeblair | (but i tested it locally) | 17:03 |
*** ifarkas has quit IRC | 17:04 | |
*** stevemar_ has quit IRC | 17:04 | |
*** tdurakov has quit IRC | 17:04 | |
*** jlanoux has quit IRC | 17:05 | |
*** nadya_ has joined #openstack-infra | 17:06 | |
*** tdurakov has joined #openstack-infra | 17:06 | |
clarkb | mgagne: does `gerrit ls-projects --type all` print All-Projects for you? it does against review.openstack.org | 17:06 |
clarkb | mgagne: but that may be the proper fix for the jeepyb thing | 17:06 |
*** xiexs_ has joined #openstack-infra | 17:07 | |
*** rossella_s has quit IRC | 17:07 | |
clarkb | mgagne: would need to update gerritlib but thats easy, I will go ahead and write that patch unless you want to | 17:07 |
*** ddieterly has quit IRC | 17:08 | |
*** rossella_s has joined #openstack-infra | 17:08 | |
jeblair | clarkb: mgagne is on PTO today (sort-of) | 17:08 |
*** skolekonov has quit IRC | 17:09 | |
jeblair | (i mean, not so much that he didn't come here and say he was on PTO ;) | 17:09 |
clarkb | oh I was catching up to the jeepyb patch pushed earlier, thats fine I will go ahead and push the gerritlib change | 17:09 |
*** jordanP has quit IRC | 17:09 | |
clarkb | jesusaurus: looks like curator ran ok this time around | 17:09 |
jesusaurus | clarkb: awesome | 17:10 |
*** jordanP has joined #openstack-infra | 17:10 | |
jeblair | bandersnatch is done on http://pypi.nyj01.openstack.org/ .... but i don't see a 'last-modified' file like on the other mirrors... where does that come from? | 17:10 |
*** sabeen3 has joined #openstack-infra | 17:12 | |
mordred | Shrews: https://review.openstack.org/248182 | 17:12 |
*** sabeen1 has quit IRC | 17:12 | |
*** mfalatic has joined #openstack-infra | 17:12 | |
openstackgerrit | Clark Boylan proposed openstack-infra/gerritlib: List all projects in listProjects() https://review.openstack.org/248183 | 17:13 |
*** scheuran has quit IRC | 17:13 | |
clarkb | jeblair: I do not know | 17:14 |
mordred | jeblair: fyi - made a release of occ to help with the shade issue from yesterday - found a place where we're missing occ test coverage. patch is up to fix that ... along with tests for the area in question | 17:14 |
jeblair | okay, there's something wrong with bandersnatch there, but i don't understand what | 17:14 |
jeblair | 2015-11-20 12:10:01,873 INFO: Status file missing. Starting over. | 17:14 |
mordred | zomg | 17:14 |
jeblair | every time it runs it outputs that | 17:14 |
mordred | starting over sounds like a terrible idea | 17:14 |
jeblair | but it doesn't actually download everything again | 17:15 |
*** ildikov has joined #openstack-infra | 17:16 | |
jeblair | 2015-11-20 17:10:03,168 INFO: New mirror serial: 1826321 | 17:16 |
jeblair | a succesful run on another host ends with that, but that's missing on nyj01 | 17:17 |
tsg | clarkb: so we have liberasurecode backports for both precise and trusty now (and rpm pkgs have been available on f23+ and centos). ok to do this now: https://review.openstack.org/#/c/247936/? | 17:18 |
tsg | clarkb: (the devstack change is being discussed at https://review.openstack.org/#/c/246601/) | 17:19 |
jeblair | HTTPError: 404 Client Error: Not Found for url: https://pypi.python.org/packages/source/b/bendacoder-pyDb/bendacoder-pyDb-1.1.0.tar.gz | 17:19 |
jeblair | hrm | 17:20 |
jeblair | i can fetch that locally but not on the mirrors | 17:20 |
*** bnemec has quit IRC | 17:20 | |
asselin__ | is there a better link than this to have a "readible" version of the README? https://github.com/openstack-infra/puppet-openstackci/tree/master/contrib | 17:20 |
mordred | jeblair: I wonder if that has to do with regionality of the CDN? | 17:20 |
*** thinrichs has joined #openstack-infra | 17:21 | |
*** Swami has joined #openstack-infra | 17:21 | |
mordred | pabelanger: http://git.openstack.org/cgit/openstack-infra/puppet-openstackci/tree/contrib/README.md | 17:21 |
*** zeih has joined #openstack-infra | 17:22 | |
*** sridhar_ram has quit IRC | 17:22 | |
*** luqas__ has quit IRC | 17:22 | |
*** tdurakov has quit IRC | 17:23 | |
thinrichs | Is this the right place to ask a (simple) question about the python-openstackclient? | 17:23 |
*** luqas has joined #openstack-infra | 17:23 | |
*** tdurakov has joined #openstack-infra | 17:23 | |
*** harlowja_at_home has quit IRC | 17:23 | |
pabelanger | mordred: might have missed something | 17:24 |
jeblair | dstufft: i'm having a bandersnatch/cdn weirdness... | 17:25 |
jeblair | dstufft: bandersnatch is not writing out the new serial, and i wonder if it's because of this error: HTTPError: 404 Client Error: Not Found for url: https://pypi.python.org/packages/source/b/bendacoder-pyDb/bendacoder-pyDb-1.1.0.tar.gz | 17:25 |
jeblair | dstufft: that 404s from the host in question but works from my workstation | 17:26 |
openstackgerrit | Clark Boylan proposed openstack-infra/puppet-log_processor: Depend on logstash class for logstash user https://review.openstack.org/247857 | 17:26 |
mordred | thinrichs: nope. #openstack-sdks is your channel | 17:26 |
dstufft | jeblair: most likely yes | 17:27 |
*** tdurakov has quit IRC | 17:27 | |
*** jcoufal has quit IRC | 17:27 | |
*** bryan_att has joined #openstack-infra | 17:27 | |
*** kozhukalov_ has quit IRC | 17:27 | |
thinrichs | mordred: thanks | 17:27 |
clarkb | tsg: is https://review.openstack.org/#/c/247936/1/modules/openstack_project/manifests/thick_slave.pp going to fail on not f23+? | 17:27 |
*** zeih has quit IRC | 17:28 | |
clarkb | tsg: we use that class for centos6 for example | 17:28 |
zaro | jeblair: will take a look | 17:28 |
*** luqas has quit IRC | 17:28 | |
*** sambetts is now known as sambetts-afk | 17:28 | |
jeblair | dstufft: is that user-fixable, or is it 'let a pypi admin know' territory? :) | 17:29 |
tsg | clarkb: my assumption was that centos6 and f21 jobs were soon going to removed? | 17:29 |
*** jcoufal has joined #openstack-infra | 17:29 | |
*** yonglihe has quit IRC | 17:29 | |
clarkb | tsg: yes but until that happens all those image builds iwll break with that change in | 17:29 |
tsg | clarkb: let me check with the redhat maintainers if they can make a backport available, but aren't the swift jobs run only on ubuntu? | 17:29 |
*** bnemec has joined #openstack-infra | 17:30 | |
clarkb | tsg: swift py26 jobs run on centos6, but that isn't what is important here. The important thing is all image builds forcentos6 will start failing if we merge that change right? | 17:30 |
tsg | clarkb: I was hoping Jenkins would catch those errors .. but the status looks all green? | 17:30 |
clarkb | tsg: we can scope it to f23+ but we have to do that | 17:30 |
*** thinrichs has left #openstack-infra | 17:30 | |
dstufft | jeblair: looks like I'll have to fix it | 17:30 |
dstufft | unless the bendacoder-pyDb person deletes the offending file | 17:30 |
clarkb | tsg: jenkins doesn't build new images based off of those changes unfortunately | 17:30 |
jeblair | dstufft: what's the problem? | 17:31 |
tsg | (note to notmyname ^^^) | 17:31 |
*** wuhg has quit IRC | 17:31 | |
dstufft | jeblair: looks like a file is missing from S3 or something | 17:31 |
tsg | clarkb: what's the plan for centos6 deprecation? end of Nov? | 17:31 |
clarkb | tsg: yes | 17:31 |
tsg | clarkb: (centos6 in CI is what I mean) | 17:32 |
clarkb | tsg: but like I said we can fix this in puppet I just needed to know if centos6 would break | 17:32 |
*** tdurakov has joined #openstack-infra | 17:32 | |
tsg | clarkb: ok .. and I assume similar timeline for f21 -> f23 switch? | 17:32 |
notmyname | tsg: clarkb: we only have py26 jobs for swiftclient. not swift | 17:32 |
*** ihrachys has quit IRC | 17:32 | |
clarkb | notmyname: you still have them for swift stable branches | 17:32 |
clarkb | well one stable branch at this point | 17:32 |
notmyname | oh ok | 17:32 |
tsg | clarkb: I understand - I was thinking there were stable branches for CI system-config as well | 17:33 |
clarkb | tsg: f21 isn't currently planned iirc. We basically said when it goes EOL we will delete it | 17:33 |
*** claudiub has quit IRC | 17:33 | |
clarkb | which is ~1 month after f23 release? | 17:33 |
mordred | clarkb: I know we talked about this already - but should we accelerate replacing the centos6 infra servers? | 17:33 |
clarkb | oh hey thats end of novemeber too | 17:33 |
clarkb | mordred: yes | 17:34 |
clarkb | I think jeblair wanted working volume booting? | 17:34 |
*** unicell1 has quit IRC | 17:34 | |
clarkb | I never really left that discussion with a clear understanding of the flavor setup we wanted to use for the new host | 17:34 |
tsg | clarkb, mordred: that will be great- will save us backporting liberasurecode to centos6/f21 given those are going away soon | 17:34 |
jeblair | i did? | 17:35 |
clarkb | jeblair: yes when I went to do the thing you said use a volume based image boot thing | 17:35 |
jeblair | what thing? | 17:35 |
clarkb | jeblair: but then we didn't have quota and nothing happened anyways but we have quota now | 17:35 |
tsg | clarkb: I asked Pete Zaitcev (liberasurecode RH maintainer) about it and he said he wasn't sure about backporting liberasurecode to F21 or centos6 - will check again | 17:35 |
clarkb | jeblair: replacing git.openstack.org | 17:35 |
pleia2 | oh hey, while we are all here, where are we with gerrit upgrade things? | 17:35 |
clarkb | tsg: you don't need to backport it, you just can't try to install it there | 17:35 |
*** ajmiller_ is now known as ajmiller | 17:35 | |
tsg | clarkb: got it .. | 17:36 |
pleia2 | our glorious leader returns on monday and we didn't do the upgrade ;) | 17:36 |
clarkb | pleia2: I got a gerrit/google CCLA signed so can hopefully patch the openid bug soon | 17:36 |
pleia2 | clarkb: cool | 17:36 |
jeblair | clarkb: ah yes -- that flavor requires boot from volume | 17:36 |
clarkb | tsg: what about centos7? | 17:36 |
mordred | jeblair: ah - so should I make sure boot-from-volume works in launch-node as a step one then? | 17:36 |
clarkb | jeblair: right, but there still exists flavors that don't reuire volume booting | 17:36 |
jeblair | clarkb: our tools support it, i think quota was the only problem? | 17:36 |
tsg | clarkb: and given all swift jobs are run on ubuntu as notmyname clarified, I can simply submit it for ubuntu for now? | 17:36 |
clarkb | jeblair: oh I thought we reverted volume stuff in launch node | 17:36 |
tsg | clarkb: it is available on centos7 from what I know | 17:36 |
clarkb | or disabled it | 17:36 |
mordred | clarkb: its in there | 17:37 |
clarkb | tsg: not all swift jobs are run on ubuntu | 17:37 |
jeblair | clarkb: no, that's the "create/attach a volume" thing | 17:37 |
*** HeOS has joined #openstack-infra | 17:37 | |
clarkb | tsg: notmyname is not correct about that (as I pointed out) | 17:37 |
jeblair | clarkb: the boot-from-volume (which is completely different) is still there | 17:37 |
clarkb | jeblair: gotcha | 17:37 |
mordred | jeblair: is boot-from-volume required because this is a memory node? | 17:37 |
jeblair | clarkb: i believe this is the most efficient flavor for our network needs which is why we're using it? | 17:37 |
tsg | clarkb: yeah .. so when we remove the centos6 jobs, will there be any left on non-ubuntu hosts, was my question :) | 17:38 |
clarkb | jeblair: there is a different flavor according to flavor list which is performance something that doesn't need boot form volume with the same rx/tx factor | 17:38 |
tsg | clarkb: (referring to the centos6-being-used-for-stable-jobs comment) | 17:38 |
mgagne | clarkb yea, jeblair mentionned something about api-sites. I'm not sure what he meant | 17:38 |
clarkb | tsg: and again I will say that that is not what is important, what is iimportant is tha tyour change is attempting to install the package on all of them regardless of where swift runs its jobs | 17:38 |
mgagne | clarkb go ahead, I don't mind | 17:38 |
jeblair | mgagne: it's another pure-permission project we have in our local configuration; it's an openstack thing | 17:38 |
clarkb | tsg: so all of them must be able to install it | 17:38 |
*** tdurakov has quit IRC | 17:38 | |
mgagne | clarkb if you want me to do it, it might wait until Monday for proper follow up on comments | 17:38 |
*** tdurakov has joined #openstack-infra | 17:39 | |
clarkb | mgagne: ya I pushed it up, linked to it from your change | 17:39 |
jeblair | clarkb: i feel like we've had this conversation and neither one of us must have left the impression with the other that anything was definitively decided. i'm going to see if i can find it in eavesdrop and save us both some typing. :) | 17:39 |
clarkb | jeblair: kk | 17:39 |
tsg | clarkb: ok .. let me talk to the RH maintainers to see what can be done in the short term. to recap the complete list is: precise, trusty, centos6, centos7, f23? | 17:39 |
mgagne | jeblair for reasons I'm still at the office and my boss doesn't know, he is on PTO too =) | 17:39 |
jeblair | mgagne: he's better at it than you are ;) | 17:39 |
clarkb | tsg: also f21 and f22 | 17:39 |
tsg | clarkb: ok .. | 17:40 |
clarkb | tsg: but let me finish writing my change comments because you don't need the package on all of those | 17:40 |
*** trown is now known as trown|lunch | 17:40 | |
clarkb | tsg: you just have to make sure you don't install the package on those if the package does not exist | 17:40 |
mgagne | clarkb there is also a change to manage project description pending merge: https://review.openstack.org/#/c/110009/ | 17:40 |
clarkb | tsg: comment poisted | 17:40 |
tsg | clarkb: thank you | 17:40 |
*** kozhukalov_ has joined #openstack-infra | 17:42 | |
mgagne | jeblair how would it impact jeepyb? | 17:42 |
mgagne | jeblair unless there is a "purge unmanaged projects" I'm not aware of | 17:42 |
jeblair | mgagne: i don't think it would -- i just mentioned that it shows up in our ls-groups output | 17:43 |
*** smarcet has quit IRC | 17:43 | |
jeblair | clarkb: here's the salient part: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2015-09-08.log.html#t2015-09-08T22:57:08 | 17:43 |
jeblair | clarkb: (i'm really glad i looked that up, i forgot all that) | 17:44 |
mgagne | jeblair I think it would be reasonable to allow use of --type all in gerritlib | 17:44 |
*** ddieterly has joined #openstack-infra | 17:44 | |
*** devananda has quit IRC | 17:44 | |
*** ddieterly has quit IRC | 17:44 | |
tsg | clarkb: I am resubmitting the patch - if jenkins doesn't build with the new changes incorporated, how do you normally test system-config patches? | 17:44 |
clarkb | jeblair: oh right there is a mismatch between dashboard and api | 17:44 |
clarkb | so the confusion was over "is this even a thing anymore" | 17:44 |
jeblair | right | 17:44 |
clarkb | I do think we can get away with less cpu based oncacti | 17:44 |
clarkb | but don't have answer to the other thing | 17:45 |
jeblair | maybe we should start with checking both and seeing if that's still the case | 17:45 |
clarkb | ++ | 17:45 |
*** devananda has joined #openstack-infra | 17:45 | |
clarkb | tsg: you can build images locally using the scripts in openstack-infra/project-config | 17:45 |
clarkb | tsg: there is a tools/build-image for dib images and nodepool/scripts/prepare_node.sh for snapshot builds | 17:46 |
tsg | clarkb: thanks - is there any env setup needed (is there a README that explains) | 17:46 |
jeblair | clarkb: https://etherpad.openstack.org/p/vRHhZS89jD | 17:46 |
jeblair | checking gui now | 17:46 |
openstackgerrit | matthew wagoner proposed openstack-infra/system-config: Fix infra storyboard link https://review.openstack.org/248201 | 17:46 |
*** Piet has joined #openstack-infra | 17:47 | |
clarkb | tsg: disk image builder comes with docs that are pretty comprehensive but I think that script should just work for a trusty build (the default | 17:47 |
tsg | clarkb: ok will give it a try | 17:47 |
clarkb | tsg: for the other script you run it as root on a base image for what you are trying to build and it does all the things leaving the disk in a state that can be snapshotted | 17:47 |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-openstackci: Prepopulate log server for single-node-ci https://review.openstack.org/242800 | 17:48 |
clarkb | jeblair: seems like there was a way to get the rx/tx factor maybe you had to flavor-show ro whatever that command is | 17:49 |
jeblair | clarkb: there we go :) | 17:50 |
jesusaurus | clarkb: I managed to split out the log_processor files to https://github.com/jesusaurus/log_processor | 17:51 |
jeblair | clarkb: yeah, so i think the deal is that performance does not show up as an option in the gui | 17:51 |
jeblair | everything else in that chart does | 17:51 |
jeblair | but performance is, of course, what we're using everywhere | 17:52 |
*** rlandy has quit IRC | 17:52 | |
clarkb | right | 17:52 |
*** yamahata has quit IRC | 17:52 | |
clarkb | so either way getting that figured out will be useful | 17:52 |
*** tdurakov has quit IRC | 17:52 | |
clarkb | googling "what happened to rackspace performance flavors" doesn't seem to return useful results | 17:53 |
zaro | clarkb: i think i've narrowed down the problem with '//' but don't understand why. | 17:53 |
zaro | clarkb: https://gerrit.googlesource.com/gerrit/+/stable-2.11/gerrit-gwtui/src/main/java/com/google/gerrit/client/Gerrit.java#346 | 17:53 |
jeblair | clarkb: we're on compute1-30 now, and you're proposing performance2-30, right? | 17:53 |
*** lykinsbd has quit IRC | 17:53 | |
clarkb | jeblair: ya | 17:54 |
*** bexelbie_ has quit IRC | 17:54 | |
jeblair | clarkb: okay, that works for me | 17:54 |
clarkb | jeblair: as that avoids a volume which isn't necessary for a host that has no state on disk | 17:54 |
zaro | clarkb: if that is changed to 'return selfRedirect("login/" + URL.encodePathSegment("#/" + token));' it works for us. | 17:54 |
*** shashank_hegde has joined #openstack-infra | 17:54 | |
clarkb | zaro: it stops writing a double // ? | 17:54 |
zaro | clarkb: which double encodes the "#/" + token | 17:55 |
clarkb | or it does the redirect properly or both? | 17:55 |
*** matrohon has quit IRC | 17:55 | |
zaro | clarkb: yes. but i'm not sure why double encoding would work there. | 17:55 |
zaro | it does the redirect properly | 17:55 |
zaro | and fixes the '//' | 17:55 |
clarkb | zaro: I think because if token is / then when you encode it it probably trims it for you | 17:55 |
jeblair | clarkb: sdague tells me boot from volume is the future of everything :). but for now, i'm happy to have less variation in our prod servers. | 17:55 |
clarkb | but if you just append it you get two? | 17:55 |
clarkb | jeblair: thats an interesting future, to me at least it implies you care about the disk that host boots off of | 17:56 |
clarkb | which I don't care about for a load balancer that keeps no state on disk | 17:56 |
*** lykinsbd has joined #openstack-infra | 17:57 | |
jeblair | clarkb: i think the idea might be more 'decouple your cpu+mem budget from your disk budget' when buying compute nodes. but <shrug>. | 17:57 |
*** ericksonsantos has quit IRC | 17:58 | |
clarkb | jeblair: but thats doable without exposing the implementation details to the user | 17:58 |
mordred | jeblair, clarkb: boot from volume also works with images | 17:58 |
zaro | clarkb: the token is something like this '%23%2Fq%2Fstatus%3Aopen' but if not double encoded it gets completely lost | 17:58 |
clarkb | (you have cinder serve the hypervisor) | 17:58 |
*** ashleighfarnham has joined #openstack-infra | 17:58 | |
*** sridhar_ram has joined #openstack-infra | 17:58 | |
mordred | so you can boot-from-volume from an image and have nova delete the volume automatically when the server goes away | 17:58 |
*** rlandy has joined #openstack-infra | 17:58 | |
mordred | I've been thinking we should do that anyway - because that way you get to pick disk size yourself | 17:59 |
jeblair | clarkb: oh is it? i thought we loved exposing implementation details to users :) | 17:59 |
mordred | :) | 17:59 |
zaro | clarkb: but the symptom only repos on our gerrit server. | 17:59 |
clarkb | jeblair: it is a thing we do a lot :) | 17:59 |
clarkb | zaro: on both of them too | 17:59 |
clarkb | zaro: becuase prod did it during the short time we were upgraded previously | 17:59 |
clarkb | mordred: its just like floating IPs | 18:00 |
zaro | clarkb: i'm wondering if our rewrite rules/apache setup is maybe stripping the url? so it need to be double encoded? | 18:00 |
clarkb | mordred: its another thing I have to worry about another set of API calls that can fail, when really all I need is give me a cpu running a kernel and network access | 18:00 |
mordred | clarkb: yup | 18:00 |
*** smarcet has joined #openstack-infra | 18:01 | |
clarkb | if I really need large persistent data I will go through the extra cost of ensuring that, when I don't need or want it then its just overhead | 18:01 |
*** jistr has quit IRC | 18:01 | |
clarkb | jesusaurus: I will have to look at it when everything else calms down :) | 18:01 |
*** pblaho has quit IRC | 18:01 | |
*** achanda has quit IRC | 18:01 | |
clarkb | zaro: you can tcpdump port 8081 to see the traffic between apache and gerrit | 18:02 |
mordred | yup. of course, once I land an upcoming patch, shade will expose this as an optional volume_size parameter to create_server, which if you specify it, will boot-from-volume you on a volume that auto-deletes using the image you specified | 18:02 |
clarkb | zaro: when I did it I didn't see any funny business, the rewrites were working fine | 18:02 |
clarkb | zaro: tcpdump -A -i any port 8081 | 18:02 |
mordred | clarkb: which I think is in line with the interface you just said "boot me ubuntu on a 4G instance" and "boot me ubuntu on a 4g instance with a 100G disk" | 18:02 |
*** jordanP has quit IRC | 18:03 | |
clarkb | zaro: the rewrite is basically start with url /foo drop the / and store foo in $1 then append $1 to http://localhost:8081/ for http:localhost:8081/foo as the proxied destination | 18:04 |
clarkb | zaro: its not doing anyhting crazy | 18:04 |
*** unicell has joined #openstack-infra | 18:04 | |
*** daemontool has quit IRC | 18:05 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Add a link to puppet-openstackci 3rd party documentation https://review.openstack.org/248207 | 18:05 |
*** dims has joined #openstack-infra | 18:05 | |
*** austin81 has left #openstack-infra | 18:06 | |
*** bexelbie_ has joined #openstack-infra | 18:06 | |
*** dims_ has quit IRC | 18:06 | |
*** jordanP has joined #openstack-infra | 18:06 | |
*** apoorvad has joined #openstack-infra | 18:06 | |
*** jordanP has quit IRC | 18:06 | |
*** daemontool has joined #openstack-infra | 18:07 | |
zaro | clarkb: ok. lemme take a look to see if i can spot any odd. | 18:07 |
*** fawadkhaliq has quit IRC | 18:07 | |
*** shardy has quit IRC | 18:08 | |
openstackgerrit | Ryan Hallisey proposed openstack-infra/tripleo-ci: Export TRIPLEO_SH_ARGS so containers gate will run properly https://review.openstack.org/248209 | 18:09 |
*** e0ne has joined #openstack-infra | 18:11 | |
openstackgerrit | Monty Taylor proposed openstack/requirements: Bump upper-constraint of os-client-config https://review.openstack.org/248076 | 18:13 |
*** mriedem has quit IRC | 18:13 | |
*** tdurakov has joined #openstack-infra | 18:14 | |
*** thiagop has quit IRC | 18:15 | |
*** harlowja_at_home has joined #openstack-infra | 18:15 | |
*** sidbbt has joined #openstack-infra | 18:15 | |
*** mriedem has joined #openstack-infra | 18:18 | |
*** cody-somerville has quit IRC | 18:18 | |
*** cody-somerville has joined #openstack-infra | 18:20 | |
*** jed56 has quit IRC | 18:21 | |
*** amuller is now known as amuller_afk | 18:21 | |
*** e0ne has quit IRC | 18:22 | |
*** otter768 has joined #openstack-infra | 18:23 | |
*** hdd has quit IRC | 18:24 | |
*** markus_z has quit IRC | 18:24 | |
*** bardia has joined #openstack-infra | 18:25 | |
*** achanda has joined #openstack-infra | 18:26 | |
*** smarcet has quit IRC | 18:27 | |
*** otter768 has quit IRC | 18:28 | |
*** thorst_ has joined #openstack-infra | 18:29 | |
clarkb | jeblair: one thing I notice on the zuul jobs launched graph is that we get over 1k jobs per hour again | 18:30 |
*** nadya__ has joined #openstack-infra | 18:32 | |
*** tdurakov has quit IRC | 18:32 | |
*** tdurakov has joined #openstack-infra | 18:33 | |
*** thorst has quit IRC | 18:33 | |
*** tdurakov has quit IRC | 18:33 | |
*** AJaeger has quit IRC | 18:33 | |
*** jcoufal has quit IRC | 18:34 | |
jeblair | clarkb: oh was there a problem with that before? | 18:34 |
*** nadya_ has quit IRC | 18:34 | |
*** harlowja_at_home has quit IRC | 18:34 | |
clarkb | for a long time we seemed to peak at 900 | 18:34 |
*** e0ne has joined #openstack-infra | 18:34 | |
clarkb | so extra capacity ses to help there | 18:34 |
jeblair | ah, yeah | 18:35 |
*** dtardivel has quit IRC | 18:35 | |
*** tlian has quit IRC | 18:36 | |
*** gouthamr has joined #openstack-infra | 18:37 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Create openstack-infra/log_processor project https://review.openstack.org/248216 | 18:39 |
*** Hal has joined #openstack-infra | 18:39 | |
*** smarcet has joined #openstack-infra | 18:39 | |
*** Hal is now known as Guest38148 | 18:39 | |
*** edmondsw has joined #openstack-infra | 18:39 | |
*** tiswanso has joined #openstack-infra | 18:40 | |
*** tiswanso has quit IRC | 18:40 | |
*** tiswanso has joined #openstack-infra | 18:41 | |
clarkb | jeblair: mordred I will try booting a centos7 performance 30 git.o.o replacement soon | 18:43 |
clarkb | I don't expect it to fail but we shall see :) | 18:43 |
mordred | clarkb: neat! | 18:44 |
*** Guest38148 has quit IRC | 18:44 | |
clarkb | finishing breakfast first | 18:44 |
*** rbrndt has quit IRC | 18:44 | |
*** jbernard has quit IRC | 18:44 | |
*** tlian has joined #openstack-infra | 18:45 | |
*** stevemar_ has joined #openstack-infra | 18:46 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Add ability to opt-in to upgrading modules https://review.openstack.org/247755 | 18:48 |
*** stevemar_ has quit IRC | 18:48 | |
zaro | clarkb: help interpreting tcp dump? | 18:48 |
*** stevemar_ has joined #openstack-infra | 18:48 | |
clarkb | zaro: its the raw packet data for communication to and from that port (that is the port gerrit listens on) | 18:48 |
clarkb | zaro: so its all the comunication between gerrit and apache including the http headers and request | 18:49 |
zaro | clarkb: this is double encoded and works http://paste.openstack.org/show/479617/ | 18:49 |
zaro | clarkb: this is single encoded and doesn't work, http://paste.openstack.org/show/479618/ | 18:49 |
zaro | clarkb: line #18, something is stripping the encoding. is it the proxy or is it gerrit? | 18:50 |
clarkb | zaro: there is no location header inthe first paste | 18:50 |
sc68cal | clarkb: hey, can you give me more info on what this NOT_REGISTERED means, and how I fix? | 18:50 |
sc68cal | clarkb: it's for gate-grenade-dsvm-neutron-multinode - https://review.openstack.org/#/c/187235/11 | 18:51 |
clarkb | zaro: its not in either of them | 18:51 |
zaro | clarkb: wha? i'm missing something? | 18:51 |
clarkb | zaro: not necessarily I just think its an imcomplate paste since location is where we were seeing the // | 18:51 |
*** trown|lunch is now known as trown | 18:52 | |
clarkb | zaro: when you login to gerrit via openid gerrit sends a 302 redirect to the browser, in that redirect it says go to location: https://review-dev.openstack.org// | 18:52 |
clarkb | zaro: that is what is causing the double // to be used | 18:52 |
*** dprince has quit IRC | 18:53 | |
*** Sukhdev has joined #openstack-infra | 18:53 | |
clarkb | I would look at what the redirect class/function/method there does to the strings | 18:54 |
clarkb | its clearly writing them differently which you can see in the tcpdumo | 18:54 |
*** yl has joined #openstack-infra | 18:54 | |
*** salv-orl_ has joined #openstack-infra | 18:54 | |
clarkb | zaro: looks like the one that works encodes the # and the : | 18:56 |
zaro | clarkb: yeah, but i'm wondering what's writing them differently, gerrit or the proxy. i don't understand the tcp dump enough to rule out apache | 18:56 |
*** kushal has quit IRC | 18:56 | |
clarkb | zaro: I think the NE on the rewrite rule means apache won't touch them | 18:56 |
clarkb | so I think it would be gerrit changing it | 18:57 |
*** e0ne has quit IRC | 18:57 | |
*** salv-orlando has quit IRC | 18:57 | |
*** bpokorny_ has quit IRC | 18:58 | |
*** bpokorny has joined #openstack-infra | 18:58 | |
*** sidbbt has quit IRC | 18:58 | |
zaro | clarkb: do you know what the GET on line 18 is from? would that be a REST call to Gerrit? | 18:59 |
clarkb | thats from your browser | 19:00 |
clarkb | via apache | 19:00 |
zaro | from browser? does that mean that the browser is auto decoding the token/url? | 19:01 |
clarkb | yes browsers have to do the translation back and forth | 19:02 |
*** sridhar_ram1 has joined #openstack-infra | 19:02 | |
zaro | clarkb: in gerrit it's ''%23%2Fq%2Fstatus%3Aopen' but that GET is '/login/#%2Fq%2Fstatus:open' | 19:02 |
zaro | clarkb: so how does single encode work for any other configuration? | 19:03 |
clarkb | I don't know lets not get ahead of ourselves | 19:03 |
clarkb | when you say in gerrit its that what do you mean in gerrit | 19:03 |
openstackgerrit | Merged openstack-infra/project-config: Use current valueName for zuul-stats singlestats https://review.openstack.org/242170 | 19:03 |
*** sabeen3 has quit IRC | 19:03 | |
*** sridhar_ram has quit IRC | 19:03 | |
clarkb | and are yo usure that gerrits http server isn't changing things along the way? | 19:04 |
clarkb | zaro: basically apache shouldn't be changing it | 19:04 |
clarkb | and we made that change to apache so cgit would work | 19:04 |
clarkb | otherwise it was rewriting the / in openstack/project to openstack%2Fproject | 19:04 |
clarkb | so I am fairly certain apache is not changing things | 19:05 |
zaro | that change? apache change or gerrit change? | 19:05 |
clarkb | apache change | 19:05 |
clarkb | remember cgit didn't work bceause apache changed the path to openstack%2Fproject | 19:05 |
clarkb | the fix for that was to not change the url at all | 19:05 |
zaro | ohh, we don't need to do that. there is a gerrit config which can make it '/' | 19:06 |
clarkb | it doesn't matter if its a gerrit config if apache rewrites it | 19:06 |
clarkb | so you have to do it | 19:06 |
clarkb | at least that was my understanding when we made the change to apache | 19:06 |
zaro | we'll if we are doing it in apache and gerrit doesn't that mean we our double doing something? | 19:07 |
clarkb | zaro: http://httpd.apache.org/docs/current/rewrite/flags.html#flag_ne so apache shouldn't change anything | 19:07 |
clarkb | zaro: no | 19:07 |
clarkb | we aren't doing it in apache thats the point | 19:07 |
clarkb | because of the NE flag ^ | 19:07 |
clarkb | one thing that may be happening though is that the http -> https redirect isn't doing that and for some reason we are hitting http along the way | 19:08 |
zaro | this is the one in gerrit: https://gerrit-review.googlesource.com/Documentation/config-gerrit.html#gitweb gitweb.urlEncode | 19:09 |
clarkb | don't spend too much time with that its mostly unrelated | 19:10 |
clarkb | I am just using it to illustrate that the NE in the proxy appears to be working | 19:10 |
clarkb | because we aren't modifying that in apache | 19:10 |
clarkb | you can always check in your browser (usingthe debug tools not the url bar) to see what hte browser sent vs what apache sent | 19:11 |
*** jordanP has joined #openstack-infra | 19:11 | |
pleia2 | #success Upgraded translations (i18n) team server to Zanata 3.7.3 | 19:11 |
openstackstatus | pleia2: Added success to Success page | 19:11 |
*** jordanP has quit IRC | 19:12 | |
*** tzn has quit IRC | 19:12 | |
*** gordc has quit IRC | 19:13 | |
*** stevemar_ has quit IRC | 19:13 | |
pleia2 | got the ack from daisy that it looked good, so can celebrate now ;) | 19:13 |
clarkb | pleia2: was it mostly a bugfix release? | 19:14 |
nibalizer | nice! | 19:14 |
*** jordanP has joined #openstack-infra | 19:14 | |
pleia2 | clarkb: yeah, no big deal really, but it was the first upgrade since going into prod | 19:14 |
*** stevemar_ has joined #openstack-infra | 19:16 | |
*** gouthamr has quit IRC | 19:16 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-jenkins: Add the ability to set your own plugin url https://review.openstack.org/248223 | 19:17 |
*** baoli has quit IRC | 19:17 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Create openstack-infra/log_processor project https://review.openstack.org/248216 | 19:17 |
*** dprince has joined #openstack-infra | 19:17 | |
clarkb | ok breakfasting all done and I have caffeine now. Time to boot centos7 proxy host | 19:19 |
*** sabeen1 has joined #openstack-infra | 19:20 | |
openstackgerrit | Lin Hua Cheng proposed openstack-infra/project-config: Add release notes jobs for horizon https://review.openstack.org/248224 | 19:21 |
notmorgan | clarkb: \o/ | 19:22 |
clarkb | notmorgan: btw now that you are in the area and because I was talking to bkero about sour beers this morning (normal portland activities I assure you) you reall really want to go to cascade barrel house or racoon lodge and get sang noir on one of these cold and stormy dayss | 19:22 |
notmorgan | clarkb: ++ | 19:23 |
bkero | mmm sour beer | 19:23 |
notmorgan | clarkb: sour beers are a summer thing though imo | 19:23 |
clarkb | notmorgan: not sang noir | 19:23 |
notmorgan | clarkb: i'm open to try it then! | 19:23 |
*** bexelbie_ has quit IRC | 19:23 | |
clarkb | deschutes dissident is also good | 19:24 |
notmorgan | clarkb: yes, i've had that. | 19:24 |
notmorgan | clarkb: tasty | 19:24 |
*** ivar-lazzaro has joined #openstack-infra | 19:24 | |
bkero | clarkb: also that new belgian | 19:24 |
bkero | la folie | 19:24 |
clarkb | notmorgan: and since I made the mistake of starting this conversation (its friday so its ok right?) Breakside is best brewery | 19:26 |
notmorgan | clarkb: it's friday?! wooo friday. | 19:27 |
*** hashar has joined #openstack-infra | 19:27 | |
notmorgan | clarkb: nice. yeah gotta learn the food and brewery scene up here now. | 19:27 |
*** sridhar_ram1 is now known as sridhar_ram | 19:27 | |
bkero | clarkb: have you been to The Commons? :) | 19:28 |
clarkb | I havne't | 19:28 |
bkero | clarkb: I think you'd like it. http://www.commonsbrewery.com/beers/ | 19:28 |
bkero | also they have good food and are very friendly and willing to talk about brewing | 19:29 |
jesusaurus | I've heard good things about The Commons | 19:29 |
bkero | It's on-prem brewing too | 19:29 |
bkero | so can tour | 19:29 |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-jenkins: Add the ability to set your own plugin url https://review.openstack.org/248223 | 19:29 |
clarkb | I like that breakside does a good variety of beer including the one beer I basically keep in stock anymore | 19:29 |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-openstackci: Automate installation of scp jenkins plugin https://review.openstack.org/248226 | 19:30 |
bkero | It's also in your neck of the woods :) | 19:30 |
*** tsg has quit IRC | 19:30 | |
clarkb | ya I can get there without a bus transfer so win | 19:30 |
* clarkb waits for yum | 19:30 | |
*** Swami has quit IRC | 19:31 | |
openstackgerrit | Vladimir Kozhukalov proposed openstack-infra/project-config: Create bareon project https://review.openstack.org/231677 | 19:31 |
*** hashar has quit IRC | 19:32 | |
clarkb | bkero: gigantic publishes all of their recipes which is super cool | 19:32 |
jesusaurus | for the log_processor project, should I make a commit to my github adding boilerplate like tox.ini and setup.{py,cfg} or should that go through gerrit after creating the new project? | 19:32 |
*** hashar has joined #openstack-infra | 19:32 | |
clarkb | jesusaurus: I think jeblair prefers putting as much in gerrit as possible but having it ready at least would be good | 19:33 |
jesusaurus | ok, i have most of a commit copied from nodepool, but i'm still adding some initial docs to it | 19:34 |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: Make VPN functional jobs voting https://review.openstack.org/248230 | 19:34 |
docaedo | I just want to weigh in and say commons farmhouse ale is one of the finest beers you can find ANYWHERE. | 19:34 |
*** yl has quit IRC | 19:34 | |
*** achanda has quit IRC | 19:34 | |
docaedo | bkero: you are very right, that brewery is great, and the crew there is awesome | 19:34 |
Clint | docaedo: i am skeptical | 19:35 |
*** gouthamr has joined #openstack-infra | 19:35 | |
docaedo | Clint: that beer IS one of the greatest available examples of that style ;) | 19:35 |
Clint | that i'll believe | 19:36 |
clarkb | docaedo: its avaiable at fred meyer too | 19:36 |
clarkb | but only in a 750ml bottle so I don't buy often | 19:36 |
clarkb | silly babies | 19:36 |
Clint | you need to start babies on lager | 19:36 |
clarkb | 104.130.246.128 claims to be running now, time to test things | 19:37 |
*** zeih has joined #openstack-infra | 19:37 | |
pleia2 | Clint: ++ | 19:37 |
bkero | I thought babies were started on cider. Some people never progress past it. | 19:38 |
Clint | naw, i didn't get cider until i was a teenager | 19:39 |
clarkb | hrm haproxy is not running | 19:39 |
clarkb | now this is when stuff gets tricky because I have to relearn where logs go | 19:39 |
*** lykinsbd has quit IRC | 19:40 | |
jeblair | speaking of which, i should really finish up https://review.openstack.org/213952 | 19:40 |
*** dkranz has quit IRC | 19:40 | |
clarkb | aha! | 19:40 |
*** Sukhdev has quit IRC | 19:40 | |
*** abregman|nearby is now known as abregman|afk | 19:41 | |
clarkb | `sudo journalctl --system` shows that it can't bind to port 9418 (gonna be a selinux thing and need solving like with the other hosts) | 19:41 |
*** yamahata has joined #openstack-infra | 19:41 | |
bkero | lol git | 19:42 |
*** zeih has quit IRC | 19:42 | |
*** rbrndt has joined #openstack-infra | 19:42 | |
bkero | clarkb: selinux or already running daemon? | 19:42 |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-openstackci: Automate installation of scp jenkins plugin https://review.openstack.org/248226 | 19:42 |
clarkb | bkero: pretty sure selinux I ran into this on the other hosts | 19:42 |
bkero | Ah ok | 19:43 |
bkero | clarkb: I get this lovely thing on my desktop | 19:43 |
bkero | tcp6 0 0 :::9418 :::* LISTEN 1/init | 19:43 |
bkero | thanks systemd | 19:43 |
clarkb | gonna check the logs for that next | 19:43 |
notmorgan | docaedo: i'll add it to my list of "will try it" | 19:43 |
*** Sukhdev has joined #openstack-infra | 19:43 | |
mgagne | I like how acl-dir won't be used by jeepyb if you provide a relative path in projects.ini :D | 19:43 |
clarkb | denied { name_bind } for pid=1808 comm="haproxy" src=9418 | 19:44 |
mgagne | 30m of: but it worked yesterday :O | 19:44 |
clarkb | now to remember how to tackle this, I think I need to add haproxy_t to the port? | 19:45 |
docaedo | notmorgan: I would be happy to meet up, let me know when! | 19:45 |
notmorgan | docaedo: maybe this weekend? | 19:46 |
notmorgan | docaedo: i head out for thanksgiving on monday. | 19:46 |
*** spzala has joined #openstack-infra | 19:46 | |
sdague | jeblair: boot from volume is the future for long running snowflakes | 19:46 |
notmorgan | docaedo: and dentist appt today *cringe* | 19:46 |
*** regXboi has quit IRC | 19:46 | |
*** lykinsbd has joined #openstack-infra | 19:46 | |
docaedo | notmorgan: we'll have to coordinate, and good luck with the teeths | 19:47 |
*** gouthamr has left #openstack-infra | 19:47 | |
notmorgan | yar. thanks... | 19:47 |
*** regXboi has joined #openstack-infra | 19:47 | |
*** achanda has joined #openstack-infra | 19:48 | |
*** ociuhandu has quit IRC | 19:49 | |
*** lykinsbd has quit IRC | 19:51 | |
bkero | ouch :( dental work is never fun | 19:51 |
bkero | probably especially before thanksgiving | 19:51 |
sdague | does someone have all the juno job deletes from project-config up? | 19:53 |
*** rlandy has quit IRC | 19:53 | |
openstackgerrit | Rick Bartra proposed openstack/requirements: Provide some protection against BREACH https://review.openstack.org/248233 | 19:55 |
*** lykinsbd has joined #openstack-infra | 19:55 | |
*** dkranz has joined #openstack-infra | 19:55 | |
*** eharney has quit IRC | 19:57 | |
*** ddieterly has joined #openstack-infra | 19:57 | |
*** sridhar_ram has quit IRC | 19:57 | |
*** trown is now known as trown|mtg | 19:58 | |
*** sridhar_ram has joined #openstack-infra | 20:00 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/project-config: Add elements for Infra servers https://review.openstack.org/140840 | 20:01 |
openstackgerrit | Colleen Murphy proposed openstack-infra/project-config: Split puppet installation into its own element https://review.openstack.org/198417 | 20:01 |
clarkb | sdague: not yet, dims has pushed for oslo iirc but thats all I have seen so far | 20:01 |
openstackgerrit | Merged openstack-infra/project-config: Remove juno backwards compat jobs from tempest https://review.openstack.org/247866 | 20:02 |
openstackgerrit | Christopher Aedo proposed openstack-infra/puppet-apps_site: Add python WSGI server https://review.openstack.org/245315 | 20:02 |
mtreinish | clarkb: well there is also ^^^ | 20:02 |
*** nadya__ has quit IRC | 20:03 | |
clarkb | ok setsebool haproxy_connect_any 1 fixes (allows haproxy to bind to any port which seems sane for a proxy) | 20:04 |
clarkb | I will get that puppeted momentarily | 20:04 |
clarkb | but you can test against that IP address now and it should work | 20:04 |
*** signed8bit is now known as signed8bit_ZZZzz | 20:04 | |
*** zeih has joined #openstack-infra | 20:05 | |
openstackgerrit | Merged openstack-infra/project-config: Fix job definition for ceph-src jobs https://review.openstack.org/247832 | 20:07 |
zaro | clarkb: dude, just had lunch. yours was a really late breakfast | 20:07 |
docaedo | just a reminder for you hard-working infra ppl, you probably deserve a little break, might I suggest relaxing with a quick look at https://review.openstack.org/#/c/245315/ ? Let gertty take you on a mini vacation! | 20:07 |
*** burgerk has quit IRC | 20:08 | |
clarkb | doesn't look like the module has native selinux support so will just put it where we use it | 20:09 |
*** rlandy has joined #openstack-infra | 20:11 | |
*** zeih has quit IRC | 20:12 | |
*** signed8bit_ZZZzz is now known as signed8bit | 20:12 | |
*** amuller_afk is now known as amuller | 20:12 | |
*** sridhar_ram1 has joined #openstack-infra | 20:14 | |
jeblair | docaedo knows how to nag for reviews! | 20:14 |
jeblair | (that worked on me) | 20:14 |
*** sridhar_ram has quit IRC | 20:14 | |
openstackgerrit | Clark Boylan proposed openstack-infra/system-config: Allow haproxy to bind to all ports in selinux https://review.openstack.org/248236 | 20:14 |
clarkb | infra-root ^ I think that is the only change we need to centos7 haproxy | 20:15 |
docaedo | jeblair: haha, excellent! | 20:15 |
clarkb | docaedo: I have to admit that I am intrigued now | 20:15 |
clarkb | and will likely take a look as soon as I finish testing this new git proxy server | 20:15 |
* docaedo feels mighty damn lucky | 20:16 | |
* docaedo and super appreciative too ;) | 20:16 | |
*** ldnunes has quit IRC | 20:16 | |
*** bpokorny has quit IRC | 20:16 | |
clarkb | cloning nova is slow | 20:16 |
mordred | clarkb: woot | 20:16 |
clarkb | mordred: oh I need to update the site.pp to centos7 that host too | 20:17 |
clarkb | one sec | 20:17 |
openstackgerrit | Clark Boylan proposed openstack-infra/system-config: Allow haproxy to bind to all ports in selinux https://review.openstack.org/248236 | 20:18 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add reno release notes to subunit2sql https://review.openstack.org/247737 | 20:19 |
*** bpokorny has joined #openstack-infra | 20:20 | |
clarkb | the only other centos6 machine is asterisk iirc | 20:20 |
clarkb | and I want to say russellb said there aren't packages for it on centos7 yet? | 20:21 |
*** apoorvad has quit IRC | 20:21 | |
russellb | correct | 20:21 |
russellb | if that's the last hold for centos6, i'd say migrate it to ubuntu, screw it | 20:22 |
pabelanger | in fact the original puppet modules for asterisk were run under ubuntu | 20:22 |
*** dims has quit IRC | 20:23 | |
*** otter768 has joined #openstack-infra | 20:24 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/project-config: Add release notes jobs to subunit2sql https://review.openstack.org/247868 | 20:24 |
clarkb | I can clone nova using git:// http(s) via ipv4 and ipv6 at about 5.5MiB/s so looks good to me | 20:25 |
clarkb | if there is no opposition I can add A(AAA) records for the new host then when they start round robining remove the old host | 20:25 |
clarkb | or let them round robin | 20:25 |
clarkb | or just do a swap | 20:25 |
*** otter768 has quit IRC | 20:28 | |
pleia2 | clarkb: reviewing | 20:29 |
*** ivar-laz_ has joined #openstack-infra | 20:30 | |
*** Sukhdev has quit IRC | 20:30 | |
clarkb | pabelanger is httpd::mod::wsgi something that goes away in newer pache module? should it be using the httpd_mod {'mod_wsgi': ensure => present } instead? | 20:31 |
*** ivar-lazzaro has quit IRC | 20:32 | |
pabelanger | clarkb: no, I still think it exists. However, I am unsure if that is the correct way to use it. Would need to look around | 20:32 |
*** mriedem has quit IRC | 20:33 | |
*** zeih has joined #openstack-infra | 20:34 | |
*** eharney has joined #openstack-infra | 20:36 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-infracloud: Add bifrost manifest https://review.openstack.org/231757 | 20:37 |
*** tdurakov has joined #openstack-infra | 20:37 | |
clarkb | docaedo: done | 20:37 |
docaedo | clarkb: thanks for the review and guidance! | 20:37 |
*** Sukhdev has joined #openstack-infra | 20:39 | |
docaedo | clarkb: will turn around those changes soon as I eat something for lunch, then I'll sit back and wait for that flood of +2's :D | 20:39 |
clarkb | jesusaurus: decoupleing log_processor from logstash enough that the package (which will start the service) isn't requires is :( | 20:39 |
*** zeih has quit IRC | 20:42 | |
clarkb | http://xqemu.com/ can I have a cloud that runs my old xbox games? | 20:42 |
*** smarcet has quit IRC | 20:48 | |
*** ivar-laz_ has quit IRC | 20:49 | |
onovy | https://review.openstack.org/#/c/244597/ final A+ some please? | 20:49 |
clarkb | wow are there really no more meetings today? | 20:50 |
openstackgerrit | Merged openstack-infra/system-config: Allow haproxy to bind to all ports in selinux https://review.openstack.org/248236 | 20:50 |
*** ivar-lazzaro has joined #openstack-infra | 20:50 | |
clarkb | onovy: done | 20:51 |
onovy | clarkb, thanks! | 20:53 |
*** achanda has quit IRC | 20:53 | |
*** ivar-lazzaro has quit IRC | 20:54 | |
jesusaurus | clarkb: what do you mean? can you rephrase that? | 20:55 |
clarkb | jesusaurus: log_processor module depends on the logstash user and /etc/logstash existing | 20:55 |
*** gordc has joined #openstack-infra | 20:55 | |
clarkb | jesusaurus: the problem is that both are now provided by the deb package which also starts the logstash service but we don't want the logstash service running on the same host as the gearman client | 20:55 |
clarkb | anyways I have decoupled the user dep | 20:56 |
clarkb | will probably just make a different dir for the config files and be done with it | 20:56 |
*** achanda has joined #openstack-infra | 20:56 | |
jesusaurus | oh | 20:57 |
jesusaurus | well, log_processor only uses that user and dir as convention, we could create a log_processor user and /etc/log_processor | 20:57 |
clarkb | ya could completely decouple them | 20:58 |
clarkb | maybe thats a better idea | 20:58 |
openstackgerrit | Merged openstack-infra/system-config: IRC channel #openstack-swauth added. https://review.openstack.org/244597 | 20:58 |
jesusaurus | and then it's just a service that requires logstash to be on $random_host | 20:58 |
jesusaurus | just like it depends on the jenkins zmq plugin | 20:58 |
clarkb | ya | 20:58 |
*** smarcet has joined #openstack-infra | 20:59 | |
*** ivar-lazzaro has joined #openstack-infra | 21:00 | |
*** glauco__ has quit IRC | 21:02 | |
*** openstackstatus has quit IRC | 21:02 | |
*** openstack has joined #openstack-infra | 21:06 | |
AJaeger | is there anybody that can help with JJB debugging, please? We have in jenkins/jobs/openstack-publish-jobs.yaml {name}-releasenotes which should always checkout *master* - but looking at https://jenkins07.openstack.org/job/neutron-releasenotes/21/console it uses the original change | 21:06 |
AJaeger | What's wrong? | 21:07 |
*** tdurakov has quit IRC | 21:07 | |
*** rossella_s has quit IRC | 21:07 | |
jeblair | AJaeger: can do | 21:07 |
*** rossella_s has joined #openstack-infra | 21:08 | |
AJaeger | jeblair: the idea behind that job is that it always publishes from master - but apparently that log file shows its run on kilo ;( | 21:08 |
AJaeger | thanks, jeblair | 21:08 |
*** tdurakov has joined #openstack-infra | 21:10 | |
jeblair | AJaeger: that uses a macro that is, i believe, designed to be used on periodic jobs without a zuul ref -- that branch parameter sets the branch to use if there is no zuul ref, but in the case of a post or tag job, there is one. | 21:10 |
*** jffische has quit IRC | 21:10 | |
*** Sukhdev has quit IRC | 21:11 | |
AJaeger | so, jenkins/scripts/gerrit-git-prep.sh is the wrong script to call. | 21:11 |
jeblair | AJaeger: before we go there -- why is this run on kilo? | 21:12 |
AJaeger | jeblair: it's a post job, we cannot limit it AFAI | 21:12 |
AJaeger | s/AFAI/AFAIK/ | 21:12 |
*** jtomasek has quit IRC | 21:12 | |
jeblair | AJaeger: oh sure you can :) | 21:12 |
AJaeger | and the reno design for the release notes is to only publish from master | 21:12 |
AJaeger | jeblair: then I might have misunderstood fungi in the past | 21:13 |
AJaeger | still, the idea that dhellmann came up with: reno publishes *only* from master and collect information from configured branches. | 21:15 |
AJaeger | So, no need to publish from stable branch. | 21:15 |
*** marcusvrn_ has quit IRC | 21:15 | |
AJaeger | BUT if a stable branch merges, we should update the release notes as well - and not wait for the next master merge | 21:15 |
AJaeger | so, switch to master for the post job | 21:15 |
jeblair | oh. hrm. | 21:15 |
clarkb | the other jobs that do this have a check "if not master then exit 0" | 21:16 |
clarkb | so its fine to have ggp do the checkout aiui you just have to separate check the branch and bail early | 21:16 |
jeblair | AJaeger, clarkb: you definitely can have zuul only run this job when master is updated: http://docs.openstack.org/infra/zuul/zuul.html#pipelines (see gerrit / ref) | 21:17 |
*** sfinucan has joined #openstack-infra | 21:17 | |
jeblair | however, now it sounds like that's not actually what's wanted either | 21:17 |
*** dprince has quit IRC | 21:17 | |
jeblair | the problem is that in general, the post pipeline is designed to process a specific change, which doesn't make a lot of sense here | 21:18 |
*** spzala has quit IRC | 21:18 | |
AJaeger | exactly... | 21:18 |
jeblair | for example, with docs, it's designed to build the docs for a specific change and then publish them | 21:18 |
*** daemontool has quit IRC | 21:19 | |
jeblair | i do not know how this process should map to that | 21:19 |
AJaeger | jeblair: so, something was not working with post jobs - was it the "files" limitation? | 21:19 |
clarkb | branch | 21:19 |
AJaeger | jeblair: docs publish from the branch | 21:19 |
jeblair | AJaeger: right. i wonder why that approach isn't used here. | 21:19 |
*** daemontool has joined #openstack-infra | 21:19 | |
clarkb | jeblair: is that ref filterable from the job perspective? we could make a new pipeline that ran only master post events | 21:19 |
clarkb | I would have to read code | 21:20 |
AJaeger | jeblair: we'd have to ask dhellmann to explain why he designed it this way in reno | 21:20 |
jeblair | AJaeger, clarkb: it is filterable from the job. ref == branch. like i said, you _can_ filter this by branch, but it sounds like that is not what wanted. | 21:20 |
*** ociuhandu has joined #openstack-infra | 21:20 | |
clarkb | ah | 21:20 |
AJaeger | so, we could filter to run it only for changes of (right now) liberty and master - since kilo does not have reno. | 21:21 |
*** apoorvad has joined #openstack-infra | 21:21 | |
jeblair | yes, that is possible | 21:21 |
AJaeger | But the problem would still be there that we need to publish from master - publish the new liberty content | 21:21 |
AJaeger | so, it would still be wrong for a liberty change... | 21:22 |
jeblair | it's also possible to still have this run on every branch, and perform the checkouts like what was apparently expected (always checkout master) | 21:23 |
jeblair | we may be able to do that with zuul-git-prep-branch and setting branch-override | 21:23 |
openstackgerrit | Christopher Aedo proposed openstack-infra/puppet-apps_site: Add python WSGI server https://review.openstack.org/245315 | 21:24 |
jeblair | i'll just note that other post jobs have a 1:1 correspondence to the change that has merged, but this will not | 21:24 |
AJaeger | you mean zuul-git-branch-prep? | 21:24 |
jeblair | that might be fine | 21:24 |
jeblair | AJaeger: yep | 21:24 |
jeblair | i don't think it's been used in exactly this circumstance before, so that will require some thought :) | 21:25 |
jeblair | oh wait don't use that | 21:26 |
AJaeger | jeblair: let me do those changes (1: limit to liberty and newer;2: use zuul-git-branch-prep) the next days and then discuss here again | 21:26 |
AJaeger | Ok, I wait ;) | 21:26 |
*** apoorvad has quit IRC | 21:27 | |
jeblair | AJaeger: isn't it still wrong if we run on liberty? | 21:27 |
*** tlian2 has joined #openstack-infra | 21:27 | |
jeblair | even though it has reno, isn't the intent that the process start from master? | 21:27 |
AJaeger | jeblair: correct, we merge a liberty change with a new release note - and then checkout master and publish the master and liberty release notes from there | 21:28 |
*** tlian has quit IRC | 21:28 | |
jeblair | AJaeger: so you should only do #2, right? | 21:29 |
jeblair | (after i fix zgbp) | 21:29 |
AJaeger | jeblair: I would do #1 as well - have the job not run on kilo. It does not harm if it checks out master, it's just one job less to run. | 21:30 |
*** peristeri has quit IRC | 21:30 | |
jeblair | k | 21:30 |
*** jbernard has joined #openstack-infra | 21:31 | |
*** stevemar_ has quit IRC | 21:31 | |
*** thorst_ has quit IRC | 21:31 | |
AJaeger | jeblair: I look forward to your zgbp fix and ping you again next week once my change is done for review. | 21:31 |
AJaeger | jeblair, clarkb Thanks! | 21:31 |
*** tlian2 has quit IRC | 21:31 | |
docaedo | clarkb: changes made, fingers crossed it's good to go. When it merges, it will be a new dawn for the Community App Catalog, and heralds exciting days ahead for all of OpenStack! | 21:34 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Fix branch override in zuul-branch-git-prep https://review.openstack.org/248252 | 21:34 |
jeblair | AJaeger, clarkb: ^ | 21:34 |
docaedo | clarkb: (it might not be THAT exciting really...) | 21:34 |
jeblair | docaedo: any reason for the 0700 permissions on the web/static/cache dir? | 21:36 |
openstackgerrit | Merged openstack-infra/system-config: Removing inactive admins from root access https://review.openstack.org/158862 | 21:36 |
AJaeger | jeblair: good catch, thanks! | 21:36 |
*** sdake has joined #openstack-infra | 21:36 | |
docaedo | jeblair: operator failure on my part, did not mean to change that bit - will adjust immediately | 21:37 |
jeblair | docaedo: while you're changing, consider 0755 unless it's sensitive | 21:38 |
openstackgerrit | Christopher Aedo proposed openstack-infra/puppet-apps_site: Add python WSGI server https://review.openstack.org/245315 | 21:38 |
openstackgerrit | Christopher Aedo proposed openstack-infra/puppet-apps_site: Add python WSGI server https://review.openstack.org/245315 | 21:38 |
docaedo | jeblair: yes thanks, not sensitive, 755 is AOK for that directory | 21:39 |
jeblair | +2 | 21:39 |
*** ddieterly has quit IRC | 21:40 | |
docaedo | jeblair: thanks! | 21:41 |
clarkb | docaedo: is it ok to approve? | 21:41 |
clarkb | not sure what babysitting needs to be done and I am currently not able to myself | 21:41 |
*** jordanP has quit IRC | 21:41 | |
docaedo | clarkb: it is OK to approve, should not need any babysitting if my local copy of the infra stuff can be trusted, and we would know in a few minutes whether it works or not | 21:42 |
*** rlandy has quit IRC | 21:42 | |
jeblair | i'm available if it catches on fire | 21:43 |
jeblair | mordred, mgagne: i'm unable to spin up a second instance: u'message': u'No valid host was found. Exceeded max scheduling attempts 3 for instance d6ea5778-d612-4c94-8a0a-c5cee790e46c. Last exception: [u\'Traceback (most recent call last):\\n\', u\' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2229, in _do', u'code': 500, u'created': u'2015-11-20T21:42:35Z' | 21:43 |
*** olaph has quit IRC | 21:44 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix releasenotes post job https://review.openstack.org/248256 | 21:44 |
AJaeger | jeblair, clarkb ^ - was quickly done ;) | 21:44 |
clarkb | jeblair: if you nova show the uuid sometimes you get more info | 21:44 |
jeblair | clarkb: that was from the show | 21:45 |
docaedo | clarkb jeblair - I'm around too in case any help is required from me | 21:45 |
jeblair | AJaeger: you have to use 'ref' instead of 'branch', but otherwise looks good | 21:45 |
pleia2 | jeblair: any reason to hold off on this utc timezone change? (woo friday afternoon) | 21:46 |
*** mriedem has joined #openstack-infra | 21:46 | |
AJaeger | jeblair: I've never used ref in that place - isn't hat only for the pipeline definition? | 21:46 |
jeblair | AJaeger, clarkb: oooh! i was wrong, clarkb was right, sorry! | 21:47 |
jeblair | one sec | 21:48 |
openstackgerrit | Merged openstack-infra/project-config: Fix branch override in zuul-branch-git-prep https://review.openstack.org/248252 | 21:48 |
jeblair | okay, i was only half wrong | 21:49 |
* AJaeger is confused now... | 21:49 | |
jeblair | you _can_ match a job to a branch with a ref, and you do it with the branch attribute in the job definition | 21:49 |
*** rcernin has quit IRC | 21:50 | |
AJaeger | so, "branch:" it is | 21:50 |
AJaeger | and fix the typo in the macro... | 21:50 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix releasenotes post job https://review.openstack.org/248256 | 21:51 |
AJaeger | jeblair, clarkb : try 2 ^ | 21:51 |
jeblair | AJaeger: so short version -- your change is correct as written, and zuul should automatically say "the user wanted this job only to run on this branch -- it is in a context where the trigger supplies a ref instead of a branch, so therefore, compare the ref of the event to the branch specified" | 21:51 |
jeblair | AJaeger: lgtm | 21:51 |
jeblair | pleia2: i think it's good -- it's hard for me to test though since it adds a module | 21:52 |
AJaeger | jeblair: thanks for the explanation. | 21:52 |
*** lykinsbd has quit IRC | 21:52 | |
AJaeger | Ok, I'm off now for the weekend! | 21:52 |
jeblair | pleia2: aprv sounds good | 21:52 |
* AJaeger wishes everybody a great weekend | 21:52 | |
AJaeger | thanks again, jeblair and clarkb! | 21:52 |
jeblair | AJaeger: np, thanks! | 21:53 |
*** AJaeger has quit IRC | 21:53 | |
jeblair | pleia2: and if it blows up, we'll blame puppet | 21:53 |
pleia2 | jeblair: great | 21:53 |
pleia2 | hehe | 21:53 |
*** tsg has joined #openstack-infra | 21:59 | |
clarkb | ok no one has said that new git.o.o looks terrible | 21:59 |
clarkb | so I am going to go ahead and add the dns records | 21:59 |
*** amuller has quit IRC | 21:59 | |
*** smarcet has quit IRC | 21:59 | |
clarkb | I wish there was a way to make atomic updates | 22:00 |
clarkb | gandi has this and I like it | 22:00 |
clarkb | will leave old server up and running so it can be switched back easily | 22:00 |
clarkb | unitl probably monday | 22:00 |
*** thinrichs has joined #openstack-infra | 22:02 | |
*** pradk has quit IRC | 22:02 | |
mordred | clarkb: woot! | 22:02 |
clarkb | actually I should reboot test the haproxy start | 22:04 |
thinrichs | Is someone available to review a patch to fix an offender of devstack extras.d? Should be quick. | 22:04 |
clarkb | will do that quickly first | 22:04 |
thinrichs | https://review.openstack.org/#/c/241969/ | 22:04 |
*** smarcet has joined #openstack-infra | 22:04 | |
*** sdake has quit IRC | 22:04 | |
*** gordc has quit IRC | 22:04 | |
*** sdake has joined #openstack-infra | 22:05 | |
clarkb | thinrichs: fwiw I think ENABLED_SERVICES is additive so you only have to add the things that won't be there by default | 22:05 |
openstackgerrit | Merged openstack-infra/puppet-apps_site: Add python WSGI server https://review.openstack.org/245315 | 22:06 |
*** tdurakov has quit IRC | 22:06 | |
jeblair | so... when you're in grafana on your cool hip laptop with a short wide screen, and you click a dropdown menu, and it opens up and it's longer than your screen, how do you select something at the bottom considering that when you go to move the browser scroll bar (which only just appeared because the page only just got longer) the dropdown menu disappears (and so does the scrollbar)? | 22:06 |
*** hdd has joined #openstack-infra | 22:06 | |
*** ivar-lazzaro has quit IRC | 22:06 | |
*** ZZelle_ has joined #openstack-infra | 22:07 | |
thinrichs | clarkb: I definitely remember a discussion a couple of months ago where some folks were claiming we should fix exactly the services we want to test, since there's no guarantee of stable defaults. | 22:07 |
*** trown|mtg is now known as trown|outttypeww | 22:07 | |
*** Sukhdev has joined #openstack-infra | 22:07 | |
clarkb | thinrichs: thats fair to an extent, eg keystone is likely never going away | 22:07 |
clarkb | or nova | 22:07 |
clarkb | or glance | 22:08 |
jeblair | aha, answer: you must use mouse buttons 4 and 5 to scroll | 22:08 |
clarkb | because without them tempest can't do anything | 22:08 |
*** ivar-lazzaro has joined #openstack-infra | 22:08 | |
clarkb | hopefully soon neutron will be in that same category | 22:08 |
clarkb | not sure where making neutron a default ended up getting to | 22:08 |
*** bswartz has quit IRC | 22:08 | |
thinrichs | clarkb: agreed we're being overly safe by specifying all of them | 22:09 |
*** bcourt has quit IRC | 22:09 | |
jeblair | omg graphite's aliasbynode is magic | 22:09 |
clarkb | jeblair: just an fyi, rebooting resets /etc/resolv.conf on new git.o.o I bet its a larger issue | 22:11 |
docaedo | I was wondering about infras puppetmaster and when I should be watching extra close to see if I wrecked the app catalog - how long does it take for a newly merged module to land on puppemaster (and then get used in the next cycle)? | 22:11 |
clarkb | and doesn't look like exim, ntp, or snmp are set to start on boo | 22:11 |
openstackgerrit | Merged openstack-infra/system-config: Set timezone to UTC on servers https://review.openstack.org/248173 | 22:11 |
clarkb | docaedo: it runs every 15 minutes so usually within that timeframe | 22:11 |
docaedo | clarkb: ok thank you sir | 22:12 |
clarkb | but haproxy survices the reboot and puppet clenas up when it runs so I am updating DNS now actually | 22:12 |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: fix grenade jobs for a post-juno world https://review.openstack.org/248267 | 22:12 |
mordred | clarkb: wait - what? | 22:12 |
clarkb | mordred: what to what? | 22:13 |
mordred | clarkb: rebooting resets resolv.conf? | 22:13 |
clarkb | mordred: yes to use the rax local resolvers instead of unbound | 22:13 |
mordred | clarkb: *headdesk* | 22:13 |
clarkb | mordred: then puppet runs and poits it to localhost | 22:13 |
mordred | I should really finish getting base images for infra | 22:13 |
mordred | too many things on plate | 22:13 |
mordred | not enough time | 22:14 |
*** ashleighfarnham has quit IRC | 22:14 | |
sdague | clarkb: I think https://review.openstack.org/248267 is right, if you could double check | 22:14 |
*** dimtruck is now known as zz_dimtruck | 22:14 | |
*** rguillebert has quit IRC | 22:15 | |
*** regXboi has quit IRC | 22:16 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Add baremetal hpuswest node definition https://review.openstack.org/208751 | 22:17 |
*** amitgandhinz has quit IRC | 22:18 | |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Trivial cleanup of 'index.rst' https://review.openstack.org/239736 | 22:18 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Remove 'MANIFEST.in' https://review.openstack.org/239737 | 22:18 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Restructure 'Requirements' section https://review.openstack.org/239734 | 22:18 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Add deprecation note for 'requirements-pyN' https://review.openstack.org/239735 | 22:18 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Restructure 'Usage' section https://review.openstack.org/239733 | 22:18 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Add details of 'MANIFEST.in' generation https://review.openstack.org/238970 | 22:18 |
*** amitgandhinz has joined #openstack-infra | 22:18 | |
*** yamahata has quit IRC | 22:18 | |
sdague | also, holy crap, there is a lot of icehouse in layout.yaml | 22:19 |
clarkb | so its cool that people are pushing all these patches | 22:20 |
clarkb | but until the juno branches are actually removed we need to keep a lot of this config | 22:20 |
clarkb | otherwise gerrit is going to derp | 22:20 |
clarkb | ok we will be on centos7 load balancer as soon as DNS TTLs refresh | 22:22 |
clarkb | and there are connections according to the haproxy log | 22:22 |
*** thinrichs has quit IRC | 22:23 | |
docaedo | :( looks like this broke app catalog - other than http://puppetboard.openstack.org/report/apps.openstack.org/101280fb0bd96a2ae9b8d105cdcf5fd907519386 where else can I look for logs on that box to see what went wrong? | 22:23 |
*** amitgandhinz has quit IRC | 22:24 | |
jeblair | docaedo: you probably neet a rooter to go rooting which is what i signed up for :) | 22:24 |
*** olaph has joined #openstack-infra | 22:24 | |
clarkb | so ping here if you see any sillyness with git, but so far things look ok to me | 22:24 |
mordred | jeblair: tell me more about aliasbynode | 22:24 |
*** otter768 has joined #openstack-infra | 22:25 | |
jeblair | mordred: i'll show you later but now i have to help docaedo fix apps.o.o | 22:25 |
docaedo | jeblair: thanks, root away when you can. Certainly not an am emergency (unless friday afternoon is when the whole world starts browsing for openstack apps?) | 22:25 |
*** doug-fish has quit IRC | 22:25 | |
mordred | jeblair: I hear docker fixes things | 22:25 |
mordred | or maybe kubernetes | 22:25 |
jeblair | mordred is "helping" again | 22:25 |
docaedo | jeblair: but I'm around to help, answer questions, whatever I can do | 22:25 |
* mordred helps jeblair's face | 22:25 | |
jeblair | [Fri Nov 20 22:25:43 2015] [error] [client 108.46.188.133] Target WSGI script not found or unable to stat: /usr/local/lib/python2.7/dist-packages/openstack_catalog | 22:26 |
docaedo | mordred: are you saying I should dockerize apps.o.o? Nice! I'll get started now! | 22:26 |
*** hdd has quit IRC | 22:26 | |
docaedo | jeblair: ok then pip install failed for that manifest (or wasn't triggered? I thought it was set to do that though) | 22:26 |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: remove icehouse references for py34 and pypy https://review.openstack.org/248269 | 22:26 |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: remove gate-devstack-dsvm-cells https://review.openstack.org/248270 | 22:26 |
clarkb | and I remembered to add reverse PTR records so now DNS is actually good :) | 22:26 |
jeblair | docaedo: i'm thinking maybe it wasn't triggered because the repo already existed and there wasn't a change to it... | 22:27 |
sdague | clarkb: oh, I thought we'd toasted it already | 22:27 |
jeblair | docaedo: probably this is an edge case for 'new functionality added to existing server'... | 22:27 |
clarkb | sdague: nope | 22:27 |
clarkb | unless it happened and I wasn't paying attention | 22:27 |
clarkb | its slated for end of month | 22:27 |
sdague | clarkb: gotcha | 22:27 |
sdague | well the tempest job drop was fine, tempest just won't test against it | 22:28 |
docaedo | jeblair: yeah - makes sense -is it ok for you to just run "pip install /opt/apps_site" | 22:28 |
clarkb | nova still has juno | 22:28 |
*** alivigni has quit IRC | 22:28 | |
jeblair | docaedo: i could fix it by manually pip installing... but i just noticed something... | 22:28 |
docaedo | jeblair: do tell | 22:28 |
sdague | I'll wip the bottom of this stack | 22:28 |
clarkb | sdague: also you remove the rules for all those extr agrenade jobs but don't remove those jobs | 22:28 |
jeblair | Nov 20 22:17:40 apps puppet-agent[11883]: (/Stage[main]/Apps_site/File[/opt/apps_site/openstack_catalog/local_settings.py]/ensure) created | 22:28 |
jeblair | docaedo: we're writing files into the git repo working directory | 22:28 |
jeblair | that one, and also this directory: "openstack_catalog/web/api/" exists | 22:28 |
clarkb | which I think means they will run against kilo when you don't want them to? | 22:28 |
sdague | clarkb: by the power of regex | 22:28 |
sdague | no, it's a regex | 22:28 |
clarkb | sdague: hrm I would hvae to check if it does a search or a match | 22:29 |
sdague | there is no $ | 22:29 |
mtreinish | clarkb, sdague: the branch drop? That hasn't happened yet. fungi normally does it a week after the last stable release | 22:29 |
clarkb | but I gues either way it will work? | 22:29 |
sdague | clarkb: search or match doesn't matter | 22:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Make sure timeouts are floats https://review.openstack.org/247803 | 22:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Bump os-client-config requirement https://review.openstack.org/248089 | 22:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Remove default values from innner method https://review.openstack.org/247809 | 22:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Fix a 60 second unit test https://review.openstack.org/248112 | 22:29 |
sdague | clarkb: I even left a comment | 22:29 |
clarkb | sdague: bceause its ^ achored anyways | 22:29 |
jeblair | docaedo: that will probably cause problems at some point | 22:29 |
mtreinish | I always kill the tempest jobs ASAP, because it's a waste and makes things harder | 22:29 |
docaedo | jeblair: ah .. that's probably going to break further git updates? I thought I'd seen that used elsewhere, but I may well have been wrong | 22:29 |
clarkb | sdague: so ya the change looks fine but should wait a few more weeks likely | 22:29 |
sdague | clarkb: no prob, I WIP the stack | 22:30 |
*** otter768 has quit IRC | 22:30 | |
sdague | or the bottom of the stack | 22:30 |
jeblair | docaedo: it might eventually, i'd prefer to avoid it (and in similar situations, i think i've managed to) | 22:30 |
sdague | I'm out next week anyway | 22:30 |
jeblair | docaedo: i pip installed and looks better now: http://apps.openstack.org/ | 22:30 |
mordred | ooh! | 22:31 |
mordred | lookie there! | 22:31 |
docaedo | jeblair: glad it's temporarily fixed | 22:31 |
*** dkranz has quit IRC | 22:31 | |
jeblair | docaedo: so i don't think we're on fire or anything, but if you can put pulling those files out of the git tree on your list, hopefully we can git that done before git blows up on us :) | 22:31 |
docaedo | jeblair: I'm good with changing where I write those things, but am not really sure how to do it - like local_settings needs to be there before pip install runs (to override the things that need overriding on the production server) | 22:31 |
*** aviau has quit IRC | 22:31 | |
jeblair | docaedo: the pip install imports local_settings.py? | 22:32 |
docaedo | settings.py tries to import it - it's not in app-catalog repo, only gets put there by puppet on that server | 22:32 |
*** yamahata has joined #openstack-infra | 22:32 | |
jeblair | docaedo: and that all happens during the pip install? | 22:33 |
*** olaph has quit IRC | 22:33 | |
docaedo | jeblair: correct | 22:33 |
jeblair | docaedo: because if not, we can just put those in the right final location... | 22:33 |
jeblair | hrm :( | 22:33 |
clarkb | heh git.o.o has 32GB of swap | 22:33 |
docaedo | jeblair: ah | 22:33 |
clarkb | (launchnode does that iirc) | 22:33 |
*** ashleighfarnham has joined #openstack-infra | 22:33 | |
docaedo | jeblair: if that file goes in the right location after pip install, python will still catch it later anyway right? | 22:33 |
jeblair | docaedo: then maybe we could copy the contents of the git repo to a location and then write those files and then pip installs | 22:33 |
jeblair | docaedo: yeah, i would expect it's only critical to be there before the apache restart | 22:34 |
*** thorst has joined #openstack-infra | 22:34 | |
docaedo | jeblair: I'll verify that works properly, then make a new patch that puts things like CACHE and so on in the system directory, and won't mess with anything in the location git checks out to | 22:34 |
mordred | docaedo, jeblair: looking at the code, I do not believe local_settings needs to be there in the source tree | 22:36 |
docaedo | jeblair: how should I change the pip install? We would want that to run when something changes in the repo later - I guess it'll do that now right? Just that in this case, there was nothing new in the repo... | 22:36 |
mordred | it does not get imported during any setuptools operations | 22:36 |
mordred | so just putting it into the final location should be fine | 22:36 |
clarkb | jeblair: I am still seeing OVH IPs to the old git server, if they persist through the weekend we should make sure they aren't our VMs and if not probably give them a heads up before deleting the centos6 server | 22:36 |
jeblair | mordred, docaedo, then cool, we should be able to have that file resource plunked into the final location after the pip install and before the apache restart | 22:36 |
clarkb | jeblair: letting you know as you have been communicating with them aiui | 22:37 |
docaedo | mordred jeblair - thanks will fix right away, should only take a few minutes | 22:37 |
jeblair | clarkb: ++ i can mention that when i update them monday | 22:37 |
mordred | docaedo: settings.py is django boilerplate? | 22:38 |
mordred | docaedo: like, if I wrote a patch to it, is that a legit thing to keep in tree? | 22:38 |
*** zeih has joined #openstack-infra | 22:38 | |
docaedo | mordred: I think so - if you wrote a patch to settings.py? | 22:38 |
mordred | yea | 22:39 |
*** thorst has quit IRC | 22:39 | |
mordred | I probably won't - but I was considering it | 22:39 |
docaedo | mordred: were you going to make it faster and smarter? feel free! | 22:39 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add nodepool dashboard to grafana https://review.openstack.org/248274 | 22:39 |
mordred | oh! | 22:40 |
jeblair | mordred: aliasByNode turns 'stats.gauges.nodepool.target.jenkins01.nodes.ready' into 'jenkins01' | 22:40 |
mordred | I get to learn how to make graphs | 22:40 |
mordred | neat | 22:40 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/devstack-gate: Use os-collect-counters when appropriate https://review.openstack.org/248275 | 22:40 |
jeblair | i think there's also a regex version for even more magic | 22:41 |
*** zeih has quit IRC | 22:42 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Install os-performance-tools in venv on images https://review.openstack.org/244913 | 22:43 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Add counters pre/post gate test hooks https://review.openstack.org/244902 | 22:43 |
*** thorst has joined #openstack-infra | 22:43 | |
*** thinrichs has joined #openstack-infra | 22:44 | |
*** sdake_ has joined #openstack-infra | 22:44 | |
*** sdake has quit IRC | 22:45 | |
openstackgerrit | Tushar Gohad proposed openstack-infra/system-config: Add liberasurecode to CI slaves for Swift/PyECLib https://review.openstack.org/247936 | 22:46 |
mordred | jeblair, clarkb: if you get a sec, this topic: https://review.openstack.org/#/q/status:open+project:openstack-infra/shade+branch:master+topic:timeouts,n,z wants to land | 22:47 |
jeblair | clarkb: https://review.openstack.org/248274 has the 'graphs of nodes by jenkins master' thing i was talking about | 22:47 |
*** monester has quit IRC | 22:48 | |
jeblair | mordred: pasting that into gertty search hangs :( -- i'm guessing it doesn't handle parsing urls | 22:48 |
*** thorst has quit IRC | 22:48 | |
*** zxiiro has quit IRC | 22:48 | |
*** romcheg has quit IRC | 22:49 | |
*** teran has quit IRC | 22:49 | |
*** GheRivero has quit IRC | 22:49 | |
mordred | jeblair: boo! | 22:49 |
clarkb | mordred: whats with https://review.openstack.org/#/c/248089/4/shade/tests/unit/test_object.py ? | 22:49 |
mordred | jeblair: I forsee a fun weekend hacking project for you | 22:49 |
clarkb | mordred: if the fix is in occ I wouldn't expect shade's tests to change? | 22:49 |
mordred | clarkb: that unit tests is mocking out impl details in occ | 22:50 |
clarkb | ah | 22:50 |
mordred | clarkb: honestly I should remove that entire test | 22:50 |
clarkb | so occ is passing that in | 22:50 |
mordred | yah | 22:50 |
clarkb | or supposed | 22:50 |
*** auggy has quit IRC | 22:50 | |
*** ashtokolov has quit IRC | 22:50 | |
mordred | clarkb: but figured I could clean that up later | 22:50 |
clarkb | so this is undoing the thing that I am saying we shouldned do \o/ | 22:50 |
mordred | clarkb: I'm going to with "yes" because that's the answer that I thnk will make you happiest | 22:51 |
jeblair | mordred: the typos in your commit messages make it sound like you have a code. i mean a cold. | 22:51 |
*** josh6627 is now known as jhesketh | 22:51 | |
*** thinrichs has left #openstack-infra | 22:51 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Add ability to opt-in to upgrading modules https://review.openstack.org/247755 | 22:51 |
clarkb | one thing that would be awesome to have in gerrit if single page diff is never going to happen is commit message overlay so I can remember what the objective is | 22:51 |
clarkb | random thoughts of a code reviewer | 22:52 |
jhesketh | Morning | 22:52 |
jeblair | clarkb: i think maybe that's an option? | 22:52 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Install os-performance-tools in venv on images https://review.openstack.org/244913 | 22:52 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Add counters pre/post gate test hooks https://review.openstack.org/244902 | 22:52 |
jeblair | on that thing with lots of checkboxes when you are diffing? | 22:52 |
jeblair | jhesketh: ESATURDAY | 22:52 |
openstackgerrit | Merged openstack-infra/project-config: Add nodepool dashboard to grafana https://review.openstack.org/248274 | 22:52 |
clarkb | jeblair: oh let me see | 22:52 |
jhesketh | jeblair: corright :-) | 22:53 |
clarkb | there is a retain header on file switch that doesn't seem right | 22:53 |
openstackgerrit | Christopher Aedo proposed openstack-infra/puppet-apps_site: Update paths for production Apps site https://review.openstack.org/248276 | 22:54 |
clarkb | oh I can click commit message ach time | 22:54 |
clarkb | thats good enough thanks | 22:54 |
docaedo | jeblair: ^^ when you have a sec, let me know if that does what's expected | 22:54 |
mordred | clarkb: ++ YES TO OVERLAY | 22:54 |
jhesketh | jeblair: also it's Friday afternoon for y'all, so why aren't you having beer yet? | 22:54 |
mordred | jhesketh: you imply that we are not | 22:54 |
jeblair | jhesketh: who says we aren't? | 22:54 |
mordred | jeblair: jinx | 22:54 |
jhesketh | Touche, but you are still working, so you clearly aren't trying hard enough | 22:55 |
*** FallenPe_ has joined #openstack-infra | 22:55 | |
*** krtaylor has quit IRC | 22:55 | |
docaedo | jeblair: also apologies for re-arranging a tiny bit on init.pp, was just something in my head that made more sense though I know it doesn't change what puppet does (and only makes it less readable when reviewing :/ ) | 22:55 |
jeblair | clarkb: notice how i mentioned an actual gerrit feature instead of just saying "or with gertty it's right there at the top of single-page-diff" :) | 22:55 |
*** sdake_ has quit IRC | 22:56 | |
mordred | jeblair: WERID | 22:56 |
*** ccrouch has quit IRC | 22:56 | |
*** signed8bit is now known as signed8bit_ZZZzz | 22:57 | |
jeblair | pleia2: from pypi.nyj01: Fri Nov 20 22:57:12 UTC 2015 | 22:57 |
jeblair | so \o/ | 22:57 |
pleia2 | jeblair: nice work \o/ | 22:57 |
docaedo | mordred: wouldn't mind your input on https://review.openstack.org/248276 unless you just want to hold off for the next one where it goes all docker | 22:58 |
jeblair | i totally nailed copying those 3 lines from the readme | 22:58 |
jeblair | two of which were brackets | 22:58 |
*** sdake has joined #openstack-infra | 22:58 | |
pleia2 | lol | 22:58 |
jeblair | no whitespace errors or rocketship alignment errors or anything. i'm a pro. | 22:58 |
*** FallenPegasus has quit IRC | 22:59 | |
jeblair | (confession -- even though i did copy those lines, the whitespace was my own original authorship -- i definitely deleted it and had emacs reformat it because i'm sure it would have failed something otherwise) | 22:59 |
asselin__ | jeblair copyrights whitespace :) | 23:00 |
asselin__ | that's like modern art | 23:00 |
* jeblair makes modern art | 23:00 | |
clarkb | mordred: question on https://review.openstack.org/#/c/247809/4 commit message says you want to not pass in a value but then its a required arg | 23:01 |
clarkb | so you have to pass something right? | 23:01 |
*** stevemar has joined #openstack-infra | 23:02 | |
jeblair | clarkb: that's one of mordred's nasal congestion typos -- s/node/no/ i think | 23:03 |
*** sridhar_ram1 has quit IRC | 23:03 | |
clarkb | aha | 23:03 |
*** xyang1 has quit IRC | 23:03 | |
jeblair | i think he was trying for double negative and fumbled | 23:03 |
*** stevemar_ has joined #openstack-infra | 23:04 | |
*** stevemar_ has quit IRC | 23:04 | |
clarkb | all but the base are approved | 23:04 |
clarkb | figured wait for nodepool tests to come back before approving? | 23:04 |
clarkb | oh except we don't swift image upload because that doesn't exist in open source stuff | 23:05 |
clarkb | so meh | 23:05 |
*** hemna has joined #openstack-infra | 23:06 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Fix typo in nodepool grafyaml https://review.openstack.org/248277 | 23:06 |
*** sridhar_ram has joined #openstack-infra | 23:06 | |
jeblair | self approving stupid typo ^ | 23:07 |
*** EricGonc_ has quit IRC | 23:08 | |
*** krtaylor has joined #openstack-infra | 23:08 | |
*** sabeen1 has quit IRC | 23:08 | |
*** smarcet has quit IRC | 23:12 | |
*** Sukhdev has quit IRC | 23:12 | |
*** ashtokolov has joined #openstack-infra | 23:12 | |
*** Sukhdev has joined #openstack-infra | 23:13 | |
*** jhesketh has quit IRC | 23:13 | |
*** jhesketh has joined #openstack-infra | 23:15 | |
*** GheRivero has joined #openstack-infra | 23:16 | |
openstackgerrit | Merged openstack-infra/project-config: Fix typo in nodepool grafyaml https://review.openstack.org/248277 | 23:17 |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:19 | |
*** hashar has quit IRC | 23:20 | |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Trivial cleanup of 'index.rst' https://review.openstack.org/239736 | 23:22 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Remove 'MANIFEST.in' https://review.openstack.org/239737 | 23:22 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Restructure 'Requirements' section https://review.openstack.org/239734 | 23:22 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Add deprecation note for 'requirements-pyN' https://review.openstack.org/239735 | 23:22 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Restructure 'Usage' section https://review.openstack.org/239733 | 23:22 |
openstackgerrit | Stephen Finucane proposed openstack-dev/pbr: doc: Add details of manifest generation https://review.openstack.org/238970 | 23:22 |
*** changbl has quit IRC | 23:23 | |
*** zxiiro has joined #openstack-infra | 23:24 | |
*** teran has joined #openstack-infra | 23:25 | |
*** kozhukalov_ has quit IRC | 23:26 | |
mordred | clarkb: yah. I had a cold when I wrot ethat | 23:27 |
*** changbl has joined #openstack-infra | 23:27 | |
*** changbl has quit IRC | 23:33 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add reno release notes to subunit2sql https://review.openstack.org/247737 | 23:34 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add back uuid column for runs table https://review.openstack.org/248289 | 23:34 |
*** markvoelker has quit IRC | 23:34 | |
jeblair | mtreinish: why not make the uid column user-facing? | 23:36 |
mtreinish | jeblair: that's what the patch does | 23:36 |
mtreinish | jeblair: it modifies the migration we just landed to not drop the uuid column (which used to be the primary key) | 23:36 |
jeblair | gah, i made a typo that completely changes the intent of my queston :) | 23:37 |
jeblair | i meant to ask "why not make the id column user-facing?" :) | 23:37 |
mtreinish | jeblair: because the uuids were already the user facing strings. It's for backwards compat, because post-migration what you were doing before won't work | 23:38 |
mtreinish | there also isn't a mechanism to map from the new id back to the uuid which was dropped | 23:38 |
*** abregman|afk has quit IRC | 23:40 | |
jesusaurus | clarkb: jeblair: i know its getting a bit late on a friday, but feel like reviewing 248216 to move the log_processor scripts out of puppet and into their own project? | 23:41 |
jeblair | mtreinish: is that important? i mean -- do you expect users to be storing your uuids external to the system? | 23:41 |
mtreinish | jeblair: they were to use the sql2subunit util. You had to pass it a uuid to get a subunit stream back out of the db | 23:42 |
jeblair | mtreinish: right, but where did that uuid come from? | 23:42 |
mtreinish | it was either user provided or autogenerated with uuid.uuid4() | 23:43 |
*** ivar-lazzaro has quit IRC | 23:43 | |
jeblair | mtreinish: if a user provided it, where did they get it from? | 23:43 |
jesusaurus | oh huh, i was scrolled way up in backscroll somewhere, that explains the quiet | 23:44 |
*** sfinucan has quit IRC | 23:44 | |
mtreinish | well it wasn't called uuid before just id. So they could have called it "my_special_run_to_preserve_for_all_time" (assuming that's <=36 chars) :) | 23:44 |
jeblair | mtreinish: okay, but did this ever happen? are there any users out there in the world who have stored runs in the db and put the uuids of those runs in a nice safe place for them to fetch later? | 23:45 |
clarkb | jesusaurus: +2 | 23:45 |
mtreinish | that old column was the only unique identifier for runs we had | 23:45 |
jesusaurus | clarkb: thanks | 23:45 |
jeblair | mtreinish: because that's not how most of our use of the system works, right? | 23:45 |
mtreinish | jeblair: for our use case it's always a uuid, and the 1 place we use sql2subunit we query for the ids before we call sql2subunit so it wouldnt break us | 23:47 |
mtreinish | but we're not the only users | 23:47 |
jeblair | mtreinish: okay, it's still early days for subunit2sql, right, so i'm trying to figure out if this is a real problem or a theoretical problem | 23:48 |
jeblair | mtreinish: because 'two unique identifies' trips my normal-form alarm | 23:48 |
jeblair | er, identifiers | 23:48 |
*** ivar-lazzaro has joined #openstack-infra | 23:49 | |
mtreinish | jeblair: it's a real problem I think. It stopped being theoretical when at summit I had several people tell me they were using subunit2sql which I didn't know about | 23:49 |
mtreinish | it's more than just our experiment | 23:50 |
*** ZZelle_ has quit IRC | 23:50 | |
jeblair | mtreinish: can you deprecate it and drop it later? | 23:50 |
mordred | ++ deprecate drop later | 23:50 |
mtreinish | jeblair: we can | 23:50 |
jeblair | mtreinish: or do you think having a universal id is a useful feature? | 23:50 |
mtreinish | I think having a way to provide a name to the runs is useful | 23:51 |
mtreinish | uuids kinda fail at that | 23:51 |
mtreinish | just like an int does (although uuid is worse) | 23:51 |
jeblair | mtreinish, SpamapS, mordred: so i'm also wondering -- we dropped the uuid column to make it smaller and faster, but we're adding back a uuid column that we need to index (as SpamapS points out)... | 23:51 |
jeblair | mtreinish, SpamapS, mordred: are innodb joins on bigints faster than uuids? | 23:52 |
jeblair | (i know they are in cluster, which is why i would have done something like this in that context, but i've never asked the question of innodb) | 23:52 |
mtreinish | jeblair: yeah, it's because they were the join keys which was the issue, not that they were in the rows. It goes from being a 36 x 3 byte key to 8 bytes | 23:53 |
mtreinish | also the mysql string comparison is case insensitive iirc so the eval is more expensive | 23:54 |
jeblair | mtreinish: oh, we're saving space on the test table, right? | 23:54 |
mordred | jeblair: yes | 23:54 |
mordred | because of what mtreinish says about join jeys | 23:54 |
mordred | keys | 23:54 |
clarkb | mtreinish: it can be made senstivie | 23:54 |
jeblair | so the size savings here comes from removing them from the test table, got it. | 23:54 |
clarkb | you set the encoding to compare bytes iirc | 23:54 |
SpamapS | jeblair: bajillions of times faster yes | 23:54 |
*** ivar-lazzaro has quit IRC | 23:54 | |
mordred | mysql bitints are actually stored as actually uint64_t on the backend | 23:55 |
SpamapS | jeblair: a big factor is that with an 8 byte key length, mysql's optimizer can fit its intermediary results in heap tables, which means it never has to spool things to disk while joining. | 23:55 |
mordred | uuid columns are stored as a length-prefixed char* | 23:55 |
SpamapS | actually | 23:56 |
SpamapS | uuid's should be stored as varbinary | 23:56 |
SpamapS | or binary(36) even (since they're never more or less than 36 bytes) | 23:56 |
mordred | yah. but that's still a length prefixed char* on the backend | 23:57 |
mordred | which turns into a char[36] | 23:57 |
SpamapS | oh I thought anything < 255 could just be a fixed length | 23:57 |
mtreinish | SpamapS: yeah I was doing that wrong too, but what we have now is better :) | 23:57 |
mordred | it can be - but sqlstring is the string data type, and it's stored length-prefixed rather than nul-terminated | 23:57 |
mordred | so it's always actually a char[37] _actually_ | 23:58 |
mordred | not that that matters here | 23:58 |
SpamapS | oh right, even BINARY(1) takes up 2 bytes. | 23:58 |
mordred | yup | 23:58 |
* mordred misses caring about bytes | 23:59 | |
SpamapS | of course then we get into innodb's compaction fun | 23:59 |
SpamapS | http://dev.mysql.com/doc/refman/5.7/en/innodb-physical-record.html | 23:59 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add reno release notes to subunit2sql https://review.openstack.org/247737 | 23:59 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add back uuid column for runs table https://review.openstack.org/248289 | 23:59 |
mordred | if we were to do that, we'd have to invite stewart to the conversation | 23:59 |
*** [1]Thelo has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!