Monday, 2016-10-03

*** haplo37_ has quit IRC01:23
*** haplo37_ has joined #openstack-trove01:25
*** dkehn has quit IRC01:56
*** tqtran has joined #openstack-trove02:02
*** tqtran has quit IRC02:07
*** dkehn has joined #openstack-trove02:07
openstackgerritCao Xuan Hoang proposed openstack/python-troveclient: Using assertIsNotNone() instead of assertNotEqual(None)  https://review.openstack.org/38088702:35
openstackgerritAnh Tran proposed openstack/python-troveclient: Replace assertTrue(a in b) with assertIn(a, b)  https://review.openstack.org/38089002:43
*** links has joined #openstack-trove03:49
*** haplo37_ has quit IRC04:05
*** haplo37_ has joined #openstack-trove04:08
*** achatterjee has joined #openstack-trove04:39
*** gouthamr has quit IRC04:56
*** links has quit IRC05:31
*** johnma has joined #openstack-trove05:31
*** links has joined #openstack-trove05:44
*** mugsie has quit IRC05:50
*** mugsie has joined #openstack-trove05:51
*** drifterza has quit IRC05:54
*** rcernin has joined #openstack-trove06:04
*** tqtran has joined #openstack-trove06:04
*** Ravikiran_K has joined #openstack-trove06:06
*** tqtran has quit IRC06:09
openstackgerritTuan Luong-Anh proposed openstack/trove-specs: Fix typo: remove redundant 'the'  https://review.openstack.org/38093306:18
*** links has quit IRC06:31
*** haplo37_ has quit IRC06:41
*** haplo37_ has joined #openstack-trove06:43
*** links has joined #openstack-trove06:44
*** pcaruana has joined #openstack-trove06:53
*** tesseract- has joined #openstack-trove07:03
*** drifterza has joined #openstack-trove07:29
*** zigo has quit IRC07:39
*** zigo has joined #openstack-trove07:42
*** zigo is now known as Guest2475607:42
*** gcb has joined #openstack-trove07:59
*** mariusv has quit IRC08:03
*** haypo has joined #openstack-trove08:26
haypohello. i wrote a patch to port operating_system.py to Python 3, but there is a question on the "data type" (bytes or Unicode) for data used in codecs: https://review.openstack.org/#/c/368947/08:26
haypoit's unclear to me if Trove should handle data as "pure binary" (bytes) or if data should be considered as text, and so be decoded on Python 3 (ex: use UTF-8)08:27
haypopeterstac, pmalik ^^08:27
haypomy current patch handles data as text, and so use UTF-8 everywhere08:27
haypoi skipped a test on Python 3, but I was asked to instead modify the test to use valid non-ASCII text, encoded to UTF-8 (and then encoded to base64)08:28
*** dalees has joined #openstack-trove08:45
openstackgerritHa Van Tu proposed openstack/trove: Fix typos in description  https://review.openstack.org/38098508:53
*** Guest24756 is now known as zigo08:54
*** hoonetorg has quit IRC09:39
*** haplo37_ has quit IRC09:41
*** haplo37_ has joined #openstack-trove09:43
*** tosky has joined #openstack-trove09:48
*** hoonetorg has joined #openstack-trove09:52
*** hoonetorg has quit IRC10:00
*** tqtran has joined #openstack-trove10:05
*** tqtran has quit IRC10:10
*** hoonetorg has joined #openstack-trove10:13
*** diga_ has joined #openstack-trove10:41
*** tosky has quit IRC10:42
*** openstackgerrit has quit IRC10:48
*** openstackgerrit has joined #openstack-trove10:48
*** cdelatte has joined #openstack-trove10:55
*** Ravikiran_K has quit IRC10:59
*** tosky has joined #openstack-trove11:07
openstackgerritChangBo Guo(gcb) proposed openstack/trove: Fix H238 voilations  https://review.openstack.org/37912111:39
*** gouthamr has joined #openstack-trove11:41
gcbamrith, are you around ?11:41
amrithgcb, g'morning11:41
gcbmorning , two simple patches , please help review when you're free :-)11:42
gcbhttps://review.openstack.org/#/c/379121/  and  https://review.openstack.org/#/c/368399/11:42
gcbI reply your comments11:42
amriththanks gcb, the gate is currently broken so we'll have to wait11:43
gcbthanks,  it seems other project's gate is also broken11:46
*** Ravikiran_K has joined #openstack-trove11:58
*** pmackinn has joined #openstack-trove12:03
*** tqtran has joined #openstack-trove12:06
*** chlong has joined #openstack-trove12:08
*** tqtran has quit IRC12:11
*** chlong has quit IRC12:14
openstackgerritamrith proposed openstack/trove: Trial baloon - DNM  https://review.openstack.org/38107512:23
openstackgerritamrith proposed openstack/trove: Trial balloon - DNM  https://review.openstack.org/38107512:24
*** chlong has joined #openstack-trove12:25
*** diga_ has quit IRC13:43
*** hongbin has joined #openstack-trove13:47
*** khushbu has joined #openstack-trove13:49
*** khushbu has quit IRC13:55
gcbarmith , your test patch passed :-), and https://review.openstack.org/#/c/381011/ is merged , so we can submit one g-r update in trove or wait for the Bot to generate one ?14:23
*** rajinir has joined #openstack-trove14:29
amrithAll: The gate is broken, please don't just recheck ... it won't work14:31
*** trevormc has joined #openstack-trove14:34
gcboh,  trove doesn't depend pycparser directly, so do nothing in trove14:35
*** spilla has joined #openstack-trove14:40
amriththere is no patch that has to be generated14:43
*** links has quit IRC15:04
*** pcaruana has quit IRC15:18
*** rcernin has quit IRC15:19
openstackgerritmariam john proposed openstack/trove: WIP: initial chkin of all of trove integration elements into trove.  https://review.openstack.org/37495215:20
amriththx johnma ... works for me.15:28
amrithnot sure why you had to close triple-o elements. but it makes sense.15:28
johnmaamrith: I was actually posting some comments in the review section but I will post them here15:28
*** haplo37__ has joined #openstack-trove15:29
johnma with the above changes I was able to create an image, load it and create an instance using it. I think the area were I got confused was how the trove-image-builder script ended. It took me some time to figure out that trove-image-builder was only creating a qcow2 and it was the trove-load-image that actually loaded it to glance and configured it for Trove. Is the user expected to know the...15:31
johnma...location of where the image will be created or does it make sense to have something printed out at the end of trove-image-builder.bash that says "image for datastore X has been successfully created under Y"15:31
amrithmakes sense15:32
amrithbecause you'll need it for the load-image command that comes right after15:32
johnmawell I am checking the output of that command and it actually says that. http://paste.openstack.org/show/584032/15:34
amrithwow (somebody) thought about that? I'm impressed :)15:34
amrithmore likely an accident15:35
johnmalooking at that output, I kept thinking something went wrong and it abruptly ended while creating the image.15:35
johnmabut it actually worked15:35
trevormcamrith, johnma: I'm testing the patch now. I just ran15:39
trevormctrove-setup.bash > ~/devstack/local.conf; ./stack.sh15:39
trevormcit seems to be working so far, anything else I might have missed?15:40
johnmatrevormc: I didn't test that script. let me know how that goes. If you hit any issues I will test it again. We were talking about the scripts to build and load images under trove/image/bin15:41
*** haypo has left #openstack-trove15:42
johnmawe need to export some env variables for trove-load-image.bash to work. Looking at it now15:43
*** mfisch` is now known as mfisch15:43
johnmaI got it to work by doing source devstack/openrc15:43
*** mfisch is now known as Guest722315:43
johnmawill upload that change15:45
*** nshah has joined #openstack-trove15:45
*** nshah has left #openstack-trove15:45
*** Guest7223 is now known as mfisch15:49
*** mfisch has quit IRC15:49
*** mfisch has joined #openstack-trove15:49
*** tesseract- has quit IRC15:56
*** johnma has quit IRC16:05
*** chlong has quit IRC16:06
*** tqtran has joined #openstack-trove16:08
*** Ravikiran_K_ has joined #openstack-trove16:10
*** Ravikiran_K has quit IRC16:10
*** tqtran has quit IRC16:12
*** trevormc_ has joined #openstack-trove16:30
trevormc_johnma: after running "./trove-image-builder.bash" I was given the following error: "RROR diskimage_builder.element_dependencies [-] Element 'heat-cfntools' not found in '/home/ubuntu/trove/image/elements:/home/ubuntu/diskimage-builder/elements:/home/ubuntu/tripleo-image-elements/elements:/home/ubuntu/diskimage-builder/bin/../elements' + /home/ubuntu/diskimage-builder/lib/common-functions:arg_to_elements:199          :16:31
*** drifterza has quit IRC16:35
openstackgerritamrith proposed openstack/trove: Support independent versioning of RPC API's  https://review.openstack.org/38124116:53
*** johnma has joined #openstack-trove16:57
trevormc_johnma: After running "./trove-image-builder.bash" I ran into an error saying "E: Invalid operation heat-cfntools"17:04
johnmaso trevormc, are you using the latest patch to test17:05
trevormc_see for details: paste.openstack.org/show/584050/ I used patchset 1117:05
trevormc_yes it is the latest patch set.17:07
johnmaI know why. I forgot to add a call to the function that downloads tripleo-image-elements. Thanks trevormc. watch out for patchset 1217:08
trevormc_awesome, thanks!17:09
openstackgerritmariam john proposed openstack/trove: WIP: initial chkin of all of trove integration elements into trove.  https://review.openstack.org/37495217:10
openstackgerritChangBo Guo(gcb) proposed openstack/trove: Fix some typo error  https://review.openstack.org/37909217:31
openstackgerritChangBo Guo(gcb) proposed openstack/trove: To fix a flavorRef problems that may occur  https://review.openstack.org/36838917:34
*** gcb has quit IRC17:35
*** tqtran has joined #openstack-trove17:37
*** tosky has quit IRC17:38
trevormc_johnma: After running the image-builder I was able to make the ubuntu-mysql.qcow2 image but after loading the image using "./trove-load-image.bash --datastore mysql --datastore-version 5.6 --image /home/ubuntu/images/ubuntu_mysql/ubuntu_mysql" I was given a Block Device Mapping is Invalid error. Is there a specific order or options I need to specify?17:57
trevormc_the error was found in the fault_details field after trying to create an instance.17:58
johnmatrevormc: what is the type of the image you are trying to load. Must be a qcow2. did you specify that17:58
trevormc_I left the extension off of the file when specifying it because qcow2 is the default option.17:59
trevormc_johnma: I think that was my error. I needed to leave the file extension on!18:01
johnmacool18:01
*** drifterza has joined #openstack-trove18:01
trevormc_seems to working fine for me, I would like to see a readme like what trove-integration had to set this up because it wasn't very obvious to me.18:02
johnmatrevormc: I agree, we need to work on a README that ties all of this together. I think the first priority is to get a basic infrastructure for building images and setting up trove done first.18:19
*** Ravikiran_K_ has quit IRC18:21
*** aries_ is now known as ariesyous18:22
*** pcaruana has joined #openstack-trove18:29
*** rcernin has joined #openstack-trove18:31
*** harlowja has quit IRC18:38
*** harlowja has joined #openstack-trove18:39
*** drifterza has quit IRC18:50
*** hoonetorg has quit IRC19:00
*** haplo37__ has quit IRC19:06
*** catintheroof has joined #openstack-trove19:22
*** hoonetorg has joined #openstack-trove19:27
*** trevormc_ has quit IRC19:48
*** johnma has quit IRC20:06
*** catintheroof has quit IRC20:29
*** drifterza has joined #openstack-trove20:31
*** pcaruana has quit IRC20:45
*** imandhan has joined #openstack-trove20:55
*** trevormc has quit IRC20:56
*** spilla has quit IRC21:01
*** openstackgerrit has quit IRC21:19
*** openstackgerrit has joined #openstack-trove21:19
*** imandhan has quit IRC21:20
*** imandhan has joined #openstack-trove21:20
*** imandhan has quit IRC21:25
*** hoonetorg has quit IRC21:26
*** hoonetorg has joined #openstack-trove21:31
*** gouthamr has quit IRC21:49
*** trevormc has joined #openstack-trove22:07
*** rcernin has quit IRC22:25
*** gcb has joined #openstack-trove22:27
*** trevormc has quit IRC22:37
openstackgerritChangBo Guo(gcb) proposed openstack/trove: Fix some typos in doc and comments  https://review.openstack.org/37909222:49
openstackgerritChangBo Guo(gcb) proposed openstack/trove: Delete unnessary i18n  https://review.openstack.org/37993322:51
*** hongbin has quit IRC22:59
*** rajinir has quit IRC23:25

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