cp16net | can we get this looked over please https://review.openstack.org/#/c/266005/ | 00:19 |
---|---|---|
*** logan- has quit IRC | 00:35 | |
*** logan- has joined #openstack-trove | 00:41 | |
*** shayneburgess has quit IRC | 00:46 | |
*** pmackinn has quit IRC | 00:49 | |
*** imandhan has quit IRC | 00:58 | |
*** imandhan has joined #openstack-trove | 01:26 | |
*** adun153 has joined #openstack-trove | 01:43 | |
adun153 | Hi, can anyone here walk me through setting up Trove Liberty on Ubuntu 14.04? I've guessed enough to have it installed already, but I have no idea what to do about certain things/issues, like "what's a datastore?" "Why are there none listed in Trove?" | 01:45 |
*** imandhan has quit IRC | 01:47 | |
vkmc | adun153, I could give you a hand there | 01:51 |
vkmc | adun153, how did you deploy trove? | 01:51 |
adun153 | vkmc: thanks | 01:51 |
adun153 | I installed from Ubuntu Liberty Cloud Repos | 01:51 |
adun153 | I couldn't find an install guide | 01:52 |
adun153 | So I just kind of figured it out | 01:52 |
vkmc | I see | 01:52 |
adun153 | Now it seems that trove-api is running properly | 01:52 |
vkmc | are you just testing it? | 01:52 |
adun153 | but I have no idea what to do next | 01:52 |
adun153 | no | 01:52 |
adun153 | I am adding it to a soon-to-be production system | 01:52 |
adun153 | I've gotten to the point where there are no more error logs when I start up trove-api, conductor, and taskmanager | 01:54 |
adun153 | Horizon produces no more errors as well | 01:54 |
adun153 | Now, I just need to know, "what's next"? | 01:54 |
vkmc | so... now what you have to do is create an image with the database you want (say, mysql 5.6) and the trove-guestagent (piece of software that will sync with your controller node) | 01:56 |
vkmc | right now we have automatized it for dev images (not ready for prod) in trove-integration | 01:56 |
adun153 | using diskimage-builder, right? | 01:57 |
vkmc | we are working on creating a project that will allow you to create trove compatible base images | 01:57 |
vkmc | right, trove-integration uses diskimagebuilder | 01:57 |
vkmc | there is one ready image you can get to try it | 01:57 |
vkmc | http://docs.openstack.org/developer/trove/dev/building_guest_images.html <- step by step for image creation | 01:57 |
adun153 | I'd like to try the ready image first :D | 01:58 |
vkmc | yup, looking for it :) | 01:59 |
adun153 | And, once you have made the image, what do you do next? | 01:59 |
adun153 | import into Glance? | 01:59 |
vkmc | yeah, you need to load it into Glance | 02:00 |
vkmc | and then you tell trove "you have this datastore, datastore-version in this image" | 02:01 |
adun153 | is that possible to do via Horizon? | 02:01 |
adun153 | or via Trove CLI? | 02:01 |
adun153 | only | 02:01 |
vkmc | trove management cli only :( | 02:01 |
adun153 | ah, so that's why | 02:02 |
vkmc | https://tarballs.openstack.org/trove/images/ubuntu_mysql.qcow2/ <- image | 02:02 |
vkmc | I haven't tested it personally, but it should wor | 02:02 |
vkmc | k | 02:02 |
adun153 | Ok, will download that now. | 02:03 |
*** cheneydc has joined #openstack-trove | 02:03 | |
vkmc | k k | 02:04 |
vkmc | if you need help uploading the image, let me know | 02:04 |
adun153 | will do | 02:05 |
*** cheneydc has quit IRC | 02:05 | |
adun153 | vkmc, any idea on what the min_disk size value should be for that image? | 02:09 |
vkmc | adun153, that's an optional field for glance, I think you can left that empty | 02:10 |
*** adun153-1 has joined #openstack-trove | 02:11 | |
adun153-1 | vkmc: sorry, got DC'ed. What did I miss? | 02:12 |
vkmc | <vkmc> adun153, that's an optional field for glance, I think you can left that empty | 02:12 |
vkmc | :) | 02:12 |
*** adun153 has quit IRC | 02:14 | |
*** adun153-1 has quit IRC | 02:14 | |
*** adun153-1 has joined #openstack-trove | 02:14 | |
*** adun153-1 has quit IRC | 02:16 | |
*** imandhan has joined #openstack-trove | 02:16 | |
*** adun153 has joined #openstack-trove | 02:18 | |
adun153 | vkmc, importation into glance successful. | 02:18 |
vkmc | super! | 02:18 |
vkmc | now you need the image id | 02:18 |
adun153 | got it | 02:19 |
vkmc | and you issue... | 02:19 |
vkmc | trove-manage datastore_update mysql "" | 02:19 |
vkmc | trove-manage datastore_version_update mysql 5.6 mysql <image-id> mysql-server 1 | 02:19 |
vkmc | trove-manage datastore_update mysql 5.6 | 02:20 |
adun153 | the last one? | 02:20 |
adun153 | or all of that? | 02:20 |
vkmc | all of that | 02:21 |
adun153 | let me guess | 02:21 |
adun153 | the first one creates the "mysql" datastore? | 02:21 |
adun153 | 2nd specifies a 5.6 version of the datastore, pointing to the image | 02:22 |
adun153 | I don't understand why the third one. | 02:22 |
vkmc | third one binds datastore with datastore-version | 02:23 |
adun153 | why the trailing "mysql-server 1" on the second command, though? | 02:24 |
*** imandhan has quit IRC | 02:27 | |
vkmc | the second command is | 02:28 |
adun153 | vkmc, done with the commands. | 02:29 |
adun153 | What should I do next? | 02:29 |
vkmc | go to the ui and launch your db | 02:29 |
vkmc | here you have the cli man http://docs.openstack.org/cli-reference/trove-manage.html | 02:30 |
adun153 | ahh wait | 02:31 |
adun153 | trove-api.log now spewing out error, saying "OperationalError: (pymysql.err.OperationalError) (2006, "MySQL server has gone away (error(32, 'Broken pipe'))")" | 02:32 |
vkmc | hmmm | 02:32 |
vkmc | never seen that | 02:32 |
adun153 | I'll look into that first. Until when will you be available here? | 02:33 |
vkmc | hmm, kinda late for me know | 02:33 |
vkmc | now* | 02:33 |
vkmc | but I'll be back on Monday | 02:33 |
vkmc | and you have the rest of the community too :) | 02:34 |
vkmc | just ask | 02:34 |
adun153 | Will do | 02:34 |
adun153 | Thanks | 02:34 |
vkmc | np! | 02:34 |
adun153 | At least I got a couple of steps done :D | 02:34 |
vkmc | sure :) | 02:34 |
vkmc | ttyl | 02:34 |
adun153 | later | 02:34 |
adun153 | I restarted trove-api, apparently it's working now. | 02:37 |
*** _amrith_ is now known as amrith | 02:44 | |
adun153 | vkmc, i tried to start an instance, it's in an "Error" state. | 02:49 |
*** sonali5 has joined #openstack-trove | 02:52 | |
*** mingdang1 has joined #openstack-trove | 03:03 | |
*** amrith is now known as _amrith_ | 03:09 | |
*** imandhan has joined #openstack-trove | 03:27 | |
*** imandhan has quit IRC | 03:32 | |
*** mingdang1 has quit IRC | 03:46 | |
*** bhunter_ has quit IRC | 04:07 | |
*** imandhan has joined #openstack-trove | 04:27 | |
*** sonali5 has quit IRC | 04:28 | |
*** sonali5 has joined #openstack-trove | 04:31 | |
*** adun153 has quit IRC | 04:37 | |
*** mingdang1 has joined #openstack-trove | 04:47 | |
openstackgerrit | Chaozhe Chen(ccz) proposed openstack/trove: devstack: move rabbit conf settings to separate section https://review.openstack.org/282600 | 05:07 |
*** pmackinn has joined #openstack-trove | 05:07 | |
*** sonali5 has quit IRC | 05:10 | |
*** pmackinn has quit IRC | 05:12 | |
*** chlong_ has joined #openstack-trove | 05:21 | |
*** adun153 has joined #openstack-trove | 05:22 | |
*** haomaiwang has joined #openstack-trove | 05:39 | |
*** adun153 has quit IRC | 05:50 | |
*** imandhan has quit IRC | 05:52 | |
*** adun153 has joined #openstack-trove | 05:57 | |
*** imandhan has joined #openstack-trove | 05:57 | |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-trove | 06:01 | |
adun153 | Is the driver for Neutron also "network_driver = trove.network.nova.NovaNetwork"? | 06:03 |
*** sgotliv has joined #openstack-trove | 06:49 | |
*** adun153 has quit IRC | 07:00 | |
*** haomaiwang has quit IRC | 07:01 | |
*** haomaiwang has joined #openstack-trove | 07:01 | |
*** imandhan has quit IRC | 07:03 | |
*** sgotliv has quit IRC | 07:05 | |
openstackgerrit | Craig Vyvial proposed openstack/trove-dashboard: update readme with how to test changes https://review.openstack.org/281072 | 07:24 |
*** mingdang1 has quit IRC | 07:37 | |
*** haomaiwang has quit IRC | 08:01 | |
*** haomaiwa_ has joined #openstack-trove | 08:01 | |
*** haomaiwa_ has quit IRC | 08:03 | |
*** imandhan has joined #openstack-trove | 08:04 | |
*** imandhan has quit IRC | 08:08 | |
*** haomaiwang has joined #openstack-trove | 08:18 | |
*** haomaiwang has quit IRC | 08:23 | |
*** mingdang1 has joined #openstack-trove | 08:37 | |
*** mingdang1 has quit IRC | 08:41 | |
*** haomaiwang has joined #openstack-trove | 08:50 | |
*** haomaiwang has quit IRC | 08:54 | |
*** haomaiwang has joined #openstack-trove | 09:05 | |
*** haomaiwang has quit IRC | 09:10 | |
*** haomaiwang has joined #openstack-trove | 09:34 | |
*** imandhan has joined #openstack-trove | 09:35 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/trove: Updated from global requirements https://review.openstack.org/282504 | 09:38 |
*** imandhan has quit IRC | 09:39 | |
*** haomaiwang has quit IRC | 09:47 | |
*** haomaiwa_ has joined #openstack-trove | 09:50 | |
*** haomaiwa_ has quit IRC | 10:01 | |
*** haomaiwang has joined #openstack-trove | 10:01 | |
*** haomaiwang has quit IRC | 10:02 | |
*** mingdang1 has joined #openstack-trove | 10:25 | |
*** openstackgerrit_ has quit IRC | 10:40 | |
*** openstackgerrit_ has joined #openstack-trove | 10:41 | |
*** haomaiwa_ has joined #openstack-trove | 10:45 | |
*** openstackgerrit_ has quit IRC | 10:48 | |
*** haomaiwa_ has quit IRC | 10:49 | |
*** haomaiwang has joined #openstack-trove | 11:00 | |
*** haomaiwang has quit IRC | 11:01 | |
*** _amrith_ is now known as amrith | 11:02 | |
*** lgreg has quit IRC | 11:46 | |
*** rita has joined #openstack-trove | 12:37 | |
*** sgotliv has joined #openstack-trove | 12:50 | |
*** haomaiwa_ has joined #openstack-trove | 13:09 | |
*** sgotliv has quit IRC | 13:12 | |
*** rita has quit IRC | 13:50 | |
*** haomaiwa_ has quit IRC | 14:01 | |
*** haomaiwang has joined #openstack-trove | 14:01 | |
*** mingdang1 has quit IRC | 14:34 | |
*** haomaiwang has quit IRC | 15:01 | |
*** haomaiwang has joined #openstack-trove | 15:01 | |
*** johnma has quit IRC | 15:41 | |
*** shayneburgess has joined #openstack-trove | 15:53 | |
*** amrith is now known as _amrith_ | 15:58 | |
*** shayneburgess has quit IRC | 15:59 | |
*** haomaiwang has quit IRC | 16:01 | |
*** haomaiwang has joined #openstack-trove | 16:01 | |
*** _amrith_ is now known as amrith | 16:08 | |
*** imandhan has joined #openstack-trove | 16:09 | |
*** amrith is now known as _amrith_ | 16:11 | |
*** _amrith_ is now known as amrith | 16:11 | |
*** imandhan has quit IRC | 16:13 | |
*** shayneburgess has joined #openstack-trove | 16:16 | |
*** shayneburgess has quit IRC | 16:21 | |
*** amrith is now known as _amrith_ | 16:24 | |
*** arist has quit IRC | 16:29 | |
*** arist has joined #openstack-trove | 16:30 | |
*** rcernin has joined #openstack-trove | 16:59 | |
*** haomaiwang has quit IRC | 17:01 | |
*** haomaiwa_ has joined #openstack-trove | 17:01 | |
*** rcernin has quit IRC | 17:55 | |
*** rcernin has joined #openstack-trove | 17:59 | |
*** shayneburgess has joined #openstack-trove | 18:00 | |
*** haomaiwa_ has quit IRC | 18:01 | |
*** haomaiwang has joined #openstack-trove | 18:01 | |
*** ashleighfarnham has joined #openstack-trove | 18:07 | |
*** imandhan has joined #openstack-trove | 18:11 | |
*** imandhan has quit IRC | 18:15 | |
*** ashleighfarnham has quit IRC | 18:38 | |
*** haomaiwang has quit IRC | 19:01 | |
*** haomaiwa_ has joined #openstack-trove | 19:01 | |
*** ashleighfarnham has joined #openstack-trove | 19:21 | |
*** sgotliv has joined #openstack-trove | 19:48 | |
*** ashleighfarnham has quit IRC | 19:53 | |
*** haomaiwa_ has quit IRC | 20:01 | |
*** haomaiwa_ has joined #openstack-trove | 20:01 | |
*** rcernin has quit IRC | 20:56 | |
*** haomaiwa_ has quit IRC | 21:01 | |
*** haomaiwang has joined #openstack-trove | 21:01 | |
*** tellesnobrega is now known as tellesnobrega_af | 21:22 | |
*** rcernin has joined #openstack-trove | 21:30 | |
*** haomaiwang has quit IRC | 22:01 | |
*** haomaiwang has joined #openstack-trove | 22:01 | |
*** imandhan has joined #openstack-trove | 22:06 | |
*** imandhan has quit IRC | 22:06 | |
*** ashleighfarnham has joined #openstack-trove | 22:29 | |
*** ashleighfarnham has quit IRC | 22:50 | |
*** haomaiwang has quit IRC | 23:01 | |
*** haomaiwang has joined #openstack-trove | 23:01 | |
*** ashleighfarnham has joined #openstack-trove | 23:27 | |
*** ashleighfarnham has quit IRC | 23:30 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!