*** sgotliv_ has quit IRC | 00:12 | |
*** vigneshvar has quit IRC | 00:12 | |
*** amrith is now known as _amrith_ | 00:15 | |
*** newb has quit IRC | 00:21 | |
*** georgelorch has quit IRC | 00:22 | |
*** georgelorch has joined #openstack-trove | 00:23 | |
*** newb has joined #openstack-trove | 00:35 | |
*** X019 has quit IRC | 00:54 | |
*** X019 has joined #openstack-trove | 00:56 | |
*** _amrith_ is now known as amrith | 01:15 | |
amrith | hodgepodge, are you there? | 01:15 |
---|---|---|
amrith | hogepodge, are you there? | 01:15 |
*** erkules_ has joined #openstack-trove | 01:32 | |
*** erkules has quit IRC | 01:35 | |
*** haomaiw__ has quit IRC | 01:45 | |
*** haomaiwang has joined #openstack-trove | 01:45 | |
*** haomaiw__ has joined #openstack-trove | 02:02 | |
*** haomaiwang has quit IRC | 02:03 | |
*** ramishra has joined #openstack-trove | 02:10 | |
*** johnma has quit IRC | 02:27 | |
*** ramishra has quit IRC | 02:35 | |
SlickNik | hogepodge: pong | 02:57 |
SlickNik | hogepodge: What issue are you running into? | 02:57 |
*** haomaiw__ has quit IRC | 03:02 | |
*** haomaiwang has joined #openstack-trove | 03:02 | |
*** Riddhi has joined #openstack-trove | 03:07 | |
*** exploreshaifali has quit IRC | 03:16 | |
*** haomaiw__ has joined #openstack-trove | 03:18 | |
*** haomaiwang has quit IRC | 03:21 | |
*** haomaiw__ has quit IRC | 03:37 | |
*** X019 has quit IRC | 03:37 | |
*** haomaiwa_ has joined #openstack-trove | 03:38 | |
*** haomai___ has joined #openstack-trove | 03:39 | |
*** ramashri_ has quit IRC | 03:41 | |
*** haomaiwa_ has quit IRC | 03:42 | |
*** X019 has joined #openstack-trove | 03:50 | |
iccha | hey amrith | 04:06 |
*** rushiagr_away is now known as rushiagr | 04:16 | |
*** rushiagr is now known as rushiagr_away | 04:31 | |
*** rushiagr_away is now known as rushiagr | 04:45 | |
*** SushilKM has joined #openstack-trove | 05:31 | |
hogepodge | SlickNik 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 |
hogepodge | The 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 |
hogepodge | But I'll do. | 05:53 |
hogepodge | This is important, because it's what we're going to be demoing at the Foundation for the Juno release. | 05:54 |
SlickNik | hogepodge: You should be able to just use the one that we've built and cached at http://tarballs.openstack.org/trove/images/ubuntu/mysql.qcow2 | 05:56 |
SlickNik | hogepodge: have you tried that? | 05:57 |
SlickNik | hogepodge: Also is this a devstack setup? | 05:57 |
hogepodge | I think so? There were a couple that I tried. | 05:58 |
SlickNik | hogepodge: The reason I ask is because there are a few assumptions that are made with this particular guest-image and setup. | 05:58 |
hogepodge | It'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 |
hogepodge | You can see that this might be a problem for deployers, though, right? That getting a guest image is not intuitive? | 05:59 |
hogepodge | Or well documented? | 06:00 |
SlickNik | hogepodge: 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 |
SlickNik | hogepodge: We're working on better documentation to guide them through the image building process. | 06:02 |
*** vigneshvar has joined #openstack-trove | 06:02 | |
SlickNik | hogepodge: Yes, I think that it's probably one of the biggest pain points we have in trove today. | 06:03 |
hogepodge | SlickNik 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_away | 06:05 | |
hogepodge | I 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-trove | 06:06 | |
SlickNik | hogepodge: sounds good. Let me know if you run into any issues, and I or someone else here can definitely help. | 06:07 |
SlickNik | The 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 |
hogepodge | SlickNik: 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 |
SlickNik | hogepodge: okay, I'll keep an eye out for messages on IRC. | 06:09 |
*** exploreshaifali has quit IRC | 06:10 | |
hogepodge | SlickNik I guess right away I have a question about the image that's built by redstack. | 06:11 |
SlickNik | sure | 06:11 |
hogepodge | I'm not sure where the guest image service is configured. There's no /etc/trove directory? | 06:11 |
hogepodge | This was the same issue I ran into with the linked qcow2 image. | 06:12 |
hogepodge | Is there a virtenv where it's installed, or something similar? | 06:12 |
SlickNik | All 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 |
hogepodge | Is that typical for trove? | 06:13 |
SlickNik | hogepodge: 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 |
SlickNik | hogepodge: 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-trove | 06:17 | |
hogepodge | SlickNik ok. | 06:17 |
*** newb has quit IRC | 06:17 | |
*** Riddhi has quit IRC | 06:18 | |
SlickNik | hogepodge: 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 |
SlickNik | hogepodge: https://github.com/openstack/trove-integration/blob/master/scripts/files/trove-guest.upstart.conf | 06:20 |
*** haomai___ has quit IRC | 06:20 | |
*** haomaiwang has joined #openstack-trove | 06:21 | |
hogepodge | SlickNik Ok, just a couple more question. if the guestagent is running, does mysql need to be running, or just installed? | 06:22 |
SlickNik | just installed. | 06:23 |
hogepodge | Which 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 |
SlickNik | Just the message broker (Rabbit), and swift (for backups). | 06:26 |
hogepodge | Excellent, thanks! | 06:26 |
*** Longgeek_ has joined #openstack-trove | 06:27 | |
*** Longgeek has quit IRC | 06:30 | |
*** haomaiw__ has joined #openstack-trove | 06:36 | |
*** haomaiwang has quit IRC | 06:38 | |
*** haomaiw__ has quit IRC | 06:48 | |
*** haomaiwa_ has joined #openstack-trove | 06:48 | |
*** bhunter71 has quit IRC | 06:51 | |
*** haomai___ has joined #openstack-trove | 06:55 | |
*** haomaiwa_ has quit IRC | 06:58 | |
*** exploreshaifali has joined #openstack-trove | 06:59 | |
*** Longgeek_ has quit IRC | 06:59 | |
*** denis_makogon has joined #openstack-trove | 07:02 | |
*** Longgeek has joined #openstack-trove | 07:06 | |
*** Sushil_KM has joined #openstack-trove | 07:12 | |
*** SushilKM has quit IRC | 07:16 | |
*** vigneshvar has quit IRC | 07:20 | |
*** sgotliv_ has joined #openstack-trove | 07:22 | |
*** robertmy_ has quit IRC | 07:24 | |
*** zigo has quit IRC | 07:26 | |
*** zigo has joined #openstack-trove | 07:27 | |
*** exploreshaifali has quit IRC | 07:40 | |
*** denis_makogon has quit IRC | 07:56 | |
*** Sushil_KM has quit IRC | 08:01 | |
*** SushilKM has joined #openstack-trove | 08:01 | |
*** georgelorch has quit IRC | 08:05 | |
*** georgelorch2 has joined #openstack-trove | 08:05 | |
*** SushilKM has quit IRC | 08:06 | |
*** sgotliv_ has quit IRC | 08:17 | |
*** exploreshaifali has joined #openstack-trove | 08:17 | |
*** erkules_ is now known as erkules | 08:22 | |
*** newb has joined #openstack-trove | 08:42 | |
*** vigneshvar has joined #openstack-trove | 08:44 | |
*** Longgeek has quit IRC | 09:09 | |
*** exploreshaifali has quit IRC | 09:17 | |
*** ramishra has joined #openstack-trove | 09:34 | |
*** ramishra has quit IRC | 09:52 | |
*** exploreshaifali has joined #openstack-trove | 10:07 | |
*** Longgeek has joined #openstack-trove | 10:10 | |
*** haomai___ has quit IRC | 10:10 | |
*** haomaiw__ has joined #openstack-trove | 10:11 | |
*** Longgeek has quit IRC | 10:15 | |
*** Longgeek has joined #openstack-trove | 10:16 | |
*** exploreshaifali has quit IRC | 10:20 | |
*** exploreshaifali has joined #openstack-trove | 10:21 | |
amrith | iccha, 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 IRC | 10:38 | |
*** amrith is now known as _amrith_ | 10:42 | |
*** exploreshaifali has joined #openstack-trove | 10:50 | |
*** vigneshvar has quit IRC | 11:03 | |
*** vigneshvar has joined #openstack-trove | 11:15 | |
*** exploreshaifali has quit IRC | 11:18 | |
*** erkules has quit IRC | 11:45 | |
*** exploreshaifali has joined #openstack-trove | 12:08 | |
*** exploreshaifali has quit IRC | 12:14 | |
*** erkules has joined #openstack-trove | 12:50 | |
*** Longgeek_ has joined #openstack-trove | 12:55 | |
*** Longgeek has quit IRC | 12:58 | |
*** openstackgerrit has joined #openstack-trove | 13:00 | |
newb | can 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 vain | 13:15 |
*** ramishra has joined #openstack-trove | 13:17 | |
newb | basically trying to figure from where packages parameter gets its value in method FreshInstanceTasks.create_instance | 13:20 |
newb | basically i want postgresql 9.2 installed instead of 9.1 that gets installed by default on the devstack installation | 13:35 |
newb | for that i am trying to find how guest agent gets the package name to be installed | 13:35 |
newb | any help on this, i would appreciate | 13:35 |
*** denis_makogon has joined #openstack-trove | 13:48 | |
*** denis_makogon has quit IRC | 14:06 | |
*** vigneshvar has quit IRC | 14:10 | |
*** achampion has quit IRC | 14:16 | |
*** achampion has joined #openstack-trove | 14:38 | |
*** sgotliv_ has joined #openstack-trove | 14:42 | |
*** vigneshvar has joined #openstack-trove | 14:42 | |
*** achampion has quit IRC | 15:07 | |
*** achampio1 has joined #openstack-trove | 15:07 | |
*** exploreshaifali has joined #openstack-trove | 15:14 | |
*** bhunter71 has joined #openstack-trove | 15:26 | |
*** ramishra has quit IRC | 15:30 | |
*** zhiyan is now known as zhiyan|afk | 15:34 | |
*** Longgeek_ has quit IRC | 15:43 | |
*** Longgeek has joined #openstack-trove | 15:43 | |
*** Longgeek_ has joined #openstack-trove | 15:44 | |
*** newb has quit IRC | 15:44 | |
*** Longgeek has quit IRC | 15:45 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-troveclient: Updated from global requirements https://review.openstack.org/120610 | 15:56 |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/trove: Updated from global requirements https://review.openstack.org/127798 | 15:57 |
*** georgelorch2 has quit IRC | 16:05 | |
*** georgelorch has joined #openstack-trove | 16:06 | |
*** Longgeek_ has quit IRC | 16:09 | |
*** ramashri has joined #openstack-trove | 16:09 | |
*** Longgeek has joined #openstack-trove | 16:10 | |
*** Longgeek has quit IRC | 16:16 | |
*** Riddhi has joined #openstack-trove | 16:48 | |
*** ramashri has quit IRC | 17:00 | |
*** grapex has joined #openstack-trove | 17:04 | |
*** ramashri has joined #openstack-trove | 17:14 | |
*** grapex_ has joined #openstack-trove | 17:19 | |
*** sgotliv_ has quit IRC | 17:21 | |
*** grapex has quit IRC | 17:22 | |
*** achampio1 has quit IRC | 17:28 | |
*** georgelorch2 has joined #openstack-trove | 17:30 | |
*** georgelorch has quit IRC | 17:30 | |
*** julienve_ has joined #openstack-trove | 17:37 | |
*** grapex has joined #openstack-trove | 17:37 | |
*** grapex_ has quit IRC | 17:38 | |
*** julienve_ has quit IRC | 17:38 | |
*** grapex_ has joined #openstack-trove | 17:38 | |
iccha | _amrith_: can you link me to the etherpad? thanks for coordinating the conversation while I was away | 17:39 |
*** grapex has quit IRC | 17:42 | |
*** julienve_ has joined #openstack-trove | 17:43 | |
*** georgelorch2 has quit IRC | 17:43 | |
*** julienve_ has quit IRC | 17:46 | |
exploreshaifali | iccha, hi | 17:47 |
exploreshaifali | iccha, are you back finally? | 17:47 |
iccha | exploreshaifali: yes i was at grace hopper this week thats why was away | 17:48 |
exploreshaifali | yes! | 17:48 |
exploreshaifali | iccha, so now https://etherpad.openstack.org/p/trove-opw-projects-kilo | 17:48 |
exploreshaifali | two projects are mentioned | 17:49 |
iccha | awesome exploreshaifali so you have your options there :) | 17:51 |
exploreshaifali | iccha, my options? | 17:52 |
exploreshaifali | I was more prone to work on mongodb stuff | 17:52 |
exploreshaifali | iccha, but actually dosen't matter much | 17:53 |
exploreshaifali | iccha, I am happy to do other works also :) | 17:53 |
iccha | exploreshaifali: yeah this could be you getting our feet wet and then later you could pick other blueprints on mongo | 17:55 |
exploreshaifali | iccha, yes :) | 17:55 |
exploreshaifali | iccha, so please can you explain me a bit about both projects | 17:56 |
iccha | sure exploreshaifali I will add the blueprints to the etherpad and they have a wiki page associated with them so you can read them up | 17:56 |
exploreshaifali | I can see ceilometer integration BP | 17:57 |
iccha | exploreshaifali: i added both bp | 17:58 |
exploreshaifali | okay :) | 17:58 |
exploreshaifali | iccha, what timezone are you in? | 17:59 |
exploreshaifali | I am from India(UTC+5:30) | 17:59 |
iccha | exploreshaifali: CST | 17:59 |
exploreshaifali | ok | 18:00 |
iccha | UTC - 6 | 18:00 |
*** ramashri has quit IRC | 18:05 | |
*** achampion has joined #openstack-trove | 18:05 | |
*** ramashri has joined #openstack-trove | 18:05 | |
exploreshaifali | iccha, the second project * Retrieval of datastore logs via the Trove API* | 18:06 |
exploreshaifali | is something like, if user have created an instance on let say SQL datastore | 18:07 |
exploreshaifali | and now he want to see that instance's logs? | 18:07 |
*** Riddhi has quit IRC | 18:17 | |
*** esp has left #openstack-trove | 18:17 | |
*** achampion has quit IRC | 18:23 | |
*** achampion has joined #openstack-trove | 18:24 | |
iccha | exploreshaifali: so say i have an database instance | 18:30 |
iccha | the mysql logs | 18:30 |
iccha | are what the user might want to access | 18:30 |
exploreshaifali | ok | 18:31 |
exploreshaifali | iccha, so in this project I need to create interface that allow user to manupulate log files? | 18:32 |
exploreshaifali | along with interface all backend functionality too | 18:33 |
*** ramashri has quit IRC | 18:35 | |
iccha | exploreshaifali: https://wiki.openstack.org/wiki/Trove/DBInstanceLogOperationV1 | 18:36 |
iccha | X019: ^ | 18:37 |
*** Riddhi has joined #openstack-trove | 18:45 | |
*** Riddhi has quit IRC | 18:50 | |
*** Longgeek has joined #openstack-trove | 19:12 | |
*** Riddhi has joined #openstack-trove | 19:15 | |
*** Longgeek has quit IRC | 19:16 | |
*** Riddhi has quit IRC | 19:20 | |
*** ramashri has joined #openstack-trove | 19:26 | |
*** sgotliv_ has joined #openstack-trove | 19:27 | |
*** X019 has quit IRC | 19:34 | |
*** exploreshaifali has quit IRC | 19:38 | |
*** Riddhi has joined #openstack-trove | 19:48 | |
*** Riddhi has quit IRC | 19:53 | |
*** bhunter71 has quit IRC | 20:37 | |
*** ramashri has quit IRC | 20:44 | |
*** Riddhi has joined #openstack-trove | 20:45 | |
*** Riddhi has quit IRC | 20:49 | |
*** rushiagr is now known as rushiagr_away | 21:08 | |
*** Riddhi has joined #openstack-trove | 21:37 | |
*** Riddhi has quit IRC | 21:42 | |
*** ramashri has joined #openstack-trove | 21:52 | |
*** newb has joined #openstack-trove | 22:11 | |
*** Riddhi has joined #openstack-trove | 22:31 | |
*** Riddhi has quit IRC | 22:36 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/trove: Updated from global requirements https://review.openstack.org/127798 | 22:38 |
*** sgotliv__ has joined #openstack-trove | 23:07 | |
*** sgotliv_ has quit IRC | 23:10 | |
*** Riddhi has joined #openstack-trove | 23:25 | |
*** X019 has joined #openstack-trove | 23:30 | |
*** Riddhi has quit IRC | 23:30 | |
*** X019 has quit IRC | 23:32 | |
*** X019 has joined #openstack-trove | 23:32 | |
*** ramashri has quit IRC | 23:39 | |
X019 | I'm trying to create an instance | 23:40 |
X019 | But the build status is at error | 23:41 |
X019 | Checked the logs | 23:41 |
X019 | And tmgr says server not active | 23:41 |
X019 | But all nova services are up | 23:42 |
*** ramashri has joined #openstack-trove | 23:43 | |
*** anna_ has joined #openstack-trove | 23:45 | |
*** XO19_ has joined #openstack-trove | 23:50 | |
*** XO19_ has left #openstack-trove | 23:50 | |
*** XO19_ has joined #openstack-trove | 23:51 | |
XO19_ | I'll attach the logs a bit later | 23:51 |
*** anna_ has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!