Saturday, 2019-03-02

*** wolverineav has quit IRC00:00
*** wolverineav has joined #openstack-infra00:00
openstackgerritMerged openstack-infra/system-config master: Update playbook doc comment for correctness  https://review.openstack.org/64054500:02
openstackgerritMerged openstack-infra/system-config master: Remove Sign In link from gitea  https://review.openstack.org/64050300:02
*** ijw_ has quit IRC00:06
*** ijw has joined #openstack-infra00:06
*** fried_rice is now known as efried00:07
*** mriedem_afk has quit IRC00:09
clarkbcorvus: the order in daemon.json determines lookup order then?00:10
*** mriedem has joined #openstack-infra00:12
*** yolanda has quit IRC00:12
*** eernst has joined #openstack-infra00:15
*** wolverineav has quit IRC00:18
*** yamamoto has joined #openstack-infra00:19
*** wolverineav has joined #openstack-infra00:19
*** wolverineav has quit IRC00:19
*** wolverineav has joined #openstack-infra00:19
*** tosky has quit IRC00:19
*** eernst has quit IRC00:19
*** eernst has joined #openstack-infra00:21
clarkbfatal: [localhost]: FAILED! => {"changed": false, "content": "", "msg": "Status code was -1 and not [200, 404]: Connection failure: Remote end closed connection without response", "redirected": false, "status": -1, "url": "http://38.108.68.64/api/v1/users/root"}00:24
*** yamamoto has quit IRC00:24
*** eernst has quit IRC00:25
*** eernst_ has joined #openstack-infra00:25
clarkbthe https://localhost lookup seems to not work as expected. It wants to redirect to the external url00:25
clarkboh maybe that is the k8s cluster?00:26
clarkbya ok that is a failure in the k8s cluster setup00:26
clarkbmust be friday I can't read error messages00:27
*** ijw has quit IRC00:28
*** markvoelker has joined #openstack-infra00:28
*** ijw_ has joined #openstack-infra00:28
clarkbThe mysql has failed00:29
*** eernst_ has quit IRC00:30
*** aspiers has quit IRC00:36
corvusclarkb: re order: yes00:39
corvusclarkb, mordred: looks like it's probably a quoting issue with the mysqL00:39
clarkbcorvus: ya I've printed the stdout locally to try and make sense of it and it seems to be generic command is bad error00:39
clarkbnow to do similar with the command itself and see if that looks any clearer00:40
corvushrm, interesting -- there's an extra layer of bash compared to how we were doing it with k8s00:41
*** asettle has quit IRC00:42
*** lujinluo has joined #openstack-infra00:42
clarkbthe quotes around -e"stuff with more ""s in here " are not balanced00:43
*** wolverineav has quit IRC00:43
clarkber s/balanced/escaped/00:43
clarkbif you change it to -e '' that might do it?00:44
corvusah, the bash is there so that we can interpolate the root password on the command line00:45
corvusthe root password is available to ansible, so we could do it there; we'd just end up with less-loggable output.  but that's probably ok.00:45
clarkbor switch to -e ''00:46
*** wolverineav has joined #openstack-infra00:46
clarkbthen the inner "s would be fine00:46
corvuswell, i'm looking at that, but i'm not sure how00:47
corvusbecause the bash -c is enclosed by '00:47
clarkboh would have to be \'\' then00:47
clarkbbut that is fewer than all the "s00:47
corvusthis is how we ended up with the set_fact in the k8s version00:48
corvuswe never could figure out how to do this00:48
openstackgerritMerged openstack-infra/zuul-jobs master: Fix buildset registry  https://review.openstack.org/64055700:50
openstackgerritMerged openstack-infra/zuul-jobs master: Fix docker image retag  https://review.openstack.org/64055800:50
corvusi've tried about 5 variations and none work so far00:50
corvushere's a simple first pass: http://paste.openstack.org/show/746636/00:51
corvus(that works as-is since there are no quotes in the statement.  that's enough to let you start playing with -e ''00:51
*** trown is now known as trown|back11marc00:52
*** trown|back11marc is now known as trown|back11mar00:52
clarkbI think ansible's yaml parser is still broken with the 's00:55
clarkbif I use \'\' it breaks in ansible before it even tries to docker exec00:55
clarkbquoting is hard00:59
*** eharney has quit IRC01:01
*** markvoelker has quit IRC01:01
*** sthussey has quit IRC01:02
*** ijw_ has quit IRC01:04
*** sdake has joined #openstack-infra01:04
*** ijw has joined #openstack-infra01:13
*** wolverineav has quit IRC01:14
*** armax has quit IRC01:14
*** rascasoft has joined #openstack-infra01:17
*** hwoarang has quit IRC01:18
*** hwoarang has joined #openstack-infra01:22
*** wolverineav has joined #openstack-infra01:25
openstackgerritKendall Nelson proposed openstack-infra/storyboard master: Add documentation for private stories  https://review.openstack.org/63623501:26
*** rascasoft has quit IRC01:28
*** sdake has quit IRC01:34
*** wolverineav has quit IRC01:34
*** wolverineav has joined #openstack-infra01:35
*** sdake has joined #openstack-infra01:36
openstackgerritKendall Nelson proposed openstack-infra/storyboard-webclient master: removes # for cards in automatic worklists  https://review.openstack.org/64012801:37
*** wolverineav has quit IRC01:40
*** cjloader has joined #openstack-infra01:40
*** lujinluo has quit IRC01:44
*** armax has joined #openstack-infra01:45
openstackgerritMerged openstack-infra/storyboard-webclient master: Adds task title to new story modal  https://review.openstack.org/63996201:46
openstackgerritMerged openstack-infra/storyboard-webclient master: allows editing for any length of story title  https://review.openstack.org/64018701:46
openstackgerritClark Boylan proposed openstack-infra/system-config master: Use heredoc in gitea sql_statement  https://review.openstack.org/64055901:54
clarkbcorvus: mordred ^ I've not tested that with the full query but it seems to work if I switch the select * to select "*" in corvus' example above01:54
clarkbI need to go weekend now, but maybe one of you can double check that and/or test it more properly?01:56
*** markvoelker has joined #openstack-infra01:59
*** yamamoto has joined #openstack-infra02:00
*** dave-mccowan has joined #openstack-infra02:09
*** ijw has quit IRC02:11
corvusclarkb: let's try it out. :)02:15
openstackgerritJames E. Blair proposed opendev/base-jobs master: Revert "Save registry logs"  https://review.openstack.org/64056002:17
openstackgerritJames E. Blair proposed opendev/base-jobs master: Revert "Revert "Save registry logs""  https://review.openstack.org/64056102:17
corvusi'm going to self-approve the revert since it broke the job, then fix the revert-revert and let that go through normal review02:17
openstackgerritMerged opendev/base-jobs master: Revert "Save registry logs"  https://review.openstack.org/64056002:28
*** markvoelker has quit IRC02:31
*** rascasoft has joined #openstack-infra02:31
*** reed has quit IRC02:33
openstackgerritMerged openstack-infra/system-config master: Use heredoc in gitea sql_statement  https://review.openstack.org/64055902:39
*** rascasoft has quit IRC02:43
*** hwoarang has quit IRC02:47
*** wolverineav has joined #openstack-infra02:49
*** hwoarang has joined #openstack-infra02:54
*** yamamoto has quit IRC03:04
*** mriedem has quit IRC03:05
*** edmondsw has quit IRC03:12
*** apetrich has quit IRC03:15
*** yamamoto has joined #openstack-infra03:25
*** rascasoft has joined #openstack-infra03:27
*** yamamoto has quit IRC03:27
*** markvoelker has joined #openstack-infra03:28
*** rascasoft has quit IRC03:36
openstackgerritMerged openstack-infra/zuul-preview master: Use artifact name rather than log_url  https://review.openstack.org/64050903:43
*** yamamoto has joined #openstack-infra03:46
openstackgerritJames E. Blair proposed opendev/base-jobs master: Remove promote playbook from opendev-promote-docker-image  https://review.openstack.org/64056303:57
corvusthat's an easy fix -- happily, while that job currently reports post_failure, it's actually succeeding, so we have a new zuul-preview image uploaded now03:57
*** dayou has quit IRC03:58
corvuswe'll see if ansible/docker-compose updates that automatically or if we need to do something else.03:59
clarkbIm not seeing more repos in gitea so guessing the heredoc didnt fix things03:59
*** markvoelker has quit IRC04:02
*** dave-mccowan has quit IRC04:02
*** dayou has joined #openstack-infra04:19
*** sdake has quit IRC04:20
*** yamamoto has quit IRC04:35
*** yamamoto has joined #openstack-infra04:36
*** rascasoft has joined #openstack-infra04:37
clarkbThe current issue with project creation is that we try to create the one repo that already exists. I think that is because we iterate over all orgs and each time override gitea_org_repos so the last org in the list is the only one we'll check projects against to see if they have been created04:41
*** rascasoft has quit IRC04:45
*** hwoarang has quit IRC04:46
*** hwoarang has joined #openstack-infra04:49
openstackgerritClark Boylan proposed openstack-infra/system-config master: Aggregate all gitea repos and check against them  https://review.openstack.org/64057004:51
clarkbI have no idea if that is valid jinja and chances are that gitea api actually makes that easier somehow04:51
clarkbmordred: corvus ^ I've pushed that ot give us enough of a breadcrumb to follow up on later and now I really must return to my weekend.04:52
clarkbI'm not sure how that would've worked in the k8s case thoug04:52
clarkboh I also discovered you don't need auth to hit the read opendev api queries04:52
clarkbwhich is nice04:53
*** markvoelker has joined #openstack-infra04:59
*** dayou has quit IRC05:24
*** markvoelker has quit IRC05:31
*** logan- has quit IRC05:35
*** logan- has joined #openstack-infra05:38
*** dayou has joined #openstack-infra05:41
*** sdake has joined #openstack-infra05:52
*** wolverineav has quit IRC05:52
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config master: Normalize projects.yaml  https://review.openstack.org/64057406:02
*** aspiers has joined #openstack-infra06:02
*** lujinluo has joined #openstack-infra06:15
*** lujinluo has quit IRC06:15
*** yamamoto has quit IRC06:15
*** ykarel|away has joined #openstack-infra06:18
*** lujinluo has joined #openstack-infra06:27
*** markvoelker has joined #openstack-infra06:29
*** kjackal has joined #openstack-infra06:31
*** lujinluo has quit IRC06:32
*** yamamoto has joined #openstack-infra06:44
*** ykarel|away has quit IRC06:44
*** gyee has quit IRC06:46
*** rascasoft has joined #openstack-infra06:59
*** markvoelker has quit IRC07:02
*** yamamoto has quit IRC07:04
*** jesusaur has quit IRC07:08
*** yamamoto has joined #openstack-infra07:09
*** dpawlik has joined #openstack-infra07:12
*** jesusaur has joined #openstack-infra07:12
*** yamamoto has quit IRC07:13
*** wolverineav has joined #openstack-infra07:18
*** sdake has quit IRC07:20
*** wolverineav has quit IRC07:22
openstackgerritMerged openstack-infra/project-config master: Normalize projects.yaml  https://review.openstack.org/64057407:53
*** markvoelker has joined #openstack-infra07:59
*** yamamoto has joined #openstack-infra08:17
*** kjackal has quit IRC08:20
*** yamamoto has quit IRC08:27
*** markvoelker has quit IRC08:32
*** yamamoto has joined #openstack-infra08:34
*** hwoarang has quit IRC08:40
*** hwoarang has joined #openstack-infra08:42
*** lujinluo has joined #openstack-infra09:08
*** yamamoto has quit IRC09:09
*** yamamoto has joined #openstack-infra09:12
*** lujinluo has quit IRC09:13
*** IvensZambrano has joined #openstack-infra09:17
*** e0ne has joined #openstack-infra09:18
*** yamamoto has quit IRC09:25
*** markvoelker has joined #openstack-infra09:29
openstackgerritRiju Khatri proposed openstack-infra/storyboard-webclient master: Fixes project group view checkboxes Task: 26745 Please enter the commit message for your changes. Lines starting  https://review.openstack.org/64059009:32
openstackgerritRiju Khatri proposed openstack-infra/storyboard-webclient master: Fixes project group view checkboxes Task: 26745  https://review.openstack.org/64059009:33
*** dpawlik has quit IRC09:40
*** hwoarang has quit IRC09:57
*** hwoarang has joined #openstack-infra09:59
*** IvensZambrano has quit IRC10:00
*** markvoelker has quit IRC10:02
*** jbadiapa has quit IRC10:10
*** gmann has quit IRC10:24
*** derekh has quit IRC10:33
*** yamamoto has joined #openstack-infra10:35
*** yamamoto has quit IRC10:37
*** ccamacho has quit IRC10:47
*** jistr has quit IRC10:51
*** jistr has joined #openstack-infra10:52
*** jistr has quit IRC10:57
*** jistr has joined #openstack-infra10:58
*** markvoelker has joined #openstack-infra10:59
*** tosky has joined #openstack-infra11:26
openstackgerritRiju Khatri proposed openstack-infra/storyboard-webclient master: Shows in-progress indicator when opening a board Task: 19829  https://review.openstack.org/64059311:32
*** markvoelker has quit IRC11:32
*** dpawlik has joined #openstack-infra11:36
*** lujinluo has joined #openstack-infra11:38
*** lujinluo has quit IRC11:43
openstackgerritSorin Sbarnea proposed openstack-infra/git-review master: Enable to stash/unstash changes during download  https://review.openstack.org/34002411:44
openstackgerritSorin Sbarnea proposed openstack-infra/git-review master: Enable to stash/unstash changes during download  https://review.openstack.org/34002411:44
openstackgerritSorin Sbarnea proposed openstack-infra/devstack-gate master: Fix ansible.cfg loading by assuring o-w permissions  https://review.openstack.org/62919712:03
*** jistr has quit IRC12:13
*** jistr has joined #openstack-infra12:15
*** dave-mccowan has joined #openstack-infra12:17
*** dpawlik has quit IRC12:18
*** yamamoto has joined #openstack-infra12:24
*** yamamoto has quit IRC12:28
*** e0ne has quit IRC12:28
*** markvoelker has joined #openstack-infra12:29
*** dpawlik has joined #openstack-infra12:30
*** wolverineav has joined #openstack-infra12:33
*** dpawlik has quit IRC12:34
*** wolverineav has quit IRC12:37
*** yamamoto has joined #openstack-infra12:43
*** yamamoto has quit IRC13:01
*** markvoelker has quit IRC13:02
*** yamamoto has joined #openstack-infra13:03
*** yamamoto has quit IRC13:07
*** yamamoto has joined #openstack-infra13:12
*** yamamoto has quit IRC13:13
*** e0ne has joined #openstack-infra13:16
*** dpawlik has joined #openstack-infra13:21
*** verdurin has quit IRC13:26
*** bgmccollum has quit IRC13:34
*** verdurin has joined #openstack-infra13:40
*** yamamoto has joined #openstack-infra13:45
*** yamamoto has quit IRC13:51
*** yamamoto has joined #openstack-infra13:52
*** e0ne has quit IRC13:53
*** slaweq has quit IRC13:54
*** bgmccollum has joined #openstack-infra13:57
*** dpawlik has quit IRC13:58
*** markvoelker has joined #openstack-infra13:58
*** slaweq has joined #openstack-infra14:03
*** hwoarang has quit IRC14:04
*** hwoarang has joined #openstack-infra14:10
*** markvoelker has quit IRC14:10
*** yamamoto has quit IRC14:15
*** yamamoto has joined #openstack-infra14:15
*** yamamoto has quit IRC14:22
*** hwoarang has quit IRC14:25
*** hwoarang has joined #openstack-infra14:29
*** dave-mccowan has quit IRC14:30
*** kjackal has joined #openstack-infra14:49
*** kjackal has quit IRC15:00
*** kjackal has joined #openstack-infra15:00
*** dave-mccowan has joined #openstack-infra15:02
*** kjackal has quit IRC15:18
*** sdake has joined #openstack-infra15:18
*** kjackal has joined #openstack-infra15:19
*** Vadmacs has joined #openstack-infra15:20
*** tosky has quit IRC15:21
*** wolverineav has joined #openstack-infra15:30
*** needscoffee is now known as kmalloc15:32
*** wolverineav has quit IRC15:34
mordredclarkb, corvus: I +A'd the aggregate patch - we'll see how it goes15:35
mordredclarkb: maybe in the k8s case it worked because it worked the first time - so we never wound up doing an partial creation and then a followup creation?15:36
openstackgerritMerged openstack-infra/system-config master: Aggregate all gitea repos and check against them  https://review.openstack.org/64057015:36
mordredso it would have exhibited the same issue, but we never saw it because the sql query didn't bomb us out half way15:37
*** jamesmcarthur has joined #openstack-infra15:58
*** needssleep is now known as TheJula_with_pla15:58
*** kjackal has quit IRC16:01
openstackgerritSorin Sbarnea proposed openstack-infra/git-review master: Bumps testing gerrit version to 2.13.9  https://review.openstack.org/64059816:04
*** sdake has quit IRC16:13
*** sdake has joined #openstack-infra16:21
openstackgerritMerged openstack-infra/git-review master: Support usernames that contain '@' and ssh Git URLs  https://review.openstack.org/42870016:22
*** dave-mccowan has quit IRC16:23
openstackgerritSorin Sbarnea proposed openstack-infra/git-review master: [WIP] Bumps testing gerrit version to 2.13.9  https://review.openstack.org/64059816:28
*** sdake has quit IRC16:30
*** jamesmcarthur has quit IRC16:33
*** jamesmcarthur has joined #openstack-infra16:35
*** IvensZambrano has joined #openstack-infra16:44
*** mriedem has joined #openstack-infra16:51
*** dklyle has quit IRC16:55
mordredclarkb: ok. some progress seems to have been made - now we have one repo from each org17:00
mordredor - we have a repo in 2 additional orgs17:00
*** IvensZambrano has quit IRC17:00
*** lujinluo has joined #openstack-infra17:03
*** raissa has joined #openstack-infra17:04
*** lujinluo has quit IRC17:06
*** dave-mccowan has joined #openstack-infra17:24
*** lujinluo has joined #openstack-infra17:25
*** sdake_ has joined #openstack-infra17:30
*** lujinluo has quit IRC17:30
*** dave-mccowan has quit IRC17:37
*** diablo_rojo has quit IRC17:41
*** diablo_rojo has joined #openstack-infra17:43
*** sdake_ has quit IRC17:46
*** lujinluo has joined #openstack-infra17:48
zbrwhere are the newer gerrit war files? the last one published on http://tarballs.openstack.org/ci/gerrit/ is quite old.17:51
*** jamesmcarthur has quit IRC17:52
clarkbzbr tarballs.o.o/gerrit is where the current one is17:52
clarkbit moved aspart of zuulv3 job conversions17:52
zbrclarkb: thanks!17:53
*** sdake_ has joined #openstack-infra17:53
*** jamesmcarthur has joined #openstack-infra17:56
*** jamesmcarthur has quit IRC18:02
*** e0ne has joined #openstack-infra18:04
zbri am facing  IllegalStateException: Unable to negotiate key exchange for server host key algorithms (client: ssh-ed25519 / server: ssh-rsa) -- while trying to test the current gerri : http://paste.openstack.org/raw/746655/18:04
zbri know that gerrit added support for ecdsa only in 2.14+ but I was not able to find why the client is trying to use that.18:04
zbreven tried all possible ways to configure the ssh command to use only the ssh-rsa (as seen there). still the server reports this error.18:05
corvusclarkb, mordred: it looks like we still have sql issues... i'm sort of inclined to suggest that we switch to http there if we can (not only will it avoid escape problems, i think we can make it more idempotent)18:12
*** e0ne has quit IRC18:14
*** dklyle has joined #openstack-infra18:19
*** rajinir has quit IRC18:19
*** rajinir has joined #openstack-infra18:20
*** mriedem has quit IRC18:22
*** jento has quit IRC18:22
*** jamesmcarthur has joined #openstack-infra18:23
*** e0ne has joined #openstack-infra18:25
*** tosky has joined #openstack-infra18:25
*** jamesmcarthur has quit IRC18:30
*** sdake_ has quit IRC18:31
*** lujinluo has quit IRC18:36
*** e0ne has quit IRC18:36
*** diablo_rojo has quit IRC18:38
*** lujinluo has joined #openstack-infra18:39
*** lujinluo has quit IRC18:43
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Match tag items against containing branches  https://review.openstack.org/57855718:45
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Use implied branch matcher for implied branches  https://review.openstack.org/64027219:09
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Match tag items against containing branches  https://review.openstack.org/57855719:10
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Use implied branch matcher for implied branches  https://review.openstack.org/64027219:10
*** jamesmcarthur has joined #openstack-infra19:13
*** yamamoto has joined #openstack-infra19:13
*** gmann has joined #openstack-infra19:14
*** sdake has joined #openstack-infra19:14
*** jesusaur has quit IRC19:17
*** yamamoto has quit IRC19:17
*** jamesmcarthur has quit IRC19:21
*** jesusaur has joined #openstack-infra19:21
*** jamesmcarthur has joined #openstack-infra19:23
*** e0ne has joined #openstack-infra19:26
*** jamesmcarthur has quit IRC19:27
*** sdake has quit IRC19:29
openstackgerritTobias Henkel proposed openstack-infra/zuul master: WIP: Manage ansible installations  https://review.openstack.org/63193019:36
openstackgerritTobias Henkel proposed openstack-infra/zuul master: WIP: Symlink ansible plugins  https://review.openstack.org/63602219:36
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Validate ansible installations on startup  https://review.openstack.org/63741819:36
openstackgerritTobias Henkel proposed openstack-infra/zuul master: WIP: Make ansible version configurable  https://review.openstack.org/63742219:36
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Support ansible 2.6  https://review.openstack.org/63193119:37
openstackgerritTobias Henkel proposed openstack-infra/zuul master: WIP: Support ansible 2.7  https://review.openstack.org/63193219:37
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Switch default ansible version to 2.7  https://review.openstack.org/63742419:37
*** ijw has joined #openstack-infra19:44
*** e0ne has quit IRC19:51
*** jamesmcarthur has joined #openstack-infra19:53
*** Vadmacs has quit IRC19:54
*** jamesmcarthur has quit IRC19:58
*** jamesmcarthur has joined #openstack-infra20:06
*** jamesmcarthur has quit IRC20:17
*** sdake has joined #openstack-infra20:17
*** sdake has quit IRC20:20
*** e0ne has joined #openstack-infra20:25
*** sdake has joined #openstack-infra20:26
*** wolverineav has joined #openstack-infra20:30
*** jbadiapa has joined #openstack-infra20:31
*** sdake has quit IRC20:31
*** sdake has joined #openstack-infra20:46
*** jmorgan1 has joined #openstack-infra20:46
*** sdake has quit IRC20:48
*** e0ne has quit IRC20:51
*** sdake has joined #openstack-infra20:52
*** ijw_ has joined #openstack-infra20:57
*** jamesmcarthur has joined #openstack-infra20:59
*** ijw has quit IRC21:01
*** jamesmcarthur has quit IRC21:04
*** e0ne has joined #openstack-infra21:06
openstackgerritMerged openstack-infra/system-config master: Add edit-secrets script to bridge.o.o  https://review.openstack.org/63974021:11
*** wolverineav has quit IRC21:11
*** wolverineav has joined #openstack-infra21:13
*** wolverineav has quit IRC21:17
*** sdake has quit IRC21:33
*** wolverineav has joined #openstack-infra21:42
*** wolverineav has quit IRC21:47
*** e0ne has quit IRC21:51
*** wolverineav has joined #openstack-infra22:04
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Reset dependent jobs when aborting paused job  https://review.openstack.org/63459722:06
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Centralize job canceling  https://review.openstack.org/64060922:06
*** sdake has joined #openstack-infra22:06
*** wolverineav has quit IRC22:10
*** rfolco has quit IRC22:18
*** rfolco has joined #openstack-infra22:18
*** wolverineav has joined #openstack-infra22:20
*** wolverineav has quit IRC22:44
*** yamamoto has joined #openstack-infra22:49
*** yamamoto has quit IRC22:55
*** wolverineav has joined #openstack-infra23:02
*** rascasoft has quit IRC23:06
*** jamesmcarthur has joined #openstack-infra23:10
*** raissa has quit IRC23:10
*** raissa has joined #openstack-infra23:11
*** raissa has joined #openstack-infra23:12
*** raissa has quit IRC23:12
*** rkukura_ has joined #openstack-infra23:12
*** raissa has joined #openstack-infra23:14
*** rkukura has quit IRC23:14
*** rkukura_ is now known as rkukura23:14
*** raissa has joined #openstack-infra23:15
*** raissa has quit IRC23:15
*** jamesmcarthur has quit IRC23:15
*** jamesmcarthur has joined #openstack-infra23:17
*** wolverineav has quit IRC23:18
*** lujinluo has joined #openstack-infra23:21
*** jamesmcarthur has quit IRC23:24
*** lujinluo has quit IRC23:26
*** sdake has quit IRC23:30
*** TheJula_with_pla is now known as TheJulia_sick23:31
*** jamesmcarthur has joined #openstack-infra23:34
*** rfolco has quit IRC23:40
*** jamesmcarthur has quit IRC23:40
*** slaweq has quit IRC23:49
*** jamesmcarthur has joined #openstack-infra23:49
*** wolverineav has joined #openstack-infra23:52
*** jamesmcarthur has quit IRC23:54
*** wolverineav has quit IRC23:54

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