Saturday, 2015-10-24

*** jongchoi has quit IRC00:02
*** ybathia has quit IRC00:02
openstackgerritRamy Asselin proposed openstack-infra/puppet-elastic_recheck: Use the new --conf option to pass in values  https://review.openstack.org/23779600:02
dims_clarkb: if you get a chance, can you please cut a stable/liberty branch off the tip of the oslo-incubator master? just saw some periodic jobs are failing because that branch is not present00:04
*** baoli has joined #openstack-infra00:06
*** heyongli has quit IRC00:07
pabelangermordred: zigo: I had a puppet review up that creating some chroots on a jenkins slave, plus some build dependencies.  Ended up abandoning it since it was 6months old.  Figure this next round I might do some work using ansible.  *shrugs*00:07
*** heyongli has joined #openstack-infra00:08
zigopabelanger: I don't want to just use a chroot, I really need sbuild here, to use the same toochain as in plain Debian / Ubuntu.00:08
openstackgerritMerged openstack-infra/grafyaml: Remove unused oslo_config settings  https://review.openstack.org/23817800:08
zigoOtherwise, we may get some bad surprises.00:09
pabelangerzigo: https://review.openstack.org/#/c/185680/6/modules/openstack_project/manifests/slave_pkg.pp00:09
pabelangerzigo: it used sbuild-createchroot00:09
zigoAh, nice ! :)00:10
*** r-daneel has joined #openstack-infra00:10
*** baoli has quit IRC00:10
pabelangerthere was a infra-spec out, never got finished00:10
pabelangerso, my code just bitrot00:10
pabelanger:(00:10
zigopabelanger: It took 3 months to get the deb packaging approved by the TC.00:11
zigopabelanger: Then another 3 months to get the first deb-openstack-pkg-tools git repo approved.00:11
zigopabelanger: I just hope for the Mitaka cycle, things are going to be faster...00:11
zigopabelanger: Will you come there? http://mitakadesignsummit.sched.org/overview/type/packaging+deb00:11
pabelangerzigo: Ya. I haven't have time to loop back to it. I was hoping to be in tokyo to bring it up again, but didn't make it.00:11
pabelangerSo, will try and do from remote00:12
zigoOh, you wont be there?00:12
zigoShit ...00:12
zigoI'll miss you.00:12
pabelangerYa, no summit for me00:12
*** markvoelker has joined #openstack-infra00:13
*** sridhar_ram has quit IRC00:17
*** heyongli has quit IRC00:17
mordredasselin: yes!00:17
*** heyongli has joined #openstack-infra00:18
openstackgerritMerged openstack/requirements: Bump WSME to >= 0.8  https://review.openstack.org/23843000:21
*** wenlock has joined #openstack-infra00:22
mordredSpamapS: if you get bored on the plane ... https://review.openstack.org/239084 and https://review.openstack.org/23897300:22
* SpamapS reviews00:23
SpamapSI'm also poking at the subunit2sql stuf00:23
SpamapSbecause its fun00:23
SpamapSbut... I'm afraid the migration I want to do will take 3 days00:23
mordredSpamapS: well, maybe that's a fear you'll have to come to terms with00:24
mordredSpamapS: let's talk some about databases during one of the infra work sessions00:24
SpamapSmordred: yeah, if we did make our own, it would probably be faster to just init the schema as I want it, and import all the data at that time.00:26
mordredSpamapS: one of the reasons I was thinking about making our own00:27
mordredSpamapS: is that while a cloud handling a db for you makes TOTAL sense00:27
jesusaurusclarkb: testing with curl, I'm not able to get any effect from setting a Range header and I'm not seeing Accept-Ranges in the response headers00:27
greghaynesianw: wow https://review.openstack.org/#/c/238773/ is a comedy of errors00:27
mordredSpamapS: there are other things that are app-level that are _total_ solved problems with real dbs00:27
mordredSpamapS: like "I'm going to do a schema transition by spinning up a slave, applying the transition to the slave, then promoting the slave to master"00:28
*** heyongli has quit IRC00:28
clarkbjesusaurus against logs.o.o?00:28
jesusaurusclarkb: yeah00:28
clarkbwhat file?00:28
SpamapSmordred: yeah, I'm quite fond of that one.00:28
*** heyongli has joined #openstack-infra00:28
jesusaurusclarkb: curl -H "Range: bytes=0-24" -vv http://logs.openstack.org/13/236913/1/gate/gate-fuel-octane-python27/31b7e7e/console.html |& head -n4000:29
*** yamahata has joined #openstack-infra00:29
mordredSpamapS: yah. that and "keep a slave so you can use it to do backups"00:29
greghaynes^ the way I have always done it00:29
SpamapSindeed00:31
*** changbl has joined #openstack-infra00:31
*** dims_ has quit IRC00:31
*** wenlock has quit IRC00:31
greghaynesNot sure if its similar in mysql land, but in pg you kind of have to because the short lock timeouts you want in prod and being able to backup are kind of mutually exclusive00:32
SpamapSso00:32
clarkbjesusaurus does it work on the index file?00:32
SpamapSxtrabackup makes that not necessary00:32
clarkbits possibly an issue with os-loganalyze if so00:32
greghaynesah, thats neat00:33
SpamapSgreghaynes: xtrabackup does it lock free in very clever ways, but requires direct access to the innodb table spaces.00:33
SpamapSgreghaynes: it also is a snapshot of the database as it was _when it finishes_00:33
SpamapSnot when it started00:33
greghaynesoh, huh.00:33
jesusaurusclarkb: aha, yes it does work for the index00:33
*** salv-orlando has quit IRC00:33
SpamapSso... basically its amazeballs00:33
SpamapSgreghaynes: or rather, as it is when it finishes.00:34
clarkbjesusaurus need to fix os-loganalyze probably00:34
greghaynesThat sounds really neat although I could definitely see arguments for explicitly not wanting that behavior00:34
SpamapSgreghaynes: so what it does is it backs up the innodb database as a snap, and then chases the undo log until it catches up.00:34
SpamapSgreghaynes: I can't think of a single reason you would want a _more_ stale backup.00:35
clarkbjesusaurus try it without the logification stuff00:35
jesusaurusclarkb: what do you mean by logification stuff?00:35
SpamapSgreghaynes: it's also the way galera clusters initialize new members fast. :)00:35
*** yamahata has quit IRC00:36
clarkbjesusaurus os-loganalyze rewrites the files to annotate them. but curl doesnt accept html so it should already serve up the original00:36
*** heyongli has quit IRC00:38
mordredSpamapS: ++00:38
jesusaurusclarkb: at this point its past beer:30 on the friday before summit, we can dig into it more post-summit00:38
clarkb++00:38
clarkbbut I am almost positive that os-loganalyze needs to respect range00:39
openstackgerritKun Huang proposed openstack-infra/project-config: new-project: openstack/scalpels  https://review.openstack.org/23885600:39
*** heyongli has joined #openstack-infra00:39
greghaynesjesusaurus: yea, its like 09:30, way past beer-30 ;)00:39
*** kun_huang has joined #openstack-infra00:39
SpamapSgreghaynes: have you ramened yet?00:39
greghaynesSpamapS: Nope (Me and ramen dont get along :()00:40
SpamapSOh are those not rice noodles?00:40
greghaynesI did have *amazing* sushi for breakfast though00:40
greghaynesSpamapS: They are highly glutenous00:40
*** sigmavirus24 is now known as sigmavirus24_awa00:40
greghaynesPart of what makes them springy00:40
SpamapSwell damn00:40
SpamapSthats why I love them so00:40
greghaynesthat + alkali water which they have no idea why it does what it does00:41
* SpamapS has the same love for proper Czech dumplings... which are also super glutenous and glutonous00:41
SpamapSI've been sipping saki, whisky, and Asahi the last 2 weeks to prepare my liver... and I think my whole body just resonates with the same frequency as sushi. ;)00:42
greghayneshaha00:42
greghaynesAsahi super dry00:42
SpamapSgreghaynes: have you poked at the SL servers much?00:42
SpamapSgreghaynes: I'm really disgusted with the disk array that I got. :-P00:42
greghaynesSpamapS: I have not, other than just pulling some code on them00:43
SpamapSAll those cores and all that RAM and the disk is like a $30 megaraid card.00:43
mordredgreghaynes: you made it to the market?00:43
greghaynesmordred: yep. Had to wait in line for about 40min for sushi but it was entirely worth it00:43
mordredgreghaynes: woot00:43
clarkbare there queues everywhere?00:44
greghaynesIt is kind of crazy there, I feel a little bad walking around because there are alot of people clearly trying to do their jobs and its hard to not get in their way00:44
greghaynesclarkb: Nah, but there are a few places that are the definite well known good spots00:44
*** tjones has joined #openstack-infra00:47
*** tjones has left #openstack-infra00:47
*** markvoelker has quit IRC00:48
*** heyongli has quit IRC00:48
*** heyongli has joined #openstack-infra00:49
openstackgerritMerged openstack/diskimage-builder: Create YUM_CACHE_DIR in yum-minimal  https://review.openstack.org/23877200:57
*** heyongli has quit IRC00:58
*** heyongli has joined #openstack-infra00:59
*** geoffarnold has joined #openstack-infra01:01
*** geoffarn_ has joined #openstack-infra01:02
*** bharathm has quit IRC01:03
openstackgerritMerged openstack-infra/shade: Add swift object and container list functionality  https://review.openstack.org/23908401:03
*** dangers is now known as dangers_away01:04
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub  https://review.openstack.org/23913801:05
*** tsg has quit IRC01:05
*** geoffarnold has quit IRC01:06
*** Sukhdev has quit IRC01:08
*** heyongli has quit IRC01:09
*** heyongli has joined #openstack-infra01:09
*** shashank_hegde has quit IRC01:11
*** geoffarn_ has quit IRC01:11
*** geoffarnold has joined #openstack-infra01:12
*** rossella_s has quit IRC01:13
*** rossella_s has joined #openstack-infra01:13
*** dims has joined #openstack-infra01:17
*** heyongli has quit IRC01:19
*** heyongli has joined #openstack-infra01:20
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub  https://review.openstack.org/23913801:20
*** heyongli has quit IRC01:29
*** heyongli has joined #openstack-infra01:30
*** unicell has quit IRC01:31
*** geoffarnold is now known as geoffarnoldX01:31
*** geoffarnoldX has quit IRC01:33
*** geoffarnold has joined #openstack-infra01:33
*** dims has quit IRC01:38
*** heyongli has quit IRC01:39
*** heyongli has joined #openstack-infra01:40
*** heyongli has quit IRC01:50
*** heyongli has joined #openstack-infra01:50
*** heyongli has quit IRC02:00
*** wenlock has joined #openstack-infra02:01
*** heyongli has joined #openstack-infra02:01
*** baoli has joined #openstack-infra02:04
openstackgerritMerged openstack/requirements: Bump minimum django-babel version  https://review.openstack.org/23193102:05
openstackgerritMerged openstack/requirements: Document the blacklist intent for reviewers.  https://review.openstack.org/23721502:05
openstackgerritOpenStack Proposal Bot proposed openstack/diskimage-builder: Updated from global requirements  https://review.openstack.org/23735102:06
kun_huanganyone could help review this new project setup? https://review.openstack.org/#/c/238856/02:07
*** heyongli has quit IRC02:10
*** shashank_hegde has joined #openstack-infra02:10
*** heyongli has joined #openstack-infra02:11
openstackgerritLars Kellogg-Stedman proposed openstack-infra/shade: add list_server_security_groups method  https://review.openstack.org/23897302:12
openstackgerritLars Kellogg-Stedman proposed openstack-infra/shade: expand security groups in get_hostvars_from_server  https://review.openstack.org/23914102:12
openstackgerritLars Kellogg-Stedman proposed openstack-infra/shade: return additional detail about servers  https://review.openstack.org/23914202:12
openstackgerritLars Kellogg-Stedman proposed openstack-infra/shade: return additional detail about servers  https://review.openstack.org/23914202:15
openstackgerritLars Kellogg-Stedman proposed openstack-infra/shade: expand security groups in get_hostvars_from_server  https://review.openstack.org/23914102:15
openstackgerritLars Kellogg-Stedman proposed openstack-infra/shade: return additional detail about servers  https://review.openstack.org/23914202:15
openstackgerritLars Kellogg-Stedman proposed openstack-infra/shade: return additional detail about servers  https://review.openstack.org/23914202:19
*** heyongli has quit IRC02:20
*** dizquierdo has joined #openstack-infra02:21
*** heyongli has joined #openstack-infra02:21
*** r-daneel has quit IRC02:25
*** heyongli has quit IRC02:31
*** dizquierdo has quit IRC02:31
*** heyongli has joined #openstack-infra02:31
*** dizquierdo has joined #openstack-infra02:35
*** salv-orlando has joined #openstack-infra02:36
*** heyongli has quit IRC02:41
*** heyongli has joined #openstack-infra02:42
*** larainema_ has quit IRC02:43
*** larainema_ has joined #openstack-infra02:43
*** salv-orlando has quit IRC02:44
*** Sukhdev has joined #openstack-infra02:45
*** heyongli has quit IRC02:51
*** heyongli has joined #openstack-infra02:52
*** rguillebert has quit IRC02:58
*** geoffarn_ has joined #openstack-infra02:58
*** geoffarnold has quit IRC02:59
*** baoli has quit IRC02:59
*** heyongli has quit IRC03:01
*** heyongli has joined #openstack-infra03:02
*** nikhil_k has joined #openstack-infra03:03
*** tsg has joined #openstack-infra03:03
*** Guest48726 has quit IRC03:06
*** nikhil has quit IRC03:06
*** d0ugal has joined #openstack-infra03:06
*** clee has quit IRC03:06
*** d0ugal is now known as Guest1218103:06
*** clee_ has joined #openstack-infra03:06
*** dizquierdo has quit IRC03:07
*** heyongli has quit IRC03:12
*** heyongli has joined #openstack-infra03:12
*** geoffarn_ has quit IRC03:18
*** geoffarnold has joined #openstack-infra03:20
*** dizquierdo has joined #openstack-infra03:20
*** heyongli has quit IRC03:22
*** heyongli has joined #openstack-infra03:23
*** mikal has quit IRC03:23
*** mikal has joined #openstack-infra03:25
*** ddieterl_ has quit IRC03:26
*** heyongli has quit IRC03:32
*** shashank_hegde has quit IRC03:32
*** heyongli has joined #openstack-infra03:33
*** dims has joined #openstack-infra03:37
*** dizquierdo has quit IRC03:38
*** bharathm has joined #openstack-infra03:39
*** woodster_ has quit IRC03:39
*** geoffarn_ has joined #openstack-infra03:41
*** geoffarnold has quit IRC03:41
*** achanda has quit IRC03:42
*** dims has quit IRC03:42
*** heyongli has quit IRC03:42
*** heyongli has joined #openstack-infra03:43
*** bharathm has quit IRC03:49
*** heyongli has quit IRC03:53
*** heyongli has joined #openstack-infra03:53
*** armax has quit IRC03:54
*** salv-orlando has joined #openstack-infra04:00
*** heyongli has quit IRC04:03
*** heyongli has joined #openstack-infra04:04
*** tsg has quit IRC04:09
*** tsg has joined #openstack-infra04:11
*** heyongli has quit IRC04:13
*** heyongli has joined #openstack-infra04:14
*** salv-orlando has quit IRC04:15
*** dizquierdo has joined #openstack-infra04:20
*** geoffarnold has joined #openstack-infra04:21
*** heyongli has quit IRC04:23
*** shashank_hegde has joined #openstack-infra04:24
*** heyongli has joined #openstack-infra04:24
*** geoffarn_ has quit IRC04:25
*** ddieterly has joined #openstack-infra04:27
*** achanda has joined #openstack-infra04:30
*** shashank_hegde has quit IRC04:30
*** ddieterly has quit IRC04:31
*** heyongli has quit IRC04:34
*** heyongli has joined #openstack-infra04:34
*** FallenPegasus has joined #openstack-infra04:37
*** tsg_ has joined #openstack-infra04:38
*** tsg has quit IRC04:38
*** dims has joined #openstack-infra04:39
*** geoffarnold has quit IRC04:42
*** geoffarnold has joined #openstack-infra04:43
*** dims has quit IRC04:43
*** heyongli has quit IRC04:44
*** heyongli has joined #openstack-infra04:45
*** unicell has joined #openstack-infra04:49
SpamapS"The most distinguishing feature of fleet is that it builds on top of systemd. Whereas systemd provides system and service initialization for a single machine, fleet extends this to a cluster of machines." aaaaand NEXT04:49
*** unicell1 has joined #openstack-infra04:53
*** heyongli has quit IRC04:54
*** heyongli has joined #openstack-infra04:55
*** unicell has quit IRC04:55
*** shashank_hegde has joined #openstack-infra04:55
*** changbl has quit IRC04:56
*** geoffarnold has quit IRC05:03
*** heyongli has quit IRC05:04
*** heyongli has joined #openstack-infra05:06
*** yamamoto has quit IRC05:09
*** dizquierdo has quit IRC05:09
*** baoli has joined #openstack-infra05:10
*** mrmartin has joined #openstack-infra05:15
*** heyongli has quit IRC05:15
*** baoli has quit IRC05:15
*** heyongli has joined #openstack-infra05:16
*** salv-orlando has joined #openstack-infra05:19
*** tsg has joined #openstack-infra05:20
*** tsg_ has quit IRC05:22
*** zul has quit IRC05:24
*** tsg has quit IRC05:24
*** heyongli has quit IRC05:25
*** heyongli has joined #openstack-infra05:26
*** ekarlso has quit IRC05:31
*** mrmartin has quit IRC05:33
*** jongchoi has joined #openstack-infra05:33
*** heyongli has quit IRC05:35
*** salv-orlando has quit IRC05:35
*** heyongli has joined #openstack-infra05:36
*** dims has joined #openstack-infra05:40
mordredSpamapS: right?05:41
mordredSpamapS: it's like the lead off with the main reason why I would never use it for anything05:41
*** dims has quit IRC05:45
*** heyongli has quit IRC05:45
*** heyongli has joined #openstack-infra05:47
*** Sukhdev has quit IRC05:49
*** sergmelikyan has joined #openstack-infra05:51
*** heyongli has quit IRC05:56
*** heyongli has joined #openstack-infra05:57
*** yamahata has joined #openstack-infra05:57
*** ddieterly has joined #openstack-infra05:58
*** sergmelikyan has quit IRC05:59
*** ddieterly has quit IRC06:03
*** heyongli has quit IRC06:06
*** heyongli has joined #openstack-infra06:07
*** hdd has joined #openstack-infra06:14
*** heyongli has quit IRC06:16
*** heyongli has joined #openstack-infra06:17
*** yamamoto has joined #openstack-infra06:22
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/23789406:23
*** heyongli has quit IRC06:26
openstackgerritMerged openstack-infra/shade: add list_server_security_groups method  https://review.openstack.org/23897306:27
*** heyongli has joined #openstack-infra06:28
*** salv-orlando has joined #openstack-infra06:34
*** heyongli has quit IRC06:37
*** heyongli has joined #openstack-infra06:38
*** slagle has joined #openstack-infra06:38
*** achanda has quit IRC06:39
*** Rockyg has joined #openstack-infra06:43
*** heyongli has quit IRC06:47
*** nadya has joined #openstack-infra06:48
*** sergmelikyan has joined #openstack-infra06:48
*** heyongli has joined #openstack-infra06:48
*** yamamoto has quit IRC06:49
*** bharathm has joined #openstack-infra06:50
*** salv-orlando has quit IRC06:50
*** yamamoto has joined #openstack-infra06:51
*** achanda has joined #openstack-infra06:52
*** shashank_hegde has quit IRC06:53
*** bharathm has quit IRC06:54
*** slagle has quit IRC06:57
*** heyongli has quit IRC06:57
*** heyongli has joined #openstack-infra06:58
*** ddieterly has joined #openstack-infra06:59
*** salv-orlando has joined #openstack-infra07:00
*** ddieterly has quit IRC07:04
*** sergmelikyan has quit IRC07:07
*** hdd has quit IRC07:07
*** heyongli has quit IRC07:07
*** heyongli has joined #openstack-infra07:09
*** sergmelikyan has joined #openstack-infra07:09
*** kozhukalov_ has joined #openstack-infra07:12
*** yamamoto has quit IRC07:12
*** yamamoto has joined #openstack-infra07:13
*** markus_z has joined #openstack-infra07:14
*** Rockyg has quit IRC07:15
*** slagle has joined #openstack-infra07:16
*** heyongli has quit IRC07:18
*** heyongli has joined #openstack-infra07:19
*** yamamoto has quit IRC07:24
*** sabeen has quit IRC07:27
*** heyongli has quit IRC07:28
*** heyongli has joined #openstack-infra07:29
*** markus_z has quit IRC07:30
*** Guest60083 has quit IRC07:35
*** heyongli has quit IRC07:38
*** jongchoi has quit IRC07:39
*** heyongli has joined #openstack-infra07:39
*** salv-orlando has quit IRC07:42
*** jongchoi has joined #openstack-infra07:43
*** yamahata has quit IRC07:43
*** slagle has quit IRC07:43
*** sergmelikyan has quit IRC07:46
*** dims has joined #openstack-infra07:48
*** heyongli has quit IRC07:48
*** Guest60083 has joined #openstack-infra07:49
*** heyongli has joined #openstack-infra07:50
*** nadya has quit IRC07:51
*** dims has quit IRC07:52
*** persia has quit IRC07:55
*** nadya has joined #openstack-infra07:56
*** persia has joined #openstack-infra07:56
*** persia has quit IRC07:56
*** persia has joined #openstack-infra07:56
*** achanda has quit IRC07:56
*** heyongli has quit IRC07:59
*** heyongli has joined #openstack-infra08:00
*** ddieterly has joined #openstack-infra08:00
*** Guest60083 has quit IRC08:05
*** ddieterly has quit IRC08:05
*** Guest60083 has joined #openstack-infra08:06
*** jed56 has joined #openstack-infra08:07
*** heyongli has quit IRC08:09
*** heyongli has joined #openstack-infra08:10
*** salv-orlando has joined #openstack-infra08:16
*** heyongli has quit IRC08:19
*** heyongli has joined #openstack-infra08:20
*** heyongli has quit IRC08:29
*** dkehn has quit IRC08:30
*** heyongli has joined #openstack-infra08:30
*** dhellmann has quit IRC08:36
*** nadya has quit IRC08:37
*** dkehn has joined #openstack-infra08:37
*** dhellmann has joined #openstack-infra08:38
*** heyongli has quit IRC08:40
*** heyongli has joined #openstack-infra08:41
*** inteq has joined #openstack-infra08:46
openstackgerritmostwanted proposed openstack-infra/jenkins-job-builder: [BUGFIX] Add missing "strExclusionSet" element when using "exclusionValues"  https://review.openstack.org/23698108:46
*** heyongli has quit IRC08:50
*** heyongli has joined #openstack-infra08:51
*** sergmelikyan has joined #openstack-infra08:52
*** sergmelikyan has quit IRC08:53
*** heyongli has quit IRC09:00
*** ddieterly has joined #openstack-infra09:01
*** heyongli has joined #openstack-infra09:01
*** ddieterly has quit IRC09:05
*** heyongli has quit IRC09:10
*** heyongli has joined #openstack-infra09:11
*** heyongli has quit IRC09:21
*** heyongli has joined #openstack-infra09:22
*** kozhukalov_ has quit IRC09:25
*** FallenPegasus has quit IRC09:25
*** heyongli has quit IRC09:31
*** heyongli has joined #openstack-infra09:32
*** rguillebert has joined #openstack-infra09:33
*** PlugZ51 has joined #openstack-infra09:34
*** kozhukalov_ has joined #openstack-infra09:34
*** jongchoi has quit IRC09:35
*** jed56 has quit IRC09:36
*** PlugZ51 has left #openstack-infra09:36
*** heyongli has quit IRC09:41
*** persia has quit IRC09:42
*** heyongli has joined #openstack-infra09:42
*** 5EXAACTU0 has joined #openstack-infra09:42
*** 5EXAACTU0 is now known as persia09:43
*** persia has quit IRC09:43
*** persia has joined #openstack-infra09:43
*** salv-orlando has quit IRC09:47
* persia wonders if anyone is looking for dinner in Minato-ku09:48
*** dims has joined #openstack-infra09:50
*** kozhukalov_ has quit IRC09:50
*** heyongli has quit IRC09:51
*** krtaylor has quit IRC09:52
*** heyongli has joined #openstack-infra09:52
*** yamamoto has joined #openstack-infra09:53
*** bookwar1 has joined #openstack-infra09:53
*** bookwar1 has quit IRC09:54
*** bookwar1 has joined #openstack-infra09:54
*** dims has quit IRC09:55
*** FallenPegasus has joined #openstack-infra09:58
* fungi is just looking for an airship09:58
*** ddieterly has joined #openstack-infra10:01
*** heyongli has quit IRC10:02
*** heyongli has joined #openstack-infra10:03
mordredfungi: I hear they keep them at the aerodrome10:05
*** ddieterly has quit IRC10:06
*** heyongli has quit IRC10:12
*** heyongli has joined #openstack-infra10:13
*** jed56 has joined #openstack-infra10:13
*** sergmelikyan has joined #openstack-infra10:14
*** wenlock has quit IRC10:14
*** jed56 has quit IRC10:20
*** heyongli has quit IRC10:22
*** heyongli has joined #openstack-infra10:23
*** jed56 has joined #openstack-infra10:30
*** heyongli has quit IRC10:32
*** heyongli has joined #openstack-infra10:33
*** sergmelikyan has quit IRC10:35
*** heyongli has quit IRC10:43
*** jongchoi has joined #openstack-infra10:43
*** heyongli has joined #openstack-infra10:44
anteayatook the limo bus to my hotel, they were the first desk when I exited customs and the next bus left 10 minutes after I inquired, would recommend10:50
anteayait did take two hours but they dropped me off right at my hotel, 3100 yen and they took my amex yay!10:51
*** cody-somerville has quit IRC10:51
*** heyongli has quit IRC10:53
Clintgood to know10:53
*** heyongli has joined #openstack-infra10:54
anteayaactually every place I have tired thus far has accepted the amex10:54
anteayaincluding the bakery for an egg cake for 200 Y10:54
*** marzif has quit IRC10:55
anteayathey said no problem, so okay10:55
anteayas/tired/tried10:55
*** e0ne has joined #openstack-infra10:57
*** nadya has joined #openstack-infra10:58
persiaA warning: lots of places are cash-only.  If they take card, nearly any card works, but be sure to ask.11:02
anteayapersia: thanks, I must have lucked out so far in the taking a card department11:02
*** ddieterly has joined #openstack-infra11:02
*** heyongli has quit IRC11:03
persiaanteaya: If you stick to major shops, or shops near major stations (e.g. shinagawa), you ought be fine.  If you are looking for "local color" and stop by one of the restaurants with the flags outside and no menus, things may be different :)11:03
anteayapersia: ah ha, thanks for the things-to-look-for11:04
*** heyongli has joined #openstack-infra11:04
anteayathe bowing is really impressive11:05
anteayamy bus got bowed into its parking spot11:05
anteayalearning a lot11:05
persiaOne thing that is importantly different between a Japanese bow and a Europoean bow is that unless one has made some incredible mistake, one should maintain eye contact when bowing in Japan (while otherwise bowing from the waist).11:06
anteayapersia: good to know, thank you11:07
*** ddieterly has quit IRC11:07
anteayaI think I have been doing that11:07
anteayajust feels natural11:07
*** kozhukalov_ has joined #openstack-infra11:07
anteayaand yes I saw a really deep from the waist head down bow in chicago before boarding11:08
anteayait was impressive to witness11:08
persiaIt takes practice to maintain balance like that: requires a surprising amount of toe strength :)11:09
anteayawhatever the reason for it it didn't happen when they met today, it must have been from before because it was right off the bat11:09
anteayapersia: yes, I was caught by surprise, part of me was impressed it didn't turn into a somersault11:09
anteayait was very fast11:10
persiaPossibly: "I recognise you: you are very senior, and you may not deign to accept my presence", which then becomes superflous if the other party accepts the presence.11:10
anteayapersia: that must have been what it was because the other man was older11:10
anteayaand the deep bow was at the beginning, the first interaction11:11
anteayaand wasnt' repeated again11:11
anteayathe good bye series of bows were not nearly as serious11:11
persiaTypically departure bows are only deep if one party has just done the other a great favour which cannot usefully be reciprocated.11:12
anteayagood to know, the departure bows weren't deep, mostly head and shoulders11:13
*** heyongli has quit IRC11:13
persiaIn practice, this doesn't happen in a business context.  Whereas, greeting bows can be deeper, as this helps express the relative position of the parties before the interaction: this is important because it helps them decide what vocabluary and grammar to use (both change significantly depending on context)11:14
anteayapersia: that makes a lot of sense11:14
*** heyongli has joined #openstack-infra11:14
anteayathe height of their heads in the opening bow exchange was very obvious11:14
anteayathe younger man going lower11:15
anteayathis actually fits with what I learned about ying and yang when I studied acupuncture11:16
anteayathat the first thing to establish is the difference between two things11:16
anteayaand everything else is compared to that relationship11:16
persiaYes, absolutely.11:17
Clintpersia: interestingly our cultural educator told us to NOT make eye contact as it would creep people out11:18
*** ddieterly has joined #openstack-infra11:18
anteayathanks I didn't realise that pertained to greeting but that is their world veiw so yes that would need to be established each time they meet, as things change11:18
persiaClint: Maintaining eye contact outside of a bow is considered staring (with an unpleasant implication).11:19
anteayaI think I am doing okay so far with the right amount of eye contact11:21
persiaanteaya: Folk who meet more often don't tend to be as formal.  Folk who are close but who are away from each other for a long time can renew the implied closeness with a quick "ohsashiburi desu" or equivalent.  The greeting bow is mostly between people who only know each other in a formal context (business, government, etc.), especially when there is an imbalance of information (e.g. one of the parties is widely known and their image is11:22
persiaeasily available).11:22
anteayathey can tell I have no idea what I am doing but they seem to be able to humour me11:22
*** dims has joined #openstack-infra11:22
persiaanteaya: You have an advantage in this extremely sexist society: everything you do has implications of informality, allowing you more freedom than some folk.11:22
anteayapersia: they met in chicago and were on the plane to tokyo, I'm going to go with the older gentleman was a respected friend of the younger man's parents or family and they had not seen each other in some time11:23
anteayathat is what it felt mostly closly like to me11:23
persiaThat would be a believable scenario.  I was thinking that the older man was a senior person at a partner/customer company to the younger man.11:24
*** heyongli has quit IRC11:24
*** jed56 has quit IRC11:24
*** heyongli has joined #openstack-infra11:25
anteayapersia: ah yes, I got a compliemtn on my silk scarf and admited that I was using it to hide where I dribbled salad dressing on my shirt on the way over and hadn't changed my shirt yet (hungry/tired), they seemed to enjoy the tale11:25
*** yamamoto has quit IRC11:26
Clintwhat i find interesting is how differently people treat me when i'm wearing a t-shirt11:26
anteayapersia: possibly as well, but if feel more personal, initally formal with the deep bow but personal too11:26
anteayaClint: oh, how so?11:26
* persia is also curious, although he could not be persuaded to be outside in Tokyo in a T-shirt at all11:26
Clintanteaya: most of the formality goes out the window11:26
anteayapersia: you are a sharp dresser11:27
anteayaClint: ah11:27
fungii'm curious how they'll react to my wardrobe of 100% aloha shirts11:27
anteayait is interesting what I silk scarf can do to dress up a t-shirt11:27
fungimost of the ones i packed are mickey mouse themed, on top of that11:27
persiaanteaya: Mostly comes from exposure here: I lived in Tokyo most of my adult life.11:27
anteayafungi: me too11:27
anteayafungi: ha ha ha11:28
anteayafungi: should be quite the experiment, do report findings11:28
anteayapersia: oh did you11:28
fungii'll keep you apprised11:28
Clintpersia: are there actual rules about which side of things to stand/walk on?11:28
anteayapersia: are you busy tomorrow? it is my first time here and I don't know what to look at first11:28
anteayafungi: thank you11:28
persiafungi: aloha shirts are usually worn here by athletes, very senior businessfolk, and folk on rural holiday (the last does not apply in Tokyo).  Just accept adjulation from everyone and people will honor you more.11:29
anteayaClint: well the sidewalks are part foot traffic and part bike traffic11:29
fungipersia: i do that anyway! i live on permanent holiday11:29
anteayaClint: don't get hit by a bike11:29
persiaClint: Yes.  Best guide is to stick to the left unless otherwise posted, but look for signs, because some architects had odd views about how people walk, and these are respected.11:29
* anteaya offers some adulation to fungi11:30
persiaanteaya: I have a breakfast engagement, but I may have some time later.  That said, I could certainly give recommendations.11:30
anteayasome starter adulation11:30
* fungi accepts adulation respectfully11:30
* persia is thinking about heading over to Takanawa and finding a lounge11:30
anteayapersia: awesome11:30
anteayapersia: whatever I have no idea where that is and have no plans11:30
anteayaI never know how long it will take for my body to accept the time change so like to leave a day bfore I expect myself to make sense11:31
persiaTakanawa is the area where the summit is happening.  I'm staying in Tamachi, mostly because I know my way around.  If anyone has a recommended hotel lounge, I'll pick that one.11:31
anteayaClint: oh and I have observed _not_ jaywalking11:32
fungii expect to get extremely familiar with the prince sakura lounge, as i'm sleeping there and likely won't make it far from the venue except for planned events11:32
fungianteaya: obeying rules and posted signs ++11:33
Clintanteaya: people definitely jaywalk in kansai11:33
Clintand don't follow the bike/pedestrian side signs11:33
persiaPeople in kansai do all sorts of things.  A rough folk.11:33
anteayafungi: they seem to do that here11:34
persiaThat said, folk ought know that in Minato City, it is against the rules (not quite law: voluntary fines, but discussions with authorities) to disturb others in public places.11:34
*** heyongli has quit IRC11:34
Clintdoes that include handing out fliers?11:34
* fungi wonders if his appearance will count as a disturbance11:35
*** kozhukalov_ has quit IRC11:35
*** heyongli has joined #openstack-infra11:35
* fungi is a very rough folk11:35
Clintfungi: i think if you wear some sort of stuffed-animal-ear hat you're allowed to do anything11:35
fungiClint: perfect--i came prepared!11:35
persiaClint: I don't understand the specific enforcement, but I think it is mostly about doing things that cause folk to report it at the local koban.11:36
funginekofungi11:36
anteayaha ha ha11:36
DouhetClint, is that an application of the "Cute is Justice" principle?11:36
*** uberjay has quit IRC11:37
ClintDouhet: i dunno, i just notice a lot of people wearing headgear trying to giev me fliers11:37
Clints/ev/ve/11:37
anteayaClint: ha ha ha11:37
*** uberjay has joined #openstack-infra11:37
anteayayour experience thus far does not match mine11:38
Clintwell, this is in kyoto11:38
Clintin osaka the people with the stuffed-animal hats screamed about restaurants instead11:38
fungikawaii janai desu nee11:38
anteayaI'm not seeing the cute in that either11:40
Clintone was wearing an octopus hat11:40
anteayanice11:40
funginow i want an octopus hat11:40
anteayahomemade11:41
Clintand the people eating in the restaurant were cosplayers11:41
anteayaor is there a purveyer of octopus hats out there somewhre11:41
Clinti think persia sells them in his spare time11:41
fungii'm sure i can find one in akihabara11:41
* persia has spare time?11:41
fungitakofungi11:42
Clintgenki desu11:43
*** baoli has joined #openstack-infra11:43
*** heyongli has quit IRC11:44
*** dims has quit IRC11:44
*** heyongli has joined #openstack-infra11:45
*** dims has joined #openstack-infra11:46
anteayaokay I am offline again11:47
anteayasee y'all later, safe flight fungi and clarkb11:48
*** baoli has quit IRC11:48
fungithanks anteaya!11:48
*** heyongli has quit IRC11:54
*** julim has joined #openstack-infra11:55
*** heyongli has joined #openstack-infra11:55
*** julim_ has joined #openstack-infra11:58
*** julim has quit IRC11:59
*** jongchoi has quit IRC12:05
calebbshade devs: looks like there arent any block storage functional tests (git grepping in the dir doesnt show anything for 'volume')? is this something that you would want to have functional tests for?12:05
*** heyongli has quit IRC12:05
calebbmostly asking because im looking at adding volume snapshot functionality and was going to add tests as well for it, but dont see anywhere that it fits in the functional tests12:05
*** heyongli has joined #openstack-infra12:06
*** ihrachys has joined #openstack-infra12:06
*** salv-orlando has joined #openstack-infra12:10
*** jongchoi has joined #openstack-infra12:13
*** heyongli has quit IRC12:15
*** heyongli has joined #openstack-infra12:16
*** nadya has quit IRC12:17
*** salv-orlando has quit IRC12:24
*** salv-orlando has joined #openstack-infra12:24
*** heyongli has quit IRC12:25
*** sdake has joined #openstack-infra12:26
*** heyongli has joined #openstack-infra12:26
*** julim has joined #openstack-infra12:28
*** julim_ has quit IRC12:28
*** ddieterly has quit IRC12:34
*** sdake has quit IRC12:35
*** bookwar1 has quit IRC12:35
*** heyongli has quit IRC12:35
*** ddieterly has joined #openstack-infra12:36
*** heyongli has joined #openstack-infra12:36
*** jongchoi has quit IRC12:40
*** sdake has joined #openstack-infra12:42
*** persia has quit IRC12:43
*** persia has joined #openstack-infra12:44
*** persia has quit IRC12:44
*** persia has joined #openstack-infra12:44
*** heyongli has quit IRC12:46
*** heyongli has joined #openstack-infra12:47
*** kozhukalov_ has joined #openstack-infra12:50
*** bookwar1 has joined #openstack-infra12:52
*** ddieterly has quit IRC12:52
*** ddieterly has joined #openstack-infra12:55
*** salv-orlando has quit IRC12:55
*** FallenPegasus has quit IRC12:55
*** heyongli has quit IRC12:56
*** heyongli has joined #openstack-infra12:57
openstackgerritvenkatamahesh proposed openstack-infra/project-config: Change stackforge to openstack  https://review.openstack.org/23917513:01
*** wenlock has joined #openstack-infra13:02
*** jongchoi has joined #openstack-infra13:02
*** ddieterly has quit IRC13:05
*** heyongli has quit IRC13:06
*** wenlock has quit IRC13:06
*** heyongli has joined #openstack-infra13:07
*** yamamoto has joined #openstack-infra13:08
*** yamamoto has quit IRC13:13
*** heyongli has quit IRC13:16
*** heyongli has joined #openstack-infra13:17
*** dims_ has joined #openstack-infra13:17
*** sdake has quit IRC13:18
*** e0ne has quit IRC13:19
*** dims has quit IRC13:20
*** bookwar1 has quit IRC13:20
*** dims has joined #openstack-infra13:24
*** dims_ has quit IRC13:25
*** heyongli has quit IRC13:27
*** heyongli has joined #openstack-infra13:28
*** chlong has joined #openstack-infra13:29
*** dims has quit IRC13:36
*** heyongli has quit IRC13:37
*** markvoelker has joined #openstack-infra13:38
*** heyongli has joined #openstack-infra13:38
*** markvoelker_ has joined #openstack-infra13:39
*** ddieterly has joined #openstack-infra13:41
*** bookwar1 has joined #openstack-infra13:42
*** markvoelker has quit IRC13:42
*** jongchoi has quit IRC13:46
*** heyongli has quit IRC13:47
*** heyongli has joined #openstack-infra13:48
*** yamamoto has joined #openstack-infra13:49
*** jongchoi has joined #openstack-infra13:49
calebbseems like the cinderclient only supports deleting a volume snapshot by sending a snapshot object to a function, what is the recommended way to deal with this in shade? since objects get changed to dicts, should there be another function to get the object from the name? that seems messy and slow though13:54
*** yamamoto has quit IRC13:54
*** salv-orlando has joined #openstack-infra13:56
*** heyongli has quit IRC13:57
*** heyongli has joined #openstack-infra13:58
*** jongchoi has quit IRC14:03
*** yamamoto has joined #openstack-infra14:04
openstackgerritCaleb Boylan proposed openstack-infra/shade: [WIP] Adds volume snapshot functionality to shade  https://review.openstack.org/23918114:07
*** heyongli has quit IRC14:08
*** julim has quit IRC14:09
*** heyongli has joined #openstack-infra14:09
*** heyongli has quit IRC14:18
*** markvoelker has joined #openstack-infra14:18
*** salv-orlando has quit IRC14:19
*** heyongli has joined #openstack-infra14:19
*** julim has joined #openstack-infra14:19
*** markvoelker_ has quit IRC14:21
openstackgerritCaleb Boylan proposed openstack-infra/shade: [WIP] Adds volume snapshot functionality to shade  https://review.openstack.org/23918114:22
*** markvoelker has quit IRC14:23
*** heyongli has quit IRC14:28
*** heyongli has joined #openstack-infra14:29
*** changbl has joined #openstack-infra14:30
*** yolanda has joined #openstack-infra14:37
openstackgerritCaleb Boylan proposed openstack-infra/shade: [WIP] Adds volume snapshot functionality to shade  https://review.openstack.org/23918114:37
*** julim has quit IRC14:37
*** tlian has quit IRC14:38
*** heyongli has quit IRC14:38
*** rkukura has quit IRC14:38
*** tlian has joined #openstack-infra14:38
*** heyongli has joined #openstack-infra14:39
yamamotowhere openstack-INPUT chain found on gate is maintained?14:42
mordredcalebb: there should be also a non-object call in cinderclient14:42
mordredcalebb: and yes, we are quite thrilled to have functional tests for everything14:45
calebbhmmmm, I'm looking at the code, and unles im mistaken, the SnapshotManager.delete function takes a object as an argument and then gets the id from it with a function call14:47
calebbhttps://github.com/openstack/python-cinderclient/blob/master/cinderclient/v1/volume_snapshots.py#L140 is what im looking at ftr14:48
*** heyongli has quit IRC14:48
mordredClint: yah - you can pass an id to that too14:49
mordredgah14:49
*** heyongli has joined #openstack-infra14:49
mordredcalebb: ^^ :)14:49
calebbhaha :P14:49
mordredbase.getid(obj) will return obj.id or id14:49
mordredor obj14:50
calebbahhhh, ok14:50
calebbinteresting14:50
calebbthanks14:50
mordredwhee14:50
*** unicell has joined #openstack-infra14:54
*** unicell1 has quit IRC14:55
Clintmordred: don't card me14:55
calebbhaha14:56
*** heyongli has quit IRC14:58
*** heyongli has joined #openstack-infra14:59
*** nikhil has joined #openstack-infra15:06
*** nikhil_k has quit IRC15:07
*** heyongli has quit IRC15:08
*** heyongli has joined #openstack-infra15:09
*** dims has joined #openstack-infra15:10
fungianybody camping out for the dtw-nrt flight in a couple hours? i'm internetting from the slapshotz bar in terminal a15:10
fungibeer selection is the least terrible in this particular aerodrome15:11
*** yolanda has quit IRC15:12
Clintis the beer quality inversely proportional to the name quality?15:13
fungiClint: unsurprisingly, that has been my observation most places15:13
fungioften also inversely proportional to cleanliness/sanitation grade15:14
Clintwell, rest assured, there is both a tgi friday's and an outback steakhouse in between the train station and the venue15:16
openstackgerritDong Ma proposed openstack-infra/jenkins-job-builder: [BUGFIX] Add missing "strExclusionSet" element when using "exclusionValues"  https://review.openstack.org/23698115:18
fungiClint: yuck15:18
*** heyongli has quit IRC15:18
*** salv-orlando has joined #openstack-infra15:18
*** heyongli has joined #openstack-infra15:19
fungiyamamoto: in the openstack-infra/system-config repo, starting from modules/openstack_project/manifests/single_use_slave.pp line ~29 passed (indirectly) to the module defined by the openstack-infra/puppet-iptables repo. devstack also does some iptables manipulation once started15:20
yamamotofungi: thank you!15:23
fungiClint: for evidence on name quality, there was a period of quite some years where the best bar in asheville (in my not even remotely humble opinion) had no name at all, just a neon sign in the window reading "beer"15:24
openstackgerritCaleb Boylan proposed openstack-infra/shade: Adds volume snapshot functionality to shade  https://review.openstack.org/23918115:25
Clintfungi: and then it got a name?15:25
fungiin all honesty, it probably had a name, i just never knew it and they didn't put it on the facade because... effort15:26
fungimy favorite mexican restaurant there similarly just had a sign saying "mexican restaurant" (the area was not, at least then, known for its naming prowess)15:27
*** heyongli has quit IRC15:28
*** heyongli has joined #openstack-infra15:29
*** yolanda has joined #openstack-infra15:31
openstackgerritMerged openstack-infra/project-config: Octavia should gate on neutron-lbaas tempest lbaasv2 jobs  https://review.openstack.org/23848415:33
fungienjoying the "complimentary" internet access in dtw. it's supposedly showing advertisements to my web browser. luckily the mosh session back to my shell server has no idea what an advertisement is15:33
*** salv-orlando has quit IRC15:36
Clinttsk, tsk, you're robbing someone of trillions of dollars in hard-earned ad revenue15:37
*** heyongli has quit IRC15:38
*** heyongli has joined #openstack-infra15:39
fungiyep. if you could see my face you'd see how terrible i feel about it15:44
Clintit's good that the octopus hat won't obscure your face then15:45
fungimarried to a marketeer, i've learned that they really have awful metrics for that sort of thing. someone probably thinks i'm being exposed to all sorts of profitable brainwashing15:46
*** persia has quit IRC15:46
*** persia has joined #openstack-infra15:46
*** persia has quit IRC15:46
*** persia has joined #openstack-infra15:46
* Clint nods.15:48
*** yamamoto has quit IRC15:48
*** heyongli has quit IRC15:48
*** aspiers has joined #openstack-infra15:48
clarkbfungi google says our flights will be early15:49
clarkband I just ruined it by sayong so I amsure15:49
openstackgerritJulia Kreger proposed openstack/diskimage-builder: WIP: iso element compatability for ubuntu EFI  https://review.openstack.org/23697315:49
*** heyongli has joined #openstack-infra15:49
fungiTheJulia: why so productive? are you in jp already? or coming?15:50
fungiclarkb: they always overestimate on touch-down times because of shifting air currents15:51
*** rkukura has joined #openstack-infra15:51
*** yolanda has quit IRC15:52
*** marzif has joined #openstack-infra15:54
*** salv-orlando has joined #openstack-infra15:56
*** dims_ has joined #openstack-infra15:57
*** dims_ has quit IRC15:57
*** heyongli has quit IRC15:58
*** marzif has quit IRC15:58
*** dims has quit IRC15:58
*** heyongli has joined #openstack-infra15:59
*** kozhukalov_ has quit IRC15:59
*** armax has joined #openstack-infra16:01
*** ddieterly has quit IRC16:06
*** heyongli has quit IRC16:08
*** heyongli has joined #openstack-infra16:09
*** grantbow has joined #openstack-infra16:12
openstackgerritMerged openstack-infra/grafyaml: Allow --testr-args for tox -ecover  https://review.openstack.org/23911216:16
*** larainema_ has quit IRC16:16
*** larainema_ has joined #openstack-infra16:16
*** heyongli has quit IRC16:18
*** heyongli has joined #openstack-infra16:19
*** wenlock has joined #openstack-infra16:20
*** shashank_hegde has joined #openstack-infra16:21
*** marzif has joined #openstack-infra16:24
*** ddieterly has joined #openstack-infra16:26
*** salv-orl_ has joined #openstack-infra16:26
*** salv-orlando has quit IRC16:27
*** marzif has quit IRC16:27
*** heyongli has quit IRC16:28
*** heyongli has joined #openstack-infra16:29
openstackgerritDmitry Tantsur proposed openstack/diskimage-builder: Add a tox target to run functional tests locally  https://review.openstack.org/22933516:33
*** rkukura has quit IRC16:34
*** salv-orl_ has quit IRC16:35
*** salv-orlando has joined #openstack-infra16:36
*** zigo has quit IRC16:38
*** heyongli has quit IRC16:38
*** zigo has joined #openstack-infra16:38
*** salv-orlando has quit IRC16:39
*** heyongli has joined #openstack-infra16:39
*** salv-orlando has joined #openstack-infra16:39
*** armax has quit IRC16:43
fungicrinkle: according to clarkb we're all getting in within an hour or so of one another and may be able to share train booking confusion. fyi i'm on delta flight dl275 arriving at 3:35 pm tokyo time and will attempt to coordinate16:44
crinklefungi: i'm on air canada 003 arriving at 4:40pm16:45
crinkleso a little later than you guys16:45
clarkbcrinkle: teh googles says you will be early (as will I)16:46
clarkbcrinkle: 3:34 according to google16:46
*** sergmelikyan has joined #openstack-infra16:46
clarkbso it may just work out16:46
fungicrinkle: i'm earlier than the rest so you're probably well within the window16:46
crinkleha16:46
*** salv-orlando has quit IRC16:46
*** salv-orlando has joined #openstack-infra16:47
*** markvoelker has joined #openstack-infra16:47
fungihence my sacrificial coordingness16:47
crinklethe air canada tracking site didn't think it necessary to tell me about that16:47
crinklefungi: cool16:47
fungitypical hawaiian shirt and long hair16:47
fungi<- rallying point16:48
*** sergmelikyan has quit IRC16:48
*** heyongli has quit IRC16:48
*** yamamoto has joined #openstack-infra16:49
nibalizerhaha16:49
*** heyongli has joined #openstack-infra16:49
*** zigo has quit IRC16:49
nibalizerif technology breaks down, fungi will be the meeting point16:49
*** zigo has joined #openstack-infra16:51
*** aysyd has joined #openstack-infra16:51
*** yamamoto has quit IRC16:54
*** salv-orl_ has joined #openstack-infra16:54
*** sergmelikyan has joined #openstack-infra16:54
openstackgerritDong Ma proposed openstack-infra/jenkins-job-builder: [BUGFIX] Add missing "strExclusionSet" element when using "exclusionValues"  https://review.openstack.org/23698116:55
*** salv-orlando has quit IRC16:55
*** heyongli has quit IRC16:58
*** heyongli has joined #openstack-infra16:59
*** markvoelker has quit IRC17:01
*** craigbr has joined #openstack-infra17:01
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: s/branch-designator/job-suffix/  https://review.openstack.org/23918717:06
*** Zara__ has joined #openstack-infra17:07
*** AJaeger has joined #openstack-infra17:07
AJaegernibalizer, clarkb: here's what clarkb suggested the other day ^17:08
*** heyongli has quit IRC17:08
*** heyongli has joined #openstack-infra17:09
*** craigbr has quit IRC17:09
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: s/branch-designator/job-suffix/g  https://review.openstack.org/23918717:09
*** shashank_hegde has quit IRC17:10
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Adjust README  https://review.openstack.org/23918817:14
*** tlian has quit IRC17:17
*** heyongli has quit IRC17:18
*** yfried_ has joined #openstack-infra17:18
*** heyongli has joined #openstack-infra17:19
kun_huangAJaeger:  Is that a necessary change for s/branch-designator/job-suffix/g ? Do I need update my new project patch?17:19
AJaegerkun_huang: it's just cosmetics. Let's merge your change in and I'll do the rename afterwards...17:21
AJaegerno need to be proactive on your change - might be that nobody likes the rename ;)17:21
AJaegerkun_huang: thanks for asking17:21
kun_huangAJaeger: I need thanks for your review work in weekend :)17:22
AJaegernp17:24
*** sergmelikyan has quit IRC17:28
*** heyongli has quit IRC17:28
*** salv-orl_ has quit IRC17:29
*** heyongli has joined #openstack-infra17:29
*** yamahata has joined #openstack-infra17:29
*** hdd has joined #openstack-infra17:33
*** kozhukalov_ has joined #openstack-infra17:34
*** sergmelikyan has joined #openstack-infra17:37
*** heyongli has quit IRC17:38
*** heyongli has joined #openstack-infra17:39
*** hdd has quit IRC17:42
*** amuller has quit IRC17:45
*** Sukhdev has joined #openstack-infra17:48
*** heyongli has quit IRC17:48
*** heyongli has joined #openstack-infra17:49
*** aspiers has quit IRC17:49
*** Sukhdev has quit IRC17:51
*** AJaeger has quit IRC17:52
*** sergmelikyan has quit IRC17:52
*** Zara__ has quit IRC17:54
*** sergmelikyan has joined #openstack-infra17:54
*** Sukhdev has joined #openstack-infra17:55
*** achanda has joined #openstack-infra17:58
*** heyongli has quit IRC17:58
*** heyongli has joined #openstack-infra17:59
openstackgerritMerged openstack-infra/grafyaml: Fix bug when passing url and key into grafana  https://review.openstack.org/23897518:02
*** achanda has quit IRC18:06
*** heyongli has quit IRC18:08
*** heyongli has joined #openstack-infra18:09
*** markvoelker has joined #openstack-infra18:10
*** ihrachys has quit IRC18:10
*** nadya has joined #openstack-infra18:11
*** shashank_hegde has joined #openstack-infra18:12
*** markvoelker has quit IRC18:12
*** markvoelker has joined #openstack-infra18:13
*** heyongli has quit IRC18:18
*** heyongli has joined #openstack-infra18:19
*** yamahata has quit IRC18:28
*** heyongli has quit IRC18:28
*** yamahata has joined #openstack-infra18:29
*** heyongli has joined #openstack-infra18:29
*** sergmelikyan has quit IRC18:31
*** fedexo has joined #openstack-infra18:32
*** sergmelikyan has joined #openstack-infra18:33
*** heyongli has quit IRC18:38
*** heyongli has joined #openstack-infra18:39
*** ddieterly has quit IRC18:44
*** markvoelker has quit IRC18:44
*** fedexo has quit IRC18:45
*** jlvillal has quit IRC18:46
*** jlvillal has joined #openstack-infra18:46
*** fedexo has joined #openstack-infra18:48
*** heyongli has quit IRC18:48
*** heyongli has joined #openstack-infra18:49
*** Sukhdev has quit IRC18:51
*** markvoelker has joined #openstack-infra18:51
*** achanda has joined #openstack-infra18:51
*** yfried_ has quit IRC18:51
*** yfried_ has joined #openstack-infra18:52
*** Sukhdev has joined #openstack-infra18:53
*** shashank_hegde has quit IRC18:56
*** heyongli has quit IRC18:58
*** heyongli has joined #openstack-infra18:59
*** sdake has joined #openstack-infra19:00
*** yamahata has quit IRC19:02
*** Sukhdev has quit IRC19:06
*** Sukhdev has joined #openstack-infra19:07
*** flepied has joined #openstack-infra19:08
*** yfried_ has quit IRC19:08
*** heyongli has quit IRC19:08
*** yfried_ has joined #openstack-infra19:08
*** heyongli has joined #openstack-infra19:09
*** shashank_hegde has joined #openstack-infra19:09
*** persia has quit IRC19:10
*** persia has joined #openstack-infra19:10
*** flepied1 has quit IRC19:12
*** shashank_hegde has quit IRC19:12
*** Sukhdev has quit IRC19:13
*** achanda has quit IRC19:15
*** heyongli has quit IRC19:18
*** Sukhdev has joined #openstack-infra19:19
*** heyongli has joined #openstack-infra19:19
*** woodster_ has joined #openstack-infra19:26
*** bmwiedemann has joined #openstack-infra19:27
*** heyongli has quit IRC19:28
*** heyongli has joined #openstack-infra19:29
*** sdake_ has joined #openstack-infra19:33
*** sdake has quit IRC19:34
*** shashank_hegde has joined #openstack-infra19:38
*** heyongli has quit IRC19:38
*** heyongli has joined #openstack-infra19:39
*** sdake_ has quit IRC19:42
*** persia has quit IRC19:43
*** persia has joined #openstack-infra19:43
*** shashank_hegde has quit IRC19:44
*** persia has quit IRC19:44
*** ddieterly has joined #openstack-infra19:45
*** heyongli has quit IRC19:48
*** heyongli has joined #openstack-infra19:49
*** ddieterly has quit IRC19:50
*** fedexo has quit IRC19:50
*** persia has joined #openstack-infra19:52
*** Sukhdev has quit IRC19:53
*** salv-orlando has joined #openstack-infra19:53
*** persia has quit IRC19:57
*** persia has joined #openstack-infra19:57
*** heyongli has quit IRC19:58
*** heyongli has joined #openstack-infra19:59
*** ddieterly has joined #openstack-infra20:02
*** hdd has joined #openstack-infra20:03
*** hdd has quit IRC20:07
*** heyongli has quit IRC20:08
*** hdd has joined #openstack-infra20:09
*** heyongli has joined #openstack-infra20:09
*** jzerebec1i is now known as jzerebecki20:12
*** achanda has joined #openstack-infra20:15
*** markvoelker has quit IRC20:16
*** salv-orlando has quit IRC20:16
*** heyongli has quit IRC20:18
*** heyongli has joined #openstack-infra20:19
*** achanda has quit IRC20:21
*** nadya has quit IRC20:26
*** heyongli has quit IRC20:28
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: [WIP] Add mirror server  https://review.openstack.org/23841420:29
*** heyongli has joined #openstack-infra20:29
*** persia has quit IRC20:29
*** shashank_hegde has joined #openstack-infra20:32
*** sergmelikyan has quit IRC20:36
*** shashank_hegde has quit IRC20:37
*** heyongli has quit IRC20:38
*** heyongli has joined #openstack-infra20:39
*** ekarlso has joined #openstack-infra20:43
*** hdd has quit IRC20:43
*** armax has joined #openstack-infra20:47
*** heyongli has quit IRC20:48
*** heyongli has joined #openstack-infra20:49
*** olaph has quit IRC20:55
*** tsufiev has quit IRC20:57
*** tsufiev has joined #openstack-infra20:57
*** yamahata has joined #openstack-infra20:58
*** heyongli has quit IRC20:58
*** heyongli has joined #openstack-infra20:59
*** FallenPegasus has joined #openstack-infra21:03
*** yamahata has quit IRC21:07
*** heyongli has quit IRC21:08
*** heyongli has joined #openstack-infra21:09
*** rossella_s has quit IRC21:13
*** rossella_s has joined #openstack-infra21:13
*** FallenPegasus has quit IRC21:15
*** FallenPegasus has joined #openstack-infra21:15
*** aysyd has quit IRC21:16
*** salv-orlando has joined #openstack-infra21:17
*** heyongli has quit IRC21:18
*** heyongli has joined #openstack-infra21:19
*** olaph has joined #openstack-infra21:20
*** nadya has joined #openstack-infra21:26
*** persia has joined #openstack-infra21:27
*** heyongli has quit IRC21:28
*** heyongli has joined #openstack-infra21:30
*** nadya has quit IRC21:32
*** yolanda has joined #openstack-infra21:38
*** heyongli has quit IRC21:39
*** heyongli has joined #openstack-infra21:40
*** salv-orlando has quit IRC21:40
*** puranamr has joined #openstack-infra21:40
*** puranamr has quit IRC21:41
*** ddieterly has quit IRC21:47
*** heyongli has quit IRC21:49
*** armax has quit IRC21:49
*** heyongli has joined #openstack-infra21:50
*** julim has joined #openstack-infra21:55
*** ildikov has quit IRC21:57
openstackgerritMerged openstack-infra/project-config: Adjust README  https://review.openstack.org/23918821:58
*** heyongli has quit IRC21:59
tristanC93990022:00
*** heyongli has joined #openstack-infra22:00
tristanCoups... :)22:01
*** mwagone has joined #openstack-infra22:02
openstackgerritMerged openstack-infra/project-config: Change stackforge to openstack  https://review.openstack.org/23917522:03
openstackgerritMerged openstack-infra/project-config: new-project: openstack/scalpels  https://review.openstack.org/23885622:06
*** ddieterly has joined #openstack-infra22:07
*** heyongli has quit IRC22:09
*** heyongli has joined #openstack-infra22:11
*** openstackgerrit has quit IRC22:16
*** FallenPegasus has quit IRC22:16
*** openstackgerrit has joined #openstack-infra22:16
*** salv-orlando has joined #openstack-infra22:18
*** heyongli has quit IRC22:20
*** achanda has joined #openstack-infra22:20
*** heyongli has joined #openstack-infra22:21
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23614422:22
*** ildikov has joined #openstack-infra22:22
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23614222:24
*** achanda has quit IRC22:25
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: [WIP] Add mirror server  https://review.openstack.org/23841422:26
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23613922:29
*** heyongli has quit IRC22:30
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23613722:30
*** heyongli has joined #openstack-infra22:31
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23613422:34
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23613222:36
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23613122:37
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23613022:39
*** heyongli has quit IRC22:40
*** heyongli has joined #openstack-infra22:41
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23612722:43
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23612622:43
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23612522:44
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23612422:47
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23612222:47
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23612122:50
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23612022:50
*** heyongli has quit IRC22:50
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23611922:51
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23611822:51
*** heyongli has joined #openstack-infra22:52
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23611622:52
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23611422:53
*** dizquierdo has joined #openstack-infra22:53
openstackgerritMerged openstack-infra/system-config: Remove placeholder hiera defaults  https://review.openstack.org/23611122:53
*** julim has quit IRC22:58
*** ivar-lazzaro has joined #openstack-infra22:59
*** heyongli has quit IRC23:01
*** heyongli has joined #openstack-infra23:02
*** heyongli has quit IRC23:11
*** heyongli has joined #openstack-infra23:12
openstackgerritMerged openstack-infra/system-config: Small changes to get closer to p4 compatiblity  https://review.openstack.org/21185423:13
*** salv-orlando has quit IRC23:15
*** salv-orlando has joined #openstack-infra23:16
openstackgerritMerged openstack-infra/system-config: Remove unused elastic-recheck files  https://review.openstack.org/23827023:17
openstackgerritMerged openstack-infra/system-config: Add echo test to asterisk  https://review.openstack.org/23818823:17
openstackgerritMerged openstack-infra/system-config: Add openstackstatus to #openstack-neutron-ovn.  https://review.openstack.org/23319723:18
openstackgerritMerged openstack-infra/system-config: Update rabbitmq module  https://review.openstack.org/23171323:21
*** heyongli has quit IRC23:21
openstackgerritMerged openstack-infra/system-config: Enable logging for the #openstack-storlets channel  https://review.openstack.org/23479723:21
*** heyongli has joined #openstack-infra23:22
openstackgerritMerged openstack-infra/system-config: Rev gearman-plugin to 0.1.3  https://review.openstack.org/23601923:22
*** slagle has joined #openstack-infra23:23
openstackgerritMerged openstack-infra/system-config: Add status.o.o to cacti  https://review.openstack.org/23866323:24
openstackgerritMerged openstack-infra/system-config: Use the 40char fingerprint of the puppetlabs key  https://review.openstack.org/23780223:25
*** harlowja has joined #openstack-infra23:26
*** harlowja has quit IRC23:26
openstackgerritMerged openstack-infra/project-config: Add functional testing jobs to GCE API project.  https://review.openstack.org/23895123:28
*** ivar-lazzaro has quit IRC23:29
*** ivar-lazzaro has joined #openstack-infra23:29
openstackgerritMerged openstack-infra/system-config: Clean up tabs and whitespace in status/index.html  https://review.openstack.org/23814323:30
openstackgerritMerged openstack-infra/system-config: Make region list a list  https://review.openstack.org/22361623:31
*** heyongli has quit IRC23:31
*** heyongli has joined #openstack-infra23:32
*** openstackstatus has quit IRC23:32
*** openstack has joined #openstack-infra23:35
openstackgerritMerged openstack-infra/system-config: Setting ansible playbooks path variable  https://review.openstack.org/22974423:37
*** salv-orlando has quit IRC23:37
*** _denisra has joined #openstack-infra23:38
*** salv-orl_ has quit IRC23:38
openstackgerritMerged openstack-infra/system-config: Update askbot documentation  https://review.openstack.org/20505323:40
*** heyongli has quit IRC23:42
*** heyongli has joined #openstack-infra23:43
openstackgerritMerged openstack-infra/system-config: Move out server class from subunit_worker.pp  https://review.openstack.org/20023323:44
openstackgerritMerged openstack-infra/system-config: Move out server class from elasticsearch_node.pp  https://review.openstack.org/20023523:46
openstackgerritMerged openstack-infra/system-config: Document a quick and dirty project rename script  https://review.openstack.org/22272623:52
*** heyongli has quit IRC23:52
*** heyongli has joined #openstack-infra23:53
*** ddieterly has quit IRC23:57

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