Monday, 2017-07-10

chenying_ping amrith00:54
chenying_hi amrith Do you have time to discuss how to integrate trove with devstack in jinkens job?00:55
amrithchenying_ I have a little time now but I do have to go pretty soon. is this quick?00:57
amrithjust send me an email if that's easier00:57
amrithtrove IS currently integrated with jenkins so I'm not sure what you are asking.00:58
chenying_amrith Oh I want to integrate trove with devstack in karbor's jinkens job. But I find a bug about the plugin.sh when I configure 'TROVE_GUEST_IMAGE_URL ' in local.conf as I mentioned in this patch. https://review.openstack.org/#/c/480457/01:01
chenying_hi armith Can you have a look at it?01:01
amrithI did01:01
amrithtrove already IS integrated with jenkins01:02
amrithwhy don't you do what trove is already doing?01:02
amrithI don't have to set TROVE_GUEST_IMAGE_ID in my environment, I don't know of anyone who has to.01:03
chenying_amrith Do you mean that using the jenkins job in trove like http://logs.openstack.org/57/480457/1/check/gate-trove-scenario-dsvm-mysql-single-ubuntu-xenial/bbd6f1b/?01:03
amrithor any of the other trove jenkins jobs01:03
amrithfor any of the databases01:03
*** dixiaoli has joined #openstack-trove01:04
chenying_amrith: If you see the patch in karbor, the jinkens job not only include trove. It also include other project in openstack. All the fullstack tests in karbor base this jinkens job.01:05
chenying_https://review.openstack.org/#/c/480204/01:05
amrithdid you see my comment in that review?01:06
*** lyang__ has joined #openstack-trove01:06
amrithfrom 3 days ago.01:06
amrith"yeah, launching trove this way won't work ... you should chat with the trove team about this effort."01:06
chenying_Yes I see.01:07
amrithfirst, tarballs is going away.01:07
amrithsecond, there's a LOT more to getting trove running than the three lines you have.01:07
amrithsorry, it is not that easy01:07
chenying_I also see the any of the other trove jenkins jobs. It is not what I want to in karbor.01:07
amrithI don't understand those two sentences.01:07
chenying_amrith You mean that only these sentences in this patch is not enough? https://review.openstack.org/#/c/480204/01:09
amrithNo, I don't understand, "I also see the any of the other trove jenkins jobs. It is not what I want to in karbor."01:09
chenying_amrith  I mean that I want to enable trove service in already existed kenjins job in karbor. Not create a new jenkins job about trove refer to the jenkins job in trove project.01:11
amrithwell chenying_  you should look at how the trove jenkins jobs orchestrate trove ...01:12
amrithanyway, I do have to go. we have to chat later. sorry01:12
chenying_amrith Thanks. I will  refer to the jenkins job in trove project.01:13
*** gouthamr has quit IRC01:13
amrithchenying_ would you send me an email when you get a chance and describe what you are trying to do in your jenkins job. thanks!01:15
chenying_amrith Thanks. I will.01:16
*** zhaochao has joined #openstack-trove01:47
*** gcb has joined #openstack-trove03:12
*** Dinesh_Bhor has joined #openstack-trove03:52
*** gcb has quit IRC04:30
*** dixiaoli has quit IRC06:18
*** dixiaoli has joined #openstack-trove06:18
*** magicboiz has joined #openstack-trove06:35
*** openstackgerrit has joined #openstack-trove06:43
openstackgerritkavitha h r proposed openstack/python-troveclient master: Remove log translations  https://review.openstack.org/48201806:43
openstackgerritbhavani proposed openstack/trove master: Use get_rpc_transport instead of get_transport  https://review.openstack.org/48201906:44
*** rcernin has joined #openstack-trove06:47
*** maciejjozefczyk has quit IRC07:05
openstackgerritbhavani proposed openstack/trove master: Stop using deprecated 'message' attribute in Exception  https://review.openstack.org/48157907:05
*** harlowja has quit IRC07:11
*** magicboiz has quit IRC07:12
*** tesseract has joined #openstack-trove07:36
*** dixiaoli has quit IRC07:45
*** dixiaoli has joined #openstack-trove07:46
*** SlickNik has joined #openstack-trove08:41
*** vipul has joined #openstack-trove08:47
*** tosky has joined #openstack-trove08:52
*** magicboiz has joined #openstack-trove09:10
*** magicboiz has quit IRC09:23
*** magicboiz has joined #openstack-trove09:27
*** vipul has quit IRC09:38
*** SlickNik has quit IRC09:38
*** SlickNik has joined #openstack-trove09:38
openstackgerritkavitha h r proposed openstack/trove master: Replace basestring with six.string_types  https://review.openstack.org/48207809:46
*** vipul has joined #openstack-trove09:47
*** dixiaoli has quit IRC11:00
*** jwcroppe_ has quit IRC11:28
*** jwcroppe has joined #openstack-trove11:29
*** smatzek has joined #openstack-trove12:03
robcresswello/ Horizon still has a couple of Trove dashboard settings. See https://docs.openstack.org/horizon/latest/configuration/settings.html Have these been added to trove's ui repo? I would like to deprecate them from Horizon, if possible.12:17
openstackgerritkavitha h r proposed openstack/trove master: Replace basestring with six.string_types  https://review.openstack.org/48207812:20
openstackgerritkavitha h r proposed openstack/trove master: Replace basestring with six.string_types  https://review.openstack.org/48207812:21
chenying_ping amrith12:29
chenying_hi amrith Have you receiveed my email about enable trove service in karbor's devstack?12:29
amrithchenying_ in order to get a working trove, there is a lot more that must be done that is not done in the devstack plugin, at least for now. so to get a working trove, you'll have to do a bit more in your test.13:19
*** gcb has joined #openstack-trove13:31
chenying_smtith Thanks. IMO,  plugin.sh in devstack only make all trove services(tr-api,tr-tmgr,tr-cond) running.  'a lot more that must be done that is not done' include some work about preparing database image, creating datastore for trove. Is it true?13:38
chenying_sorry  S/smtith/amrith .13:39
amrithnot really, there is some configuration that must be done outside of the plugin13:42
amrithwhich is why I keep suggesting that you look at what the existing jenkins jobs do.13:43
chenying_amrith So to enable trove service in karbor's devstack. What should I do? How can I get these configuration prepared.13:44
chenying_amrith The problom is that the existing jenkins jobs of trove is a independent devstack environment for trove. But now I have a devstack of karbor jenkins job, there are already lots of projects (cinder nova heat) working, I only want to add a new one trove, and enable this service in this existing jobs.13:46
amrithchenying_ you ask "what should I do". what you should do is read the existing trove CI jobs and see what they do. it is all spelled out there, you can look at it there. otherwise you are asking that I go find the right source file and copy and paste it here.13:46
amrithyes, I know what you want. and I'm telling you plainly that it will not work like that.13:47
amrithsorry, that's just the way it is.13:48
chenying_amrith I know. I will read the detail of jenkins jobs of trove.13:48
amrithfyi: trove already does its own backups.13:50
amrithit doesn't need yet-another-service to do backups.13:50
chenying_amrith fyi: trove already does its own backups. Yes, that is why karbor want to integrate the datbase instance backup.13:52
amrithtrove does database instance backups13:53
amrithalready13:53
amrithnot sure what kabor will do other than add another layer and project that people have to install.13:53
amrithbut, not my place to ask ...13:53
chenying_amrith karbor is not a project focus on resource backup replace like existed database backup. It is a orchestration framwork. It can integrate existed solution (like cinder trove), it also can integrate verdor's backupsoftware solution.13:56
chenying_amrith It focus on providing all reousces of a single site backup solution to tenet. include datbase.13:58
*** jwcroppe has quit IRC13:59
chenying_amrith You can get more from wiki of karbor. It also  provide time or event trigger for resouces prtection.14:00
chenying_hi amrith about this bug fix https://review.openstack.org/#/c/480457/. Do you think it is no need for trove? TROVE_GUEST_IMAGE_URL  Is this variable not supported by plugin.sh of trove now? I14:04
*** gouthamr has joined #openstack-trove14:10
*** jwcroppe has joined #openstack-trove14:15
*** chlong_ has joined #openstack-trove14:23
*** zhurong has joined #openstack-trove14:29
*** dixiaoli has joined #openstack-trove14:33
*** dixiaoli has quit IRC14:33
*** chenying_ has quit IRC14:40
*** zhurong has quit IRC14:56
*** rcernin has quit IRC14:57
*** zhaochao has quit IRC15:07
*** chlong_ has quit IRC15:16
*** chlong_ has joined #openstack-trove15:30
*** chenying_ has joined #openstack-trove15:40
*** chlong_ has quit IRC16:06
*** chlong_ has joined #openstack-trove16:20
*** Reepicheep has joined #openstack-trove16:31
*** harlowja has joined #openstack-trove16:37
*** chlong_ has quit IRC16:38
*** jwcroppe has quit IRC16:39
*** jwcroppe has joined #openstack-trove16:47
*** jwcroppe has quit IRC16:49
*** tesseract has quit IRC17:01
*** trevormc has joined #openstack-trove17:08
*** Kevin_Zheng has quit IRC17:33
*** tosky has quit IRC17:37
*** tosky has joined #openstack-trove18:01
*** dmellado has quit IRC18:02
*** dmellado has joined #openstack-trove18:02
*** kylek3h has joined #openstack-trove18:11
amrithchenying_ that fix does nothing for trove.20:37
*** trevormc has quit IRC20:54
*** smatzek has quit IRC21:09
*** kylek3h has quit IRC22:00

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