Monday, 2018-08-06

*** hardikjasani has joined #openstack-mistral04:09
rakhmerovd0ugal: hi, https://review.openstack.org/#/c/588492/ has 3 +2 so maybe we can approve it?04:40
*** openstackgerrit has joined #openstack-mistral04:59
openstackgerritRenat Akhmerov proposed openstack/mistral master: WIP: designing a new scheduler  https://review.openstack.org/58901504:59
openstackgerritRenat Akhmerov proposed openstack/mistral master: WIP: designing a new scheduler  https://review.openstack.org/58901505:13
*** jtomasek has joined #openstack-mistral05:58
openstackgerritMerged openstack/mistral master: Clarify what an exception from an action means  https://review.openstack.org/58700306:34
*** apetrich has joined #openstack-mistral06:42
d0ugalrakhmerov: sure thing, that is almost the complete review team :)07:57
rakhmerovyeah )07:57
rakhmerovI think only Vitalii is missing07:57
d0ugaland hardik07:58
openstackgerritMerged openstack/mistral-specs master: Add a Patch Abandonment policy  https://review.openstack.org/58849208:03
*** jaosorior has joined #openstack-mistral08:21
openstackgerritDougal Matthews proposed openstack/mistral-specs master: Remove Mitaka from the 'Approved specifications'  https://review.openstack.org/58907508:30
d0ugalapetrich: Hey, can you take a look at this? https://review.openstack.org/#/c/586300/08:33
d0ugalI think it is good to merge, but one more set of eyes would be good08:34
apetrichd0ugal, looking08:34
openstackgerritDougal Matthews proposed openstack/mistral-specs master: Remove Mitaka from the "Approved specifications"  https://review.openstack.org/58907708:36
apetrichd0ugal, lgtm should I +W also?08:37
d0ugalapetrich: sure08:37
openstackgerritMerged openstack/mistral-specs master: Add custom-context-for-executions spec  https://review.openstack.org/58630008:46
openstackgerritDougal Matthews proposed openstack/mistral-dashboard master: Implement search across all pages of list views  https://review.openstack.org/46051309:19
d0ugalrakhmerov: Agreed - we should review it. However, I want to make sure somebody is still interested in working on it before I spend time reviewing... :)09:30
rakhmerovd0ugal: interested, I can tell09:31
rakhmerova matter of priorities, as always09:31
d0ugalI have not seen or heard from bobh in a while09:31
rakhmerovyeah, me too09:31
rakhmerovI'll send him an email to find out09:31
*** apetrich has quit IRC09:34
d0ugalrakhmerov: Are those specs the same?09:37
d0ugalI think this should have been a new patchset? https://review.openstack.org/#/c/514317/09:37
rakhmerovno, a little different09:38
d0ugaloh, hmm09:38
rakhmerovwell, let me see actually..09:38
rakhmerovooh yes!09:39
rakhmerovfor some reason I thought they were two different things09:40
rakhmerovbut yes, seems like it should be one09:40
rakhmerovI'll tell him to remove one of them09:40
d0ugalThanks09:40
openstackgerritRenat Akhmerov proposed openstack/mistral master: WIP: designing a new scheduler  https://review.openstack.org/58901510:31
openstackgerritDougal Matthews proposed openstack/python-mistralclient master: Add namespace support for workbooks to client  https://review.openstack.org/58531911:35
*** pgaxatte has joined #openstack-mistral12:10
pgaxattehello12:11
*** pgaxatte has left #openstack-mistral12:13
*** pgaxatte has joined #openstack-mistral12:13
*** rbrady has joined #openstack-mistral12:31
*** toure|gone is now known as toure12:36
*** apetrich has joined #openstack-mistral12:52
*** hardikjasani has quit IRC13:18
pgaxatteI have a problem with a field of the delayed_calls_v2 (auth_context)13:45
d0ugalpgaxatte: What is the problem?13:45
pgaxatteon mariadb/mysql it is a text type13:45
pgaxattebut my catalog is WAY too big to be held in 65535 chars13:46
pgaxatteat least on my dev environment (around 20 regions) and one day it will be the same for our prod13:46
pgaxatteI altered the table on my dev to use mediumtext13:46
pgaxatteand it works fine13:46
pgaxattebut I don't know how to make that clean because I don't want to do that outside the migration system13:47
pgaxatteand I'm not yet at the last version13:47
pgaxatteI checked in master to see if the latest version had such a migration and there isn't already13:49
*** apetrich has quit IRC14:19
*** szaher has quit IRC14:26
*** bobh has joined #openstack-mistral14:45
d0ugalpgaxatte: Sorry, I got caught up in something else15:00
d0ugalWe can continue now in the office hour if you like :)15:01
d0ugal#startmeeting mistral15:01
openstackMeeting started Mon Aug  6 15:01:05 2018 UTC and is due to finish in 60 minutes.  The chair is d0ugal. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:01
openstackThe meeting name has been set to 'mistral'15:01
d0ugalHey all, who is around for the office hour?15:01
d0ugalhttps://etherpad.openstack.org/p/mistral-office-hours15:01
pgaxatteno problem d0ugal15:01
d0ugalrakhmerov, apetrich, bobh, mcdoker181818, akovi, hardikjasani: PING ^15:01
d0ugalpgaxatte: just reading back what you said now...15:01
d0ugalpgaxatte: https://github.com/openstack/mistral/blob/master/mistral/db/v2/sqlalchemy/models.py#L10615:03
d0ugalpgaxatte: we use a medium json field in other places - we could change to using that?15:03
d0ugalback in 2 mins.15:03
d0ugalBack15:05
pgaxatted0ugal: I think that would do the trick15:05
pgaxattebut if you change the model you need a new migration, right?15:06
d0ugalpgaxatte: correct, I can show you an example...15:06
d0ugalpgaxatte: https://github.com/openstack/mistral/commit/78f69001d82dc51fa2ac6903bc3a71f86ff189bc15:07
d0ugalIt is quite easy :)15:07
d0ugaloh, I even used JsonLongDictType there15:07
pgaxatteyep i saw that in the migrations15:07
pgaxattei'll submit a bug and a review15:10
d0ugalThanks15:10
*** jaosorior has quit IRC15:48
*** jaosorior has joined #openstack-mistral15:49
d0ugalAlright, I'm off. Thanks everyone!15:54
d0ugal#endmeeting15:54
openstackMeeting ended Mon Aug  6 15:54:03 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:54
openstackMinutes:        http://eavesdrop.openstack.org/meetings/mistral/2018/mistral.2018-08-06-15.01.html15:54
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/mistral/2018/mistral.2018-08-06-15.01.txt15:54
openstackLog:            http://eavesdrop.openstack.org/meetings/mistral/2018/mistral.2018-08-06-15.01.log.html15:54
*** apetrich has joined #openstack-mistral15:55
*** bobh has quit IRC16:18
*** bobh has joined #openstack-mistral16:55
*** apetrich has quit IRC16:57
*** bobh has quit IRC17:02
*** bobh has joined #openstack-mistral17:02
*** bobh has quit IRC17:07
*** bobh has joined #openstack-mistral17:48
*** bobh has quit IRC18:23
*** bobh has joined #openstack-mistral18:23
*** bobh has quit IRC20:55
*** harlowja has joined #openstack-mistral21:21
*** bobh has joined #openstack-mistral21:28
*** bobh has quit IRC21:35
*** bobh has joined #openstack-mistral21:47
*** thrash is now known as thrash|g0ne21:57
*** bobh has quit IRC22:02
*** bobh has joined #openstack-mistral22:03
*** bobh has quit IRC22:07
*** rbrady has quit IRC22:34
*** bobh has joined #openstack-mistral23:12

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