*** cheneydc has joined #openstack-trove | 01:03 | |
*** cheneydc has quit IRC | 01:04 | |
*** khushbu_ has joined #openstack-trove | 01:31 | |
*** itisha has quit IRC | 02:10 | |
*** imandhan has joined #openstack-trove | 02:17 | |
openstackgerrit | jian.song proposed openstack/trove: switch from keystoneclient to keystoneauth for trove The modified requirment of keystoneclient into keystoneauth1 refer to [1] for more information. https://review.openstack.org/345257 | 02:21 |
---|---|---|
*** imandhan has quit IRC | 02:22 | |
*** gouthamr_ has quit IRC | 03:14 | |
*** fifieldt has quit IRC | 03:15 | |
*** khushbu_ has quit IRC | 03:46 | |
*** khushbu_ has joined #openstack-trove | 03:47 | |
*** imandhan has joined #openstack-trove | 04:04 | |
*** khushbu_ has quit IRC | 04:12 | |
*** georgelorch has quit IRC | 04:27 | |
*** georgelorch has joined #openstack-trove | 04:28 | |
*** khushbu_ has joined #openstack-trove | 04:54 | |
*** harlowja has joined #openstack-trove | 04:57 | |
*** harlowja has quit IRC | 05:38 | |
openstackgerrit | jian.song proposed openstack/trove: switch from keystoneclient to keystoneauth for trove https://review.openstack.org/345257 | 05:50 |
*** arist has quit IRC | 05:50 | |
*** arist has joined #openstack-trove | 05:50 | |
*** apsarshaik has quit IRC | 06:10 | |
*** apsarshaik has joined #openstack-trove | 06:11 | |
*** cheneydc has joined #openstack-trove | 06:17 | |
*** cheneydc has quit IRC | 06:25 | |
openstackgerrit | Masaki Matsushita proposed openstack/trove: Add port 22 to tcp_ports in devstack https://review.openstack.org/337023 | 06:27 |
*** tesseract- has joined #openstack-trove | 06:45 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/trove-dashboard: Imported Translations from Zanata https://review.openstack.org/345856 | 06:46 |
*** pmackinn has quit IRC | 07:01 | |
*** pcaruana has joined #openstack-trove | 07:18 | |
*** rcernin has joined #openstack-trove | 07:20 | |
*** apsarshaik has quit IRC | 07:31 | |
*** Ravikiran_K has joined #openstack-trove | 07:40 | |
*** vgnbkr has quit IRC | 08:11 | |
*** vgnbkr has joined #openstack-trove | 08:11 | |
*** openstackgerrit has quit IRC | 08:11 | |
*** arist has quit IRC | 08:12 | |
*** flaper87 has quit IRC | 08:12 | |
*** flaper87 has joined #openstack-trove | 08:12 | |
*** flaper87 has quit IRC | 08:12 | |
*** flaper87 has joined #openstack-trove | 08:12 | |
*** dougshelley66 has quit IRC | 08:12 | |
*** arist has joined #openstack-trove | 08:12 | |
*** hoonetorg has quit IRC | 08:13 | |
*** imandhan has quit IRC | 08:13 | |
*** openstackgerrit has joined #openstack-trove | 08:14 | |
*** dougshelley66 has joined #openstack-trove | 08:14 | |
*** eglute has quit IRC | 09:37 | |
*** eglute has joined #openstack-trove | 09:39 | |
FransUrbo | Anyone awake to tell me what a "template" is (in Trove terms) and where/how to specify/create it? | 10:03 |
*** gabor_antal has joined #openstack-trove | 10:16 | |
gabor_antal | Hey there, what happened with the gate? | 10:16 |
*** tosky has joined #openstack-trove | 10:55 | |
*** khushbu_ has quit IRC | 10:57 | |
*** khushbu_ has joined #openstack-trove | 10:59 | |
*** cdelatte has joined #openstack-trove | 11:07 | |
*** gabor_antal has quit IRC | 11:24 | |
*** khushbu_ has quit IRC | 11:39 | |
openstackgerrit | Shaik Apsar proposed openstack/trove: Fix for EmptyCatalog error in devstack installation. https://review.openstack.org/340022 | 12:03 |
amrith | FransUrbo, it would help if you told us what you were trying to do. I know what a template is; it is a file per datastore and there are several in the tree. | 12:12 |
*** aliadil has joined #openstack-trove | 12:38 | |
FransUrbo | I'm trying to create a database per the docs at http://docs.openstack.org/developer/trove/dev/manual_install.html | 12:41 |
FransUrbo | It goes from creating the Glance image, to creating the data store/version and then 'it' is done.. | 12:42 |
FransUrbo | I'm getting: HTTPBadRequest: ERROR: The Parameter (VolumeType) was not defined in template. | 12:43 |
FransUrbo | in the logs when running: trove create testdb 0c3909e1-d1e4-48d9-988a-62770820cf03 --size=2 --volume_type lvm --availability_zone nova --nic "net-id=${netid}" --databases=test1 --users test1:TEST1 --datastore mysql --datastore_version 5.6 | 12:43 |
FransUrbo | No where have i seen anything about "creating a template" etc.. | 12:44 |
amrith | so, why are you specifying a volume type in the command line? | 12:46 |
amrith | why not start with something like trove create testdb <flavor> --size 2 | 12:46 |
FransUrbo | http://paste.openstack.org/show/539758/ | 12:47 |
amrith | or trove create testdb <flavor> --size 2 --nic net-id=<net-id> --datastore mysql --datastore_version 5.6 | 12:47 |
amrith | wonderful, then the second command I gave just above should work fine | 12:48 |
FransUrbo | Same thing.. | 12:48 |
amrith | what same thing? | 12:49 |
amrith | your paste above shows the output of your datastore commands | 12:49 |
FransUrbo | Exactly the same problem, same error. | 12:49 |
amrith | ok, where is this error? in a trove log file or some other? | 12:50 |
amrith | is there a stack trace? | 12:50 |
FransUrbo | Yes, in the log | 12:50 |
amrith | trove generates several log files, which one? | 12:50 |
FransUrbo | http://paste.openstack.org/show/539761/ | 12:50 |
FransUrbo | trove-taskmanager.log | 12:50 |
amrith | ah ... interesting. how come it is using heat to launch trove? | 12:51 |
amrith | did you setup something to do that? | 12:51 |
amrith | the 'template' here is a heat template. | 12:51 |
* amrith looks for the note to rip out heat support in trove | 12:52 | |
FransUrbo | Ah. /etc/trove/cloudinit/mysql.cloudinit ? | 12:52 |
amrith | is this your first attempt with trove? | 12:52 |
FransUrbo | Yes. | 12:52 |
amrith | OK, word of advice if I may? | 12:52 |
FransUrbo | Sure. Disable Heat? :) | 12:53 |
FransUrbo | [with Trove] | 12:53 |
amrith | You don't begin your flying carrer by attempting to land a Tomcat on an aircraft carrier in rough seas. | 12:53 |
FransUrbo | I would :D | 12:53 |
amrith | at least, it isn't a very long career if you do. | 12:53 |
FransUrbo | But fun as h**l :D | 12:53 |
amrith | well, in that case, I think you are currently swimming in the north atlantic, so I will wish you well and get back to drinking my coffee. | 12:54 |
FransUrbo | Heat works perfect on its own though.. Already verified that. | 12:54 |
amrith | but, if you are interested in using trove, I suggest that you start by using one of the easy installers | 12:54 |
amrith | redstack is one | 12:54 |
amrith | if not, start easy and not use heat. | 12:54 |
amrith | at least make sure that the rest of the plumbing works. | 12:54 |
FransUrbo | No can do! I don't trust them, and looking at it cursory, it would mess with my current setup to much. | 12:54 |
amrith | I could tell you that I launch trove regularly and get databases to work on a regular basis | 12:55 |
FransUrbo | All the other "plumbing" DO work already... | 12:55 |
amrith | but I guess you don't trust that. | 12:55 |
amrith | so we're kind-of at an impasse here. | 12:55 |
FransUrbo | I do, but do you use Heat? | 12:55 |
amrith | No I don't. | 12:55 |
amrith | And soon, Trove won't either. | 12:55 |
FransUrbo | Ok, disabling Heat, I now get http://paste.openstack.org/show/539764/ | 12:58 |
FransUrbo | Neutron [dhcp] seems to be giving it an IP.. | 12:58 |
amrith | hokay | 12:59 |
amrith | I have no idea why that would happen | 12:59 |
amrith | now, that is something that I do use | 12:59 |
amrith | and as a matter of fact, I have it working just fine | 12:59 |
amrith | so I wonder what was misconfigured for you. | 12:59 |
FransUrbo | It _might_ be because of Designate.. I have had some problems elsewhere after enabling that.. | 12:59 |
amrith | like I said, it is really not a good idea to have a frat party before you know that the plumbing works. | 13:00 |
amrith | well, you could | 13:00 |
amrith | and as you said, it would be fun | 13:00 |
FransUrbo | https://bugs.launchpad.net/f5openstackcommunitylbaas/+bug/1605336 | 13:00 |
openstack | Launchpad bug 1605336 in OpenStack Neutron LBaaS Integration "Neutron loadbalancer VIP port fails to create" [Undecided,New] | 13:00 |
amrith | so, my advice to you is this ... you don't have to trust the packaged installers for long, but just as long as it takes for you to get your sea legs. | 13:01 |
amrith | you will get to a working trove faster that way. | 13:01 |
FransUrbo | Well, as I said. The plumbing works independently, and I _DO_ make sure I take it one step at a time.. | 13:01 |
amrith | Yes, I realize that you can get to a working trove this way as well. | 13:01 |
*** pmackinn has joined #openstack-trove | 13:01 | |
amrith | just that it will take you a while. I've seen it before with others, and I can only share my suggestions with you. | 13:01 |
amrith | I have to speak with someone on the telephone now, so I'll be back in a bit. | 13:02 |
FransUrbo | There's two major reason why i don't trust installers: 1) it's "cheating". it won't tell me anything and i won't learn anything from the experience. Which I'll need once i go production. 2) They always seems to "assume" to much. | 13:02 |
amrith | Out of curiosity, where did you get the mysql image? | 13:03 |
amrith | did you make it yourself? | 13:03 |
amrith | or download it someplace. | 13:03 |
FransUrbo | http://tarballs.openstack.org/trove/images/ubuntu/mongodb.qcow2 | 13:04 |
amrith | oh goody. | 13:04 |
FransUrbo | Sorry, that was the url to the mongo. But I got the mysql one at the same place. | 13:04 |
amrith | your mongo db instance will likely NEVER come up. | 13:04 |
amrith | could you do this for me please ... | 13:04 |
amrith | what is the IP address of your controller running trove? | 13:04 |
FransUrbo | Ok. I just saw the image there and thought I'd add that while I was at it :). I have no interest in mongo anyway.. | 13:05 |
FransUrbo | 10.0.4.1 | 13:05 |
amrith | ok, you are on your own :) | 13:05 |
amrith | I can guarantee that you can fix all the plumbing you want, your mysql will most likely NEVER come up. | 13:05 |
FransUrbo | Why's that? | 13:05 |
amrith | well, there's this thing about trove. it has a guest agent which must run on the guest image. the images you got have no guest agent. | 13:06 |
FransUrbo | Ah. | 13:07 |
amrith | they are made using a tool (redstack) for use in testing on an environment created with redstack. | 13:07 |
amrith | so, like I said before, the road you have chosen is a very long one. I strongly urge you to take a shorter road for your first attempt. | 13:07 |
amrith | anyway, the other people on my call just arrived; I've got to run now. | 13:08 |
amrith | good luck FransUrbo | 13:08 |
FransUrbo | ok. | 13:08 |
FransUrbo | thanx. | 13:08 |
*** krotscheck is now known as lolscheck | 13:12 | |
*** lolscheck is now known as krotscheck | 13:31 | |
*** clduser has quit IRC | 13:31 | |
*** Ravikiran_K has quit IRC | 13:33 | |
FransUrbo | Looking at both the Control node and on the Compute node, I see this on the Control http://paste.openstack.org/show/539774/ and http://paste.openstack.org/show/539776/ on the Compute.. | 13:33 |
FransUrbo | Oups, never mind. Installed "genisoimage" on my Compute and now my db instance is up and running.. However, I still get the "Failed to create DNS entry for instance 05370a0f-f4e3-408e-a57f-6bbccb78876d. No IP available." Trove error. | 13:39 |
*** trevormc has joined #openstack-trove | 13:40 | |
*** itisha has joined #openstack-trove | 13:52 | |
*** gouthamr has joined #openstack-trove | 14:02 | |
*** johnma has quit IRC | 14:24 | |
*** tesseract- has quit IRC | 15:09 | |
*** rcernin has quit IRC | 15:24 | |
*** gouthamr_ has joined #openstack-trove | 15:27 | |
*** gouthamr has quit IRC | 15:29 | |
openstackgerrit | Petr Malik proposed openstack/trove: [WIP] Merge Postgresql service modules https://review.openstack.org/346082 | 15:29 |
*** tosky_ has joined #openstack-trove | 15:30 | |
*** tosky has quit IRC | 15:33 | |
*** georgelorch has quit IRC | 15:33 | |
*** georgelorch has joined #openstack-trove | 15:37 | |
*** tosky_ has quit IRC | 15:39 | |
*** flaper87 has quit IRC | 15:39 | |
*** amit213 has quit IRC | 15:39 | |
*** krotscheck has quit IRC | 15:39 | |
*** dloi_ has quit IRC | 15:39 | |
*** apsarshaik has joined #openstack-trove | 15:40 | |
*** apsarshaik has quit IRC | 15:40 | |
*** apsarshaik has joined #openstack-trove | 15:41 | |
*** tosky has joined #openstack-trove | 15:46 | |
*** krotscheck has joined #openstack-trove | 15:47 | |
*** flaper87 has joined #openstack-trove | 15:47 | |
*** flaper87 is now known as Guest32906 | 15:47 | |
*** dloi has joined #openstack-trove | 15:47 | |
*** amit213 has joined #openstack-trove | 15:48 | |
*** pcaruana has quit IRC | 15:49 | |
*** imandhan has joined #openstack-trove | 16:07 | |
*** david-lyle_ has joined #openstack-trove | 16:17 | |
*** david-lyle_ has quit IRC | 16:23 | |
*** apsarshaik has quit IRC | 16:25 | |
*** apsarshaik has joined #openstack-trove | 16:27 | |
*** apsarshaik has quit IRC | 16:30 | |
*** apsarshaik has joined #openstack-trove | 16:30 | |
openstackgerrit | Merged openstack/trove: Cluster tests get the instance flavor https://review.openstack.org/321838 | 16:36 |
trevormc | amrith or johnma, for the content of the new api-ref files, they have things that say "User-Agent: python-example-client" but the old docs say "User-Agent: python-troveclient". Do i need to modify the code to output what is proposed? Or is the doc a template that we are supposed to replace with our content? | 16:56 |
openstackgerrit | Petr Malik proposed openstack/trove: [WIP] Merge Postgresql service modules https://review.openstack.org/346082 | 17:05 |
*** tosky has quit IRC | 17:07 | |
*** apsarshaik has quit IRC | 17:09 | |
*** apsarshaik has joined #openstack-trove | 17:16 | |
*** tqtran has joined #openstack-trove | 17:46 | |
*** tqtran_ has joined #openstack-trove | 17:48 | |
*** tqtran has quit IRC | 17:50 | |
*** itlinux has joined #openstack-trove | 18:01 | |
*** apsarshaik has quit IRC | 18:09 | |
*** david-lyle_ has joined #openstack-trove | 18:21 | |
amrith | trevormc, let me check | 18:22 |
amrith | I think you will have to change them | 18:22 |
amrith | but I'll check | 18:22 |
*** can8dnSix has joined #openstack-trove | 18:23 | |
*** david-lyle_ has quit IRC | 18:25 | |
*** itisha has quit IRC | 18:30 | |
amrith | trevormc, yt? | 18:35 |
trevormc | amrith, yes | 18:35 |
amrith | jsut sent you a text | 18:36 |
amrith | was wondering if we could delay by 30m | 18:36 |
amrith | I'm on a phone call that will likely run long | 18:36 |
amrith | in the meanwhile, I'm looking at the review 321838 | 18:37 |
amrith | no; the one you sent | 18:37 |
amrith | the one you were looking at; re: user content | 18:37 |
trevormc | That's fine we can push back farther too, my evening is open. Take as much time as you need :) | 18:37 |
trevormc | you mean this patch https://review.openstack.org/#/c/316381/ | 18:38 |
trevormc | ? | 18:38 |
amrith | yup, that one | 18:38 |
trevormc | I was confused why the author would take the time to change all the content of files instead of just renaming them | 18:38 |
amrith | thx, I will ping you as soon as I'm done with the call. some technical difficulties here with conferencing systems. so we're running late. | 18:39 |
trevormc | maybe the whole directory was copied there and the old one was deleted pro bably. | 18:39 |
*** johnma has joined #openstack-trove | 18:59 | |
FransUrbo | https://bugs.launchpad.net/trove/+bug/1605746 | 19:36 |
openstack | Launchpad bug 1605746 in OpenStack DBaaS (Trove) "Failed to create DNS entry for instance b08666ac-1994-4189-839f-8072eae63d00. No IP available" [Undecided,New] | 19:36 |
*** _imandhan_ has joined #openstack-trove | 19:39 | |
*** imandhan has quit IRC | 19:42 | |
*** gouthamr_ has quit IRC | 19:53 | |
openstackgerrit | Merged openstack/trove: Removed unreachable statement https://review.openstack.org/336555 | 20:09 |
*** spilla has joined #openstack-trove | 20:13 | |
*** gouthamr has joined #openstack-trove | 20:18 | |
*** david-lyle_ has joined #openstack-trove | 20:22 | |
FransUrbo | https://bugs.launchpad.net/trove/+bug/1605746 | 20:28 |
openstack | Launchpad bug 1605746 in OpenStack DBaaS (Trove) "Failed to create DNS entry for instance b08666ac-1994-4189-839f-8072eae63d00. No IP available" [Undecided,Incomplete] | 20:28 |
*** david-lyle_ has quit IRC | 20:28 | |
FransUrbo | [forgot if I posted it] | 20:28 |
*** spilla has left #openstack-trove | 20:30 | |
openstackgerrit | Petr Malik proposed openstack/trove: Postgresql Streaming Replication https://review.openstack.org/288712 | 20:46 |
*** imandhan has joined #openstack-trove | 20:48 | |
*** arist has quit IRC | 20:50 | |
*** _imandhan_ has quit IRC | 20:51 | |
openstackgerrit | Trevor McCasland proposed openstack/trove: Adds the api-ref migrated RST + YAML files https://review.openstack.org/316381 | 21:01 |
trevormc | amrith ^ | 21:02 |
amrith | thx trevormc | 21:06 |
amrith | will see what the check does on it and look at it later tonight | 21:06 |
*** cdelatte has quit IRC | 21:08 | |
*** _imandhan_ has joined #openstack-trove | 21:16 | |
*** aliadil has quit IRC | 21:17 | |
*** imandhan has quit IRC | 21:19 | |
*** david-lyle_ has joined #openstack-trove | 22:25 | |
openstackgerrit | Trevor McCasland proposed openstack/trove: Adds the api-ref migrated RST + YAML files https://review.openstack.org/316381 | 22:25 |
*** gouthamr has quit IRC | 22:25 | |
*** trevormc has quit IRC | 22:26 | |
*** david-lyle_ has quit IRC | 22:29 | |
*** _imandhan_ has quit IRC | 23:55 | |
*** imandhan has joined #openstack-trove | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!