flwang | kgriffs: ping | 00:04 |
---|---|---|
kgriffs | flwang: pong | 00:04 |
flwang | kgriffs: so what's the result of graduation? | 00:05 |
flwang | kgriffs: i didn't found it from the chat log | 00:05 |
*** mpanetta has joined #openstack-marconi | 00:06 | |
kgriffs | sorry, could you repeat? I had a connection blip | 00:06 |
flwang | (08:05:24 AM) flwang: kgriffs: so what's the result of graduation? | 00:07 |
flwang | (08:05:51 AM) flwang: kgriffs: i didn't found it from the chat log | 00:07 |
kgriffs | flwang: ah, so the vote has been postponed one week | 00:07 |
kgriffs | three things to address | 00:08 |
kgriffs | 1. Should marconi even be a data-plane API, or simply provision things like RabbitMQ? | 00:08 |
flwang | kgriffs: listening to see what i can do :) | 00:08 |
kgriffs | I responded to that on the ML | 00:08 |
kgriffs | flwang: honestly, that is an old discussion, but we have new TC members who are asking | 00:09 |
kgriffs | fair enough | 00:09 |
kgriffs | anyway | 00:09 |
kgriffs | next | 00:09 |
kgriffs | 2. Should the TC allow Falcon? | 00:09 |
kgriffs | doug is concerned that the evaluation was slanted, in spite of our best efforts to mitigate bias. | 00:09 |
kgriffs | to be fair, the only way to avoid that would be to have another team do the eval, I suppose. But that isn't what the TC asked for when we were incubated, and we did the best we could | 00:10 |
kgriffs | 3. The tempest tests are "in the wrong place" | 00:10 |
flwang | for #2, maybe Glance is a place we can leverage | 00:11 |
flwang | let me find a link, one sec | 00:11 |
kgriffs | meaning, we have functional tests that run with tox, but they should probably be moved. This came from a misunderstanding between malini and something sdague said in | 00:11 |
kgriffs | #openstack-qa a while back | 00:11 |
flwang | https://review.openstack.org/#/c/62911/ | 00:13 |
flwang | kgriffs: as for #3, does that mean we should move some functional test cases into tempest? | 00:14 |
kgriffs | flwang: possibly. I think that would be the quickest way to get a +1 from sdague | 00:17 |
flwang | kgriffs: yep, IMHO, I don't think #3 should be a blocker for the graduation :( | 00:17 |
*** jergerber has quit IRC | 00:17 | |
flwang | kgriffs: at least, we can improve it later | 00:18 |
*** mwagner_lap has joined #openstack-marconi | 00:21 | |
kgriffs | flwang: pardon my ignorance, but does glance server images directly through its API? I've never used glance directly. | 00:21 |
flwang | kgriffs: I would say yes | 00:26 |
flwang | kgriffs: user create/consume the images with rest api | 00:28 |
*** prashanthr_ has joined #openstack-marconi | 00:48 | |
*** nosnos has joined #openstack-marconi | 00:51 | |
*** nosnos_ has joined #openstack-marconi | 00:53 | |
*** mwagner__ has joined #openstack-marconi | 00:56 | |
*** nosnos has quit IRC | 00:57 | |
*** malini is now known as malini_afk | 01:08 | |
vkmc | kgriffs, Have a moment for a quick question? | 01:47 |
kgriffs | vkmc: sure | 01:47 |
vkmc | kgriffs, I'm working on my proposal for this GSoC project https://wiki.openstack.org/wiki/GSoC2014/Queues/Storage | 01:48 |
vkmc | kgriffs, And I'm trying to decide wheter to suggest NoSQL or SQL storage engines | 01:50 |
kgriffs | hmm, what we most need are things like Redis | 01:51 |
vkmc | kgriffs, At first, I was convinced about proposing a NoSQL solution... but now I'm not sure what will be more suitable for Marconi | 01:51 |
kgriffs | TBH | 01:51 |
kgriffs | vkmc: I think a NewSQL driver may be interesting | 01:51 |
vkmc | Oh that's new for me | 01:52 |
kgriffs | but as far as SQL goes, it would only be interesting if it has a compelling advantage over the SQLAlchemy driver | 01:52 |
*** flwang has quit IRC | 01:52 | |
vkmc | Cool... that's a good point to mention in the proposal | 01:52 |
kgriffs | vkmc: VelocityDB is one | 01:52 |
vkmc | So, Redis in which category falls? NoSQL, right? | 01:53 |
kgriffs | yep, nosql | 01:53 |
vkmc | So... if we already have Mongo, why we want another NoSQL solution? (that's the point I'm trying to highlight) | 01:54 |
kgriffs | vkmc: different characterstics | 01:54 |
vkmc | I know there are many differences among NoSQL solutions | 01:54 |
vkmc | Cool | 01:54 |
kgriffs | so, Redis would be really fast but you couldn't store as many messages, and we might have to relax some guarantees | 01:54 |
kgriffs | there are always tradeoffs | 01:55 |
kgriffs | :) | 01:55 |
vkmc | Of course, computer sciences is about tradeoffs :) | 01:55 |
kgriffs | I used to have a list of nosql dbs but not sure where it went | 01:56 |
kgriffs | I'm sure google knows. | 01:56 |
kgriffs | :) | 01:56 |
vkmc | I made one... for my proposal | 01:56 |
vkmc | I included Swift, RethinkDB, CouchDB... and some more | 01:56 |
vkmc | But... I was re-reading it again and I noticed that I don't mention why I choose NoSQL over SQL | 01:57 |
vkmc | So I was trying to clear that up | 01:57 |
kgriffs | ah, right - sorry, I'm multitasking. :p | 02:00 |
vkmc | Sure :) Np | 02:00 |
kgriffs | that looks like a pretty good list. | 02:00 |
kgriffs | having more drivers will help us tease out what parts of the API are hard to map | 02:01 |
vkmc | Yeah, I also thought that by providing support for multiple storage backends will increase Marconi's flexibility and scalability | 02:01 |
vkmc | But... the NoSQL vs SQL (and know I'll consider NewSQL) decision got me confused | 02:02 |
kgriffs | oic | 02:02 |
kgriffs | oh, also we are thinking about introducing a queue "flavor" feature, so a user could choose a different back end depending on their use case | 02:03 |
vkmc | Maybe just mentioning that a NoSQL alternative would fit the project better could do the trick... I don't want to sound vague though | 02:03 |
vkmc | Oh that's really cool | 02:03 |
vkmc | Well, I'll do some thinking in that direction :) | 02:06 |
vkmc | Thanks kgriffs! | 02:06 |
*** chandan_kumar has joined #openstack-marconi | 02:37 | |
kgriffs | ttfn! | 02:38 |
*** flwang has joined #openstack-marconi | 02:42 | |
*** kgriffs is now known as kgriffs_afk | 02:49 | |
*** prashanthr_ has quit IRC | 02:49 | |
*** flwang1 has joined #openstack-marconi | 02:55 | |
*** flwang has quit IRC | 02:57 | |
*** mpanetta has quit IRC | 03:00 | |
vkmc | Ttyt :) | 03:03 |
*** vkmc has quit IRC | 03:03 | |
*** prashanthr_ has joined #openstack-marconi | 03:33 | |
*** nosnos_ has quit IRC | 03:41 | |
*** chandan_kumar has quit IRC | 03:41 | |
*** nosnos has joined #openstack-marconi | 04:35 | |
*** saju_m has joined #openstack-marconi | 05:58 | |
*** njirap has joined #openstack-marconi | 06:52 | |
*** ykaplan has joined #openstack-marconi | 06:54 | |
*** njirap has quit IRC | 07:05 | |
*** flaper87|afk is now known as flaper87 | 07:14 | |
flwang1 | flaper87: morning :) | 07:20 |
flaper87 | flwang1: morning | 07:26 |
flwang1 | flaper87: are you ready to answer some questions from China? :D | 07:27 |
*** ykaplan has quit IRC | 07:30 | |
flaper87 | flwang1: shooooooot | 07:31 |
flaper87 | flwang1: that was easy | 07:35 |
flaper87 | :P | 07:35 |
flaper87 | This chinese questions make no noise | 07:35 |
flaper87 | :P | 07:35 |
flaper87 | These* | 07:37 |
flwang1 | flaper87: sorry for the late response | 07:52 |
flwang1 | flaper87: so by default, we're using sqlite for our sqlalchemy test, correct? | 07:53 |
flwang1 | flaper87: but in my local test, I found seems our unit test code is trying to use the system's marconi config, does that work as designed? | 07:57 |
flwang1 | flaper87: around? | 08:18 |
flaper87 | flwang1: mmhh, yeah, It tries to get your local config | 08:25 |
flaper87 | flwang1: we have an environment variable that could be used to specify other config paths | 08:25 |
flwang1 | flaper87: it doesn't make sense. | 08:25 |
flaper87 | but I think it tries to get your config either way | 08:25 |
flaper87 | flwang1: agreed | 08:25 |
flaper87 | that should be change | 08:25 |
flaper87 | it should read the configs JUST when explicitly specified | 08:25 |
flwang1 | exactly | 08:26 |
flwang1 | because now i'm running into some problem about this :) | 08:26 |
flwang1 | I specify mysql in my local config, but I didn't create Marconi schema in mysql. then I will run into problems during run tox | 08:27 |
flaper87 | flwang1: erm, mmh, erm, mmh | 08:27 |
* flaper87 runs away | 08:27 | |
flaper87 | :D | 08:27 |
flwang1 | something about can't connect to the mysql server | 08:27 |
flaper87 | flwang1: yeah, that needs to be fixed | 08:27 |
*** prashanthr_ has quit IRC | 08:27 | |
*** prashanthr_ has joined #openstack-marconi | 08:28 | |
flwang1 | flaper87: ok, I will file a bug | 08:28 |
*** prashanthr_ has left #openstack-marconi | 08:28 | |
*** prashanthr_ has joined #openstack-marconi | 08:28 | |
*** njirap has joined #openstack-marconi | 08:28 | |
flwang1 | flaper87: another question is coming when you are available :D | 08:32 |
*** chandankumar_ has quit IRC | 08:37 | |
*** chandan_kumar has joined #openstack-marconi | 08:39 | |
*** rashrag93 has joined #openstack-marconi | 09:01 | |
*** flwang1 has quit IRC | 09:02 | |
*** flwang has joined #openstack-marconi | 09:51 | |
flwang | flaper87: back? | 09:52 |
flaper87 | flwang: hey | 10:03 |
flaper87 | shoot | 10:03 |
*** jamieh has joined #openstack-marconi | 10:05 | |
*** jamieh is now known as Guest72786 | 10:05 | |
flwang | flaper87: we're providing the marconi config sample with marconi.conf | 10:19 |
flwang | flaper87: and I saw the config entry log_file and log_dir, so are they using? | 10:19 |
*** njirap has quit IRC | 10:20 | |
flaper87 | flwang: yeah, that's all openstack/common/log | 10:22 |
flwang | flaper87: hmm... in my local env, I have below config files | 10:23 |
flwang | logging.conf marconi.conf marconi-proxy.conf marconi-queues.conf | 10:24 |
flaper87 | you just need marconi.conf | 10:24 |
flaper87 | the other ones are old | 10:24 |
flwang | flaper87: I see | 10:24 |
flwang | flaper87: but what I want to raise is if there is a conf marconi-queues.conf | 10:25 |
flwang | flaper87: then the log will be written to the file configured in marconi-queues.conf | 10:25 |
flwang | flaper87: so do you think it's an issue, or I should remove the old conf and assume everything is ok :D | 10:25 |
flaper87 | ah wait a second | 10:26 |
flaper87 | the right file is marconi-queues.conf | 10:26 |
flaper87 | I think | 10:26 |
flaper87 | now I'm confused | 10:26 |
flaper87 | :D | 10:26 |
flaper87 | https://github.com/openstack/marconi/blob/master/marconi/cmd/server.py#L28 | 10:26 |
flaper87 | yeah, prog is marconi-queues | 10:26 |
flaper87 | so it should be marconi-queues.conf | 10:27 |
flaper87 | does it read marconi.conf as well? | 10:27 |
flwang | flaper87: I think sometimes | 10:29 |
flwang | flaper87: TBH, it's really bad to see this :( | 10:29 |
flaper87 | flwang: so, this has historical reasons, FWIW | 10:29 |
flwang | flaper87: so I think they are messed, but I can't figure out when and where | 10:29 |
flwang | flaper87: what I can tell is seems we are printing log to the path we defined in marconi_queues.conf, and read some others entries from the marconi.conf, such as storage driver, etc | 10:31 |
flwang | flaper87: i understand there are historical reasons | 10:31 |
flaper87 | flwang: try getting rid of marconi.conf and see if marconi-queues.conf is correctly read | 10:31 |
flaper87 | The config generated used marconi.conf so, I think it's marconi.conf | 10:31 |
flaper87 | but I remember discussing this with the guys | 10:31 |
flaper87 | and the reason to have marconi-queues.conf is that well.. it's the queues service config file | 10:32 |
flwang | flaper87: hold on | 10:32 |
flwang | flaper87: did you mean we need both the two? | 10:32 |
flaper87 | flwang: nope, I mean, we shouldn't need both and the right one should be marconi-queues.conf | 10:33 |
flaper87 | so, pls, double check this is indeed an issue | 10:33 |
flaper87 | :D | 10:33 |
flwang | flaper87: yes, i'm | 10:33 |
*** njirap has joined #openstack-marconi | 10:33 | |
flwang | flaper87: I think there are some problems, though I don't want to admit :D | 10:33 |
flwang | flaper87: and, why we place the sample conf under /etc and named it as marconi.conf.sample | 10:34 |
*** rashrag93 has quit IRC | 10:35 | |
flwang | flaper87: and everybody told me i should use the marconi.conf, that's the big confusion for me NOW | 10:35 |
flwang | flaper87: anyway, I will dig into this | 10:35 |
flwang | flaper87: btw, do we need a sample file for marconi-proxy.conf under marconi/etc? just curious why there isn't | 10:38 |
ekarlso | is marconi gonna graduate or ? | 10:38 |
flwang | ekarlso: the vote is postponed after 1 week, AFAIK | 10:40 |
ekarlso | awww | 10:40 |
flwang | flaper87: can you help check if there is the marconi_queues.conf under your local folder? | 10:40 |
flaper87 | flwang: who told you I've a local config folder that actually works ? | 10:41 |
flaper87 | :D | 10:41 |
flaper87 | flwang: marconi-proxy is old stuff | 10:41 |
flaper87 | it was removed | 10:41 |
flwang | flaper87: haha, my son | 10:41 |
flaper87 | flwang: your son is smart :D | 10:42 |
flwang | flaper87: i have given his English name as MARCONI,haha | 10:42 |
flaper87 | flwang: so, what's your son's name? | 10:42 |
flaper87 | flwang: btw, it should be marconi-queues.conf (with - not _) | 10:42 |
flwang | i know | 10:43 |
flwang | just typo | 10:43 |
flaper87 | ah ok | 10:43 |
flaper87 | sorry | 10:43 |
flaper87 | :P | 10:43 |
* flaper87 STFU | 10:43 | |
flwang | now his name is Marconi Wang, i mean english name | 10:43 |
flwang | but I need the approval from his mom :) | 10:43 |
flaper87 | awesome :D | 10:45 |
flwang | flaper87: pls tell me if there is a marconi-queues.conf under you local folder :D | 10:45 |
flaper87 | flwang: I just have marconi.conf.bck :D | 10:47 |
flaper87 | which is even more confusing | 10:47 |
flaper87 | hahahaha | 10:47 |
flaper87 | flwang: I can help you digging into this if you want | 10:47 |
flwang | flaper87: i got some bad smell TBH :) | 10:48 |
flwang | flaper87: let me report what i have observed | 10:48 |
flwang | 1. I think the root cause is we should update the prog | 10:52 |
flwang | 2. in my local env, I need the both file to start, maybe it's caused my bad storage config | 10:52 |
flwang | flaper87: 3. I have opened a bug https://bugs.launchpad.net/marconi/+bug/1294595 | 10:53 |
flwang | flaper87: hope i'm wrong | 10:53 |
flaper87 | flwang: prog shouldn't be changed | 10:54 |
flaper87 | it has to be marconi-queues | 10:54 |
flaper87 | because we'll have marconi-notification at some point | 10:54 |
flaper87 | I'll dig into this | 10:54 |
flwang | so can you share me what's your local config? | 10:55 |
flaper87 | flwang: I'm serious, I don't have one. I just have that old .bck file | 10:56 |
flaper87 | :D | 10:56 |
flaper87 | flwang: FWIW, this is how config files are discovered: https://github.com/openstack/oslo.config/blob/master/oslo/config/cfg.py#L464 | 10:56 |
flwang | flaper87: kill me, pls | 10:56 |
flaper87 | flwang: here's your answer: https://github.com/openstack/oslo.config/blob/master/oslo/config/cfg.py#L471 | 10:56 |
flaper87 | so, it's not messed up, that's just how it works | 10:57 |
flaper87 | :D | 10:57 |
flaper87 | marconi.conf helps grouping config that are common in other services | 10:57 |
flwang | i see, let me verify that again, thanks for pointing that | 10:57 |
flaper87 | then you have service specific configs like marconi-queues.conf etc | 10:58 |
flaper87 | flwang: np | 10:58 |
flwang | flaper87: so back to my previous question | 10:58 |
flwang | (06:32:56 PM) flwang: flaper87: did you mean we need both the two? | 10:58 |
flwang | (06:33:19 PM) flaper87: flwang: nope, I mean, we shouldn't need both and the right one should be marconi-queues.conf | 10:58 |
flaper87 | flwang: yeah, my bad :P | 10:59 |
flaper87 | so | 10:59 |
flaper87 | we *don't* need both but we can use both | 10:59 |
flaper87 | :D | 10:59 |
flaper87 | ahahha | 10:59 |
* flaper87 should know these things | 10:59 | |
flwang | I don't think it's accurate | 11:00 |
*** ykaplan has joined #openstack-marconi | 11:00 | |
flaper87 | flwang: why ? | 11:00 |
flaper87 | flwang: it makes sense to me | 11:00 |
flaper87 | We should improve the documentation, though | 11:00 |
flaper87 | there you go, we have a low-hanging-fruit for OPW applicants | 11:00 |
flwang | flaper87: haha, let me ask more questions | 11:01 |
flwang | flaper87: so what's the recommend way? | 11:02 |
flaper87 | flwang: The recommended way is using openstack-queues.conf | 11:03 |
flaper87 | erm | 11:03 |
flaper87 | marconi-queues.conf | 11:03 |
flaper87 | I'd say | 11:04 |
flwang | flaper87: hmm... but in the past, seems we're recommending the new comer using marconi.conf and as you see, we put a sample with that name | 11:05 |
flwang | and which was renamed from marconi-queues.conf.sample, IIRC | 11:05 |
flwang | flaper87: but yes, given the marconi-notification is coming, I'm on your side :D | 11:05 |
flaper87 | yup | 11:05 |
flaper87 | once marconi-notification gets here the recommended way will be: | 11:06 |
flwang | place common conf under marconi.conf | 11:06 |
flaper87 | - Put whatever is common between those services in marconi.conf and the specific configs in marconi-$service.conf | 11:06 |
flwang | place specific conf under separated marconi-xxx.conf | 11:06 |
flaper87 | yeah | 11:06 |
flwang | glad to see we're on the same page :D | 11:07 |
flwang | ok, I will leverage the bug to track the document improvement | 11:07 |
flwang | really appreciate your time to make this more clear | 11:07 |
flaper87 | my pleasure | 11:08 |
flaper87 | thank you for noticing that | 11:08 |
*** ykaplan has quit IRC | 11:09 | |
flwang | flaper87: welcome, you know, i'm still new for this cute project | 11:13 |
flwang | flaper87: so I'd like dig every corners :D | 11:13 |
flaper87 | flwang: pls do, there are obscure things in it :D | 11:16 |
flaper87 | brb | 11:16 |
*** flaper87 is now known as flaper87|afk | 11:17 | |
*** vkmc has joined #openstack-marconi | 11:46 | |
*** vkmc has quit IRC | 11:46 | |
*** vkmc has joined #openstack-marconi | 11:46 | |
*** tedross has joined #openstack-marconi | 11:53 | |
*** flaper87|afk is now known as flaper87 | 12:08 | |
*** alcabrera has joined #openstack-marconi | 12:12 | |
alcabrera | Good morning, all. :) | 12:13 |
*** ykaplan has joined #openstack-marconi | 12:20 | |
flwang | alcabrera: hey, how's going o? | 12:21 |
alcabrera | flwang: hey! Things are going well this morning. I'm in for some car maintenance, so I'm hanging out in a Toyota lounge while catching up on morning reading. | 12:22 |
alcabrera | flwang: how about you? | 12:22 |
flwang | alcabrera: just had a discussion about marconi.conf, you can look it at here https://bugs.launchpad.net/marconi/+bug/1294595 if you're interested in | 12:23 |
flwang | alcabrera: in a short, we discussed if we need both marconi.conf and marconi-queues.conf | 12:23 |
*** chandan_kumar has quit IRC | 12:23 | |
flwang | and what's the relationship | 12:24 |
vkmc | Morning! | 12:24 |
vkmc | :) | 12:24 |
flwang | and how to handle them for now and the future | 12:24 |
*** oz_akan_ has joined #openstack-marconi | 12:24 | |
flwang | alcabrera: given the marconi-notification.conf is coming :) | 12:24 |
alcabrera | vkmc: hey! | 12:25 |
alcabrera | flwang: lemme catch up on this. :) | 12:25 |
flwang | sure | 12:26 |
flwang | vkmc: morning | 12:26 |
alcabrera | flwang: I'm in agreement with the view that we should have marconi-queues.conf and (eventually) marconi-notifications.conf | 12:27 |
alcabrera | given how oslo.config works | 12:27 |
alcabrera | otherwise, I'd say, marconi/queues.conf and marconi/notifications.conf | 12:27 |
alcabrera | vkmc: how are you? :) | 12:27 |
flwang | alcabrera: yep, obviously, we need to document this config to avoid confusion | 12:28 |
alcabrera | +1 | 12:28 |
*** oz_akan_ has quit IRC | 12:28 | |
*** oz_akan_ has joined #openstack-marconi | 12:29 | |
vkmc | alcabrera, flwang o/ | 12:30 |
vkmc | alcabrera, I'm fine, thanks for asking. And you? | 12:32 |
vkmc | +1 to Toyota and their wifi haha | 12:32 |
alcabrera | vkmc: heh, yes wifi. :D | 12:32 |
alcabrera | I love places that provide it. | 12:32 |
alcabrera | It makes almost no sense not to provide it, as a business | 12:33 |
alcabrera | but yes. | 12:33 |
alcabrera | I'm well! | 12:33 |
alcabrera | Things are looking up this morning. :) | 12:33 |
*** sriram1 has joined #openstack-marconi | 12:35 | |
vkmc | That's great to hear | 12:35 |
flwang | alcabrera: i'm working on signed messages, any thoughts when you see this at a glance? :) | 12:36 |
vkmc | I'm finishing my proposal while looking for a good restructured text editor... Gist is not working since yesterday | 12:36 |
vkmc | I had to expect that, when you get near a deadline usually things stop working | 12:37 |
* flaper87 reads backlog | 12:38 | |
flaper87 | alcabrera: didn't we have queues.conf at some point? | 12:39 |
flaper87 | we probably just considered it but never did it | 12:39 |
alcabrera | vkmc: I use a combination of emacs w/ pandoc for RsT editing. I compile the RsT => PDF to make sure it matches what I expect, and emacs + flycheck flags me on silly syntax errors while I edit. | 12:41 |
flwang | flaper87: besides, given we're ^dropping^ the term of 'queue', do we need the marconi-queues.conf anymore? or we need a better name for this file? | 12:41 |
alcabrera | flwang: signed messages? Adding some integrity/autheticity checks to messages? :) | 12:41 |
alcabrera | flaper87: Maybe. I've lost track, tbh. :P | 12:41 |
flwang | alcabrera: exactly | 12:42 |
flwang | flaper87: any suggestion on the signed messages idea? I'd like to steal some thoughts from you guys :D | 12:43 |
alcabrera | flwang: awesome! sounds like an interesting feature. | 12:43 |
vkmc | alcabrera, Thanks, I'll check it now | 12:43 |
flaper87 | flwang: the signed messages idea sounds amazing. I'm not sure I'm in the right mind-set to discuss it in depth right now but I definitely want to be part of that discussion | 12:44 |
flwang | cool | 12:45 |
flwang | flaper87: alcabrera: I will definitely make sure you guys will be involved :D | 12:45 |
flwang | flaper87: and TBH, I have proposed the 'signed images' idea for Glance as well ;0 | 12:46 |
flwang | flaper87: I believe there are some common area ;) | 12:46 |
*** chandan_kumar has joined #openstack-marconi | 12:56 | |
*** mpanetta has joined #openstack-marconi | 13:13 | |
*** ykaplan has quit IRC | 13:14 | |
*** ykaplan has joined #openstack-marconi | 13:17 | |
*** kgriffs_afk is now known as kgriffs | 13:17 | |
kgriffs | hey everyone | 13:19 |
alcabrera | hola, kgriffs. o/ | 13:19 |
flwang | kgriffs: morning | 13:20 |
flaper87 | kgriffs: hey hey | 13:23 |
flaper87 | good morning | 13:23 |
*** nosnos has quit IRC | 13:24 | |
sriram1 | good morning :) | 13:24 |
openstackgerrit | Jon Bernard proposed a change to openstack/marconi: Include full license text https://review.openstack.org/81094 | 13:25 |
*** sriram1 is now known as sriram | 13:25 | |
*** mwagner_lap is now known as mwagner_dontUseM | 13:25 | |
*** mwagner__ has quit IRC | 13:30 | |
*** vkmc has quit IRC | 13:34 | |
*** vkmc has joined #openstack-marconi | 13:35 | |
*** vkmc has quit IRC | 13:35 | |
*** vkmc has joined #openstack-marconi | 13:35 | |
*** alcabrera has quit IRC | 13:36 | |
*** jbernard has joined #openstack-marconi | 13:41 | |
jbernard | flaper87: thanks :) | 13:41 |
*** alcabrera has joined #openstack-marconi | 13:41 | |
*** Guest72786 is now known as jamie_h | 13:44 | |
flaper87 | jbernard: thank YOU! | 13:45 |
mpanetta | Morning all | 13:48 |
flaper87 | jbernard: the gate failed | 13:48 |
alcabrera | mpanetta: good morning! | 13:49 |
jbernard | flaper87: it hates me | 13:49 |
mpanetta | How goes alcabrera? | 13:49 |
flaper87 | jbernard: who doesn't? | 13:49 |
* flaper87 hides and runs away | 13:50 | |
flaper87 | :D | 13:50 |
jbernard | flaper87: i know, right! | 13:50 |
alcabrera | mpanetta: alright. Toyota wifi is *good enough* to keep me temporarily happy. :) | 13:50 |
mpanetta | alcabrera: Is it slow? | 13:51 |
*** balajiiyer has joined #openstack-marconi | 13:52 | |
alcabrera | mpanetta: a bit. I'm seeing 128 - 256 Kbps. | 13:52 |
alcabrera | it's also a little flaky. | 13:52 |
alcabrera | It's dropped me once in an hour. | 13:53 |
flaper87 | alcabrera: do you have wifi in your car? | 13:53 |
* flaper87 assumes alcabrera owns a Toyota | 13:53 | |
alcabrera | flaper87: I have a Toyota car, but I'm at the shop at the moment. The Toyota center has wifi. | 13:54 |
alcabrera | car-as-wifi-hot-spot would be pretty cool | 13:54 |
mpanetta | Oh man car wifi would rock | 13:55 |
flaper87 | I've been dreaming with that | 13:55 |
flaper87 | Well, it's not that placing a umts hotspot somewhere in the car is hard to do | 13:55 |
flaper87 | but... | 13:55 |
alcabrera | internet infrastructure isn't quite open or distributed enough to make that work, I think. At least in the USA. :P | 13:57 |
alcabrera | gonna be a bit longer - the fellow who is performing maintenance on my vehicle told me they're going to need to do a tire change. :) | 13:58 |
alcabrera | new tires - first tire change in four years. This'll be interesting. | 13:58 |
flaper87 | alcabrera: that's what they say before pimping your ride! | 13:58 |
alcabrera | hahaha | 13:58 |
alcabrera | I won't even recognize my car when I get back to it | 13:59 |
alcabrera | suddenly, green => purple, sedan-ish => 2-door, gasoline => electric, wallet-full => wallet-empty | 13:59 |
*** jmckind has joined #openstack-marconi | 13:59 | |
mpanetta | haha | 14:00 |
sriram | lol | 14:01 |
flaper87 | ahahahah | 14:06 |
*** mpanetta_ has joined #openstack-marconi | 14:08 | |
*** jcru has joined #openstack-marconi | 14:08 | |
*** mpanetta has quit IRC | 14:08 | |
*** chandan_kumar has quit IRC | 14:13 | |
*** amitgandhi has joined #openstack-marconi | 14:13 | |
*** mpanetta_ has quit IRC | 14:14 | |
*** mpanetta has joined #openstack-marconi | 14:15 | |
*** amitgandhi has quit IRC | 14:16 | |
*** amitgandhi has joined #openstack-marconi | 14:16 | |
*** chandan_kumar has joined #openstack-marconi | 14:17 | |
kgriffs | be back in a little while | 14:18 |
jbernard | flaper87: flake8 is unhappy about the license file, but its not clear to me why the others do not have this problem | 14:21 |
*** malini_afk is now known as malini | 14:22 | |
malini | o/ | 14:23 |
alcabrera | malini: hey! :D | 14:23 |
malini | hello.. | 14:24 |
malini | catching up the conv above | 14:24 |
malini | I still dont think it is a case of misunderstanding | 14:24 |
malini | wrt tests being in the wrong place | 14:24 |
malini | 'they' cant seem to decide what they want | 14:24 |
flaper87 | jbernard: mmh, not sure, TBH. Prpobably the headers in our python files are not correct? | 14:26 |
*** kgriffs is now known as kgriffs_afk | 14:28 | |
*** Kuwagata has joined #openstack-marconi | 14:31 | |
*** prashanthr_1 has joined #openstack-marconi | 14:36 | |
mpanetta | mornin malini | 14:41 |
malini | Good Morning mpanetta ! | 14:42 |
flaper87 | brb | 14:46 |
*** reed has joined #openstack-marconi | 14:55 | |
*** mwagner__ has joined #openstack-marconi | 15:05 | |
*** flaper87 is now known as flaper87|afk | 15:11 | |
*** flaper87|afk is now known as flaper87 | 15:18 | |
flaper87 | balajiiyer: ping | 15:36 |
*** AAzza has joined #openstack-marconi | 15:43 | |
*** chandankumar_ has joined #openstack-marconi | 15:54 | |
*** reed has quit IRC | 15:55 | |
*** chandan_kumar has quit IRC | 15:56 | |
*** alcabrera has quit IRC | 15:57 | |
*** reed has joined #openstack-marconi | 16:00 | |
*** flaper87 is now known as flaper87|afk | 16:11 | |
*** jamie_h has quit IRC | 16:11 | |
*** jamieh has joined #openstack-marconi | 16:13 | |
*** jamieh is now known as jamie_h | 16:14 | |
*** alcabrera has joined #openstack-marconi | 16:34 | |
*** njirap has quit IRC | 16:44 | |
*** jeremyh28 has joined #openstack-marconi | 16:44 | |
*** jeremyh28 has quit IRC | 16:49 | |
*** kgriffs_afk is now known as kgriffs | 17:00 | |
kgriffs | o/ | 17:05 |
kgriffs | malini: what do you think about moving tests to meet the tempest req? | 17:05 |
*** chandan_kumar has joined #openstack-marconi | 17:05 | |
*** amitgandhi has quit IRC | 17:08 | |
*** amitgandhi has joined #openstack-marconi | 17:15 | |
*** balajiiyer has quit IRC | 17:16 | |
*** chandan_kumar has quit IRC | 17:17 | |
*** balajiiyer has joined #openstack-marconi | 17:23 | |
*** stritz has joined #openstack-marconi | 17:24 | |
*** ykaplan has quit IRC | 17:24 | |
*** prashanthr_1 has quit IRC | 17:35 | |
malini | kgriffs: it is easy to do..But I want us to have a discussion with the broader community before doing that | 17:39 |
kgriffs | malini: ok. I see we have two options. (1) just move the tests, (2) argue that they don't belong there. | 17:39 |
malini | kgriffs: I am not talking abt arguing.It is a discussion that needs to happen | 17:40 |
kgriffs | (1) may be cause the least friction, but I get that there is the question of whether we are incurring technical debt to appease politics | 17:40 |
malini | we cannot ping pong between the project & tempest - if somebody gets a diff idea later on | 17:40 |
kgriffs | oic. OK, so we need to get them to say "do X or Y" and we will just do thaty | 17:40 |
malini | yes..I want the requirements to be listed down clearly | 17:41 |
kgriffs | if that is fair, do you think that the community will get the impression we are happy to do X, as soon as X is defined? | 17:41 |
malini | kgriffs: see my pm | 17:43 |
*** stritz has quit IRC | 18:28 | |
openstackgerrit | Jon Bernard proposed a change to openstack/marconi: Update license headers on select source files https://review.openstack.org/81598 | 18:49 |
*** jamie_h has quit IRC | 18:49 | |
jbernard | ^ that fixes the gate failures on my previous patch | 18:51 |
kgriffs | cool, thanks! | 18:53 |
*** jamieh has joined #openstack-marconi | 18:56 | |
*** jamieh is now known as Guest719 | 18:57 | |
*** Guest719 has quit IRC | 18:58 | |
*** feck has joined #openstack-marconi | 19:00 | |
*** stritz has joined #openstack-marconi | 19:10 | |
kgriffs | malini: I'd love to get your review on this: https://review.openstack.org/#/c/80779/ | 19:11 |
malini | sure! | 19:11 |
kgriffs | thanks. :) | 19:12 |
*** saju_m has quit IRC | 19:21 | |
*** saju_m has joined #openstack-marconi | 19:22 | |
*** malini is now known as malini_afk | 19:31 | |
*** stritz has quit IRC | 19:31 | |
kgriffs | everyone, FYI I submitted the governance patch as requested in the graduation review: https://review.openstack.org/#/c/81607/ | 19:39 |
*** kgriffs is now known as kgriffs_afk | 19:49 | |
*** saju_m has quit IRC | 20:08 | |
*** saju_m has joined #openstack-marconi | 20:08 | |
*** feck has quit IRC | 20:11 | |
*** kgriffs_afk is now known as kgriffs | 20:16 | |
kgriffs | folks, I was up pretty late last night, so I am going to clock out a bit earlier than usual today. Catch everyone tomorrow! | 20:40 |
*** Kuwagata has quit IRC | 20:42 | |
*** kgriffs is now known as kgriffs_afk | 20:43 | |
*** sriram has quit IRC | 20:46 | |
*** AAzza has left #openstack-marconi | 21:12 | |
*** oz_akan_ has quit IRC | 21:13 | |
*** alcabrera has left #openstack-marconi | 21:17 | |
*** mwagner__ has quit IRC | 21:17 | |
*** saju_m has quit IRC | 21:28 | |
*** mpanetta has quit IRC | 21:28 | |
*** tedross has quit IRC | 21:53 | |
*** jmckind has quit IRC | 21:56 | |
*** reed has quit IRC | 21:58 | |
*** amitgandhi has quit IRC | 22:17 | |
*** balajiiyer has quit IRC | 22:41 | |
*** mwagner__ has joined #openstack-marconi | 22:42 | |
*** flwang has quit IRC | 22:43 | |
*** flwang has joined #openstack-marconi | 22:44 | |
*** jcru has quit IRC | 22:59 | |
*** flwang has quit IRC | 23:26 | |
*** flwang has joined #openstack-marconi | 23:27 | |
*** mwagner_dontUseM is now known as mwagner | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!