Monday, 2014-12-22

*** amalagon has quit IRC01:05
*** achanda has joined #openstack-zaqar03:06
*** sriram has joined #openstack-zaqar03:10
*** achanda has quit IRC03:19
*** jdaggett_ has joined #openstack-zaqar05:09
*** notmyname_ has joined #openstack-zaqar05:10
*** jdaggett has quit IRC05:11
*** notmyname has quit IRC05:11
*** notmyname_ is now known as notmyname05:11
*** jdaggett_ is now known as jdaggett05:11
*** sriram has quit IRC05:12
*** exploreshaifali has joined #openstack-zaqar06:37
*** sgotliv has joined #openstack-zaqar06:45
*** exploreshaifali has quit IRC06:46
*** sgotliv has quit IRC07:04
*** dorry has quit IRC08:23
*** exploreshaifali has joined #openstack-zaqar09:13
*** sgotliv has joined #openstack-zaqar09:20
*** sgotliv has quit IRC09:27
*** sgotliv has joined #openstack-zaqar09:27
*** jeffrey4l has joined #openstack-zaqar09:54
*** sgotliv has quit IRC10:01
*** sgotliv has joined #openstack-zaqar10:21
*** flwang has joined #openstack-zaqar10:44
*** sgotliv has quit IRC10:46
exploreshaifaliflaper87, around ?10:49
*** vkmc has joined #openstack-zaqar11:22
vkmcmorning!11:25
flwangvkmc: morning11:25
vkmcflwang, how are you Fei?11:25
* vkmc checking what is the status with keystone auth 11:26
flwanggood, even though all my zaqar patches failed :)11:26
vkmcdaaamn11:26
vkmcI'm not sure why this one is failing https://review.openstack.org/#/c/143038/11:31
*** tmu has quit IRC11:40
*** tmu has joined #openstack-zaqar11:40
*** achanda has joined #openstack-zaqar11:46
exploreshaifalivkmc, hiiiiiiii11:58
vkmchey yaaaaaa :)11:59
vkmchow are you exploreshaifali?11:59
exploreshaifalivkmc, I am good :D11:59
exploreshaifalifacing two problems11:59
exploreshaifalifirst one is11:59
exploreshaifalitrying to install zaqar in new VM11:59
* vkmc puts her big glasses11:59
exploreshaifalicloning repo form master branch12:00
exploreshaifalilol... your big glasses should solve the proble,12:00
vkmcI hope :P12:00
exploreshaifalihere https://wiki.openstack.org/wiki/Zaqar/Give_Zaqar_a_try12:00
vkmcok, good12:01
exploreshaifalistated that we need to copy a file zaqar/etc/zaqar.conf.sample  to~/.zaqar/zaqar.conf12:01
vkmcyeah12:01
exploreshaifalibut at present zaqar master does not have that file12:01
vkmcmakes sense12:01
exploreshaifalino zaqar.conf.sample12:01
exploreshaifalihttps://github.com/openstack/zaqar/tree/master/etc12:01
vkmcas you recently found out, we removed that file a couple of weeks ago12:02
vkmcand we replaced it for an automatic generator12:02
vkmcbecause it was error prone to keep it up to date12:02
*** fifieldt__ has quit IRC12:02
exploreshaifaliso what I do now ?12:02
vkmcso, what you have to do, is run the generator and generate the config file12:03
vkmcthis is an example on how to do so http://docs.openstack.org/developer/oslo.config/generator.html12:03
vkmcof course, using zaqar's namespace12:03
vkmcoslo.config is in our requirements https://github.com/openstack/zaqar/blob/master/requirements.txt#L1812:04
vkmcso you should have that tool in your system12:04
exploreshaifalido I need to have openstack before installing zaqar?12:05
vkmcyou mean other projects? nope12:05
exploreshaifaliif I will try to install Zaqar without configuring devstack12:05
exploreshaifaliwill it work ?12:05
vkmcthe only project we depend on is Keystone, but you can identify as anonymous12:05
vkmcof course12:05
vkmcin fact, it will be easier12:06
exploreshaifaliokay :)12:06
exploreshaifaliNow second problem12:06
vkmcshoot12:06
exploreshaifalirecent changes in Zaqar want emun lib12:06
exploreshaifalithough I  have installed it in VM using both12:07
exploreshaifalipip install enum34 and also using zip file12:07
*** fifieldt has joined #openstack-zaqar12:07
exploreshaifaliyet if I run *tox -e py27*12:07
exploreshaifaliI get import error for enum12:07
exploreshaifaliany thoughts why so?12:07
vkmcexploreshaifali, try adding it to the test-requirements.py file12:08
*** sgotliv_ has joined #openstack-zaqar12:08
exploreshaifaliokay12:08
vkmcit shouldn't fail though... hmm12:08
vkmcsorry, test_requirements.txt12:08
exploreshaifaliI have tried to install it in Python shell and there it is working fine12:09
exploreshaifaliokay let me try to add in above file12:09
vkmcok ok, it might be some error in our tests :)12:09
vkmcsure12:09
exploreshaifaliNext question12:09
exploreshaifalithat maven work not working yet12:09
exploreshaifali:(12:09
vkmcboo12:09
exploreshaifaliI didn't got pdf file12:09
vkmceven with removing the broken link?12:10
exploreshaifaliCompiling with maven using command *mvn  compile*12:10
exploreshaifaliand other used *mv compile:compile*12:10
exploreshaifalivkmc, yes even after removing broken link12:10
vkmcohoh, and with 'mvn clean generate-sources'?12:11
exploreshaifaliresult I am getting is *Build success No source to compile*12:11
exploreshaifalivkmc, above is result of compile command12:11
vkmctest that and let me know what happens12:11
exploreshaifali'mvn clean generate-sources' gives success12:12
vkmcoh, so that works :)12:12
exploreshaifaliyes12:12
vkmcit should be a new directory12:12
exploreshaifaliclean generate-source works12:12
vkmcgood, that is the command you have to use in this case12:12
exploreshaifaliok if it works that I could submmit my patch with changes12:13
vkmcyeah!12:13
exploreshaifalieven if pdf didn't generate12:13
vkmcthe pdf should be inside the new folder I mentioned12:13
vkmcI don't remember exactly the name of the output12:13
exploreshaifaliokay I will try to figure it out12:14
exploreshaifalibut how is it changing the docs ?12:14
exploreshaifaliwhich was the main purpose12:14
vkmcthe main purpose is keeping the manuals updated12:14
vkmcthen... when the users get the source code12:14
vkmcthey get the manuals up to date :)12:14
exploreshaifaliokay :)12:14
exploreshaifaliI will submit patch soon and let see :D12:15
exploreshaifalibut how canI update docs ?12:15
vkmcin open source with so many contributors its quite common to have misleading manuals and that makes the setup a lot more troublesome12:15
vkmcyou already did, changing that xml and committing it12:15
exploreshaifaliya docs is manual only :P12:16
vkmcyeah12:17
exploreshaifalivkmc, one more problem if you have got it ever12:17
vkmcthe formal name is 'manual'12:17
vkmcbut... yeah, docs12:17
vkmchaha12:17
vkmcexploreshaifali, sure12:17
exploreshaifaliok :)12:17
exploreshaifaliin VM my internet is not working12:17
vkmcyou have the interface up?12:17
exploreshaifaligoogle gave I should give all permissions to dev/vmnet0 file12:18
exploreshaifalibut there is not such file in dev12:18
vkmcit depends on your distro12:18
exploreshaifaliI am using VMware12:18
vkmcare you setting up an Ubuntu VM?12:18
exploreshaifalithis is happening with only one file12:18
exploreshaifaliyes Ubuntu12:18
exploreshaifalilet me give exact error12:18
vkmc'ifconfig -a' should list all the network interfaces12:19
vkmcand if they are up12:19
exploreshaifaliokay12:19
exploreshaifalivkmc, Thanks :)12:20
vkmcnp12:21
exploreshaifalivkmc, you are amazing :D12:21
vkmclet me know how it goes12:21
vkmchaha nah, you are!12:22
exploreshaifalifor next OPW round you can try to be a mentor12:22
vkmckeep working this hard :)12:22
exploreshaifali:P12:22
vkmcI will try next round, yes yes12:22
vkmcit has been a while since I wanted to be a mentor... but I was waiting to get a full-time job12:22
exploreshaifalicoool :)12:23
exploreshaifaliso now can definitely work as metnor12:23
vkmcindeed!12:27
exploreshaifali:)12:29
flaper87o/12:30
flaper87gooooooooooooooooooooooooooooooooood morning to the best channel, team, group, devs, people in the 1@$@#$%!@% WORLD!12:30
exploreshaifalioh flaper87 is back \012:30
exploreshaifali:D12:30
* flaper87 was heads down earlier today and muted his brain12:30
exploreshaifalihaha why so flaper8712:31
flaper87trying to finish a work I'm doing in nova12:31
vkmcbuenos diaaaaaas flaper8712:31
flaper87I really want to get that done asap12:31
flaper87vkmc: holaaaaaaaaaaa caracola12:31
vkmccomo dice que le va?12:32
vkmcoh that nova thing12:32
*** achanda has quit IRC12:32
*** achanda has joined #openstack-zaqar12:33
flaper87vkmc: yeah, but I'm almost done12:34
* flaper87 thinks12:34
vkmcthat's awesomeee12:34
vkmcflaper87, did you get some more news from keystone folks?12:36
*** achanda has quit IRC12:37
*** exploreshaifali has quit IRC12:37
flaper87patch landed, a new version was supposed to be released on Sunday12:38
flaper87it looks like it didn't12:38
flaper87probably because we had to recheck the patch a couple of times12:38
flaper87I'll ping morgan as soon as he wakes up12:38
vkmckewl, thx12:39
vkmcflaper87, when you have a moment... how did you set up your znc bouncer?13:17
flaper87vkmc: I can give you access to mine13:17
vkmcflaper87, :o13:18
*** jeffrey4l has quit IRC14:05
*** sriram has joined #openstack-zaqar14:08
*** mpanetta has joined #openstack-zaqar14:38
*** jeffrey4l has joined #openstack-zaqar14:58
*** amitgandhinz has joined #openstack-zaqar15:00
*** malini has joined #openstack-zaqar15:26
*** malini_znc has joined #openstack-zaqar15:26
*** cpallares has joined #openstack-zaqar15:32
*** jeffrey4l has quit IRC15:42
*** sgotliv_ has quit IRC15:43
*** achanda has joined #openstack-zaqar15:51
*** bradjones has joined #openstack-zaqar16:06
*** exploreshaifali has joined #openstack-zaqar16:42
*** reed has joined #openstack-zaqar16:45
*** achanda has quit IRC16:50
*** openstack has joined #openstack-zaqar17:01
*** flwang has quit IRC17:03
*** flwang has joined #openstack-zaqar17:09
*** achanda has joined #openstack-zaqar17:10
*** amalagon has joined #openstack-zaqar17:13
*** pcaruana has quit IRC17:53
*** bradjones has quit IRC18:07
*** bradjones has joined #openstack-zaqar18:13
*** achanda has quit IRC18:51
*** achanda has joined #openstack-zaqar18:51
* vkmc lurks18:54
*** achanda has quit IRC18:54
*** achanda_ has joined #openstack-zaqar18:55
cpallaresvkmc: o/18:56
cpallaresvkmc: \o18:57
cpallaresvkmc: ( ͡° ͜ʖ ͡°)18:57
mpanetta /o18:58
vkmcooooooooh look who is around :)18:59
vkmccpallares, o/18:59
vkmcmpanetta, o/18:59
mpanettaHiya :)18:59
cpallaresmpanetta: hi19:00
cpallaresvkmc: hi19:00
vkmcᕕ( ᐛ )ᕗ19:00
cpallaresmpanetta, vkmc: how are ya'll doing?19:00
mpanettaWoah19:00
cpallaresvkmc: that's my fav!19:00
* mpanetta is ok19:00
cpallaresᐛ <-- fav face19:01
vkmchaha excited emoji ftw19:01
vkmcgood good and you?19:01
cpallaresmpanetta: still have some viral disease?19:01
mpanettaIt is probably gone, but still feeling warn out19:02
cpallaresvkmc: I'm doing good.19:02
* cpallares has the house to herself19:02
cpallares19:02
cpallaresah no wait19:02
cpallaresᕕ( ᐛ )ᕗ19:02
vkmchaha19:03
cpallaresmpanetta: you should play plague inc19:03
mpanettawazzat?19:03
cpallaresmpanetta: https://play.google.com/store/apps/details?id=com.miniclip.plagueinc&hl=en19:03
mpanettaLooks interesting19:04
cpallaresmpanetta: you have to make a virus and infect the world19:04
cpallaresmpanetta: and then kill the world19:05
cpallaresmpanetta: all of it19:05
mpanettaWoah19:05
cpallaresmpanetta: no survivors19:05
cpallares:P19:05
mpanettaHmm19:05
mpanettaKinda scary :P19:05
cpallaresmpanetta: haha yeah it is. It makes it easy to see how different types of bacterias/virus/etc can transfer from country to country19:06
vkmcI remember creating the zaqar virus19:06
vkmcduring the summit19:06
vkmcon cpallares phone19:06
vkmcit was exciting19:06
mpanettahaha19:06
mpanettavkmc: Was there a death queue? :P19:08
vkmcmpanetta, yes, with a deadly high throughput19:09
mpanettaHAHA19:09
mpanettaoops19:09
vkmcmpanetta, the population was reduced to zombies in less than 7 days19:10
mpanettaHaha, zombies posting to queues19:10
vkmctheir ttls were 019:10
vkmcit was horribly19:10
vkmcs/horribly/horrible19:10
*** flwang has quit IRC19:29
*** reed has quit IRC19:31
exploreshaifalivkmc, import error for enum library is still there19:48
* vkmc run away 19:48
vkmcok, paste me the output19:48
exploreshaifaliok19:49
exploreshaifalivkmc, https://gist.github.com/exploreshaifali/a48ed5d4905b0be59e8d19:50
exploreshaifaliemun34 was already there in requirements.txt19:50
exploreshaifaliand I have also added it in test_requirements.txt under unit test section19:51
exploreshaifalialso I run *pip install -r test_requirements.txt* after adding enum34 in test_requirements.txt19:53
vkmcok, let me reproduce19:53
exploreshaifaliI think I should drop this VM and start from scratch with new instance19:55
vkmcif I hit that, then its not you19:55
vkmcits the code base19:55
vkmcso give me a few minutes19:55
vkmcthe tox env is setting up :)19:55
exploreshaifalivkmc, cool :)19:55
*** flwang has joined #openstack-zaqar19:58
*** malini has left #openstack-zaqar19:58
vkmcomg, I ran out of space to run the tests in my vm20:03
exploreshaifali:D20:03
exploreshaifalithat happened with me also once20:04
vkmchow many gigs this storage black hole needs >.>20:05
exploreshaifali:D20:07
exploreshaifalivkmc, what is zaqar's namespaace ?20:08
exploreshaifali*namespace20:08
vkmcexploreshaifali, it means that you have to use the files in zaqar repo20:09
exploreshaifalivkmc, to generate zaqar.conf I shoot command *oslo-config-generator --namespace zaqar > zaqar.conf*20:10
exploreshaifalibut got an empty file with only  "DEFAULT" written in it20:11
exploreshaifalihere I think --namespace zaqar could have issues20:11
exploreshaifalithat namespace is might be wrong correct20:12
vkmcbut its the file20:13
vkmcin osloconfig20:13
exploreshaifalivkmc, you mean the namespace I used is correct?20:14
vkmcexploreshaifali, this is what you need https://github.com/openstack/zaqar/blob/master/etc/oslo-config-generator/zaqar.conf20:16
exploreshaifaliok. So I am suppose to run above command with all these namespaces one by one?20:19
vkmcnope, just that file20:19
exploreshaifaliok :)20:20
exploreshaifalithanks vkmc20:20
vkmcoslo-config-generator --config-file oslo-config-generator/zaqar.conf20:21
vkmclike that ^20:21
exploreshaifaliok :)20:21
*** exploreshaifali has quit IRC20:29
*** sgotliv_ has joined #openstack-zaqar20:41
*** sgotliv_ has quit IRC21:01
*** achanda_ has quit IRC21:04
*** achanda has joined #openstack-zaqar21:05
*** achanda has quit IRC21:09
*** malini_znc is now known as malini|afk21:10
vkmcflwang1, so... the keystone patch landed, but we have problems with prettytable now21:32
vkmcheh21:32
vkmchttps://review.openstack.org/#/c/143504/21:32
vkmchttps://review.openstack.org/#/c/143501/21:33
flwang1vkmc: I would say WTF :)21:44
flwang1anyway, xmas is coming, yeah!21:45
vkmchaha yeaaaah21:49
vkmclet's eat candy! forget about gates!21:49
vkmc:P21:49
*** cpallares has quit IRC21:49
vkmcbtw, it looks like we all forgot there was a meeting today21:49
vkmcflaper87, ^21:49
vkmchttps://wiki.openstack.org/wiki/Meetings/Zaqar21:50
flwang1vkmc: ah, sorry for that21:56
vkmcnot at all, I forgot as well21:57
vkmcso... no reason to be sorry about21:57
*** sgotliv_ has joined #openstack-zaqar22:09
*** mpanetta has quit IRC22:16
flwang1:-D22:23
*** sriram has quit IRC22:23
flaper87flwang1: vkmc sorry about the meeting22:27
flaper87FWIW, I didn't forget, something unexpected came up22:27
flaper87and I had to leave22:27
*** reed has joined #openstack-zaqar22:42
*** amitgandhinz has quit IRC23:16
vkmcno problem flaper8723:44
*** reed has quit IRC23:50
*** reed has joined #openstack-zaqar23:52
*** sgotliv_ has quit IRC23:55

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