*** jongchoi has quit IRC | 00:02 | |
*** ybathia has quit IRC | 00:02 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-elastic_recheck: Use the new --conf option to pass in values https://review.openstack.org/237796 | 00: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 present | 00:04 |
*** baoli has joined #openstack-infra | 00:06 | |
*** heyongli has quit IRC | 00:07 | |
pabelanger | mordred: 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-infra | 00:08 | |
zigo | pabelanger: 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 |
openstackgerrit | Merged openstack-infra/grafyaml: Remove unused oslo_config settings https://review.openstack.org/238178 | 00:08 |
zigo | Otherwise, we may get some bad surprises. | 00:09 |
pabelanger | zigo: https://review.openstack.org/#/c/185680/6/modules/openstack_project/manifests/slave_pkg.pp | 00:09 |
pabelanger | zigo: it used sbuild-createchroot | 00:09 |
zigo | Ah, nice ! :) | 00:10 |
*** r-daneel has joined #openstack-infra | 00:10 | |
*** baoli has quit IRC | 00:10 | |
pabelanger | there was a infra-spec out, never got finished | 00:10 |
pabelanger | so, my code just bitrot | 00:10 |
pabelanger | :( | 00:10 |
zigo | pabelanger: It took 3 months to get the deb packaging approved by the TC. | 00:11 |
zigo | pabelanger: Then another 3 months to get the first deb-openstack-pkg-tools git repo approved. | 00:11 |
zigo | pabelanger: I just hope for the Mitaka cycle, things are going to be faster... | 00:11 |
zigo | pabelanger: Will you come there? http://mitakadesignsummit.sched.org/overview/type/packaging+deb | 00:11 |
pabelanger | zigo: 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 |
pabelanger | So, will try and do from remote | 00:12 |
zigo | Oh, you wont be there? | 00:12 |
zigo | Shit ... | 00:12 |
zigo | I'll miss you. | 00:12 |
pabelanger | Ya, no summit for me | 00:12 |
*** markvoelker has joined #openstack-infra | 00:13 | |
*** sridhar_ram has quit IRC | 00:17 | |
*** heyongli has quit IRC | 00:17 | |
mordred | asselin: yes! | 00:17 |
*** heyongli has joined #openstack-infra | 00:18 | |
openstackgerrit | Merged openstack/requirements: Bump WSME to >= 0.8 https://review.openstack.org/238430 | 00:21 |
*** wenlock has joined #openstack-infra | 00:22 | |
mordred | SpamapS: if you get bored on the plane ... https://review.openstack.org/239084 and https://review.openstack.org/238973 | 00:22 |
* SpamapS reviews | 00:23 | |
SpamapS | I'm also poking at the subunit2sql stuf | 00:23 |
SpamapS | because its fun | 00:23 |
SpamapS | but... I'm afraid the migration I want to do will take 3 days | 00:23 |
mordred | SpamapS: well, maybe that's a fear you'll have to come to terms with | 00:24 |
mordred | SpamapS: let's talk some about databases during one of the infra work sessions | 00:24 |
SpamapS | mordred: 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 |
mordred | SpamapS: one of the reasons I was thinking about making our own | 00:27 |
mordred | SpamapS: is that while a cloud handling a db for you makes TOTAL sense | 00:27 |
jesusaurus | clarkb: 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 headers | 00:27 |
greghaynes | ianw: wow https://review.openstack.org/#/c/238773/ is a comedy of errors | 00:27 |
mordred | SpamapS: there are other things that are app-level that are _total_ solved problems with real dbs | 00:27 |
mordred | SpamapS: 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 IRC | 00:28 | |
clarkb | jesusaurus against logs.o.o? | 00:28 |
jesusaurus | clarkb: yeah | 00:28 |
clarkb | what file? | 00:28 |
SpamapS | mordred: yeah, I'm quite fond of that one. | 00:28 |
*** heyongli has joined #openstack-infra | 00:28 | |
jesusaurus | clarkb: curl -H "Range: bytes=0-24" -vv http://logs.openstack.org/13/236913/1/gate/gate-fuel-octane-python27/31b7e7e/console.html |& head -n40 | 00:29 |
*** yamahata has joined #openstack-infra | 00:29 | |
mordred | SpamapS: yah. that and "keep a slave so you can use it to do backups" | 00:29 |
greghaynes | ^ the way I have always done it | 00:29 |
SpamapS | indeed | 00:31 |
*** changbl has joined #openstack-infra | 00:31 | |
*** dims_ has quit IRC | 00:31 | |
*** wenlock has quit IRC | 00:31 | |
greghaynes | Not 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 exclusive | 00:32 |
SpamapS | so | 00:32 |
clarkb | jesusaurus does it work on the index file? | 00:32 |
SpamapS | xtrabackup makes that not necessary | 00:32 |
clarkb | its possibly an issue with os-loganalyze if so | 00:32 |
greghaynes | ah, thats neat | 00:33 |
SpamapS | greghaynes: xtrabackup does it lock free in very clever ways, but requires direct access to the innodb table spaces. | 00:33 |
SpamapS | greghaynes: it also is a snapshot of the database as it was _when it finishes_ | 00:33 |
SpamapS | not when it started | 00:33 |
greghaynes | oh, huh. | 00:33 |
jesusaurus | clarkb: aha, yes it does work for the index | 00:33 |
*** salv-orlando has quit IRC | 00:33 | |
SpamapS | so... basically its amazeballs | 00:33 |
SpamapS | greghaynes: or rather, as it is when it finishes. | 00:34 |
clarkb | jesusaurus need to fix os-loganalyze probably | 00:34 |
greghaynes | That sounds really neat although I could definitely see arguments for explicitly not wanting that behavior | 00:34 |
SpamapS | greghaynes: 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 |
SpamapS | greghaynes: I can't think of a single reason you would want a _more_ stale backup. | 00:35 |
clarkb | jesusaurus try it without the logification stuff | 00:35 |
jesusaurus | clarkb: what do you mean by logification stuff? | 00:35 |
SpamapS | greghaynes: it's also the way galera clusters initialize new members fast. :) | 00:35 |
*** yamahata has quit IRC | 00:36 | |
clarkb | jesusaurus os-loganalyze rewrites the files to annotate them. but curl doesnt accept html so it should already serve up the original | 00:36 |
*** heyongli has quit IRC | 00:38 | |
mordred | SpamapS: ++ | 00:38 |
jesusaurus | clarkb: at this point its past beer:30 on the friday before summit, we can dig into it more post-summit | 00:38 |
clarkb | ++ | 00:38 |
clarkb | but I am almost positive that os-loganalyze needs to respect range | 00:39 |
openstackgerrit | Kun Huang proposed openstack-infra/project-config: new-project: openstack/scalpels https://review.openstack.org/238856 | 00:39 |
*** heyongli has joined #openstack-infra | 00:39 | |
greghaynes | jesusaurus: yea, its like 09:30, way past beer-30 ;) | 00:39 |
*** kun_huang has joined #openstack-infra | 00:39 | |
SpamapS | greghaynes: have you ramened yet? | 00:39 |
greghaynes | SpamapS: Nope (Me and ramen dont get along :() | 00:40 |
SpamapS | Oh are those not rice noodles? | 00:40 |
greghaynes | I did have *amazing* sushi for breakfast though | 00:40 |
greghaynes | SpamapS: They are highly glutenous | 00:40 |
*** sigmavirus24 is now known as sigmavirus24_awa | 00:40 | |
greghaynes | Part of what makes them springy | 00:40 |
SpamapS | well damn | 00:40 |
SpamapS | thats why I love them so | 00:40 |
greghaynes | that + alkali water which they have no idea why it does what it does | 00:41 |
* SpamapS has the same love for proper Czech dumplings... which are also super glutenous and glutonous | 00:41 | |
SpamapS | I'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 |
greghaynes | haha | 00:42 |
greghaynes | Asahi super dry | 00:42 |
SpamapS | greghaynes: have you poked at the SL servers much? | 00:42 |
SpamapS | greghaynes: I'm really disgusted with the disk array that I got. :-P | 00:42 |
greghaynes | SpamapS: I have not, other than just pulling some code on them | 00:43 |
SpamapS | All those cores and all that RAM and the disk is like a $30 megaraid card. | 00:43 |
mordred | greghaynes: you made it to the market? | 00:43 |
greghaynes | mordred: yep. Had to wait in line for about 40min for sushi but it was entirely worth it | 00:43 |
mordred | greghaynes: woot | 00:43 |
clarkb | are there queues everywhere? | 00:44 |
greghaynes | It 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 way | 00:44 |
greghaynes | clarkb: Nah, but there are a few places that are the definite well known good spots | 00:44 |
*** tjones has joined #openstack-infra | 00:47 | |
*** tjones has left #openstack-infra | 00:47 | |
*** markvoelker has quit IRC | 00:48 | |
*** heyongli has quit IRC | 00:48 | |
*** heyongli has joined #openstack-infra | 00:49 | |
openstackgerrit | Merged openstack/diskimage-builder: Create YUM_CACHE_DIR in yum-minimal https://review.openstack.org/238772 | 00:57 |
*** heyongli has quit IRC | 00:58 | |
*** heyongli has joined #openstack-infra | 00:59 | |
*** geoffarnold has joined #openstack-infra | 01:01 | |
*** geoffarn_ has joined #openstack-infra | 01:02 | |
*** bharathm has quit IRC | 01:03 | |
openstackgerrit | Merged openstack-infra/shade: Add swift object and container list functionality https://review.openstack.org/239084 | 01:03 |
*** dangers is now known as dangers_away | 01:04 | |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub https://review.openstack.org/239138 | 01:05 |
*** tsg has quit IRC | 01:05 | |
*** geoffarnold has quit IRC | 01:06 | |
*** Sukhdev has quit IRC | 01:08 | |
*** heyongli has quit IRC | 01:09 | |
*** heyongli has joined #openstack-infra | 01:09 | |
*** shashank_hegde has quit IRC | 01:11 | |
*** geoffarn_ has quit IRC | 01:11 | |
*** geoffarnold has joined #openstack-infra | 01:12 | |
*** rossella_s has quit IRC | 01:13 | |
*** rossella_s has joined #openstack-infra | 01:13 | |
*** dims has joined #openstack-infra | 01:17 | |
*** heyongli has quit IRC | 01:19 | |
*** heyongli has joined #openstack-infra | 01:20 | |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub https://review.openstack.org/239138 | 01:20 |
*** heyongli has quit IRC | 01:29 | |
*** heyongli has joined #openstack-infra | 01:30 | |
*** unicell has quit IRC | 01:31 | |
*** geoffarnold is now known as geoffarnoldX | 01:31 | |
*** geoffarnoldX has quit IRC | 01:33 | |
*** geoffarnold has joined #openstack-infra | 01:33 | |
*** dims has quit IRC | 01:38 | |
*** heyongli has quit IRC | 01:39 | |
*** heyongli has joined #openstack-infra | 01:40 | |
*** heyongli has quit IRC | 01:50 | |
*** heyongli has joined #openstack-infra | 01:50 | |
*** heyongli has quit IRC | 02:00 | |
*** wenlock has joined #openstack-infra | 02:01 | |
*** heyongli has joined #openstack-infra | 02:01 | |
*** baoli has joined #openstack-infra | 02:04 | |
openstackgerrit | Merged openstack/requirements: Bump minimum django-babel version https://review.openstack.org/231931 | 02:05 |
openstackgerrit | Merged openstack/requirements: Document the blacklist intent for reviewers. https://review.openstack.org/237215 | 02:05 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/237351 | 02:06 |
kun_huang | anyone could help review this new project setup? https://review.openstack.org/#/c/238856/ | 02:07 |
*** heyongli has quit IRC | 02:10 | |
*** shashank_hegde has joined #openstack-infra | 02:10 | |
*** heyongli has joined #openstack-infra | 02:11 | |
openstackgerrit | Lars Kellogg-Stedman proposed openstack-infra/shade: add list_server_security_groups method https://review.openstack.org/238973 | 02:12 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack-infra/shade: expand security groups in get_hostvars_from_server https://review.openstack.org/239141 | 02:12 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack-infra/shade: return additional detail about servers https://review.openstack.org/239142 | 02:12 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack-infra/shade: return additional detail about servers https://review.openstack.org/239142 | 02:15 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack-infra/shade: expand security groups in get_hostvars_from_server https://review.openstack.org/239141 | 02:15 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack-infra/shade: return additional detail about servers https://review.openstack.org/239142 | 02:15 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack-infra/shade: return additional detail about servers https://review.openstack.org/239142 | 02:19 |
*** heyongli has quit IRC | 02:20 | |
*** dizquierdo has joined #openstack-infra | 02:21 | |
*** heyongli has joined #openstack-infra | 02:21 | |
*** r-daneel has quit IRC | 02:25 | |
*** heyongli has quit IRC | 02:31 | |
*** dizquierdo has quit IRC | 02:31 | |
*** heyongli has joined #openstack-infra | 02:31 | |
*** dizquierdo has joined #openstack-infra | 02:35 | |
*** salv-orlando has joined #openstack-infra | 02:36 | |
*** heyongli has quit IRC | 02:41 | |
*** heyongli has joined #openstack-infra | 02:42 | |
*** larainema_ has quit IRC | 02:43 | |
*** larainema_ has joined #openstack-infra | 02:43 | |
*** salv-orlando has quit IRC | 02:44 | |
*** Sukhdev has joined #openstack-infra | 02:45 | |
*** heyongli has quit IRC | 02:51 | |
*** heyongli has joined #openstack-infra | 02:52 | |
*** rguillebert has quit IRC | 02:58 | |
*** geoffarn_ has joined #openstack-infra | 02:58 | |
*** geoffarnold has quit IRC | 02:59 | |
*** baoli has quit IRC | 02:59 | |
*** heyongli has quit IRC | 03:01 | |
*** heyongli has joined #openstack-infra | 03:02 | |
*** nikhil_k has joined #openstack-infra | 03:03 | |
*** tsg has joined #openstack-infra | 03:03 | |
*** Guest48726 has quit IRC | 03:06 | |
*** nikhil has quit IRC | 03:06 | |
*** d0ugal has joined #openstack-infra | 03:06 | |
*** clee has quit IRC | 03:06 | |
*** d0ugal is now known as Guest12181 | 03:06 | |
*** clee_ has joined #openstack-infra | 03:06 | |
*** dizquierdo has quit IRC | 03:07 | |
*** heyongli has quit IRC | 03:12 | |
*** heyongli has joined #openstack-infra | 03:12 | |
*** geoffarn_ has quit IRC | 03:18 | |
*** geoffarnold has joined #openstack-infra | 03:20 | |
*** dizquierdo has joined #openstack-infra | 03:20 | |
*** heyongli has quit IRC | 03:22 | |
*** heyongli has joined #openstack-infra | 03:23 | |
*** mikal has quit IRC | 03:23 | |
*** mikal has joined #openstack-infra | 03:25 | |
*** ddieterl_ has quit IRC | 03:26 | |
*** heyongli has quit IRC | 03:32 | |
*** shashank_hegde has quit IRC | 03:32 | |
*** heyongli has joined #openstack-infra | 03:33 | |
*** dims has joined #openstack-infra | 03:37 | |
*** dizquierdo has quit IRC | 03:38 | |
*** bharathm has joined #openstack-infra | 03:39 | |
*** woodster_ has quit IRC | 03:39 | |
*** geoffarn_ has joined #openstack-infra | 03:41 | |
*** geoffarnold has quit IRC | 03:41 | |
*** achanda has quit IRC | 03:42 | |
*** dims has quit IRC | 03:42 | |
*** heyongli has quit IRC | 03:42 | |
*** heyongli has joined #openstack-infra | 03:43 | |
*** bharathm has quit IRC | 03:49 | |
*** heyongli has quit IRC | 03:53 | |
*** heyongli has joined #openstack-infra | 03:53 | |
*** armax has quit IRC | 03:54 | |
*** salv-orlando has joined #openstack-infra | 04:00 | |
*** heyongli has quit IRC | 04:03 | |
*** heyongli has joined #openstack-infra | 04:04 | |
*** tsg has quit IRC | 04:09 | |
*** tsg has joined #openstack-infra | 04:11 | |
*** heyongli has quit IRC | 04:13 | |
*** heyongli has joined #openstack-infra | 04:14 | |
*** salv-orlando has quit IRC | 04:15 | |
*** dizquierdo has joined #openstack-infra | 04:20 | |
*** geoffarnold has joined #openstack-infra | 04:21 | |
*** heyongli has quit IRC | 04:23 | |
*** shashank_hegde has joined #openstack-infra | 04:24 | |
*** heyongli has joined #openstack-infra | 04:24 | |
*** geoffarn_ has quit IRC | 04:25 | |
*** ddieterly has joined #openstack-infra | 04:27 | |
*** achanda has joined #openstack-infra | 04:30 | |
*** shashank_hegde has quit IRC | 04:30 | |
*** ddieterly has quit IRC | 04:31 | |
*** heyongli has quit IRC | 04:34 | |
*** heyongli has joined #openstack-infra | 04:34 | |
*** FallenPegasus has joined #openstack-infra | 04:37 | |
*** tsg_ has joined #openstack-infra | 04:38 | |
*** tsg has quit IRC | 04:38 | |
*** dims has joined #openstack-infra | 04:39 | |
*** geoffarnold has quit IRC | 04:42 | |
*** geoffarnold has joined #openstack-infra | 04:43 | |
*** dims has quit IRC | 04:43 | |
*** heyongli has quit IRC | 04:44 | |
*** heyongli has joined #openstack-infra | 04:45 | |
*** unicell has joined #openstack-infra | 04: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 NEXT | 04:49 |
*** unicell1 has joined #openstack-infra | 04:53 | |
*** heyongli has quit IRC | 04:54 | |
*** heyongli has joined #openstack-infra | 04:55 | |
*** unicell has quit IRC | 04:55 | |
*** shashank_hegde has joined #openstack-infra | 04:55 | |
*** changbl has quit IRC | 04:56 | |
*** geoffarnold has quit IRC | 05:03 | |
*** heyongli has quit IRC | 05:04 | |
*** heyongli has joined #openstack-infra | 05:06 | |
*** yamamoto has quit IRC | 05:09 | |
*** dizquierdo has quit IRC | 05:09 | |
*** baoli has joined #openstack-infra | 05:10 | |
*** mrmartin has joined #openstack-infra | 05:15 | |
*** heyongli has quit IRC | 05:15 | |
*** baoli has quit IRC | 05:15 | |
*** heyongli has joined #openstack-infra | 05:16 | |
*** salv-orlando has joined #openstack-infra | 05:19 | |
*** tsg has joined #openstack-infra | 05:20 | |
*** tsg_ has quit IRC | 05:22 | |
*** zul has quit IRC | 05:24 | |
*** tsg has quit IRC | 05:24 | |
*** heyongli has quit IRC | 05:25 | |
*** heyongli has joined #openstack-infra | 05:26 | |
*** ekarlso has quit IRC | 05:31 | |
*** mrmartin has quit IRC | 05:33 | |
*** jongchoi has joined #openstack-infra | 05:33 | |
*** heyongli has quit IRC | 05:35 | |
*** salv-orlando has quit IRC | 05:35 | |
*** heyongli has joined #openstack-infra | 05:36 | |
*** dims has joined #openstack-infra | 05:40 | |
mordred | SpamapS: right? | 05:41 |
mordred | SpamapS: it's like the lead off with the main reason why I would never use it for anything | 05:41 |
*** dims has quit IRC | 05:45 | |
*** heyongli has quit IRC | 05:45 | |
*** heyongli has joined #openstack-infra | 05:47 | |
*** Sukhdev has quit IRC | 05:49 | |
*** sergmelikyan has joined #openstack-infra | 05:51 | |
*** heyongli has quit IRC | 05:56 | |
*** heyongli has joined #openstack-infra | 05:57 | |
*** yamahata has joined #openstack-infra | 05:57 | |
*** ddieterly has joined #openstack-infra | 05:58 | |
*** sergmelikyan has quit IRC | 05:59 | |
*** ddieterly has quit IRC | 06:03 | |
*** heyongli has quit IRC | 06:06 | |
*** heyongli has joined #openstack-infra | 06:07 | |
*** hdd has joined #openstack-infra | 06:14 | |
*** heyongli has quit IRC | 06:16 | |
*** heyongli has joined #openstack-infra | 06:17 | |
*** yamamoto has joined #openstack-infra | 06:22 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/237894 | 06:23 |
*** heyongli has quit IRC | 06:26 | |
openstackgerrit | Merged openstack-infra/shade: add list_server_security_groups method https://review.openstack.org/238973 | 06:27 |
*** heyongli has joined #openstack-infra | 06:28 | |
*** salv-orlando has joined #openstack-infra | 06:34 | |
*** heyongli has quit IRC | 06:37 | |
*** heyongli has joined #openstack-infra | 06:38 | |
*** slagle has joined #openstack-infra | 06:38 | |
*** achanda has quit IRC | 06:39 | |
*** Rockyg has joined #openstack-infra | 06:43 | |
*** heyongli has quit IRC | 06:47 | |
*** nadya has joined #openstack-infra | 06:48 | |
*** sergmelikyan has joined #openstack-infra | 06:48 | |
*** heyongli has joined #openstack-infra | 06:48 | |
*** yamamoto has quit IRC | 06:49 | |
*** bharathm has joined #openstack-infra | 06:50 | |
*** salv-orlando has quit IRC | 06:50 | |
*** yamamoto has joined #openstack-infra | 06:51 | |
*** achanda has joined #openstack-infra | 06:52 | |
*** shashank_hegde has quit IRC | 06:53 | |
*** bharathm has quit IRC | 06:54 | |
*** slagle has quit IRC | 06:57 | |
*** heyongli has quit IRC | 06:57 | |
*** heyongli has joined #openstack-infra | 06:58 | |
*** ddieterly has joined #openstack-infra | 06:59 | |
*** salv-orlando has joined #openstack-infra | 07:00 | |
*** ddieterly has quit IRC | 07:04 | |
*** sergmelikyan has quit IRC | 07:07 | |
*** hdd has quit IRC | 07:07 | |
*** heyongli has quit IRC | 07:07 | |
*** heyongli has joined #openstack-infra | 07:09 | |
*** sergmelikyan has joined #openstack-infra | 07:09 | |
*** kozhukalov_ has joined #openstack-infra | 07:12 | |
*** yamamoto has quit IRC | 07:12 | |
*** yamamoto has joined #openstack-infra | 07:13 | |
*** markus_z has joined #openstack-infra | 07:14 | |
*** Rockyg has quit IRC | 07:15 | |
*** slagle has joined #openstack-infra | 07:16 | |
*** heyongli has quit IRC | 07:18 | |
*** heyongli has joined #openstack-infra | 07:19 | |
*** yamamoto has quit IRC | 07:24 | |
*** sabeen has quit IRC | 07:27 | |
*** heyongli has quit IRC | 07:28 | |
*** heyongli has joined #openstack-infra | 07:29 | |
*** markus_z has quit IRC | 07:30 | |
*** Guest60083 has quit IRC | 07:35 | |
*** heyongli has quit IRC | 07:38 | |
*** jongchoi has quit IRC | 07:39 | |
*** heyongli has joined #openstack-infra | 07:39 | |
*** salv-orlando has quit IRC | 07:42 | |
*** jongchoi has joined #openstack-infra | 07:43 | |
*** yamahata has quit IRC | 07:43 | |
*** slagle has quit IRC | 07:43 | |
*** sergmelikyan has quit IRC | 07:46 | |
*** dims has joined #openstack-infra | 07:48 | |
*** heyongli has quit IRC | 07:48 | |
*** Guest60083 has joined #openstack-infra | 07:49 | |
*** heyongli has joined #openstack-infra | 07:50 | |
*** nadya has quit IRC | 07:51 | |
*** dims has quit IRC | 07:52 | |
*** persia has quit IRC | 07:55 | |
*** nadya has joined #openstack-infra | 07:56 | |
*** persia has joined #openstack-infra | 07:56 | |
*** persia has quit IRC | 07:56 | |
*** persia has joined #openstack-infra | 07:56 | |
*** achanda has quit IRC | 07:56 | |
*** heyongli has quit IRC | 07:59 | |
*** heyongli has joined #openstack-infra | 08:00 | |
*** ddieterly has joined #openstack-infra | 08:00 | |
*** Guest60083 has quit IRC | 08:05 | |
*** ddieterly has quit IRC | 08:05 | |
*** Guest60083 has joined #openstack-infra | 08:06 | |
*** jed56 has joined #openstack-infra | 08:07 | |
*** heyongli has quit IRC | 08:09 | |
*** heyongli has joined #openstack-infra | 08:10 | |
*** salv-orlando has joined #openstack-infra | 08:16 | |
*** heyongli has quit IRC | 08:19 | |
*** heyongli has joined #openstack-infra | 08:20 | |
*** heyongli has quit IRC | 08:29 | |
*** dkehn has quit IRC | 08:30 | |
*** heyongli has joined #openstack-infra | 08:30 | |
*** dhellmann has quit IRC | 08:36 | |
*** nadya has quit IRC | 08:37 | |
*** dkehn has joined #openstack-infra | 08:37 | |
*** dhellmann has joined #openstack-infra | 08:38 | |
*** heyongli has quit IRC | 08:40 | |
*** heyongli has joined #openstack-infra | 08:41 | |
*** inteq has joined #openstack-infra | 08:46 | |
openstackgerrit | mostwanted proposed openstack-infra/jenkins-job-builder: [BUGFIX] Add missing "strExclusionSet" element when using "exclusionValues" https://review.openstack.org/236981 | 08:46 |
*** heyongli has quit IRC | 08:50 | |
*** heyongli has joined #openstack-infra | 08:51 | |
*** sergmelikyan has joined #openstack-infra | 08:52 | |
*** sergmelikyan has quit IRC | 08:53 | |
*** heyongli has quit IRC | 09:00 | |
*** ddieterly has joined #openstack-infra | 09:01 | |
*** heyongli has joined #openstack-infra | 09:01 | |
*** ddieterly has quit IRC | 09:05 | |
*** heyongli has quit IRC | 09:10 | |
*** heyongli has joined #openstack-infra | 09:11 | |
*** heyongli has quit IRC | 09:21 | |
*** heyongli has joined #openstack-infra | 09:22 | |
*** kozhukalov_ has quit IRC | 09:25 | |
*** FallenPegasus has quit IRC | 09:25 | |
*** heyongli has quit IRC | 09:31 | |
*** heyongli has joined #openstack-infra | 09:32 | |
*** rguillebert has joined #openstack-infra | 09:33 | |
*** PlugZ51 has joined #openstack-infra | 09:34 | |
*** kozhukalov_ has joined #openstack-infra | 09:34 | |
*** jongchoi has quit IRC | 09:35 | |
*** jed56 has quit IRC | 09:36 | |
*** PlugZ51 has left #openstack-infra | 09:36 | |
*** heyongli has quit IRC | 09:41 | |
*** persia has quit IRC | 09:42 | |
*** heyongli has joined #openstack-infra | 09:42 | |
*** 5EXAACTU0 has joined #openstack-infra | 09:42 | |
*** 5EXAACTU0 is now known as persia | 09:43 | |
*** persia has quit IRC | 09:43 | |
*** persia has joined #openstack-infra | 09:43 | |
*** salv-orlando has quit IRC | 09:47 | |
* persia wonders if anyone is looking for dinner in Minato-ku | 09:48 | |
*** dims has joined #openstack-infra | 09:50 | |
*** kozhukalov_ has quit IRC | 09:50 | |
*** heyongli has quit IRC | 09:51 | |
*** krtaylor has quit IRC | 09:52 | |
*** heyongli has joined #openstack-infra | 09:52 | |
*** yamamoto has joined #openstack-infra | 09:53 | |
*** bookwar1 has joined #openstack-infra | 09:53 | |
*** bookwar1 has quit IRC | 09:54 | |
*** bookwar1 has joined #openstack-infra | 09:54 | |
*** dims has quit IRC | 09:55 | |
*** FallenPegasus has joined #openstack-infra | 09:58 | |
* fungi is just looking for an airship | 09:58 | |
*** ddieterly has joined #openstack-infra | 10:01 | |
*** heyongli has quit IRC | 10:02 | |
*** heyongli has joined #openstack-infra | 10:03 | |
mordred | fungi: I hear they keep them at the aerodrome | 10:05 |
*** ddieterly has quit IRC | 10:06 | |
*** heyongli has quit IRC | 10:12 | |
*** heyongli has joined #openstack-infra | 10:13 | |
*** jed56 has joined #openstack-infra | 10:13 | |
*** sergmelikyan has joined #openstack-infra | 10:14 | |
*** wenlock has quit IRC | 10:14 | |
*** jed56 has quit IRC | 10:20 | |
*** heyongli has quit IRC | 10:22 | |
*** heyongli has joined #openstack-infra | 10:23 | |
*** jed56 has joined #openstack-infra | 10:30 | |
*** heyongli has quit IRC | 10:32 | |
*** heyongli has joined #openstack-infra | 10:33 | |
*** sergmelikyan has quit IRC | 10:35 | |
*** heyongli has quit IRC | 10:43 | |
*** jongchoi has joined #openstack-infra | 10:43 | |
*** heyongli has joined #openstack-infra | 10:44 | |
anteaya | took 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 recommend | 10:50 |
anteaya | it 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 IRC | 10:51 | |
*** heyongli has quit IRC | 10:53 | |
Clint | good to know | 10:53 |
*** heyongli has joined #openstack-infra | 10:54 | |
anteaya | actually every place I have tired thus far has accepted the amex | 10:54 |
anteaya | including the bakery for an egg cake for 200 Y | 10:54 |
*** marzif has quit IRC | 10:55 | |
anteaya | they said no problem, so okay | 10:55 |
anteaya | s/tired/tried | 10:55 |
*** e0ne has joined #openstack-infra | 10:57 | |
*** nadya has joined #openstack-infra | 10:58 | |
persia | A warning: lots of places are cash-only. If they take card, nearly any card works, but be sure to ask. | 11:02 |
anteaya | persia: thanks, I must have lucked out so far in the taking a card department | 11:02 |
*** ddieterly has joined #openstack-infra | 11:02 | |
*** heyongli has quit IRC | 11:03 | |
persia | anteaya: 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 |
anteaya | persia: ah ha, thanks for the things-to-look-for | 11:04 |
*** heyongli has joined #openstack-infra | 11:04 | |
anteaya | the bowing is really impressive | 11:05 |
anteaya | my bus got bowed into its parking spot | 11:05 |
anteaya | learning a lot | 11:05 |
persia | One 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 |
anteaya | persia: good to know, thank you | 11:07 |
*** ddieterly has quit IRC | 11:07 | |
anteaya | I think I have been doing that | 11:07 |
anteaya | just feels natural | 11:07 |
*** kozhukalov_ has joined #openstack-infra | 11:07 | |
anteaya | and yes I saw a really deep from the waist head down bow in chicago before boarding | 11:08 |
anteaya | it was impressive to witness | 11:08 |
persia | It takes practice to maintain balance like that: requires a surprising amount of toe strength :) | 11:09 |
anteaya | whatever the reason for it it didn't happen when they met today, it must have been from before because it was right off the bat | 11:09 |
anteaya | persia: yes, I was caught by surprise, part of me was impressed it didn't turn into a somersault | 11:09 |
anteaya | it was very fast | 11:10 |
persia | Possibly: "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 |
anteaya | persia: that must have been what it was because the other man was older | 11:10 |
anteaya | and the deep bow was at the beginning, the first interaction | 11:11 |
anteaya | and wasnt' repeated again | 11:11 |
anteaya | the good bye series of bows were not nearly as serious | 11:11 |
persia | Typically departure bows are only deep if one party has just done the other a great favour which cannot usefully be reciprocated. | 11:12 |
anteaya | good to know, the departure bows weren't deep, mostly head and shoulders | 11:13 |
*** heyongli has quit IRC | 11:13 | |
persia | In 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 |
anteaya | persia: that makes a lot of sense | 11:14 |
*** heyongli has joined #openstack-infra | 11:14 | |
anteaya | the height of their heads in the opening bow exchange was very obvious | 11:14 |
anteaya | the younger man going lower | 11:15 |
anteaya | this actually fits with what I learned about ying and yang when I studied acupuncture | 11:16 |
anteaya | that the first thing to establish is the difference between two things | 11:16 |
anteaya | and everything else is compared to that relationship | 11:16 |
persia | Yes, absolutely. | 11:17 |
Clint | persia: interestingly our cultural educator told us to NOT make eye contact as it would creep people out | 11:18 |
*** ddieterly has joined #openstack-infra | 11:18 | |
anteaya | thanks 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 change | 11:18 |
persia | Clint: Maintaining eye contact outside of a bow is considered staring (with an unpleasant implication). | 11:19 |
anteaya | I think I am doing okay so far with the right amount of eye contact | 11:21 |
persia | anteaya: 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 is | 11:22 |
persia | easily available). | 11:22 |
anteaya | they can tell I have no idea what I am doing but they seem to be able to humour me | 11:22 |
*** dims has joined #openstack-infra | 11:22 | |
persia | anteaya: 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 |
anteaya | persia: 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 time | 11:23 |
anteaya | that is what it felt mostly closly like to me | 11:23 |
persia | That 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 IRC | 11:24 | |
*** jed56 has quit IRC | 11:24 | |
*** heyongli has joined #openstack-infra | 11:25 | |
anteaya | persia: 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 tale | 11:25 |
*** yamamoto has quit IRC | 11:26 | |
Clint | what i find interesting is how differently people treat me when i'm wearing a t-shirt | 11:26 |
anteaya | persia: possibly as well, but if feel more personal, initally formal with the deep bow but personal too | 11:26 |
anteaya | Clint: 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 all | 11:26 | |
Clint | anteaya: most of the formality goes out the window | 11:26 |
anteaya | persia: you are a sharp dresser | 11:27 |
anteaya | Clint: ah | 11:27 |
fungi | i'm curious how they'll react to my wardrobe of 100% aloha shirts | 11:27 |
anteaya | it is interesting what I silk scarf can do to dress up a t-shirt | 11:27 |
fungi | most of the ones i packed are mickey mouse themed, on top of that | 11:27 |
persia | anteaya: Mostly comes from exposure here: I lived in Tokyo most of my adult life. | 11:27 |
anteaya | fungi: me too | 11:27 |
anteaya | fungi: ha ha ha | 11:28 |
anteaya | fungi: should be quite the experiment, do report findings | 11:28 |
anteaya | persia: oh did you | 11:28 |
fungi | i'll keep you apprised | 11:28 |
Clint | persia: are there actual rules about which side of things to stand/walk on? | 11:28 |
anteaya | persia: are you busy tomorrow? it is my first time here and I don't know what to look at first | 11:28 |
anteaya | fungi: thank you | 11:28 |
persia | fungi: 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 |
anteaya | Clint: well the sidewalks are part foot traffic and part bike traffic | 11:29 |
fungi | persia: i do that anyway! i live on permanent holiday | 11:29 |
anteaya | Clint: don't get hit by a bike | 11:29 |
persia | Clint: 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 fungi | 11:30 | |
persia | anteaya: I have a breakfast engagement, but I may have some time later. That said, I could certainly give recommendations. | 11:30 |
anteaya | some starter adulation | 11:30 |
* fungi accepts adulation respectfully | 11:30 | |
* persia is thinking about heading over to Takanawa and finding a lounge | 11:30 | |
anteaya | persia: awesome | 11:30 |
anteaya | persia: whatever I have no idea where that is and have no plans | 11:30 |
anteaya | I 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 sense | 11:31 |
persia | Takanawa 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 |
anteaya | Clint: oh and I have observed _not_ jaywalking | 11:32 |
fungi | i 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 events | 11:32 |
fungi | anteaya: obeying rules and posted signs ++ | 11:33 |
Clint | anteaya: people definitely jaywalk in kansai | 11:33 |
Clint | and don't follow the bike/pedestrian side signs | 11:33 |
persia | People in kansai do all sorts of things. A rough folk. | 11:33 |
anteaya | fungi: they seem to do that here | 11:34 |
persia | That 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 IRC | 11:34 | |
Clint | does that include handing out fliers? | 11:34 |
* fungi wonders if his appearance will count as a disturbance | 11:35 | |
*** kozhukalov_ has quit IRC | 11:35 | |
*** heyongli has joined #openstack-infra | 11:35 | |
* fungi is a very rough folk | 11:35 | |
Clint | fungi: i think if you wear some sort of stuffed-animal-ear hat you're allowed to do anything | 11:35 |
fungi | Clint: perfect--i came prepared! | 11:35 |
persia | Clint: 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 |
fungi | nekofungi | 11:36 |
anteaya | ha ha ha | 11:36 |
Douhet | Clint, is that an application of the "Cute is Justice" principle? | 11:36 |
*** uberjay has quit IRC | 11:37 | |
Clint | Douhet: i dunno, i just notice a lot of people wearing headgear trying to giev me fliers | 11:37 |
Clint | s/ev/ve/ | 11:37 |
anteaya | Clint: ha ha ha | 11:37 |
*** uberjay has joined #openstack-infra | 11:37 | |
anteaya | your experience thus far does not match mine | 11:38 |
Clint | well, this is in kyoto | 11:38 |
Clint | in osaka the people with the stuffed-animal hats screamed about restaurants instead | 11:38 |
fungi | kawaii janai desu nee | 11:38 |
anteaya | I'm not seeing the cute in that either | 11:40 |
Clint | one was wearing an octopus hat | 11:40 |
anteaya | nice | 11:40 |
fungi | now i want an octopus hat | 11:40 |
anteaya | homemade | 11:41 |
Clint | and the people eating in the restaurant were cosplayers | 11:41 |
anteaya | or is there a purveyer of octopus hats out there somewhre | 11:41 |
Clint | i think persia sells them in his spare time | 11:41 |
fungi | i'm sure i can find one in akihabara | 11:41 |
* persia has spare time? | 11:41 | |
fungi | takofungi | 11:42 |
Clint | genki desu | 11:43 |
*** baoli has joined #openstack-infra | 11:43 | |
*** heyongli has quit IRC | 11:44 | |
*** dims has quit IRC | 11:44 | |
*** heyongli has joined #openstack-infra | 11:45 | |
*** dims has joined #openstack-infra | 11:46 | |
anteaya | okay I am offline again | 11:47 |
anteaya | see y'all later, safe flight fungi and clarkb | 11:48 |
*** baoli has quit IRC | 11:48 | |
fungi | thanks anteaya! | 11:48 |
*** heyongli has quit IRC | 11:54 | |
*** julim has joined #openstack-infra | 11:55 | |
*** heyongli has joined #openstack-infra | 11:55 | |
*** julim_ has joined #openstack-infra | 11:58 | |
*** julim has quit IRC | 11:59 | |
*** jongchoi has quit IRC | 12:05 | |
calebb | shade 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 IRC | 12:05 | |
calebb | mostly 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 tests | 12:05 |
*** heyongli has joined #openstack-infra | 12:06 | |
*** ihrachys has joined #openstack-infra | 12:06 | |
*** salv-orlando has joined #openstack-infra | 12:10 | |
*** jongchoi has joined #openstack-infra | 12:13 | |
*** heyongli has quit IRC | 12:15 | |
*** heyongli has joined #openstack-infra | 12:16 | |
*** nadya has quit IRC | 12:17 | |
*** salv-orlando has quit IRC | 12:24 | |
*** salv-orlando has joined #openstack-infra | 12:24 | |
*** heyongli has quit IRC | 12:25 | |
*** sdake has joined #openstack-infra | 12:26 | |
*** heyongli has joined #openstack-infra | 12:26 | |
*** julim has joined #openstack-infra | 12:28 | |
*** julim_ has quit IRC | 12:28 | |
*** ddieterly has quit IRC | 12:34 | |
*** sdake has quit IRC | 12:35 | |
*** bookwar1 has quit IRC | 12:35 | |
*** heyongli has quit IRC | 12:35 | |
*** ddieterly has joined #openstack-infra | 12:36 | |
*** heyongli has joined #openstack-infra | 12:36 | |
*** jongchoi has quit IRC | 12:40 | |
*** sdake has joined #openstack-infra | 12:42 | |
*** persia has quit IRC | 12:43 | |
*** persia has joined #openstack-infra | 12:44 | |
*** persia has quit IRC | 12:44 | |
*** persia has joined #openstack-infra | 12:44 | |
*** heyongli has quit IRC | 12:46 | |
*** heyongli has joined #openstack-infra | 12:47 | |
*** kozhukalov_ has joined #openstack-infra | 12:50 | |
*** bookwar1 has joined #openstack-infra | 12:52 | |
*** ddieterly has quit IRC | 12:52 | |
*** ddieterly has joined #openstack-infra | 12:55 | |
*** salv-orlando has quit IRC | 12:55 | |
*** FallenPegasus has quit IRC | 12:55 | |
*** heyongli has quit IRC | 12:56 | |
*** heyongli has joined #openstack-infra | 12:57 | |
openstackgerrit | venkatamahesh proposed openstack-infra/project-config: Change stackforge to openstack https://review.openstack.org/239175 | 13:01 |
*** wenlock has joined #openstack-infra | 13:02 | |
*** jongchoi has joined #openstack-infra | 13:02 | |
*** ddieterly has quit IRC | 13:05 | |
*** heyongli has quit IRC | 13:06 | |
*** wenlock has quit IRC | 13:06 | |
*** heyongli has joined #openstack-infra | 13:07 | |
*** yamamoto has joined #openstack-infra | 13:08 | |
*** yamamoto has quit IRC | 13:13 | |
*** heyongli has quit IRC | 13:16 | |
*** heyongli has joined #openstack-infra | 13:17 | |
*** dims_ has joined #openstack-infra | 13:17 | |
*** sdake has quit IRC | 13:18 | |
*** e0ne has quit IRC | 13:19 | |
*** dims has quit IRC | 13:20 | |
*** bookwar1 has quit IRC | 13:20 | |
*** dims has joined #openstack-infra | 13:24 | |
*** dims_ has quit IRC | 13:25 | |
*** heyongli has quit IRC | 13:27 | |
*** heyongli has joined #openstack-infra | 13:28 | |
*** chlong has joined #openstack-infra | 13:29 | |
*** dims has quit IRC | 13:36 | |
*** heyongli has quit IRC | 13:37 | |
*** markvoelker has joined #openstack-infra | 13:38 | |
*** heyongli has joined #openstack-infra | 13:38 | |
*** markvoelker_ has joined #openstack-infra | 13:39 | |
*** ddieterly has joined #openstack-infra | 13:41 | |
*** bookwar1 has joined #openstack-infra | 13:42 | |
*** markvoelker has quit IRC | 13:42 | |
*** jongchoi has quit IRC | 13:46 | |
*** heyongli has quit IRC | 13:47 | |
*** heyongli has joined #openstack-infra | 13:48 | |
*** yamamoto has joined #openstack-infra | 13:49 | |
*** jongchoi has joined #openstack-infra | 13:49 | |
calebb | seems 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 though | 13:54 |
*** yamamoto has quit IRC | 13:54 | |
*** salv-orlando has joined #openstack-infra | 13:56 | |
*** heyongli has quit IRC | 13:57 | |
*** heyongli has joined #openstack-infra | 13:58 | |
*** jongchoi has quit IRC | 14:03 | |
*** yamamoto has joined #openstack-infra | 14:04 | |
openstackgerrit | Caleb Boylan proposed openstack-infra/shade: [WIP] Adds volume snapshot functionality to shade https://review.openstack.org/239181 | 14:07 |
*** heyongli has quit IRC | 14:08 | |
*** julim has quit IRC | 14:09 | |
*** heyongli has joined #openstack-infra | 14:09 | |
*** heyongli has quit IRC | 14:18 | |
*** markvoelker has joined #openstack-infra | 14:18 | |
*** salv-orlando has quit IRC | 14:19 | |
*** heyongli has joined #openstack-infra | 14:19 | |
*** julim has joined #openstack-infra | 14:19 | |
*** markvoelker_ has quit IRC | 14:21 | |
openstackgerrit | Caleb Boylan proposed openstack-infra/shade: [WIP] Adds volume snapshot functionality to shade https://review.openstack.org/239181 | 14:22 |
*** markvoelker has quit IRC | 14:23 | |
*** heyongli has quit IRC | 14:28 | |
*** heyongli has joined #openstack-infra | 14:29 | |
*** changbl has joined #openstack-infra | 14:30 | |
*** yolanda has joined #openstack-infra | 14:37 | |
openstackgerrit | Caleb Boylan proposed openstack-infra/shade: [WIP] Adds volume snapshot functionality to shade https://review.openstack.org/239181 | 14:37 |
*** julim has quit IRC | 14:37 | |
*** tlian has quit IRC | 14:38 | |
*** heyongli has quit IRC | 14:38 | |
*** rkukura has quit IRC | 14:38 | |
*** tlian has joined #openstack-infra | 14:38 | |
*** heyongli has joined #openstack-infra | 14:39 | |
yamamoto | where openstack-INPUT chain found on gate is maintained? | 14:42 |
mordred | calebb: there should be also a non-object call in cinderclient | 14:42 |
mordred | calebb: and yes, we are quite thrilled to have functional tests for everything | 14:45 |
calebb | hmmmm, 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 call | 14:47 |
calebb | https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v1/volume_snapshots.py#L140 is what im looking at ftr | 14:48 |
*** heyongli has quit IRC | 14:48 | |
mordred | Clint: yah - you can pass an id to that too | 14:49 |
mordred | gah | 14:49 |
*** heyongli has joined #openstack-infra | 14:49 | |
mordred | calebb: ^^ :) | 14:49 |
calebb | haha :P | 14:49 |
mordred | base.getid(obj) will return obj.id or id | 14:49 |
mordred | or obj | 14:50 |
calebb | ahhhh, ok | 14:50 |
calebb | interesting | 14:50 |
calebb | thanks | 14:50 |
mordred | whee | 14:50 |
*** unicell has joined #openstack-infra | 14:54 | |
*** unicell1 has quit IRC | 14:55 | |
Clint | mordred: don't card me | 14:55 |
calebb | haha | 14:56 |
*** heyongli has quit IRC | 14:58 | |
*** heyongli has joined #openstack-infra | 14:59 | |
*** nikhil has joined #openstack-infra | 15:06 | |
*** nikhil_k has quit IRC | 15:07 | |
*** heyongli has quit IRC | 15:08 | |
*** heyongli has joined #openstack-infra | 15:09 | |
*** dims has joined #openstack-infra | 15:10 | |
fungi | anybody camping out for the dtw-nrt flight in a couple hours? i'm internetting from the slapshotz bar in terminal a | 15:10 |
fungi | beer selection is the least terrible in this particular aerodrome | 15:11 |
*** yolanda has quit IRC | 15:12 | |
Clint | is the beer quality inversely proportional to the name quality? | 15:13 |
fungi | Clint: unsurprisingly, that has been my observation most places | 15:13 |
fungi | often also inversely proportional to cleanliness/sanitation grade | 15:14 |
Clint | well, rest assured, there is both a tgi friday's and an outback steakhouse in between the train station and the venue | 15:16 |
openstackgerrit | Dong Ma proposed openstack-infra/jenkins-job-builder: [BUGFIX] Add missing "strExclusionSet" element when using "exclusionValues" https://review.openstack.org/236981 | 15:18 |
fungi | Clint: yuck | 15:18 |
*** heyongli has quit IRC | 15:18 | |
*** salv-orlando has joined #openstack-infra | 15:18 | |
*** heyongli has joined #openstack-infra | 15:19 | |
fungi | yamamoto: 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 started | 15:20 |
yamamoto | fungi: thank you! | 15:23 |
fungi | Clint: 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 |
openstackgerrit | Caleb Boylan proposed openstack-infra/shade: Adds volume snapshot functionality to shade https://review.openstack.org/239181 | 15:25 |
Clint | fungi: and then it got a name? | 15:25 |
fungi | in all honesty, it probably had a name, i just never knew it and they didn't put it on the facade because... effort | 15:26 |
fungi | my 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 IRC | 15:28 | |
*** heyongli has joined #openstack-infra | 15:29 | |
*** yolanda has joined #openstack-infra | 15:31 | |
openstackgerrit | Merged openstack-infra/project-config: Octavia should gate on neutron-lbaas tempest lbaasv2 jobs https://review.openstack.org/238484 | 15:33 |
fungi | enjoying 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 is | 15:33 |
*** salv-orlando has quit IRC | 15:36 | |
Clint | tsk, tsk, you're robbing someone of trillions of dollars in hard-earned ad revenue | 15:37 |
*** heyongli has quit IRC | 15:38 | |
*** heyongli has joined #openstack-infra | 15:39 | |
fungi | yep. if you could see my face you'd see how terrible i feel about it | 15:44 |
Clint | it's good that the octopus hat won't obscure your face then | 15:45 |
fungi | married 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 brainwashing | 15:46 |
*** persia has quit IRC | 15:46 | |
*** persia has joined #openstack-infra | 15:46 | |
*** persia has quit IRC | 15:46 | |
*** persia has joined #openstack-infra | 15:46 | |
* Clint nods. | 15:48 | |
*** yamamoto has quit IRC | 15:48 | |
*** heyongli has quit IRC | 15:48 | |
*** aspiers has joined #openstack-infra | 15:48 | |
clarkb | fungi google says our flights will be early | 15:49 |
clarkb | and I just ruined it by sayong so I amsure | 15:49 |
openstackgerrit | Julia Kreger proposed openstack/diskimage-builder: WIP: iso element compatability for ubuntu EFI https://review.openstack.org/236973 | 15:49 |
*** heyongli has joined #openstack-infra | 15:49 | |
fungi | TheJulia: why so productive? are you in jp already? or coming? | 15:50 |
fungi | clarkb: they always overestimate on touch-down times because of shifting air currents | 15:51 |
*** rkukura has joined #openstack-infra | 15:51 | |
*** yolanda has quit IRC | 15:52 | |
*** marzif has joined #openstack-infra | 15:54 | |
*** salv-orlando has joined #openstack-infra | 15:56 | |
*** dims_ has joined #openstack-infra | 15:57 | |
*** dims_ has quit IRC | 15:57 | |
*** heyongli has quit IRC | 15:58 | |
*** marzif has quit IRC | 15:58 | |
*** dims has quit IRC | 15:58 | |
*** heyongli has joined #openstack-infra | 15:59 | |
*** kozhukalov_ has quit IRC | 15:59 | |
*** armax has joined #openstack-infra | 16:01 | |
*** ddieterly has quit IRC | 16:06 | |
*** heyongli has quit IRC | 16:08 | |
*** heyongli has joined #openstack-infra | 16:09 | |
*** grantbow has joined #openstack-infra | 16:12 | |
openstackgerrit | Merged openstack-infra/grafyaml: Allow --testr-args for tox -ecover https://review.openstack.org/239112 | 16:16 |
*** larainema_ has quit IRC | 16:16 | |
*** larainema_ has joined #openstack-infra | 16:16 | |
*** heyongli has quit IRC | 16:18 | |
*** heyongli has joined #openstack-infra | 16:19 | |
*** wenlock has joined #openstack-infra | 16:20 | |
*** shashank_hegde has joined #openstack-infra | 16:21 | |
*** marzif has joined #openstack-infra | 16:24 | |
*** ddieterly has joined #openstack-infra | 16:26 | |
*** salv-orl_ has joined #openstack-infra | 16:26 | |
*** salv-orlando has quit IRC | 16:27 | |
*** marzif has quit IRC | 16:27 | |
*** heyongli has quit IRC | 16:28 | |
*** heyongli has joined #openstack-infra | 16:29 | |
openstackgerrit | Dmitry Tantsur proposed openstack/diskimage-builder: Add a tox target to run functional tests locally https://review.openstack.org/229335 | 16:33 |
*** rkukura has quit IRC | 16:34 | |
*** salv-orl_ has quit IRC | 16:35 | |
*** salv-orlando has joined #openstack-infra | 16:36 | |
*** zigo has quit IRC | 16:38 | |
*** heyongli has quit IRC | 16:38 | |
*** zigo has joined #openstack-infra | 16:38 | |
*** salv-orlando has quit IRC | 16:39 | |
*** heyongli has joined #openstack-infra | 16:39 | |
*** salv-orlando has joined #openstack-infra | 16:39 | |
*** armax has quit IRC | 16:43 | |
fungi | crinkle: 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 coordinate | 16:44 |
crinkle | fungi: i'm on air canada 003 arriving at 4:40pm | 16:45 |
crinkle | so a little later than you guys | 16:45 |
clarkb | crinkle: teh googles says you will be early (as will I) | 16:46 |
clarkb | crinkle: 3:34 according to google | 16:46 |
*** sergmelikyan has joined #openstack-infra | 16:46 | |
clarkb | so it may just work out | 16:46 |
fungi | crinkle: i'm earlier than the rest so you're probably well within the window | 16:46 |
crinkle | ha | 16:46 |
*** salv-orlando has quit IRC | 16:46 | |
*** salv-orlando has joined #openstack-infra | 16:47 | |
*** markvoelker has joined #openstack-infra | 16:47 | |
fungi | hence my sacrificial coordingness | 16:47 |
crinkle | the air canada tracking site didn't think it necessary to tell me about that | 16:47 |
crinkle | fungi: cool | 16:47 |
fungi | typical hawaiian shirt and long hair | 16:47 |
fungi | <- rallying point | 16:48 |
*** sergmelikyan has quit IRC | 16:48 | |
*** heyongli has quit IRC | 16:48 | |
*** yamamoto has joined #openstack-infra | 16:49 | |
nibalizer | haha | 16:49 |
*** heyongli has joined #openstack-infra | 16:49 | |
*** zigo has quit IRC | 16:49 | |
nibalizer | if technology breaks down, fungi will be the meeting point | 16:49 |
*** zigo has joined #openstack-infra | 16:51 | |
*** aysyd has joined #openstack-infra | 16:51 | |
*** yamamoto has quit IRC | 16:54 | |
*** salv-orl_ has joined #openstack-infra | 16:54 | |
*** sergmelikyan has joined #openstack-infra | 16:54 | |
openstackgerrit | Dong Ma proposed openstack-infra/jenkins-job-builder: [BUGFIX] Add missing "strExclusionSet" element when using "exclusionValues" https://review.openstack.org/236981 | 16:55 |
*** salv-orlando has quit IRC | 16:55 | |
*** heyongli has quit IRC | 16:58 | |
*** heyongli has joined #openstack-infra | 16:59 | |
*** markvoelker has quit IRC | 17:01 | |
*** craigbr has joined #openstack-infra | 17:01 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: s/branch-designator/job-suffix/ https://review.openstack.org/239187 | 17:06 |
*** Zara__ has joined #openstack-infra | 17:07 | |
*** AJaeger has joined #openstack-infra | 17:07 | |
AJaeger | nibalizer, clarkb: here's what clarkb suggested the other day ^ | 17:08 |
*** heyongli has quit IRC | 17:08 | |
*** heyongli has joined #openstack-infra | 17:09 | |
*** craigbr has quit IRC | 17:09 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: s/branch-designator/job-suffix/g https://review.openstack.org/239187 | 17:09 |
*** shashank_hegde has quit IRC | 17:10 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Adjust README https://review.openstack.org/239188 | 17:14 |
*** tlian has quit IRC | 17:17 | |
*** heyongli has quit IRC | 17:18 | |
*** yfried_ has joined #openstack-infra | 17:18 | |
*** heyongli has joined #openstack-infra | 17:19 | |
kun_huang | AJaeger: Is that a necessary change for s/branch-designator/job-suffix/g ? Do I need update my new project patch? | 17:19 |
AJaeger | kun_huang: it's just cosmetics. Let's merge your change in and I'll do the rename afterwards... | 17:21 |
AJaeger | no need to be proactive on your change - might be that nobody likes the rename ;) | 17:21 |
AJaeger | kun_huang: thanks for asking | 17:21 |
kun_huang | AJaeger: I need thanks for your review work in weekend :) | 17:22 |
AJaeger | np | 17:24 |
*** sergmelikyan has quit IRC | 17:28 | |
*** heyongli has quit IRC | 17:28 | |
*** salv-orl_ has quit IRC | 17:29 | |
*** heyongli has joined #openstack-infra | 17:29 | |
*** yamahata has joined #openstack-infra | 17:29 | |
*** hdd has joined #openstack-infra | 17:33 | |
*** kozhukalov_ has joined #openstack-infra | 17:34 | |
*** sergmelikyan has joined #openstack-infra | 17:37 | |
*** heyongli has quit IRC | 17:38 | |
*** heyongli has joined #openstack-infra | 17:39 | |
*** hdd has quit IRC | 17:42 | |
*** amuller has quit IRC | 17:45 | |
*** Sukhdev has joined #openstack-infra | 17:48 | |
*** heyongli has quit IRC | 17:48 | |
*** heyongli has joined #openstack-infra | 17:49 | |
*** aspiers has quit IRC | 17:49 | |
*** Sukhdev has quit IRC | 17:51 | |
*** AJaeger has quit IRC | 17:52 | |
*** sergmelikyan has quit IRC | 17:52 | |
*** Zara__ has quit IRC | 17:54 | |
*** sergmelikyan has joined #openstack-infra | 17:54 | |
*** Sukhdev has joined #openstack-infra | 17:55 | |
*** achanda has joined #openstack-infra | 17:58 | |
*** heyongli has quit IRC | 17:58 | |
*** heyongli has joined #openstack-infra | 17:59 | |
openstackgerrit | Merged openstack-infra/grafyaml: Fix bug when passing url and key into grafana https://review.openstack.org/238975 | 18:02 |
*** achanda has quit IRC | 18:06 | |
*** heyongli has quit IRC | 18:08 | |
*** heyongli has joined #openstack-infra | 18:09 | |
*** markvoelker has joined #openstack-infra | 18:10 | |
*** ihrachys has quit IRC | 18:10 | |
*** nadya has joined #openstack-infra | 18:11 | |
*** shashank_hegde has joined #openstack-infra | 18:12 | |
*** markvoelker has quit IRC | 18:12 | |
*** markvoelker has joined #openstack-infra | 18:13 | |
*** heyongli has quit IRC | 18:18 | |
*** heyongli has joined #openstack-infra | 18:19 | |
*** yamahata has quit IRC | 18:28 | |
*** heyongli has quit IRC | 18:28 | |
*** yamahata has joined #openstack-infra | 18:29 | |
*** heyongli has joined #openstack-infra | 18:29 | |
*** sergmelikyan has quit IRC | 18:31 | |
*** fedexo has joined #openstack-infra | 18:32 | |
*** sergmelikyan has joined #openstack-infra | 18:33 | |
*** heyongli has quit IRC | 18:38 | |
*** heyongli has joined #openstack-infra | 18:39 | |
*** ddieterly has quit IRC | 18:44 | |
*** markvoelker has quit IRC | 18:44 | |
*** fedexo has quit IRC | 18:45 | |
*** jlvillal has quit IRC | 18:46 | |
*** jlvillal has joined #openstack-infra | 18:46 | |
*** fedexo has joined #openstack-infra | 18:48 | |
*** heyongli has quit IRC | 18:48 | |
*** heyongli has joined #openstack-infra | 18:49 | |
*** Sukhdev has quit IRC | 18:51 | |
*** markvoelker has joined #openstack-infra | 18:51 | |
*** achanda has joined #openstack-infra | 18:51 | |
*** yfried_ has quit IRC | 18:51 | |
*** yfried_ has joined #openstack-infra | 18:52 | |
*** Sukhdev has joined #openstack-infra | 18:53 | |
*** shashank_hegde has quit IRC | 18:56 | |
*** heyongli has quit IRC | 18:58 | |
*** heyongli has joined #openstack-infra | 18:59 | |
*** sdake has joined #openstack-infra | 19:00 | |
*** yamahata has quit IRC | 19:02 | |
*** Sukhdev has quit IRC | 19:06 | |
*** Sukhdev has joined #openstack-infra | 19:07 | |
*** flepied has joined #openstack-infra | 19:08 | |
*** yfried_ has quit IRC | 19:08 | |
*** heyongli has quit IRC | 19:08 | |
*** yfried_ has joined #openstack-infra | 19:08 | |
*** heyongli has joined #openstack-infra | 19:09 | |
*** shashank_hegde has joined #openstack-infra | 19:09 | |
*** persia has quit IRC | 19:10 | |
*** persia has joined #openstack-infra | 19:10 | |
*** flepied1 has quit IRC | 19:12 | |
*** shashank_hegde has quit IRC | 19:12 | |
*** Sukhdev has quit IRC | 19:13 | |
*** achanda has quit IRC | 19:15 | |
*** heyongli has quit IRC | 19:18 | |
*** Sukhdev has joined #openstack-infra | 19:19 | |
*** heyongli has joined #openstack-infra | 19:19 | |
*** woodster_ has joined #openstack-infra | 19:26 | |
*** bmwiedemann has joined #openstack-infra | 19:27 | |
*** heyongli has quit IRC | 19:28 | |
*** heyongli has joined #openstack-infra | 19:29 | |
*** sdake_ has joined #openstack-infra | 19:33 | |
*** sdake has quit IRC | 19:34 | |
*** shashank_hegde has joined #openstack-infra | 19:38 | |
*** heyongli has quit IRC | 19:38 | |
*** heyongli has joined #openstack-infra | 19:39 | |
*** sdake_ has quit IRC | 19:42 | |
*** persia has quit IRC | 19:43 | |
*** persia has joined #openstack-infra | 19:43 | |
*** shashank_hegde has quit IRC | 19:44 | |
*** persia has quit IRC | 19:44 | |
*** ddieterly has joined #openstack-infra | 19:45 | |
*** heyongli has quit IRC | 19:48 | |
*** heyongli has joined #openstack-infra | 19:49 | |
*** ddieterly has quit IRC | 19:50 | |
*** fedexo has quit IRC | 19:50 | |
*** persia has joined #openstack-infra | 19:52 | |
*** Sukhdev has quit IRC | 19:53 | |
*** salv-orlando has joined #openstack-infra | 19:53 | |
*** persia has quit IRC | 19:57 | |
*** persia has joined #openstack-infra | 19:57 | |
*** heyongli has quit IRC | 19:58 | |
*** heyongli has joined #openstack-infra | 19:59 | |
*** ddieterly has joined #openstack-infra | 20:02 | |
*** hdd has joined #openstack-infra | 20:03 | |
*** hdd has quit IRC | 20:07 | |
*** heyongli has quit IRC | 20:08 | |
*** hdd has joined #openstack-infra | 20:09 | |
*** heyongli has joined #openstack-infra | 20:09 | |
*** jzerebec1i is now known as jzerebecki | 20:12 | |
*** achanda has joined #openstack-infra | 20:15 | |
*** markvoelker has quit IRC | 20:16 | |
*** salv-orlando has quit IRC | 20:16 | |
*** heyongli has quit IRC | 20:18 | |
*** heyongli has joined #openstack-infra | 20:19 | |
*** achanda has quit IRC | 20:21 | |
*** nadya has quit IRC | 20:26 | |
*** heyongli has quit IRC | 20:28 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: [WIP] Add mirror server https://review.openstack.org/238414 | 20:29 |
*** heyongli has joined #openstack-infra | 20:29 | |
*** persia has quit IRC | 20:29 | |
*** shashank_hegde has joined #openstack-infra | 20:32 | |
*** sergmelikyan has quit IRC | 20:36 | |
*** shashank_hegde has quit IRC | 20:37 | |
*** heyongli has quit IRC | 20:38 | |
*** heyongli has joined #openstack-infra | 20:39 | |
*** ekarlso has joined #openstack-infra | 20:43 | |
*** hdd has quit IRC | 20:43 | |
*** armax has joined #openstack-infra | 20:47 | |
*** heyongli has quit IRC | 20:48 | |
*** heyongli has joined #openstack-infra | 20:49 | |
*** olaph has quit IRC | 20:55 | |
*** tsufiev has quit IRC | 20:57 | |
*** tsufiev has joined #openstack-infra | 20:57 | |
*** yamahata has joined #openstack-infra | 20:58 | |
*** heyongli has quit IRC | 20:58 | |
*** heyongli has joined #openstack-infra | 20:59 | |
*** FallenPegasus has joined #openstack-infra | 21:03 | |
*** yamahata has quit IRC | 21:07 | |
*** heyongli has quit IRC | 21:08 | |
*** heyongli has joined #openstack-infra | 21:09 | |
*** rossella_s has quit IRC | 21:13 | |
*** rossella_s has joined #openstack-infra | 21:13 | |
*** FallenPegasus has quit IRC | 21:15 | |
*** FallenPegasus has joined #openstack-infra | 21:15 | |
*** aysyd has quit IRC | 21:16 | |
*** salv-orlando has joined #openstack-infra | 21:17 | |
*** heyongli has quit IRC | 21:18 | |
*** heyongli has joined #openstack-infra | 21:19 | |
*** olaph has joined #openstack-infra | 21:20 | |
*** nadya has joined #openstack-infra | 21:26 | |
*** persia has joined #openstack-infra | 21:27 | |
*** heyongli has quit IRC | 21:28 | |
*** heyongli has joined #openstack-infra | 21:30 | |
*** nadya has quit IRC | 21:32 | |
*** yolanda has joined #openstack-infra | 21:38 | |
*** heyongli has quit IRC | 21:39 | |
*** heyongli has joined #openstack-infra | 21:40 | |
*** salv-orlando has quit IRC | 21:40 | |
*** puranamr has joined #openstack-infra | 21:40 | |
*** puranamr has quit IRC | 21:41 | |
*** ddieterly has quit IRC | 21:47 | |
*** heyongli has quit IRC | 21:49 | |
*** armax has quit IRC | 21:49 | |
*** heyongli has joined #openstack-infra | 21:50 | |
*** julim has joined #openstack-infra | 21:55 | |
*** ildikov has quit IRC | 21:57 | |
openstackgerrit | Merged openstack-infra/project-config: Adjust README https://review.openstack.org/239188 | 21:58 |
*** heyongli has quit IRC | 21:59 | |
tristanC | 939900 | 22:00 |
*** heyongli has joined #openstack-infra | 22:00 | |
tristanC | oups... :) | 22:01 |
*** mwagone has joined #openstack-infra | 22:02 | |
openstackgerrit | Merged openstack-infra/project-config: Change stackforge to openstack https://review.openstack.org/239175 | 22:03 |
openstackgerrit | Merged openstack-infra/project-config: new-project: openstack/scalpels https://review.openstack.org/238856 | 22:06 |
*** ddieterly has joined #openstack-infra | 22:07 | |
*** heyongli has quit IRC | 22:09 | |
*** heyongli has joined #openstack-infra | 22:11 | |
*** openstackgerrit has quit IRC | 22:16 | |
*** FallenPegasus has quit IRC | 22:16 | |
*** openstackgerrit has joined #openstack-infra | 22:16 | |
*** salv-orlando has joined #openstack-infra | 22:18 | |
*** heyongli has quit IRC | 22:20 | |
*** achanda has joined #openstack-infra | 22:20 | |
*** heyongli has joined #openstack-infra | 22:21 | |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236144 | 22:22 |
*** ildikov has joined #openstack-infra | 22:22 | |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236142 | 22:24 |
*** achanda has quit IRC | 22:25 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: [WIP] Add mirror server https://review.openstack.org/238414 | 22:26 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236139 | 22:29 |
*** heyongli has quit IRC | 22:30 | |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236137 | 22:30 |
*** heyongli has joined #openstack-infra | 22:31 | |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236134 | 22:34 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236132 | 22:36 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236131 | 22:37 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236130 | 22:39 |
*** heyongli has quit IRC | 22:40 | |
*** heyongli has joined #openstack-infra | 22:41 | |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236127 | 22:43 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236126 | 22:43 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236125 | 22:44 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236124 | 22:47 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236122 | 22:47 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236121 | 22:50 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236120 | 22:50 |
*** heyongli has quit IRC | 22:50 | |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236119 | 22:51 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236118 | 22:51 |
*** heyongli has joined #openstack-infra | 22:52 | |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236116 | 22:52 |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236114 | 22:53 |
*** dizquierdo has joined #openstack-infra | 22:53 | |
openstackgerrit | Merged openstack-infra/system-config: Remove placeholder hiera defaults https://review.openstack.org/236111 | 22:53 |
*** julim has quit IRC | 22:58 | |
*** ivar-lazzaro has joined #openstack-infra | 22:59 | |
*** heyongli has quit IRC | 23:01 | |
*** heyongli has joined #openstack-infra | 23:02 | |
*** heyongli has quit IRC | 23:11 | |
*** heyongli has joined #openstack-infra | 23:12 | |
openstackgerrit | Merged openstack-infra/system-config: Small changes to get closer to p4 compatiblity https://review.openstack.org/211854 | 23:13 |
*** salv-orlando has quit IRC | 23:15 | |
*** salv-orlando has joined #openstack-infra | 23:16 | |
openstackgerrit | Merged openstack-infra/system-config: Remove unused elastic-recheck files https://review.openstack.org/238270 | 23:17 |
openstackgerrit | Merged openstack-infra/system-config: Add echo test to asterisk https://review.openstack.org/238188 | 23:17 |
openstackgerrit | Merged openstack-infra/system-config: Add openstackstatus to #openstack-neutron-ovn. https://review.openstack.org/233197 | 23:18 |
openstackgerrit | Merged openstack-infra/system-config: Update rabbitmq module https://review.openstack.org/231713 | 23:21 |
*** heyongli has quit IRC | 23:21 | |
openstackgerrit | Merged openstack-infra/system-config: Enable logging for the #openstack-storlets channel https://review.openstack.org/234797 | 23:21 |
*** heyongli has joined #openstack-infra | 23:22 | |
openstackgerrit | Merged openstack-infra/system-config: Rev gearman-plugin to 0.1.3 https://review.openstack.org/236019 | 23:22 |
*** slagle has joined #openstack-infra | 23:23 | |
openstackgerrit | Merged openstack-infra/system-config: Add status.o.o to cacti https://review.openstack.org/238663 | 23:24 |
openstackgerrit | Merged openstack-infra/system-config: Use the 40char fingerprint of the puppetlabs key https://review.openstack.org/237802 | 23:25 |
*** harlowja has joined #openstack-infra | 23:26 | |
*** harlowja has quit IRC | 23:26 | |
openstackgerrit | Merged openstack-infra/project-config: Add functional testing jobs to GCE API project. https://review.openstack.org/238951 | 23:28 |
*** ivar-lazzaro has quit IRC | 23:29 | |
*** ivar-lazzaro has joined #openstack-infra | 23:29 | |
openstackgerrit | Merged openstack-infra/system-config: Clean up tabs and whitespace in status/index.html https://review.openstack.org/238143 | 23:30 |
openstackgerrit | Merged openstack-infra/system-config: Make region list a list https://review.openstack.org/223616 | 23:31 |
*** heyongli has quit IRC | 23:31 | |
*** heyongli has joined #openstack-infra | 23:32 | |
*** openstackstatus has quit IRC | 23:32 | |
*** openstack has joined #openstack-infra | 23:35 | |
openstackgerrit | Merged openstack-infra/system-config: Setting ansible playbooks path variable https://review.openstack.org/229744 | 23:37 |
*** salv-orlando has quit IRC | 23:37 | |
*** _denisra has joined #openstack-infra | 23:38 | |
*** salv-orl_ has quit IRC | 23:38 | |
openstackgerrit | Merged openstack-infra/system-config: Update askbot documentation https://review.openstack.org/205053 | 23:40 |
*** heyongli has quit IRC | 23:42 | |
*** heyongli has joined #openstack-infra | 23:43 | |
openstackgerrit | Merged openstack-infra/system-config: Move out server class from subunit_worker.pp https://review.openstack.org/200233 | 23:44 |
openstackgerrit | Merged openstack-infra/system-config: Move out server class from elasticsearch_node.pp https://review.openstack.org/200235 | 23:46 |
openstackgerrit | Merged openstack-infra/system-config: Document a quick and dirty project rename script https://review.openstack.org/222726 | 23:52 |
*** heyongli has quit IRC | 23:52 | |
*** heyongli has joined #openstack-infra | 23:53 | |
*** ddieterly has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!