Saturday, 2014-10-11

*** sgotliv_ has quit IRC00:12
*** vigneshvar has quit IRC00:12
*** amrith is now known as _amrith_00:15
*** newb has quit IRC00:21
*** georgelorch has quit IRC00:22
*** georgelorch has joined #openstack-trove00:23
*** newb has joined #openstack-trove00:35
*** X019 has quit IRC00:54
*** X019 has joined #openstack-trove00:56
*** _amrith_ is now known as amrith01:15
amrithhodgepodge, are you there?01:15
amrithhogepodge, are you there?01:15
*** erkules_ has joined #openstack-trove01:32
*** erkules has quit IRC01:35
*** haomaiw__ has quit IRC01:45
*** haomaiwang has joined #openstack-trove01:45
*** haomaiw__ has joined #openstack-trove02:02
*** haomaiwang has quit IRC02:03
*** ramishra has joined #openstack-trove02:10
*** johnma has quit IRC02:27
*** ramishra has quit IRC02:35
SlickNikhogepodge: pong02:57
SlickNikhogepodge: What issue are you running into?02:57
*** haomaiw__ has quit IRC03:02
*** haomaiwang has joined #openstack-trove03:02
*** Riddhi has joined #openstack-trove03:07
*** exploreshaifali has quit IRC03:16
*** haomaiw__ has joined #openstack-trove03:18
*** haomaiwang has quit IRC03:21
*** haomaiw__ has quit IRC03:37
*** X019 has quit IRC03:37
*** haomaiwa_ has joined #openstack-trove03:38
*** haomai___ has joined #openstack-trove03:39
*** ramashri_ has quit IRC03:41
*** haomaiwa_ has quit IRC03:42
*** X019 has joined #openstack-trove03:50
icchahey amrith04:06
*** rushiagr_away is now known as rushiagr04:16
*** rushiagr is now known as rushiagr_away04:31
*** rushiagr_away is now known as rushiagr04:45
*** SushilKM has joined #openstack-trove05:31
hogepodgeSlickNik I have all of what I call the undercloud services running, I just haven't been able to build (or download and modify) a guest image.05:52
hogepodgeThe suggestion I keep hearing (and am working on right now) is to run redstack to get the guest image locally and modify that. Which seems... unsatisfactory.05:53
hogepodgeBut I'll do.05:53
hogepodgeThis is important, because it's what we're going to be demoing at the Foundation for the Juno release.05:54
SlickNikhogepodge: You should be able to just use the one that we've built and cached at http://tarballs.openstack.org/trove/images/ubuntu/mysql.qcow205:56
SlickNikhogepodge: have you tried that?05:57
SlickNikhogepodge: Also is this a devstack setup?05:57
hogepodgeI think so? There were a couple that I tried.05:58
SlickNikhogepodge: The reason I ask is because there are a few assumptions that are made with this particular guest-image and setup.05:58
hogepodgeIt's not devstack. It's an installtion I've built for my own development which runs on vmware and vagrant, using puppet for the deployment.05:58
hogepodgeYou can see that this might be a problem for deployers, though, right? That getting a guest image is not intuitive?05:59
hogepodgeOr well documented?06:00
SlickNikhogepodge: Deployers are expected to build their own guest images — they can use the image-elements found in the trove-integration project and modify it according to their liking.06:01
SlickNikhogepodge: We're working on better documentation to guide them through the image building process.06:02
*** vigneshvar has joined #openstack-trove06:02
SlickNikhogepodge: Yes, I think that it's probably one of the biggest pain points we have in trove today.06:03
hogepodgeSlickNik I'm building out a guest image right now with redstack, and will take a look at the qcow image you posted. It shouldn't be hard, if I can mount the qcow and point it to my api endpoints I expect it should work just fine.06:04
*** harlowja is now known as harlowja_away06:05
hogepodgeI have to admit I'm weak with image-builder and image-elements. Too old school on image building, which is my own failing I need to correct.06:06
*** exploreshaifali has joined #openstack-trove06:06
SlickNikhogepodge: sounds good. Let me know if you run into any issues, and I or someone else here can definitely help.06:07
SlickNikThe main thing is that once the image is booted, the trove guest agent needs to exist on the image, and needs to start up and connect to rabbit.06:08
hogepodgeSlickNik: Thanks. I'm going to hack on it tonight. Saturday is booked solid for me, then I fly to Austin on Sunday. I may be in touch Monday morning.06:08
SlickNikhogepodge: okay, I'll keep an eye out for messages on IRC.06:09
*** exploreshaifali has quit IRC06:10
hogepodgeSlickNik I guess right away I have a question about the image that's built by redstack.06:11
SlickNiksure06:11
hogepodgeI'm not sure where the guest image service is configured. There's no /etc/trove directory?06:11
hogepodgeThis was the same issue I ran into with the linked qcow2 image.06:12
hogepodgeIs there a virtenv where it's installed, or something similar?06:12
SlickNikAll of that happens _after_ boot in that image. The trove code and the config files are rsync'ed from the devstack host when the service is started.06:13
hogepodgeIs that typical for trove?06:13
SlickNikhogepodge: No, but that's necessary for a dev install since for a devstack environment you want to test the guest code as it exists in gerrit (and on the devstack host).06:14
SlickNikhogepodge: Most deployers I know of either 1. bake the guest into the image, or 2. use a config mgmt solution of their choice (salt / puppet / something else) to pull down a known version of the guest and config on first boot.06:16
*** Longgeek has joined #openstack-trove06:17
hogepodgeSlickNik ok.06:17
*** newb has quit IRC06:17
*** Riddhi has quit IRC06:18
SlickNikhogepodge: For the redstack image, if you look at the trove-guest upstart / systemd scripts, you'll see where the part where the rsync from the devstack host occurs.06:19
SlickNikhogepodge: https://github.com/openstack/trove-integration/blob/master/scripts/files/trove-guest.upstart.conf06:20
*** haomai___ has quit IRC06:20
*** haomaiwang has joined #openstack-trove06:21
hogepodgeSlickNik Ok, just a couple more question. if the guestagent is running, does mysql need to be running, or just installed?06:22
SlickNikjust installed.06:23
hogepodgeWhich endpoint does the guest agent need to be able to hit? RabbitMQ is clear. Is Keystone sufficient too? I had been hiding Rabbit inside of an admin network, but exposed so that the guest could find it.06:23
SlickNikJust the message broker (Rabbit), and swift (for backups).06:26
hogepodgeExcellent, thanks!06:26
*** Longgeek_ has joined #openstack-trove06:27
*** Longgeek has quit IRC06:30
*** haomaiw__ has joined #openstack-trove06:36
*** haomaiwang has quit IRC06:38
*** haomaiw__ has quit IRC06:48
*** haomaiwa_ has joined #openstack-trove06:48
*** bhunter71 has quit IRC06:51
*** haomai___ has joined #openstack-trove06:55
*** haomaiwa_ has quit IRC06:58
*** exploreshaifali has joined #openstack-trove06:59
*** Longgeek_ has quit IRC06:59
*** denis_makogon has joined #openstack-trove07:02
*** Longgeek has joined #openstack-trove07:06
*** Sushil_KM has joined #openstack-trove07:12
*** SushilKM has quit IRC07:16
*** vigneshvar has quit IRC07:20
*** sgotliv_ has joined #openstack-trove07:22
*** robertmy_ has quit IRC07:24
*** zigo has quit IRC07:26
*** zigo has joined #openstack-trove07:27
*** exploreshaifali has quit IRC07:40
*** denis_makogon has quit IRC07:56
*** Sushil_KM has quit IRC08:01
*** SushilKM has joined #openstack-trove08:01
*** georgelorch has quit IRC08:05
*** georgelorch2 has joined #openstack-trove08:05
*** SushilKM has quit IRC08:06
*** sgotliv_ has quit IRC08:17
*** exploreshaifali has joined #openstack-trove08:17
*** erkules_ is now known as erkules08:22
*** newb has joined #openstack-trove08:42
*** vigneshvar has joined #openstack-trove08:44
*** Longgeek has quit IRC09:09
*** exploreshaifali has quit IRC09:17
*** ramishra has joined #openstack-trove09:34
*** ramishra has quit IRC09:52
*** exploreshaifali has joined #openstack-trove10:07
*** Longgeek has joined #openstack-trove10:10
*** haomai___ has quit IRC10:10
*** haomaiw__ has joined #openstack-trove10:11
*** Longgeek has quit IRC10:15
*** Longgeek has joined #openstack-trove10:16
*** exploreshaifali has quit IRC10:20
*** exploreshaifali has joined #openstack-trove10:21
amrithiccha, sorry missed your message earlier. please take a look at the etherpad. consensus seems to be that the applicants for OPW can have either the log fetching or the other bp in that etherpad.10:24
*** exploreshaifali has quit IRC10:38
*** amrith is now known as _amrith_10:42
*** exploreshaifali has joined #openstack-trove10:50
*** vigneshvar has quit IRC11:03
*** vigneshvar has joined #openstack-trove11:15
*** exploreshaifali has quit IRC11:18
*** erkules has quit IRC11:45
*** exploreshaifali has joined #openstack-trove12:08
*** exploreshaifali has quit IRC12:14
*** erkules has joined #openstack-trove12:50
*** Longgeek_ has joined #openstack-trove12:55
*** Longgeek has quit IRC12:58
*** openstackgerrit has joined #openstack-trove13:00
newbcan somebody tell me where the packages to be installed on guest instance is listed? its not in cfg.py. i have seen it before but now i don't know where it is..i have been trying to figure out myself again and spent sometime already in vain13:15
*** ramishra has joined #openstack-trove13:17
newbbasically trying to figure from where packages parameter gets its value in method FreshInstanceTasks.create_instance13:20
newbbasically i want postgresql 9.2 installed instead of 9.1 that gets installed by default on the devstack installation13:35
newbfor that i am trying to find how guest agent gets the package name to be installed13:35
newbany help on this, i would appreciate13:35
*** denis_makogon has joined #openstack-trove13:48
*** denis_makogon has quit IRC14:06
*** vigneshvar has quit IRC14:10
*** achampion has quit IRC14:16
*** achampion has joined #openstack-trove14:38
*** sgotliv_ has joined #openstack-trove14:42
*** vigneshvar has joined #openstack-trove14:42
*** achampion has quit IRC15:07
*** achampio1 has joined #openstack-trove15:07
*** exploreshaifali has joined #openstack-trove15:14
*** bhunter71 has joined #openstack-trove15:26
*** ramishra has quit IRC15:30
*** zhiyan is now known as zhiyan|afk15:34
*** Longgeek_ has quit IRC15:43
*** Longgeek has joined #openstack-trove15:43
*** Longgeek_ has joined #openstack-trove15:44
*** newb has quit IRC15:44
*** Longgeek has quit IRC15:45
openstackgerritOpenStack Proposal Bot proposed a change to openstack/python-troveclient: Updated from global requirements  https://review.openstack.org/12061015:56
openstackgerritOpenStack Proposal Bot proposed a change to openstack/trove: Updated from global requirements  https://review.openstack.org/12779815:57
*** georgelorch2 has quit IRC16:05
*** georgelorch has joined #openstack-trove16:06
*** Longgeek_ has quit IRC16:09
*** ramashri has joined #openstack-trove16:09
*** Longgeek has joined #openstack-trove16:10
*** Longgeek has quit IRC16:16
*** Riddhi has joined #openstack-trove16:48
*** ramashri has quit IRC17:00
*** grapex has joined #openstack-trove17:04
*** ramashri has joined #openstack-trove17:14
*** grapex_ has joined #openstack-trove17:19
*** sgotliv_ has quit IRC17:21
*** grapex has quit IRC17:22
*** achampio1 has quit IRC17:28
*** georgelorch2 has joined #openstack-trove17:30
*** georgelorch has quit IRC17:30
*** julienve_ has joined #openstack-trove17:37
*** grapex has joined #openstack-trove17:37
*** grapex_ has quit IRC17:38
*** julienve_ has quit IRC17:38
*** grapex_ has joined #openstack-trove17:38
iccha_amrith_: can you link me to the etherpad? thanks for coordinating the conversation while I was away17:39
*** grapex has quit IRC17:42
*** julienve_ has joined #openstack-trove17:43
*** georgelorch2 has quit IRC17:43
*** julienve_ has quit IRC17:46
exploreshaifaliiccha, hi17:47
exploreshaifaliiccha, are you back finally?17:47
icchaexploreshaifali: yes i was at grace hopper this week thats why was away17:48
exploreshaifaliyes!17:48
exploreshaifaliiccha, so now https://etherpad.openstack.org/p/trove-opw-projects-kilo17:48
exploreshaifalitwo projects are mentioned17:49
icchaawesome exploreshaifali so you have your options there :)17:51
exploreshaifaliiccha, my options?17:52
exploreshaifaliI was more prone to work on mongodb stuff17:52
exploreshaifaliiccha, but actually dosen't matter much17:53
exploreshaifaliiccha, I am happy to do other works also :)17:53
icchaexploreshaifali: yeah this could be you getting our feet wet and then later you could pick other blueprints on mongo17:55
exploreshaifaliiccha, yes :)17:55
exploreshaifaliiccha, so please can you explain me a bit about both projects17:56
icchasure exploreshaifali I will add the blueprints to the etherpad and they have a wiki page associated with them so you can read them up17:56
exploreshaifaliI can see ceilometer integration BP17:57
icchaexploreshaifali: i added both bp17:58
exploreshaifaliokay :)17:58
exploreshaifaliiccha, what timezone are you in?17:59
exploreshaifaliI am from India(UTC+5:30)17:59
icchaexploreshaifali: CST17:59
exploreshaifaliok18:00
icchaUTC - 618:00
*** ramashri has quit IRC18:05
*** achampion has joined #openstack-trove18:05
*** ramashri has joined #openstack-trove18:05
exploreshaifaliiccha, the second project * Retrieval of datastore logs via the Trove API*18:06
exploreshaifaliis something like, if user have created an  instance on let say SQL datastore18:07
exploreshaifaliand now he want to see that instance's logs?18:07
*** Riddhi has quit IRC18:17
*** esp has left #openstack-trove18:17
*** achampion has quit IRC18:23
*** achampion has joined #openstack-trove18:24
icchaexploreshaifali: so say i have an database instance18:30
icchathe mysql logs18:30
icchaare what the user might want to access18:30
exploreshaifaliok18:31
exploreshaifaliiccha,  so in this project I need to create interface that allow user to manupulate log files?18:32
exploreshaifalialong with interface all backend functionality too18:33
*** ramashri has quit IRC18:35
icchaexploreshaifali: https://wiki.openstack.org/wiki/Trove/DBInstanceLogOperationV118:36
icchaX019: ^18:37
*** Riddhi has joined #openstack-trove18:45
*** Riddhi has quit IRC18:50
*** Longgeek has joined #openstack-trove19:12
*** Riddhi has joined #openstack-trove19:15
*** Longgeek has quit IRC19:16
*** Riddhi has quit IRC19:20
*** ramashri has joined #openstack-trove19:26
*** sgotliv_ has joined #openstack-trove19:27
*** X019 has quit IRC19:34
*** exploreshaifali has quit IRC19:38
*** Riddhi has joined #openstack-trove19:48
*** Riddhi has quit IRC19:53
*** bhunter71 has quit IRC20:37
*** ramashri has quit IRC20:44
*** Riddhi has joined #openstack-trove20:45
*** Riddhi has quit IRC20:49
*** rushiagr is now known as rushiagr_away21:08
*** Riddhi has joined #openstack-trove21:37
*** Riddhi has quit IRC21:42
*** ramashri has joined #openstack-trove21:52
*** newb has joined #openstack-trove22:11
*** Riddhi has joined #openstack-trove22:31
*** Riddhi has quit IRC22:36
openstackgerritOpenStack Proposal Bot proposed a change to openstack/trove: Updated from global requirements  https://review.openstack.org/12779822:38
*** sgotliv__ has joined #openstack-trove23:07
*** sgotliv_ has quit IRC23:10
*** Riddhi has joined #openstack-trove23:25
*** X019 has joined #openstack-trove23:30
*** Riddhi has quit IRC23:30
*** X019 has quit IRC23:32
*** X019 has joined #openstack-trove23:32
*** ramashri has quit IRC23:39
X019I'm trying to create an instance23:40
X019But the build status is at error23:41
X019Checked the logs23:41
X019And tmgr says server not active23:41
X019But all nova services are up23:42
*** ramashri has joined #openstack-trove23:43
*** anna_ has joined #openstack-trove23:45
*** XO19_ has joined #openstack-trove23:50
*** XO19_ has left #openstack-trove23:50
*** XO19_ has joined #openstack-trove23:51
XO19_I'll attach the logs a bit later23:51
*** anna_ has quit IRC23:56

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