SpamapS | oh so, if you have a BINARY(10) in a REDUNDANT (Not the default table format) InnoDB table, it does just do fixed length. | 00:00 |
---|---|---|
mordred | SpamapS: jeremy cole give a great talk about innodb storage internals | 00:00 |
SpamapS | mordred: I miss caring about this too :) | 00:01 |
mordred | SpamapS: it's why I really liked mysql cluster | 00:01 |
jeblair | cool, then my only feedback is the slight tingling i get in my left pinkie toe when i see duplicate keys, but that goes away with a massage and reassurances that it's really an important user-facing attribute of the key; and then the index thing SpamapS mentioned. :) | 00:01 |
SpamapS | "Internally, InnoDB stores fixed-length, fixed-width character columns such as CHAR(10) in a fixed-length format. InnoDB does not truncate trailing spaces from VARCHAR columns." | 00:01 |
mordred | SpamapS: "what? I can pre-calculate my exact data needs and the server will pre-allocate all of the ram at startup and then never call malloc again?" | 00:01 |
SpamapS | even in COMPACT | 00:01 |
*** Thelo has quit IRC | 00:01 | |
*** [1]Thelo is now known as Thelo | 00:01 | |
SpamapS | jeblair: I understand that tingling quite well. The key is we don't want users to ever try and interact with subunit2sql using the integer keys. | 00:02 |
jeblair | SpamapS, mtreinish: then are we hiding the actual database keys from the user? | 00:02 |
mordred | jeblair: I'm having problems approving a patch in gerrit | 00:03 |
*** flepied has joined #openstack-infra | 00:03 | |
mordred | 500 Internal server error | 00:03 |
mtreinish | mordred: so when you setup the infra mysql cluster it's all going to run on power right? | 00:03 |
mordred | I just got that | 00:03 |
*** mfalatic has quit IRC | 00:03 | |
jeblair | mordred: it's midnight | 00:03 |
mordred | jeblair: doh | 00:03 |
jeblair | (i get a tingling in my right foot when i see users get two identifiers) | 00:03 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Keep going on network timeouts or service errors https://review.openstack.org/238598 | 00:03 |
mordred | jeblair: do you get a tingling in your left foot when it's midnight? | 00:03 |
SpamapS | jeblair: Right. The primary keys are not exposed to the users now. | 00:04 |
mordred | mtreinish: I'm torn between laughter, irony and snark | 00:04 |
jeblair | mtreinish: apropos of nothing, how would you feel about zuul running tempest jobs on power? | 00:05 |
mtreinish | mordred: hahaha, all 3 work | 00:05 |
mtreinish | jeblair: it does, I helped that team set it up when I was still at IBM | 00:05 |
jeblair | mtreinish: i mean _our_ zuul :) | 00:05 |
*** sdake has quit IRC | 00:06 | |
mtreinish | jeblair: if it's properly abstracted I wouldn't care :) | 00:06 |
mtreinish | but I know the limitations of the hardware, so you'd just make everyone angry :) | 00:06 |
jeblair | i hear it goes up to 8 now, is that better than 7? | 00:06 |
stevemar | Thanks!! | 00:07 |
clarkb | jeblair: are we going to get even more clouds and not x86? | 00:07 |
* clarkb welcomes all the non x86 clouds | 00:07 | |
mtreinish | mordred: stewart would probably love you if you did though: https://www.flamingspork.com/blog/2015/10/19/1-million-sql-queries-per-second-ga-mariadb-10-1-on-power8/ | 00:08 |
mtreinish | jeblair: maybe, it was just coming out when I left so I didn't get to play with it firsthand really | 00:08 |
jeblair | clarkb: i don't know; someone mentioned power might be a possibility... do you think we should look into it? | 00:08 |
mtreinish | jeblair: but my attitude is 2 x 0 = ? | 00:08 |
*** dosaboy has quit IRC | 00:08 | |
*** wolsen has quit IRC | 00:08 | |
clarkb | jeblair: I think for the vast majority of our testing power should be fine? | 00:08 |
clarkb | or let me rephrase | 00:09 |
clarkb | for everything that isn't devstack, power should just work for the most part | 00:09 |
*** dosaboy has joined #openstack-infra | 00:09 | |
clarkb | same with ARM, I don't know how much throughput we will get on either considering how x86 focused we have been though | 00:09 |
*** wolsen has joined #openstack-infra | 00:09 | |
jeblair | clarkb: well, i mean we qemu even on x86; will that be much worse on power? | 00:09 |
mtreinish | clarkb: well except for the unit tests that either assert binary endianess or miss a mock and actually check the cpu | 00:10 |
jeblair | oh that would be fun | 00:10 |
clarkb | jeblair: thats actually a good point | 00:10 |
clarkb | mtreinish: can't power boot little endian? | 00:10 |
clarkb | we can have our cloud hosts do that | 00:10 |
mordred | hang on | 00:10 |
clarkb | (not that its actually agood idea because then other things break) | 00:10 |
mordred | we have unit tests that assert binary endianess? | 00:11 |
clarkb | (this is why you never did it on sparc0 | 00:11 |
mordred | like, actually? | 00:11 |
clarkb | mordred: I wouldn't be surprised | 00:11 |
mtreinish | mordred: very rarely, it's normally a bug | 00:11 |
mordred | I would | 00:11 |
mtreinish | mordred: both of those were cases that happened when I was still at ibm | 00:11 |
mordred | someone _accidentally_ checks ENDIANNESS? | 00:11 |
mordred | in this code base? | 00:11 |
clarkb | mordred: not directly | 00:11 |
clarkb | mordred: but if you struct.pact then assert some order I bet that may cause problems | 00:11 |
mordred | oh - yeah | 00:11 |
mordred | sure | 00:11 |
clarkb | I dunno I wouldn't be surprised | 00:11 |
mordred | but like, this is all python code | 00:12 |
jeblair | okay, so concerns are a) it might be way slow, b) we may discover unit tests that leak hardware details, c) we would need to maintain another set of images + os support | 00:12 |
*** rbrndt has quit IRC | 00:12 | |
jeblair | (i added c) | 00:12 |
*** signed8bit_ZZZzz is now known as signed8bit | 00:13 | |
jeblair | clarkb: http://grafana.openstack.org/dashboard/db/nodepool | 00:14 |
mordred | jeblair: those look pretty | 00:15 |
mordred | jeblair: on the plus side, stewart would be happy | 00:15 |
*** david-lyle has quit IRC | 00:16 | |
openstackgerrit | Doug Wiegley proposed openstack/requirements: Make hacking match between global and test requirements https://review.openstack.org/248296 | 00:18 |
clarkb | they are all reason of each other | 00:18 |
clarkb | don't see anythin crazy at least not yet | 00:18 |
tsg | clarkb: resubmitted https://review.openstack.org/#/c/247936 | 00:18 |
tsg | clarkb: comments appreciated .. building test DIB images right now | 00:20 |
openstackgerrit | James E. Blair proposed openstack-infra/nodepool: Add provider node stats https://review.openstack.org/248299 | 00:21 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Keep going on network timeouts or service errors https://review.openstack.org/238598 | 00:21 |
jeblair | clarkb, mordred: one more tweak of my recent nodepool stats tweaking: https://review.openstack.org/248299 | 00:23 |
openstackgerrit | Yan Ning proposed openstack-infra/project-config: add seperate builder/job for monasca plugin in devstack install https://review.openstack.org/244893 | 00:25 |
*** otter768 has joined #openstack-infra | 00:26 | |
clarkb | mordred: shade changes failing in the gate | 00:28 |
clarkb | tsg: one small thing inline otherwise ya that is what we need | 00:30 |
*** otter768 has quit IRC | 00:30 | |
openstackgerrit | Merged openstack-infra/shade: Bump os-client-config requirement https://review.openstack.org/248089 | 00:32 |
tsg | clarkb: thanks | 00:34 |
clarkb | jeblair: that code is indented funny | 00:34 |
clarkb | jeblair: I htink its misplaced because state isn't defined | 00:35 |
openstackgerrit | Tushar Gohad proposed openstack-infra/system-config: Add liberasurecode to CI slaves for Swift/PyECLib https://review.openstack.org/247936 | 00:35 |
tsg | clarkb: done - thank you! | 00:35 |
*** flepied has quit IRC | 00:35 | |
clarkb | jeblair: hrm its entirely redundant I think | 00:36 |
clarkb | anyways comment shortly | 00:36 |
*** purp has quit IRC | 00:36 | |
*** yamamoto has joined #openstack-infra | 00:37 | |
*** purp has joined #openstack-infra | 00:37 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/project-config: Add elements for Infra servers https://review.openstack.org/140840 | 00:38 |
openstackgerrit | Colleen Murphy proposed openstack-infra/project-config: Split puppet installation into its own element https://review.openstack.org/198417 | 00:38 |
*** romcheg has joined #openstack-infra | 00:41 | |
*** rguillebert has joined #openstack-infra | 00:41 | |
*** auggy has joined #openstack-infra | 00:43 | |
*** monester has joined #openstack-infra | 00:43 | |
*** akshai has quit IRC | 00:44 | |
*** FallenPe_ has quit IRC | 00:45 | |
*** eil397 has joined #openstack-infra | 00:53 | |
*** salv-orlando has joined #openstack-infra | 00:54 | |
jeblair | clarkb: it's possible i was interrupted while writing that :) thanks | 00:54 |
*** salv-orlando has quit IRC | 00:54 | |
openstackgerrit | James E. Blair proposed openstack-infra/nodepool: Add provider node stats https://review.openstack.org/248299 | 00:54 |
*** signed8bit is now known as signed8bit_ZZZzz | 00:54 | |
*** yamamoto has quit IRC | 00:55 | |
*** ajmiller has quit IRC | 00:55 | |
*** salv-orl_ has quit IRC | 00:57 | |
*** Sukhdev has quit IRC | 01:05 | |
*** markvoelker has joined #openstack-infra | 01:05 | |
*** yamamoto has joined #openstack-infra | 01:06 | |
*** eil397 has quit IRC | 01:06 | |
*** changbl has joined #openstack-infra | 01:07 | |
*** gyee has quit IRC | 01:09 | |
*** davideagnello has quit IRC | 01:10 | |
*** markvoelker has quit IRC | 01:11 | |
*** eil397 has joined #openstack-infra | 01:11 | |
*** armax has quit IRC | 01:11 | |
*** sidbbt has joined #openstack-infra | 01:14 | |
*** sidbbt has quit IRC | 01:15 | |
*** SpamapS has quit IRC | 01:19 | |
*** baoli has joined #openstack-infra | 01:19 | |
*** baoli_ has joined #openstack-infra | 01:21 | |
*** armax has joined #openstack-infra | 01:24 | |
*** baoli has quit IRC | 01:24 | |
*** Sukhdev has joined #openstack-infra | 01:26 | |
*** baoli_ has quit IRC | 01:26 | |
*** sridhar_ram has quit IRC | 01:26 | |
*** Sukhdev has quit IRC | 01:27 | |
*** baoli has joined #openstack-infra | 01:29 | |
*** sridhar_ram has joined #openstack-infra | 01:30 | |
*** ddieterly has joined #openstack-infra | 01:31 | |
*** ivar-lazzaro has joined #openstack-infra | 01:31 | |
*** yamamoto has quit IRC | 01:33 | |
*** ivar-lazzaro has quit IRC | 01:33 | |
*** ivar-laz_ has joined #openstack-infra | 01:33 | |
*** bhunter71 has quit IRC | 01:34 | |
*** ivar-laz_ has quit IRC | 01:36 | |
*** apoorvad has joined #openstack-infra | 01:36 | |
*** ivar-lazzaro has joined #openstack-infra | 01:37 | |
*** eil397 has quit IRC | 01:38 | |
*** david-lyle has joined #openstack-infra | 01:38 | |
*** baoli has quit IRC | 01:39 | |
*** dangers is now known as dangers_away | 01:39 | |
*** yamahata has quit IRC | 01:39 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Create ansible-role-jobs for JJB and zuul https://review.openstack.org/246633 | 01:41 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add ansible-role-zuul project https://review.openstack.org/248317 | 01:41 |
*** yamamoto has joined #openstack-infra | 01:49 | |
*** bpokorny_ has joined #openstack-infra | 01:49 | |
*** bpokorny has quit IRC | 01:53 | |
*** sdake has joined #openstack-infra | 01:53 | |
*** bpokorny_ has quit IRC | 01:53 | |
*** edmondsw has quit IRC | 01:58 | |
*** bardia has quit IRC | 02:00 | |
*** markvoelker has joined #openstack-infra | 02:06 | |
*** yamamoto has quit IRC | 02:08 | |
*** yamamoto has joined #openstack-infra | 02:08 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add gate-ansible-dsvm-functional-trusty-nv for ansible-role-nodepool https://review.openstack.org/248320 | 02:09 |
*** markvoelker has quit IRC | 02:11 | |
*** yamamoto has quit IRC | 02:13 | |
*** jamespage has quit IRC | 02:14 | |
*** gnuoy has quit IRC | 02:14 | |
*** j_king_ has joined #openstack-infra | 02:18 | |
*** goodygum_ has joined #openstack-infra | 02:18 | |
*** jkt_ has joined #openstack-infra | 02:18 | |
*** nibalize1 has joined #openstack-infra | 02:18 | |
*** dhp_ has joined #openstack-infra | 02:18 | |
*** SotK_ has joined #openstack-infra | 02:18 | |
*** plol_ has joined #openstack-infra | 02:18 | |
*** clee_ has joined #openstack-infra | 02:18 | |
*** godog_ has joined #openstack-infra | 02:18 | |
*** Vivek has joined #openstack-infra | 02:18 | |
*** reed has quit IRC | 02:18 | |
*** StevenK_ has joined #openstack-infra | 02:18 | |
*** Adri2000_ has joined #openstack-infra | 02:19 | |
*** clee has quit IRC | 02:19 | |
*** dhp has quit IRC | 02:19 | |
*** plol has quit IRC | 02:19 | |
*** jamespd has quit IRC | 02:19 | |
*** goodygum has quit IRC | 02:19 | |
*** j_king has quit IRC | 02:19 | |
*** SotK has quit IRC | 02:19 | |
*** godog has quit IRC | 02:19 | |
*** Vivek_ has quit IRC | 02:19 | |
*** nibalizer has quit IRC | 02:19 | |
*** jkt has quit IRC | 02:19 | |
*** StevenK has quit IRC | 02:19 | |
*** Adri2000 has quit IRC | 02:19 | |
*** jamespd has joined #openstack-infra | 02:19 | |
*** reed has joined #openstack-infra | 02:19 | |
*** Vivek is now known as Guest70331 | 02:19 | |
*** ivar-laz_ has joined #openstack-infra | 02:19 | |
*** StevenK_ is now known as StevenK | 02:21 | |
*** ivar-lazzaro has quit IRC | 02:23 | |
*** ivar-laz_ has quit IRC | 02:23 | |
*** yamamoto has joined #openstack-infra | 02:26 | |
*** otter768 has joined #openstack-infra | 02:26 | |
*** otter768 has quit IRC | 02:32 | |
*** baoli has joined #openstack-infra | 02:35 | |
*** apoorvad has quit IRC | 02:38 | |
*** fedexo has joined #openstack-infra | 02:46 | |
*** yamamoto has quit IRC | 02:47 | |
*** unicell has quit IRC | 02:49 | |
*** changbl has quit IRC | 02:50 | |
*** eil397 has joined #openstack-infra | 02:54 | |
*** david-lyle has quit IRC | 02:57 | |
*** ivar-lazzaro has joined #openstack-infra | 02:57 | |
*** eil397 has quit IRC | 02:58 | |
*** eil397 has joined #openstack-infra | 02:58 | |
*** baoli has quit IRC | 02:58 | |
*** baoli has joined #openstack-infra | 02:59 | |
*** salv-orlando has joined #openstack-infra | 03:01 | |
*** changbl has joined #openstack-infra | 03:03 | |
*** baoli has quit IRC | 03:04 | |
*** sridhar_ram has quit IRC | 03:05 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-infracloud: Add bifrost manifest https://review.openstack.org/231757 | 03:09 |
*** baoli has joined #openstack-infra | 03:09 | |
*** woodster_ has quit IRC | 03:09 | |
*** binbincong has joined #openstack-infra | 03:11 | |
*** otter768 has joined #openstack-infra | 03:15 | |
*** shashank_hegde has quit IRC | 03:17 | |
*** zer0c00l has joined #openstack-infra | 03:21 | |
zer0c00l | Is there a jenkins maintenance going on? | 03:21 |
zer0c00l | https://jenkins05.openstack.org/job/gate-tempest-dsvm-ironic-pxe_ipa-src/87/console says its gonna shutdown | 03:21 |
*** jamespage has joined #openstack-infra | 03:23 | |
*** gnuoy has joined #openstack-infra | 03:23 | |
clarkb | there are weekly rolling restarts | 03:24 |
zer0c00l | i see | 03:24 |
*** salv-orlando has quit IRC | 03:25 | |
*** baoli has quit IRC | 03:35 | |
*** baoli has joined #openstack-infra | 03:36 | |
zer0c00l | The gate has lot of config values set in configuration file, if i have to change it where do i create a pull request | 03:36 |
zer0c00l | ? | 03:36 |
zer0c00l | I want to change the config for this http://logs.openstack.org/05/191505/13/check/gate-tempest-dsvm-ironic-pxe_ipa-src/51bd43b/logs/tempest_conf.txt.gz | 03:37 |
clarkb | in devstack | 03:37 |
zer0c00l | okay | 03:37 |
zer0c00l | let me check | 03:37 |
clarkb | it configures tempest | 03:39 |
zer0c00l | yes | 03:39 |
zer0c00l | git it | 03:39 |
zer0c00l | got it | 03:39 |
zer0c00l | https://github.com/openstack-dev/devstack/blob/master/lib/tempest#L511 | 03:39 |
zer0c00l | so this affects all the builds? | 03:39 |
zer0c00l | Is there a job specific config file i can set ? | 03:39 |
zer0c00l | Just for the job gate-tempest-dsvm-ironic-pxe_ipa-src | 03:40 |
*** rhallisey has quit IRC | 03:41 | |
*** rguillebert has quit IRC | 03:47 | |
*** yamamoto has joined #openstack-infra | 03:48 | |
*** changbl has quit IRC | 03:48 | |
*** changbl has joined #openstack-infra | 03:50 | |
clarkb | you can configure devstack | 03:52 |
clarkb | not surw what you are trying to do | 03:52 |
*** yamamoto has quit IRC | 03:53 | |
zer0c00l | I am trying to increase the timeout values in that tempest configuration file | 03:54 |
zer0c00l | Thanks though | 03:54 |
*** shashank_hegde has joined #openstack-infra | 03:54 | |
*** baoli has quit IRC | 04:01 | |
*** salv-orlando has joined #openstack-infra | 04:01 | |
*** shashank_hegde has quit IRC | 04:01 | |
*** woodster_ has joined #openstack-infra | 04:03 | |
*** markvoelker has joined #openstack-infra | 04:07 | |
*** eil397 has quit IRC | 04:08 | |
*** markvoelker has quit IRC | 04:12 | |
*** zeih has joined #openstack-infra | 04:14 | |
*** salv-orlando has quit IRC | 04:19 | |
*** baoli has joined #openstack-infra | 04:20 | |
*** zeih has quit IRC | 04:22 | |
*** baoli has quit IRC | 04:26 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Change timezone to 'Etc/UTC' https://review.openstack.org/248331 | 04:35 |
*** ddieterly has quit IRC | 04:40 | |
*** zeih has joined #openstack-infra | 04:44 | |
*** david-lyle has joined #openstack-infra | 04:47 | |
*** salv-orlando has joined #openstack-infra | 04:47 | |
*** achanda has joined #openstack-infra | 04:48 | |
*** zeih has quit IRC | 04:51 | |
*** signed8bit_ZZZzz is now known as signed8bit | 05:02 | |
*** signed8bit has quit IRC | 05:02 | |
*** ivar-lazzaro has quit IRC | 05:03 | |
*** bochi-michael has joined #openstack-infra | 05:03 | |
*** armax has quit IRC | 05:07 | |
*** rossella_s has quit IRC | 05:07 | |
*** rossella_s has joined #openstack-infra | 05:08 | |
*** salv-orlando has quit IRC | 05:08 | |
*** zeih has joined #openstack-infra | 05:16 | |
*** boris-42 has quit IRC | 05:18 | |
*** zeih has quit IRC | 05:21 | |
*** yamamoto has joined #openstack-infra | 05:23 | |
*** salv-orlando has joined #openstack-infra | 05:28 | |
*** yamamoto has quit IRC | 05:30 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix releasenotes post job https://review.openstack.org/248256 | 05:30 |
*** sdake has quit IRC | 05:33 | |
*** ddieterly has joined #openstack-infra | 05:41 | |
*** salv-orlando has quit IRC | 05:42 | |
*** ddieterly has quit IRC | 05:46 | |
*** unicell has joined #openstack-infra | 05:47 | |
*** shashank_hegde has joined #openstack-infra | 05:48 | |
*** otter768 has quit IRC | 05:56 | |
*** sdake has joined #openstack-infra | 05:57 | |
*** Piet has quit IRC | 06:03 | |
*** daemontool has quit IRC | 06:03 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix releasenotes post job https://review.openstack.org/248256 | 06:04 |
*** daemontool has joined #openstack-infra | 06:04 | |
*** markvoelker has joined #openstack-infra | 06:08 | |
*** woodster_ has quit IRC | 06:09 | |
*** markvoelker has quit IRC | 06:12 | |
*** achanda has quit IRC | 06:16 | |
*** fedexo has quit IRC | 06:18 | |
*** achanda has joined #openstack-infra | 06:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/247938 | 06:29 |
*** yamamoto has joined #openstack-infra | 06:30 | |
*** yamamoto has quit IRC | 06:35 | |
*** ddieterly has joined #openstack-infra | 06:42 | |
*** ddieterly has quit IRC | 06:47 | |
*** nadya_ has joined #openstack-infra | 06:47 | |
*** fawadkhaliq has joined #openstack-infra | 06:49 | |
*** fawadkhaliq has quit IRC | 06:54 | |
*** salv-orlando has joined #openstack-infra | 06:55 | |
*** tsg has quit IRC | 06:58 | |
*** salv-orlando has quit IRC | 07:02 | |
*** tdurakov_ has joined #openstack-infra | 07:15 | |
*** zeih has joined #openstack-infra | 07:17 | |
*** zeih has quit IRC | 07:22 | |
*** shashank_hegde has quit IRC | 07:22 | |
*** nadya_ has quit IRC | 07:27 | |
*** jtomasek has joined #openstack-infra | 07:29 | |
*** shashank_hegde has joined #openstack-infra | 07:31 | |
*** tdurakov_ has quit IRC | 07:31 | |
*** tdurakov_ has joined #openstack-infra | 07:31 | |
*** nadya_ has joined #openstack-infra | 07:32 | |
*** sdake has quit IRC | 07:33 | |
*** sdake has joined #openstack-infra | 07:34 | |
*** jtomasek has quit IRC | 07:37 | |
*** ddieterly has joined #openstack-infra | 07:43 | |
*** zeih has joined #openstack-infra | 07:46 | |
*** ddieterly has quit IRC | 07:48 | |
*** binbincong has quit IRC | 07:49 | |
*** binbincong has joined #openstack-infra | 07:50 | |
*** hdd has joined #openstack-infra | 07:51 | |
*** zeih has quit IRC | 07:51 | |
*** fawadkhaliq has joined #openstack-infra | 07:51 | |
*** mrmartin has joined #openstack-infra | 07:54 | |
*** otter768 has joined #openstack-infra | 07:56 | |
*** fawadkhaliq has quit IRC | 08:00 | |
*** otter768 has quit IRC | 08:01 | |
*** markvoelker has joined #openstack-infra | 08:09 | |
*** bochi-michael has quit IRC | 08:09 | |
*** alex_xu has quit IRC | 08:10 | |
*** alex_xu has joined #openstack-infra | 08:11 | |
*** markvoelker has quit IRC | 08:14 | |
*** nadya_ has quit IRC | 08:17 | |
*** tdurakov_ has quit IRC | 08:27 | |
*** achanda has quit IRC | 08:31 | |
*** salv-orlando has joined #openstack-infra | 08:32 | |
*** mrmartin has quit IRC | 08:37 | |
*** tdurakov_ has joined #openstack-infra | 08:37 | |
*** alex_xu has quit IRC | 08:38 | |
*** tdurakov_ has quit IRC | 08:41 | |
*** alex_xu has joined #openstack-infra | 08:41 | |
*** achanda has joined #openstack-infra | 08:44 | |
*** ddieterly has joined #openstack-infra | 08:44 | |
*** mrmartin has joined #openstack-infra | 08:48 | |
*** ddieterly has quit IRC | 08:49 | |
*** salv-orlando has quit IRC | 08:53 | |
*** rcernin has joined #openstack-infra | 09:00 | |
*** nadya_ has joined #openstack-infra | 09:00 | |
*** hdd has quit IRC | 09:03 | |
*** achanda_ has joined #openstack-infra | 09:09 | |
*** achanda has quit IRC | 09:12 | |
openstackgerrit | Alexey Morlang proposed openstack-infra/project-config: publish-to-pypi job added for gce-api project https://review.openstack.org/248085 | 09:21 |
*** hdd has joined #openstack-infra | 09:29 | |
*** mrmartin has quit IRC | 09:46 | |
*** ddieterly has joined #openstack-infra | 09:46 | |
*** zeih has joined #openstack-infra | 09:48 | |
*** ddieterly has quit IRC | 09:50 | |
*** zeih has quit IRC | 09:52 | |
*** salv-orlando has joined #openstack-infra | 09:56 | |
*** otter768 has joined #openstack-infra | 09:57 | |
*** [1]Thelo has joined #openstack-infra | 10:00 | |
*** megm has quit IRC | 10:00 | |
*** megm has joined #openstack-infra | 10:01 | |
*** Thelo has quit IRC | 10:02 | |
*** [1]Thelo is now known as Thelo | 10:02 | |
*** otter768 has quit IRC | 10:02 | |
*** salv-orlando has quit IRC | 10:07 | |
*** markvoelker has joined #openstack-infra | 10:10 | |
*** nadya_ has quit IRC | 10:11 | |
*** markvoelker has quit IRC | 10:14 | |
*** rguillebert has joined #openstack-infra | 10:19 | |
*** sdake has quit IRC | 10:19 | |
*** yamamoto has joined #openstack-infra | 10:42 | |
*** kozhukalov_ has joined #openstack-infra | 10:45 | |
*** ddieterly has joined #openstack-infra | 10:47 | |
*** flepied has joined #openstack-infra | 10:50 | |
*** ddieterly has quit IRC | 10:52 | |
*** hdd has quit IRC | 10:52 | |
*** yamamoto has quit IRC | 10:54 | |
*** jhesketh has quit IRC | 10:55 | |
*** sdake has joined #openstack-infra | 10:57 | |
*** jhesketh has joined #openstack-infra | 10:58 | |
*** salv-orlando has joined #openstack-infra | 10:58 | |
*** mrmartin has joined #openstack-infra | 10:59 | |
*** sdake has quit IRC | 11:03 | |
*** sdake has joined #openstack-infra | 11:04 | |
*** achanda_ has quit IRC | 11:10 | |
*** daemontool has quit IRC | 11:19 | |
*** daemontool has joined #openstack-infra | 11:20 | |
*** binbincong has quit IRC | 11:28 | |
*** salv-orlando has quit IRC | 11:29 | |
*** jordanP has joined #openstack-infra | 11:31 | |
*** ddieterly has joined #openstack-infra | 11:48 | |
*** sdake has quit IRC | 11:51 | |
*** ujuc has joined #openstack-infra | 11:52 | |
*** ddieterly has quit IRC | 11:52 | |
*** yamamoto has joined #openstack-infra | 11:54 | |
*** jordanP has quit IRC | 11:58 | |
*** otter768 has joined #openstack-infra | 11:58 | |
*** yamamoto has quit IRC | 11:59 | |
*** otter768 has quit IRC | 12:03 | |
*** markvoelker has joined #openstack-infra | 12:10 | |
*** markvoelker has quit IRC | 12:15 | |
*** kozhukalov_ has quit IRC | 12:21 | |
*** smarcet has joined #openstack-infra | 12:24 | |
*** hdd has joined #openstack-infra | 12:31 | |
*** mrmartin has quit IRC | 12:31 | |
*** hdd has quit IRC | 12:33 | |
*** achanda has joined #openstack-infra | 12:43 | |
*** bochi-michael has joined #openstack-infra | 12:47 | |
*** smarcet has quit IRC | 12:47 | |
*** binbincong has joined #openstack-infra | 12:48 | |
*** ddieterly has joined #openstack-infra | 12:48 | |
*** jordanP has joined #openstack-infra | 12:48 | |
*** ddieterly has quit IRC | 12:54 | |
mordred | clarkb: the shade gate fails were all | 13:03 |
mordred | 2015-11-21 00:13:02.874 | W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch | 13:03 |
*** thorst has joined #openstack-infra | 13:03 | |
*** rossella_s has quit IRC | 13:07 | |
*** rossella_s has joined #openstack-infra | 13:08 | |
*** thorst has quit IRC | 13:09 | |
*** markvoelker has joined #openstack-infra | 13:11 | |
*** baoli has joined #openstack-infra | 13:11 | |
*** baoli has quit IRC | 13:13 | |
*** baoli has joined #openstack-infra | 13:13 | |
*** markvoelker has quit IRC | 13:15 | |
*** binbincong has quit IRC | 13:15 | |
*** ddieterly has joined #openstack-infra | 13:23 | |
*** yonglihe has joined #openstack-infra | 13:33 | |
*** salv-orlando has joined #openstack-infra | 13:33 | |
*** kozhukalov_ has joined #openstack-infra | 13:35 | |
*** thorst has joined #openstack-infra | 13:44 | |
*** nibalize1 is now known as nibalizer | 13:47 | |
*** thorst has quit IRC | 13:48 | |
*** davidlenwell has quit IRC | 13:52 | |
*** salv-orlando has quit IRC | 13:56 | |
openstackgerrit | Michal Rostecki proposed openstack/requirements: Add dcos library https://review.openstack.org/244459 | 13:58 |
*** hdd has joined #openstack-infra | 13:59 | |
*** otter768 has joined #openstack-infra | 13:59 | |
*** jtomasek has joined #openstack-infra | 13:59 | |
*** zeih has joined #openstack-infra | 14:02 | |
*** hdd has quit IRC | 14:03 | |
*** otter768 has quit IRC | 14:04 | |
*** zeih has quit IRC | 14:07 | |
*** sdake has joined #openstack-infra | 14:08 | |
*** smarcet has joined #openstack-infra | 14:09 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/247938 | 14:09 |
*** rcernin is now known as rcernin|afk | 14:11 | |
*** gouthamr has joined #openstack-infra | 14:12 | |
*** davidlenwell has joined #openstack-infra | 14:15 | |
openstackgerrit | Merged openstack-infra/shade: Fix a 60 second unit test https://review.openstack.org/248112 | 14:17 |
*** davidlenwell has quit IRC | 14:21 | |
*** eharney has quit IRC | 14:23 | |
*** mrmartin has joined #openstack-infra | 14:25 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Allow specifying cloud name to ansible tests https://review.openstack.org/248131 | 14:27 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add test for os_port Ansible module https://review.openstack.org/247778 | 14:28 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Do not send 'router:external' unless it is set https://review.openstack.org/247700 | 14:28 |
*** yamamoto has joined #openstack-infra | 14:31 | |
*** zeih has joined #openstack-infra | 14:32 | |
*** fawadkhaliq has joined #openstack-infra | 14:32 | |
*** olaph has joined #openstack-infra | 14:33 | |
*** zeih has quit IRC | 14:37 | |
*** davidlenwell has joined #openstack-infra | 14:38 | |
*** mrmartin has quit IRC | 14:39 | |
*** flepied has quit IRC | 14:40 | |
*** flepied has joined #openstack-infra | 14:40 | |
*** flepied has quit IRC | 14:41 | |
*** ddieterly has quit IRC | 14:42 | |
*** davidlenwell has quit IRC | 14:42 | |
*** achanda has quit IRC | 14:49 | |
*** kozhukalov_ has quit IRC | 14:49 | |
*** sdake has quit IRC | 14:50 | |
*** hdd has joined #openstack-infra | 14:51 | |
*** salv-orlando has joined #openstack-infra | 14:55 | |
*** tsg has joined #openstack-infra | 14:57 | |
*** davidlenwell has joined #openstack-infra | 14:57 | |
*** salv-orlando has quit IRC | 15:04 | |
*** Adri2000_ is now known as Adri2000 | 15:05 | |
*** yamamoto has quit IRC | 15:05 | |
*** Adri2000 is now known as Guest78004 | 15:05 | |
*** yamamoto has joined #openstack-infra | 15:06 | |
*** yamamoto has quit IRC | 15:06 | |
*** yamamoto has joined #openstack-infra | 15:06 | |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: Make VPN functional jobs voting https://review.openstack.org/248230 | 15:11 |
*** EricGonczer_ has joined #openstack-infra | 15:11 | |
*** ddieterly has joined #openstack-infra | 15:11 | |
*** markvoelker has joined #openstack-infra | 15:12 | |
*** markvoelker has quit IRC | 15:16 | |
*** w_ has joined #openstack-infra | 15:17 | |
*** BobBall has quit IRC | 15:17 | |
*** Piet has joined #openstack-infra | 15:18 | |
*** olaph has quit IRC | 15:18 | |
*** w_ has quit IRC | 15:25 | |
*** glauco has joined #openstack-infra | 15:25 | |
*** baoli has quit IRC | 15:25 | |
*** w_ has joined #openstack-infra | 15:25 | |
*** BobBall has joined #openstack-infra | 15:26 | |
*** BobBall is now known as Guest52012 | 15:27 | |
*** ekarlso has quit IRC | 15:32 | |
*** ekarlso has joined #openstack-infra | 15:32 | |
*** mrmartin has joined #openstack-infra | 15:32 | |
*** glauco has quit IRC | 15:32 | |
*** mrmartin has quit IRC | 15:34 | |
openstackgerrit | Merged openstack-infra/shade: Remove default values from innner method https://review.openstack.org/247809 | 15:37 |
*** yamamoto has quit IRC | 15:40 | |
*** yamamoto has joined #openstack-infra | 15:40 | |
*** yamamoto has quit IRC | 15:40 | |
*** yonglihe has quit IRC | 15:41 | |
openstackgerrit | Merged openstack-infra/shade: Do not send 'router:external' unless it is set https://review.openstack.org/247700 | 15:41 |
openstackgerrit | Merged openstack-infra/shade: Add test for os_port Ansible module https://review.openstack.org/247778 | 15:42 |
*** mrmartin has joined #openstack-infra | 15:43 | |
*** yamamoto has joined #openstack-infra | 15:43 | |
*** yamamoto has quit IRC | 15:45 | |
*** bochi-michael has quit IRC | 15:47 | |
openstackgerrit | Merged openstack-infra/shade: Allow specifying cloud name to ansible tests https://review.openstack.org/248131 | 15:48 |
*** achanda has joined #openstack-infra | 15:51 | |
openstackgerrit | Merged openstack-infra/shade: Make sure timeouts are floats https://review.openstack.org/247803 | 15:51 |
openstackgerrit | Peter Eisentraut proposed openstack-infra/jenkins-job-builder: Add option to make test output file layout match Jenkins https://review.openstack.org/126143 | 15:55 |
*** fedexo has joined #openstack-infra | 15:55 | |
*** ddieterly has quit IRC | 15:58 | |
*** w_ is now known as olaph | 15:59 | |
*** otter768 has joined #openstack-infra | 16:00 | |
*** baoli has joined #openstack-infra | 16:00 | |
*** ddieterly has joined #openstack-infra | 16:02 | |
*** otter768 has quit IRC | 16:04 | |
*** baoli has quit IRC | 16:06 | |
openstackgerrit | Merged openstack/requirements: Updated from generate-constraints https://review.openstack.org/247938 | 16:16 |
*** rcernin|afk is now known as rcernin | 16:17 | |
*** daemontool_ has joined #openstack-infra | 16:17 | |
*** SpamapS has joined #openstack-infra | 16:18 | |
*** HeOS has quit IRC | 16:18 | |
openstackgerrit | Peter Eisentraut proposed openstack-infra/jenkins-job-builder: Add option to make test output file layout match Jenkins https://review.openstack.org/126143 | 16:19 |
*** daemontool has quit IRC | 16:20 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: boot-from-volume and network params for server create https://review.openstack.org/247205 | 16:21 |
*** teran has quit IRC | 16:22 | |
*** ddieterly has quit IRC | 16:24 | |
*** zxiiro has quit IRC | 16:26 | |
*** hdd has quit IRC | 16:29 | |
*** auggy has quit IRC | 16:33 | |
*** zeih has joined #openstack-infra | 16:33 | |
*** salv-orlando has joined #openstack-infra | 16:36 | |
*** zeih has quit IRC | 16:37 | |
*** Sukhdev has joined #openstack-infra | 16:41 | |
*** kozhukalov_ has joined #openstack-infra | 16:41 | |
*** baoli has joined #openstack-infra | 16:42 | |
*** otter768 has joined #openstack-infra | 16:43 | |
*** ddieterly has joined #openstack-infra | 16:45 | |
*** yamamoto has joined #openstack-infra | 16:46 | |
*** ddieterly has quit IRC | 16:48 | |
*** EricGonczer_ has quit IRC | 16:48 | |
*** teran has joined #openstack-infra | 16:49 | |
*** salv-orlando has quit IRC | 16:50 | |
*** yamamoto has quit IRC | 16:51 | |
*** tsg has quit IRC | 16:51 | |
*** tsg has joined #openstack-infra | 16:51 | |
*** mrmartin has quit IRC | 16:54 | |
*** armax has joined #openstack-infra | 16:54 | |
*** nadya_ has joined #openstack-infra | 16:55 | |
*** zxiiro has joined #openstack-infra | 16:55 | |
*** denisra has quit IRC | 16:57 | |
*** denisra has joined #openstack-infra | 16:58 | |
*** auggy has joined #openstack-infra | 16:58 | |
*** zeih has joined #openstack-infra | 17:00 | |
*** yamamoto has joined #openstack-infra | 17:04 | |
*** otter768 has quit IRC | 17:05 | |
*** zeih has quit IRC | 17:08 | |
*** EricGonczer_ has joined #openstack-infra | 17:09 | |
*** yamamoto has quit IRC | 17:10 | |
*** markvoelker has joined #openstack-infra | 17:13 | |
*** onovy has quit IRC | 17:16 | |
*** markvoelker has quit IRC | 17:17 | |
*** peterlisak has quit IRC | 17:18 | |
*** sdake has joined #openstack-infra | 17:19 | |
*** gouthamr_ has joined #openstack-infra | 17:20 | |
*** armax has quit IRC | 17:21 | |
*** eil397 has joined #openstack-infra | 17:21 | |
*** mrmartin has joined #openstack-infra | 17:21 | |
*** mrmartin has quit IRC | 17:22 | |
*** gouthamr has quit IRC | 17:23 | |
*** otter768 has joined #openstack-infra | 17:24 | |
*** eil397 has quit IRC | 17:25 | |
*** eil397 has joined #openstack-infra | 17:25 | |
*** kozhukalov_ has quit IRC | 17:28 | |
*** onovy has joined #openstack-infra | 17:30 | |
*** peterlisak has joined #openstack-infra | 17:31 | |
*** baoli has quit IRC | 17:31 | |
*** otter768 has quit IRC | 17:39 | |
*** Sukhdev has quit IRC | 17:39 | |
*** rick_ has joined #openstack-infra | 17:41 | |
*** gouthamr has joined #openstack-infra | 17:42 | |
*** achanda has quit IRC | 17:43 | |
*** daemontool_ has quit IRC | 17:43 | |
*** gouthamr_ has quit IRC | 17:43 | |
*** daemontool_ has joined #openstack-infra | 17:44 | |
*** roaet- has quit IRC | 17:44 | |
*** electrical has quit IRC | 17:44 | |
*** bastelfreak has quit IRC | 17:44 | |
*** msuriar has quit IRC | 17:44 | |
*** ianychoi has quit IRC | 17:44 | |
*** achanda has joined #openstack-infra | 17:44 | |
*** serverascode has quit IRC | 17:45 | |
*** roaet_ has joined #openstack-infra | 17:45 | |
*** xylan_kong has quit IRC | 17:45 | |
*** serverascode has joined #openstack-infra | 17:47 | |
*** xylan_kong has joined #openstack-infra | 17:49 | |
*** electrical has joined #openstack-infra | 17:49 | |
*** Guest78004 is now known as Adri2000 | 17:55 | |
*** Adri2000 has joined #openstack-infra | 17:55 | |
*** mrmartin has joined #openstack-infra | 17:58 | |
*** tsg has quit IRC | 17:58 | |
*** msuriar has joined #openstack-infra | 17:58 | |
*** bastelfreak has joined #openstack-infra | 17:58 | |
*** otter768 has joined #openstack-infra | 18:00 | |
*** ianychoi has joined #openstack-infra | 18:00 | |
*** mrmartin has quit IRC | 18:00 | |
*** romcheg has quit IRC | 18:05 | |
*** romcheg has joined #openstack-infra | 18:05 | |
*** monester has quit IRC | 18:06 | |
*** fawadkhaliq has quit IRC | 18:08 | |
*** monester has joined #openstack-infra | 18:09 | |
*** yamamoto has joined #openstack-infra | 18:11 | |
*** FallenPegasus has joined #openstack-infra | 18:12 | |
*** salv-orlando has joined #openstack-infra | 18:14 | |
*** Sukhdev has joined #openstack-infra | 18:14 | |
*** yamamoto has quit IRC | 18:15 | |
*** ddieterly has joined #openstack-infra | 18:16 | |
*** Sukhdev has quit IRC | 18:17 | |
*** Sukhdev has joined #openstack-infra | 18:20 | |
*** Sukhdev has quit IRC | 18:21 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Create ansible-role-jobs for JJB and zuul https://review.openstack.org/246633 | 18:23 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add ansible-role-zuul project https://review.openstack.org/248317 | 18:23 |
*** eil397 has quit IRC | 18:26 | |
pabelanger | any infra root mind approving: https://review.openstack.org/#/c/248320/ Like to do some work on it this weekend | 18:28 |
*** otter768 has quit IRC | 18:28 | |
pabelanger | Adding ubuntu trusty functional testing to ansible roles | 18:28 |
*** ddieterly has quit IRC | 18:28 | |
nibalizer | pabelanger: i gotcha | 18:31 |
*** salv-orlando has quit IRC | 18:31 | |
*** FallenPegasus has quit IRC | 18:35 | |
openstackgerrit | Merged openstack-infra/project-config: Add gate-ansible-dsvm-functional-trusty-nv for ansible-role-nodepool https://review.openstack.org/248320 | 18:36 |
*** tdurakov_ has joined #openstack-infra | 18:36 | |
*** akshai has joined #openstack-infra | 18:36 | |
*** akshai_ has joined #openstack-infra | 18:37 | |
*** achanda has quit IRC | 18:38 | |
*** hdd has joined #openstack-infra | 18:41 | |
*** akshai has quit IRC | 18:41 | |
*** sdake has quit IRC | 18:47 | |
*** gnuoy has quit IRC | 18:48 | |
*** jamespage has quit IRC | 18:48 | |
*** nadya_ has quit IRC | 18:49 | |
*** gnuoy has joined #openstack-infra | 18:49 | |
*** jamespage has joined #openstack-infra | 18:49 | |
*** mrmartin has joined #openstack-infra | 18:50 | |
*** Guest70331 is now known as Vivek | 18:51 | |
*** Vivek has joined #openstack-infra | 18:51 | |
pabelanger | nibalizer: danke | 18:52 |
*** tdurakov_ has quit IRC | 18:55 | |
*** tdurakov_ has joined #openstack-infra | 18:58 | |
*** maishsk has joined #openstack-infra | 19:00 | |
*** AJaeger has joined #openstack-infra | 19:03 | |
AJaeger | Looking at http://status.openstack.org/zuul/, the Test Nodes graph is completely static. What did we change there? | 19:03 |
AJaeger | pabelanger: is that related to some grafana changes? ^ | 19:04 |
*** AJaeger has quit IRC | 19:05 | |
*** ujuc has quit IRC | 19:06 | |
nibalizer | AJaeger: looks fine to me | 19:07 |
*** ayoung has quit IRC | 19:10 | |
*** jordanP has quit IRC | 19:10 | |
*** mrmartin has quit IRC | 19:13 | |
*** markvoelker has joined #openstack-infra | 19:13 | |
*** markvoelker_ has joined #openstack-infra | 19:16 | |
*** markvoelker has quit IRC | 19:17 | |
*** nadya_ has joined #openstack-infra | 19:31 | |
*** tsg has joined #openstack-infra | 19:32 | |
*** hdd has quit IRC | 19:35 | |
*** onovy has quit IRC | 19:37 | |
*** peterlisak has quit IRC | 19:38 | |
*** onovy has joined #openstack-infra | 19:39 | |
*** peterlisak has joined #openstack-infra | 19:39 | |
onovy | hi, can someone look to https://review.openstack.org/#/c/245603/ please? | 19:41 |
pabelanger | nibalizer: noticed it too. The test nodes are level, which isn't correct | 19:41 |
*** kozhukalov_ has joined #openstack-infra | 19:41 | |
pabelanger | compare to http://grafana.openstack.org/dashboard/db/zuul-status | 19:42 |
openstackgerrit | Ondřej Nový proposed openstack/requirements: swauth added to projects list https://review.openstack.org/245603 | 19:51 |
*** ayoung has joined #openstack-infra | 19:54 | |
*** mrmartin has joined #openstack-infra | 19:59 | |
*** abregman has joined #openstack-infra | 20:03 | |
*** Thelo has quit IRC | 20:03 | |
*** peterlisak has quit IRC | 20:04 | |
*** peterlisak has joined #openstack-infra | 20:04 | |
*** tdurakov_ has quit IRC | 20:05 | |
*** Thelo has joined #openstack-infra | 20:06 | |
*** tdurakov_ has joined #openstack-infra | 20:09 | |
*** sputnik13 has joined #openstack-infra | 20:16 | |
*** mrmartin has quit IRC | 20:16 | |
*** HeOS has joined #openstack-infra | 20:20 | |
*** ayoung has quit IRC | 20:21 | |
*** tdurakov_ has quit IRC | 20:22 | |
*** tdurakov_ has joined #openstack-infra | 20:23 | |
nibalizer | pabelanger: it still looks right to me? | 20:27 |
nibalizer | http://tinyurl.com/qcljh9h is just the link to the graph, and it looks correct | 20:27 |
*** sputnik1_ has joined #openstack-infra | 20:28 | |
*** otter768 has joined #openstack-infra | 20:29 | |
*** sputnik13 has quit IRC | 20:30 | |
*** otter768 has quit IRC | 20:33 | |
pabelanger | nibalizer: odd, caching issue | 20:36 |
pabelanger | CTRL-F5 FTW | 20:36 |
*** hdd has joined #openstack-infra | 20:38 | |
*** salv-orlando has joined #openstack-infra | 20:42 | |
nibalizer | ok | 20:50 |
*** hdd has quit IRC | 20:53 | |
*** tsg has quit IRC | 20:53 | |
*** tdurakov_ has quit IRC | 20:56 | |
*** salv-orlando has quit IRC | 20:59 | |
*** nadya_ has quit IRC | 21:00 | |
*** tdurakov_ has joined #openstack-infra | 21:02 | |
*** hdd has joined #openstack-infra | 21:05 | |
*** sputnik1_ has quit IRC | 21:06 | |
*** rcernin_ has joined #openstack-infra | 21:07 | |
*** rossella_s has quit IRC | 21:07 | |
*** rossella_s has joined #openstack-infra | 21:08 | |
*** rcernin has quit IRC | 21:08 | |
*** rcernin_ has quit IRC | 21:08 | |
*** mestery has quit IRC | 21:08 | |
*** rcernin has joined #openstack-infra | 21:08 | |
*** rcernin has quit IRC | 21:08 | |
*** rcernin has joined #openstack-infra | 21:09 | |
*** jtomasek has quit IRC | 21:09 | |
*** mestery has joined #openstack-infra | 21:13 | |
*** tsg has joined #openstack-infra | 21:17 | |
*** hdd has quit IRC | 21:18 | |
*** jtomasek has joined #openstack-infra | 21:25 | |
*** hdd has joined #openstack-infra | 21:27 | |
*** signed8bit has joined #openstack-infra | 21:28 | |
*** ayoung has joined #openstack-infra | 21:29 | |
*** tsg has quit IRC | 21:29 | |
*** tsg has joined #openstack-infra | 21:30 | |
*** sheeprine has quit IRC | 21:31 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Fix warnings.filterwarnings call https://review.openstack.org/248393 | 21:31 |
*** sheeprine has joined #openstack-infra | 21:32 | |
Shrews | mordred: ^^^ that showed up when I set verify=False | 21:33 |
*** rick_ has quit IRC | 21:38 | |
*** tsg_ has joined #openstack-infra | 21:41 | |
*** tsg has quit IRC | 21:41 | |
*** tsg__ has joined #openstack-infra | 21:44 | |
*** tsg_ has quit IRC | 21:44 | |
*** tdurakov_ has quit IRC | 21:44 | |
*** tdurakov_ has joined #openstack-infra | 21:47 | |
*** akshai_ has quit IRC | 21:52 | |
*** daemontool_ has quit IRC | 21:54 | |
*** daemontool_ has joined #openstack-infra | 21:55 | |
*** signed8bit is now known as signed8bit_ZZZzz | 21:57 | |
*** rick_ has joined #openstack-infra | 22:02 | |
*** tsg has joined #openstack-infra | 22:09 | |
*** tsg__ has quit IRC | 22:09 | |
*** ddieterly has joined #openstack-infra | 22:11 | |
*** mriedem has quit IRC | 22:12 | |
*** hdd has quit IRC | 22:14 | |
*** hdd has joined #openstack-infra | 22:14 | |
*** hdd has quit IRC | 22:15 | |
*** hdd has joined #openstack-infra | 22:18 | |
*** hdd has quit IRC | 22:22 | |
*** mriedem has joined #openstack-infra | 22:22 | |
*** tdurakov_ has quit IRC | 22:26 | |
*** rick_ has quit IRC | 22:27 | |
*** markvoelker_ has quit IRC | 22:28 | |
*** otter768 has joined #openstack-infra | 22:30 | |
*** fedexo has quit IRC | 22:31 | |
*** ddieterl_ has joined #openstack-infra | 22:34 | |
*** otter768 has quit IRC | 22:35 | |
*** ddieterly has quit IRC | 22:37 | |
mordred | Shrews: nod | 22:38 |
*** kozhukalov_ has quit IRC | 22:45 | |
onovy | hi, https://review.openstack.org/#/c/247784/1/tox.ini can some judge me and peter? :) is downloadcache really usefull? for example swift and keystone have this line in tox.ini | 22:48 |
*** HeOS has quit IRC | 22:50 | |
*** HeOS has joined #openstack-infra | 22:51 | |
openstackgerrit | Merged openstack-infra/shade: Fix warnings.filterwarnings call https://review.openstack.org/248393 | 23:01 |
*** salv-orlando has joined #openstack-infra | 23:02 | |
*** yamamoto has joined #openstack-infra | 23:13 | |
*** salv-orlando has quit IRC | 23:13 | |
*** HeOS has quit IRC | 23:13 | |
*** [HeOS] has joined #openstack-infra | 23:13 | |
*** sdake has joined #openstack-infra | 23:16 | |
*** [HeOS] has quit IRC | 23:16 | |
*** [HeOS] has joined #openstack-infra | 23:17 | |
*** yamamoto_ has joined #openstack-infra | 23:18 | |
*** yamamoto has quit IRC | 23:21 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add docs-on-rtfd hook for ansible-role-nodepool https://review.openstack.org/248396 | 23:21 |
*** swat30 has quit IRC | 23:25 | |
*** swat30 has joined #openstack-infra | 23:28 | |
*** shashank_hegde has quit IRC | 23:28 | |
*** swat30 has quit IRC | 23:32 | |
*** swat30 has joined #openstack-infra | 23:37 | |
*** sergmelikyan has joined #openstack-infra | 23:47 | |
*** sergmelikyan has quit IRC | 23:51 | |
*** abregman has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!