*** amalagon has quit IRC | 01:05 | |
*** achanda has joined #openstack-zaqar | 03:06 | |
*** sriram has joined #openstack-zaqar | 03:10 | |
*** achanda has quit IRC | 03:19 | |
*** jdaggett_ has joined #openstack-zaqar | 05:09 | |
*** notmyname_ has joined #openstack-zaqar | 05:10 | |
*** jdaggett has quit IRC | 05:11 | |
*** notmyname has quit IRC | 05:11 | |
*** notmyname_ is now known as notmyname | 05:11 | |
*** jdaggett_ is now known as jdaggett | 05:11 | |
*** sriram has quit IRC | 05:12 | |
*** exploreshaifali has joined #openstack-zaqar | 06:37 | |
*** sgotliv has joined #openstack-zaqar | 06:45 | |
*** exploreshaifali has quit IRC | 06:46 | |
*** sgotliv has quit IRC | 07:04 | |
*** dorry has quit IRC | 08:23 | |
*** exploreshaifali has joined #openstack-zaqar | 09:13 | |
*** sgotliv has joined #openstack-zaqar | 09:20 | |
*** sgotliv has quit IRC | 09:27 | |
*** sgotliv has joined #openstack-zaqar | 09:27 | |
*** jeffrey4l has joined #openstack-zaqar | 09:54 | |
*** sgotliv has quit IRC | 10:01 | |
*** sgotliv has joined #openstack-zaqar | 10:21 | |
*** flwang has joined #openstack-zaqar | 10:44 | |
*** sgotliv has quit IRC | 10:46 | |
exploreshaifali | flaper87, around ? | 10:49 |
---|---|---|
*** vkmc has joined #openstack-zaqar | 11:22 | |
vkmc | morning! | 11:25 |
flwang | vkmc: morning | 11:25 |
vkmc | flwang, how are you Fei? | 11:25 |
* vkmc checking what is the status with keystone auth | 11:26 | |
flwang | good, even though all my zaqar patches failed :) | 11:26 |
vkmc | daaamn | 11:26 |
vkmc | I'm not sure why this one is failing https://review.openstack.org/#/c/143038/ | 11:31 |
*** tmu has quit IRC | 11:40 | |
*** tmu has joined #openstack-zaqar | 11:40 | |
*** achanda has joined #openstack-zaqar | 11:46 | |
exploreshaifali | vkmc, hiiiiiiii | 11:58 |
vkmc | hey yaaaaaa :) | 11:59 |
vkmc | how are you exploreshaifali? | 11:59 |
exploreshaifali | vkmc, I am good :D | 11:59 |
exploreshaifali | facing two problems | 11:59 |
exploreshaifali | first one is | 11:59 |
exploreshaifali | trying to install zaqar in new VM | 11:59 |
* vkmc puts her big glasses | 11:59 | |
exploreshaifali | cloning repo form master branch | 12:00 |
exploreshaifali | lol... your big glasses should solve the proble, | 12:00 |
vkmc | I hope :P | 12:00 |
exploreshaifali | here https://wiki.openstack.org/wiki/Zaqar/Give_Zaqar_a_try | 12:00 |
vkmc | ok, good | 12:01 |
exploreshaifali | stated that we need to copy a file zaqar/etc/zaqar.conf.sample to~/.zaqar/zaqar.conf | 12:01 |
vkmc | yeah | 12:01 |
exploreshaifali | but at present zaqar master does not have that file | 12:01 |
vkmc | makes sense | 12:01 |
exploreshaifali | no zaqar.conf.sample | 12:01 |
exploreshaifali | https://github.com/openstack/zaqar/tree/master/etc | 12:01 |
vkmc | as you recently found out, we removed that file a couple of weeks ago | 12:02 |
vkmc | and we replaced it for an automatic generator | 12:02 |
vkmc | because it was error prone to keep it up to date | 12:02 |
*** fifieldt__ has quit IRC | 12:02 | |
exploreshaifali | so what I do now ? | 12:02 |
vkmc | so, what you have to do, is run the generator and generate the config file | 12:03 |
vkmc | this is an example on how to do so http://docs.openstack.org/developer/oslo.config/generator.html | 12:03 |
vkmc | of course, using zaqar's namespace | 12:03 |
vkmc | oslo.config is in our requirements https://github.com/openstack/zaqar/blob/master/requirements.txt#L18 | 12:04 |
vkmc | so you should have that tool in your system | 12:04 |
exploreshaifali | do I need to have openstack before installing zaqar? | 12:05 |
vkmc | you mean other projects? nope | 12:05 |
exploreshaifali | if I will try to install Zaqar without configuring devstack | 12:05 |
exploreshaifali | will it work ? | 12:05 |
vkmc | the only project we depend on is Keystone, but you can identify as anonymous | 12:05 |
vkmc | of course | 12:05 |
vkmc | in fact, it will be easier | 12:06 |
exploreshaifali | okay :) | 12:06 |
exploreshaifali | Now second problem | 12:06 |
vkmc | shoot | 12:06 |
exploreshaifali | recent changes in Zaqar want emun lib | 12:06 |
exploreshaifali | though I have installed it in VM using both | 12:07 |
exploreshaifali | pip install enum34 and also using zip file | 12:07 |
*** fifieldt has joined #openstack-zaqar | 12:07 | |
exploreshaifali | yet if I run *tox -e py27* | 12:07 |
exploreshaifali | I get import error for enum | 12:07 |
exploreshaifali | any thoughts why so? | 12:07 |
vkmc | exploreshaifali, try adding it to the test-requirements.py file | 12:08 |
*** sgotliv_ has joined #openstack-zaqar | 12:08 | |
exploreshaifali | okay | 12:08 |
vkmc | it shouldn't fail though... hmm | 12:08 |
vkmc | sorry, test_requirements.txt | 12:08 |
exploreshaifali | I have tried to install it in Python shell and there it is working fine | 12:09 |
exploreshaifali | okay let me try to add in above file | 12:09 |
vkmc | ok ok, it might be some error in our tests :) | 12:09 |
vkmc | sure | 12:09 |
exploreshaifali | Next question | 12:09 |
exploreshaifali | that maven work not working yet | 12:09 |
exploreshaifali | :( | 12:09 |
vkmc | boo | 12:09 |
exploreshaifali | I didn't got pdf file | 12:09 |
vkmc | even with removing the broken link? | 12:10 |
exploreshaifali | Compiling with maven using command *mvn compile* | 12:10 |
exploreshaifali | and other used *mv compile:compile* | 12:10 |
exploreshaifali | vkmc, yes even after removing broken link | 12:10 |
vkmc | ohoh, and with 'mvn clean generate-sources'? | 12:11 |
exploreshaifali | result I am getting is *Build success No source to compile* | 12:11 |
exploreshaifali | vkmc, above is result of compile command | 12:11 |
vkmc | test that and let me know what happens | 12:11 |
exploreshaifali | 'mvn clean generate-sources' gives success | 12:12 |
vkmc | oh, so that works :) | 12:12 |
exploreshaifali | yes | 12:12 |
vkmc | it should be a new directory | 12:12 |
exploreshaifali | clean generate-source works | 12:12 |
vkmc | good, that is the command you have to use in this case | 12:12 |
exploreshaifali | ok if it works that I could submmit my patch with changes | 12:13 |
vkmc | yeah! | 12:13 |
exploreshaifali | even if pdf didn't generate | 12:13 |
vkmc | the pdf should be inside the new folder I mentioned | 12:13 |
vkmc | I don't remember exactly the name of the output | 12:13 |
exploreshaifali | okay I will try to figure it out | 12:14 |
exploreshaifali | but how is it changing the docs ? | 12:14 |
exploreshaifali | which was the main purpose | 12:14 |
vkmc | the main purpose is keeping the manuals updated | 12:14 |
vkmc | then... when the users get the source code | 12:14 |
vkmc | they get the manuals up to date :) | 12:14 |
exploreshaifali | okay :) | 12:14 |
exploreshaifali | I will submit patch soon and let see :D | 12:15 |
exploreshaifali | but how canI update docs ? | 12:15 |
vkmc | in open source with so many contributors its quite common to have misleading manuals and that makes the setup a lot more troublesome | 12:15 |
vkmc | you already did, changing that xml and committing it | 12:15 |
exploreshaifali | ya docs is manual only :P | 12:16 |
vkmc | yeah | 12:17 |
exploreshaifali | vkmc, one more problem if you have got it ever | 12:17 |
vkmc | the formal name is 'manual' | 12:17 |
vkmc | but... yeah, docs | 12:17 |
vkmc | haha | 12:17 |
vkmc | exploreshaifali, sure | 12:17 |
exploreshaifali | ok :) | 12:17 |
exploreshaifali | in VM my internet is not working | 12:17 |
vkmc | you have the interface up? | 12:17 |
exploreshaifali | google gave I should give all permissions to dev/vmnet0 file | 12:18 |
exploreshaifali | but there is not such file in dev | 12:18 |
vkmc | it depends on your distro | 12:18 |
exploreshaifali | I am using VMware | 12:18 |
vkmc | are you setting up an Ubuntu VM? | 12:18 |
exploreshaifali | this is happening with only one file | 12:18 |
exploreshaifali | yes Ubuntu | 12:18 |
exploreshaifali | let me give exact error | 12:18 |
vkmc | 'ifconfig -a' should list all the network interfaces | 12:19 |
vkmc | and if they are up | 12:19 |
exploreshaifali | okay | 12:19 |
exploreshaifali | vkmc, Thanks :) | 12:20 |
vkmc | np | 12:21 |
exploreshaifali | vkmc, you are amazing :D | 12:21 |
vkmc | let me know how it goes | 12:21 |
vkmc | haha nah, you are! | 12:22 |
exploreshaifali | for next OPW round you can try to be a mentor | 12:22 |
vkmc | keep working this hard :) | 12:22 |
exploreshaifali | :P | 12:22 |
vkmc | I will try next round, yes yes | 12:22 |
vkmc | it has been a while since I wanted to be a mentor... but I was waiting to get a full-time job | 12:22 |
exploreshaifali | coool :) | 12:23 |
exploreshaifali | so now can definitely work as metnor | 12:23 |
vkmc | indeed! | 12:27 |
exploreshaifali | :) | 12:29 |
flaper87 | o/ | 12:30 |
flaper87 | gooooooooooooooooooooooooooooooooood morning to the best channel, team, group, devs, people in the 1@$@#$%!@% WORLD! | 12:30 |
exploreshaifali | oh flaper87 is back \0 | 12:30 |
exploreshaifali | :D | 12:30 |
* flaper87 was heads down earlier today and muted his brain | 12:30 | |
exploreshaifali | haha why so flaper87 | 12:31 |
flaper87 | trying to finish a work I'm doing in nova | 12:31 |
vkmc | buenos diaaaaaas flaper87 | 12:31 |
flaper87 | I really want to get that done asap | 12:31 |
flaper87 | vkmc: holaaaaaaaaaaa caracola | 12:31 |
vkmc | como dice que le va? | 12:32 |
vkmc | oh that nova thing | 12:32 |
*** achanda has quit IRC | 12:32 | |
*** achanda has joined #openstack-zaqar | 12:33 | |
flaper87 | vkmc: yeah, but I'm almost done | 12:34 |
* flaper87 thinks | 12:34 | |
vkmc | that's awesomeee | 12:34 |
vkmc | flaper87, did you get some more news from keystone folks? | 12:36 |
*** achanda has quit IRC | 12:37 | |
*** exploreshaifali has quit IRC | 12:37 | |
flaper87 | patch landed, a new version was supposed to be released on Sunday | 12:38 |
flaper87 | it looks like it didn't | 12:38 |
flaper87 | probably because we had to recheck the patch a couple of times | 12:38 |
flaper87 | I'll ping morgan as soon as he wakes up | 12:38 |
vkmc | kewl, thx | 12:39 |
vkmc | flaper87, when you have a moment... how did you set up your znc bouncer? | 13:17 |
flaper87 | vkmc: I can give you access to mine | 13:17 |
vkmc | flaper87, :o | 13:18 |
*** jeffrey4l has quit IRC | 14:05 | |
*** sriram has joined #openstack-zaqar | 14:08 | |
*** mpanetta has joined #openstack-zaqar | 14:38 | |
*** jeffrey4l has joined #openstack-zaqar | 14:58 | |
*** amitgandhinz has joined #openstack-zaqar | 15:00 | |
*** malini has joined #openstack-zaqar | 15:26 | |
*** malini_znc has joined #openstack-zaqar | 15:26 | |
*** cpallares has joined #openstack-zaqar | 15:32 | |
*** jeffrey4l has quit IRC | 15:42 | |
*** sgotliv_ has quit IRC | 15:43 | |
*** achanda has joined #openstack-zaqar | 15:51 | |
*** bradjones has joined #openstack-zaqar | 16:06 | |
*** exploreshaifali has joined #openstack-zaqar | 16:42 | |
*** reed has joined #openstack-zaqar | 16:45 | |
*** achanda has quit IRC | 16:50 | |
*** openstack has joined #openstack-zaqar | 17:01 | |
*** flwang has quit IRC | 17:03 | |
*** flwang has joined #openstack-zaqar | 17:09 | |
*** achanda has joined #openstack-zaqar | 17:10 | |
*** amalagon has joined #openstack-zaqar | 17:13 | |
*** pcaruana has quit IRC | 17:53 | |
*** bradjones has quit IRC | 18:07 | |
*** bradjones has joined #openstack-zaqar | 18:13 | |
*** achanda has quit IRC | 18:51 | |
*** achanda has joined #openstack-zaqar | 18:51 | |
* vkmc lurks | 18:54 | |
*** achanda has quit IRC | 18:54 | |
*** achanda_ has joined #openstack-zaqar | 18:55 | |
cpallares | vkmc: o/ | 18:56 |
cpallares | vkmc: \o | 18:57 |
cpallares | vkmc: ( ͡° ͜ʖ ͡°) | 18:57 |
mpanetta | /o | 18:58 |
vkmc | ooooooooh look who is around :) | 18:59 |
vkmc | cpallares, o/ | 18:59 |
vkmc | mpanetta, o/ | 18:59 |
mpanetta | Hiya :) | 18:59 |
cpallares | mpanetta: hi | 19:00 |
cpallares | vkmc: hi | 19:00 |
vkmc | ᕕ( ᐛ )ᕗ | 19:00 |
cpallares | mpanetta, vkmc: how are ya'll doing? | 19:00 |
mpanetta | Woah | 19:00 |
cpallares | vkmc: that's my fav! | 19:00 |
* mpanetta is ok | 19:00 | |
cpallares | ᐛ <-- fav face | 19:01 |
vkmc | haha excited emoji ftw | 19:01 |
vkmc | good good and you? | 19:01 |
cpallares | mpanetta: still have some viral disease? | 19:01 |
mpanetta | It is probably gone, but still feeling warn out | 19:02 |
cpallares | vkmc: I'm doing good. | 19:02 |
* cpallares has the house to herself | 19:02 | |
cpallares | ᐛ | 19:02 |
cpallares | ah no wait | 19:02 |
cpallares | ᕕ( ᐛ )ᕗ | 19:02 |
vkmc | haha | 19:03 |
cpallares | mpanetta: you should play plague inc | 19:03 |
mpanetta | wazzat? | 19:03 |
cpallares | mpanetta: https://play.google.com/store/apps/details?id=com.miniclip.plagueinc&hl=en | 19:03 |
mpanetta | Looks interesting | 19:04 |
cpallares | mpanetta: you have to make a virus and infect the world | 19:04 |
cpallares | mpanetta: and then kill the world | 19:05 |
cpallares | mpanetta: all of it | 19:05 |
mpanetta | Woah | 19:05 |
cpallares | mpanetta: no survivors | 19:05 |
cpallares | :P | 19:05 |
mpanetta | Hmm | 19:05 |
mpanetta | Kinda scary :P | 19:05 |
cpallares | mpanetta: haha yeah it is. It makes it easy to see how different types of bacterias/virus/etc can transfer from country to country | 19:06 |
vkmc | I remember creating the zaqar virus | 19:06 |
vkmc | during the summit | 19:06 |
vkmc | on cpallares phone | 19:06 |
vkmc | it was exciting | 19:06 |
mpanetta | haha | 19:06 |
mpanetta | vkmc: Was there a death queue? :P | 19:08 |
vkmc | mpanetta, yes, with a deadly high throughput | 19:09 |
mpanetta | HAHA | 19:09 |
mpanetta | oops | 19:09 |
vkmc | mpanetta, the population was reduced to zombies in less than 7 days | 19:10 |
mpanetta | Haha, zombies posting to queues | 19:10 |
vkmc | their ttls were 0 | 19:10 |
vkmc | it was horribly | 19:10 |
vkmc | s/horribly/horrible | 19:10 |
*** flwang has quit IRC | 19:29 | |
*** reed has quit IRC | 19:31 | |
exploreshaifali | vkmc, import error for enum library is still there | 19:48 |
* vkmc run away | 19:48 | |
vkmc | ok, paste me the output | 19:48 |
exploreshaifali | ok | 19:49 |
exploreshaifali | vkmc, https://gist.github.com/exploreshaifali/a48ed5d4905b0be59e8d | 19:50 |
exploreshaifali | emun34 was already there in requirements.txt | 19:50 |
exploreshaifali | and I have also added it in test_requirements.txt under unit test section | 19:51 |
exploreshaifali | also I run *pip install -r test_requirements.txt* after adding enum34 in test_requirements.txt | 19:53 |
vkmc | ok, let me reproduce | 19:53 |
exploreshaifali | I think I should drop this VM and start from scratch with new instance | 19:55 |
vkmc | if I hit that, then its not you | 19:55 |
vkmc | its the code base | 19:55 |
vkmc | so give me a few minutes | 19:55 |
vkmc | the tox env is setting up :) | 19:55 |
exploreshaifali | vkmc, cool :) | 19:55 |
*** flwang has joined #openstack-zaqar | 19:58 | |
*** malini has left #openstack-zaqar | 19:58 | |
vkmc | omg, I ran out of space to run the tests in my vm | 20:03 |
exploreshaifali | :D | 20:03 |
exploreshaifali | that happened with me also once | 20:04 |
vkmc | how many gigs this storage black hole needs >.> | 20:05 |
exploreshaifali | :D | 20:07 |
exploreshaifali | vkmc, what is zaqar's namespaace ? | 20:08 |
exploreshaifali | *namespace | 20:08 |
vkmc | exploreshaifali, it means that you have to use the files in zaqar repo | 20:09 |
exploreshaifali | vkmc, to generate zaqar.conf I shoot command *oslo-config-generator --namespace zaqar > zaqar.conf* | 20:10 |
exploreshaifali | but got an empty file with only "DEFAULT" written in it | 20:11 |
exploreshaifali | here I think --namespace zaqar could have issues | 20:11 |
exploreshaifali | that namespace is might be wrong correct | 20:12 |
vkmc | but its the file | 20:13 |
vkmc | in osloconfig | 20:13 |
exploreshaifali | vkmc, you mean the namespace I used is correct? | 20:14 |
vkmc | exploreshaifali, this is what you need https://github.com/openstack/zaqar/blob/master/etc/oslo-config-generator/zaqar.conf | 20:16 |
exploreshaifali | ok. So I am suppose to run above command with all these namespaces one by one? | 20:19 |
vkmc | nope, just that file | 20:19 |
exploreshaifali | ok :) | 20:20 |
exploreshaifali | thanks vkmc | 20:20 |
vkmc | oslo-config-generator --config-file oslo-config-generator/zaqar.conf | 20:21 |
vkmc | like that ^ | 20:21 |
exploreshaifali | ok :) | 20:21 |
*** exploreshaifali has quit IRC | 20:29 | |
*** sgotliv_ has joined #openstack-zaqar | 20:41 | |
*** sgotliv_ has quit IRC | 21:01 | |
*** achanda_ has quit IRC | 21:04 | |
*** achanda has joined #openstack-zaqar | 21:05 | |
*** achanda has quit IRC | 21:09 | |
*** malini_znc is now known as malini|afk | 21:10 | |
vkmc | flwang1, so... the keystone patch landed, but we have problems with prettytable now | 21:32 |
vkmc | heh | 21:32 |
vkmc | https://review.openstack.org/#/c/143504/ | 21:32 |
vkmc | https://review.openstack.org/#/c/143501/ | 21:33 |
flwang1 | vkmc: I would say WTF :) | 21:44 |
flwang1 | anyway, xmas is coming, yeah! | 21:45 |
vkmc | haha yeaaaah | 21:49 |
vkmc | let's eat candy! forget about gates! | 21:49 |
vkmc | :P | 21:49 |
*** cpallares has quit IRC | 21:49 | |
vkmc | btw, it looks like we all forgot there was a meeting today | 21:49 |
vkmc | flaper87, ^ | 21:49 |
vkmc | https://wiki.openstack.org/wiki/Meetings/Zaqar | 21:50 |
flwang1 | vkmc: ah, sorry for that | 21:56 |
vkmc | not at all, I forgot as well | 21:57 |
vkmc | so... no reason to be sorry about | 21:57 |
*** sgotliv_ has joined #openstack-zaqar | 22:09 | |
*** mpanetta has quit IRC | 22:16 | |
flwang1 | :-D | 22:23 |
*** sriram has quit IRC | 22:23 | |
flaper87 | flwang1: vkmc sorry about the meeting | 22:27 |
flaper87 | FWIW, I didn't forget, something unexpected came up | 22:27 |
flaper87 | and I had to leave | 22:27 |
*** reed has joined #openstack-zaqar | 22:42 | |
*** amitgandhinz has quit IRC | 23:16 | |
vkmc | no problem flaper87 | 23:44 |
*** reed has quit IRC | 23:50 | |
*** reed has joined #openstack-zaqar | 23:52 | |
*** sgotliv_ has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!