Wednesday, 2019-07-17

*** ramishra has joined #heat00:43
*** maddtux has joined #heat01:02
openstackgerritRabi Mishra proposed openstack/heat master: Merge parameters and templates when resetting stack status  https://review.opendev.org/67094402:04
openstackgerritSimon Merrick proposed openstack/heat master: Add heat resource for creating Aodh loadbalancer_member_health alarm type[1]  https://review.opendev.org/66238102:27
*** ricolin has joined #heat02:33
*** gkadam has joined #heat03:40
*** gkadam has quit IRC03:45
*** skramaja has joined #heat03:55
*** skramaja_ has joined #heat05:18
*** skramaja has quit IRC05:19
openstackgerritOpenStack Proposal Bot proposed openstack/heat-dashboard master: Imported Translations from Zanata  https://review.opendev.org/67119206:26
*** jtomasek has joined #heat06:49
*** aluria has joined #heat07:00
*** ttsiouts has joined #heat07:15
*** gfidente has joined #heat07:18
*** ttsiouts has quit IRC07:46
*** ttsiouts has joined #heat07:46
*** ttsiouts has quit IRC07:51
*** rcernin has quit IRC07:56
*** zhurong has quit IRC08:00
*** ttsiouts has joined #heat08:04
*** rcernin has joined #heat08:13
*** k_mouza has joined #heat08:31
*** zhurong has joined #heat08:31
*** jawad_axd has joined #heat08:36
*** e0ne has joined #heat08:47
*** ttsiouts has quit IRC09:29
*** ttsiouts has joined #heat09:29
*** ayoung has quit IRC09:32
*** ttsiouts_ has joined #heat09:33
*** ttsiouts has quit IRC09:34
*** ayoung has joined #heat09:44
*** ttsiouts_ has quit IRC09:53
*** ttsiouts has joined #heat09:53
*** ttsiouts_ has joined #heat09:57
*** ttsiouts has quit IRC09:58
*** e0ne has quit IRC10:00
*** mailingsam has quit IRC10:04
*** ttsiouts_ has quit IRC10:17
*** ttsiouts has joined #heat10:18
*** ttsiouts has quit IRC10:23
*** maddtux has quit IRC10:40
*** k_mouza has quit IRC10:56
*** hjensas has quit IRC10:58
*** hjensas has joined #heat11:03
*** ttsiouts has joined #heat11:07
*** jawad_axd has quit IRC11:25
*** rcernin has quit IRC11:30
*** jawad_axd has joined #heat11:49
*** jistr has left #heat11:50
*** jawad_axd has quit IRC11:52
*** ekultails has joined #heat12:13
*** k_mouza has joined #heat12:44
*** ttsiouts has quit IRC12:54
*** ttsiouts has joined #heat12:55
ricolino/ good evening all:)12:57
*** ttsiouts has quit IRC12:59
*** mailingsam has joined #heat13:01
iokiwiEvening13:02
mailingsamEvening, is there a Heat meeting now?13:03
iokiwiI believe so13:03
mailingsamSo it's via IRC chat or do we have some hangout/slack meeting?13:04
iokiwiNot sure sorry, its my first meeting. I came to introduce myself properly and follow up on one of my patches. ricolin?13:05
mailingsamThanks, same I had a question on my patch13:05
ricolinmailingsam, yes, and we host meetings depends on requirements13:05
ricoliniokiwi, ^^^13:06
mailingsam@zaneb  I wonder if we should allow users to be specified in a user@domain format rather than adding separate domain properties to resources sounds like a good idea13:07
mailingsamthen the constraint has to be updated to split on @ and check for user in that provided domain13:07
zanebmailingsam: yep. but that would solve problems in several places13:09
zanebthere is another patch up to add domain support to other resources iirc13:09
iokiwiI just have a patch that has been reviewed by zaneb and ricolin a few different times - the feedback has been implemented and its not waiting for further feedback or review https://review.opendev.org/66238113:09
ricoliniokiwi, I just read that patch, and I got question about the property schema.13:11
iokiwiYup13:12
ricolinI don't think it's possible to allow update on stack and autoscaling group id, because they point to the stack which contains the loadbalancer member13:12
ricolinmay you're thinking about the adopt resources?13:15
mailingsamCould you provide the link to another patch you mentioned where domain support is added?13:15
*** ttsiouts has joined #heat13:15
*** k_mouza has quit IRC13:16
zanebiokiwi: can you remind me why the alarm depends on the load balancer member being in a Heat stack?13:16
zanebmailingsam: I'll have to go hunting for it13:17
mailingsamWhen you get a chance and find that could you update https://storyboard.openstack.org/#!/story/200552313:18
zanebmailingsam: actually I might have misremembered. the only one I can find right now is your patch, so that might have been what I was thinking of13:18
iokiwiThe heat resource specifically instantiates a LoadBalancerMember health alarm in Aodh. I'm not certain of the motivation for its implementation, but currently it has to be triggered by a cURL request since there is no matching heat resource13:19
mailingsamGot it, yes you reviewed my patch :)13:19
mailingsamso I'll update that patch to provide user in user@domain format and update the constraint accordingly13:19
mailingsamanother question: keystone user is made case sensitive in Ocata so keystone user constraint fails if user name is provided in a case different than in keystone. Kilo did not have this issue13:20
mailingsamshall we make keystone user constraint case insensitive?13:21
iokiwiAim is to create a heat template resource instead of using a cURL request per this demo https://youtu.be/dXsGnbr7DfM?t=44413:22
*** jawad_axd has joined #heat13:23
*** k_mouza has joined #heat13:25
*** k_mouza has quit IRC13:25
ricolinmailingsam, Not sure what you mean, you mean since Ocata user name is case sensitive?13:32
ricoliniokiwi, IMO since we request both stack and autoscaling id, maybe we should also check if that autoscaling resource is also belong to the stack everytime those two property provided13:34
zanebiokiwi: it seems that the Aodh alarm itself depends on the load balancer member being defined in a Heat stack. that breaks the expected separation of concerns, but I guess since the Aodh team stopped maintaining it it's easy to get anything past the new reviewers13:34
*** k_mouza has joined #heat13:36
openstackgerritMerged openstack/heat-dashboard master: Imported Translations from Zanata  https://review.opendev.org/67119213:37
iokiwiRight, cheers.13:39
jrosserthis is finally passing lint and ready for reviews again https://review.opendev.org/#/c/650967/13:45
mailingsamricolin, I have to investigate further, probably in Kilo keystone would return a user irrespective of the case in which user provided , in Ocata keystone returns user not found when the case does not match with the case in Keystone db, this is change in Keystone. We still cannot create same user with different case in keystone, it's just the keysto13:48
mailingsamne user get call has changed, it is not case sensitive.13:48
mailingsam it's just the keystone user get call has changed, it is case sensitive.13:48
ricolinjrosser, yeah!13:50
jrosserricolin: thanks for the lint tips - too many years doing C for me i'm afraid!13:51
ricolinmailingsam, TIL!13:51
mailingsamricolin, let me create a user story with keystone get curl calls then we can discuss further13:51
ricolinmailingsam, thx that sounds like a better place to go further13:52
ricolinjrosser, you doing great:) will review tomorrow, since there today is only two hours left for me13:53
ricolins/there//13:54
jrossersure, np13:54
*** e0ne has joined #heat14:05
*** altlogbot_1 has quit IRC14:09
*** k_mouza has quit IRC14:16
*** altlogbot_3 has joined #heat14:17
*** irclogbot_0 has quit IRC14:17
*** ricolin_ has joined #heat14:17
*** ricolin has quit IRC14:19
*** altlogbot_3 has quit IRC14:22
*** altlogbot_0 has joined #heat14:25
*** altlogbot_0 has quit IRC14:26
*** altlogbot_1 has joined #heat14:26
*** altlogbot_1 has quit IRC14:32
*** altlogbot_3 has joined #heat14:33
*** altlogbot_3 has quit IRC14:38
*** altlogbot_0 has joined #heat14:39
*** altlogbot_0 has quit IRC14:44
*** altlogbot_0 has joined #heat14:45
*** altlogbot_0 has quit IRC14:50
*** altlogbot_2 has joined #heat14:51
*** altlogbot_2 has quit IRC14:56
*** altlogbot_0 has joined #heat14:57
*** skramaja_ has quit IRC15:01
*** altlogbot_0 has quit IRC15:01
*** altlogbot_1 has joined #heat15:03
*** irclogbot_3 has joined #heat15:05
*** irclogbot_3 has quit IRC15:05
*** altlogbot_1 has quit IRC15:08
*** altlogbot_2 has joined #heat15:11
*** altlogbot_2 has quit IRC15:12
*** altlogbot_1 has joined #heat15:13
*** ttsiouts has quit IRC15:13
*** ttsiouts has joined #heat15:14
*** altlogbot_1 has quit IRC15:18
*** ttsiouts has quit IRC15:18
*** altlogbot_1 has joined #heat15:19
*** mailingsam has quit IRC15:19
*** jawad_axd has quit IRC15:23
*** altlogbot_1 has quit IRC15:24
*** altlogbot_1 has joined #heat15:31
*** altlogbot_1 has quit IRC15:32
*** altlogbot_1 has joined #heat15:33
*** altlogbot_1 has quit IRC15:38
*** altlogbot_0 has joined #heat15:39
*** altlogbot_0 has quit IRC15:44
*** altlogbot_0 has joined #heat15:45
*** altlogbot_0 has quit IRC15:50
*** altlogbot_0 has joined #heat15:51
*** altlogbot_0 has quit IRC15:58
*** e0ne has quit IRC16:00
*** altlogbot_1 has joined #heat16:03
*** altlogbot_1 has quit IRC16:08
*** altlogbot_3 has joined #heat16:09
*** irclogbot_0 has joined #heat16:12
*** irclogbot_0 has quit IRC16:12
*** irclogbot_2 has joined #heat16:13
*** altlogbot_3 has quit IRC16:14
*** altlogbot_0 has joined #heat16:14
*** irclogbot_2 has quit IRC16:17
*** ricolin_ is now known as ricolin16:20
*** irclogbot_3 has joined #heat16:22
*** irclogbot_3 has quit IRC16:26
*** irclogbot_0 has joined #heat16:26
*** irclogbot_0 has quit IRC16:30
*** irclogbot_2 has joined #heat16:30
*** irclogbot_2 has quit IRC16:34
*** altlogbot_0 has quit IRC16:34
*** irclogbot_0 has joined #heat16:34
*** altlogbot_3 has joined #heat16:35
*** irclogbot_0 has quit IRC16:38
*** irclogbot_3 has joined #heat16:38
*** irclogbot_3 has quit IRC16:42
*** irclogbot_3 has joined #heat16:42
*** irclogbot_3 has quit IRC16:46
*** irclogbot_1 has joined #heat16:46
*** irclogbot_1 has quit IRC16:50
*** irclogbot_0 has joined #heat16:50
*** irclogbot_0 has quit IRC16:54
*** irclogbot_3 has joined #heat16:54
*** irclogbot_3 has quit IRC16:58
*** irclogbot_1 has joined #heat16:58
*** irclogbot_1 has quit IRC17:02
*** irclogbot_0 has joined #heat17:02
*** irclogbot_0 has quit IRC17:06
*** irclogbot_3 has joined #heat17:06
*** k_mouza has joined #heat17:08
*** irclogbot_3 has quit IRC17:10
*** irclogbot_3 has joined #heat17:10
*** k_mouza has quit IRC17:12
*** irclogbot_3 has quit IRC17:14
*** irclogbot_2 has joined #heat17:14
*** irclogbot_2 has quit IRC17:18
*** irclogbot_0 has joined #heat17:18
*** irclogbot_0 has quit IRC17:22
*** irclogbot_2 has joined #heat17:22
*** irclogbot_2 has quit IRC17:26
*** irclogbot_1 has joined #heat17:26
*** irclogbot_1 has quit IRC17:30
*** irclogbot_2 has joined #heat17:30
*** irclogbot_2 has quit IRC17:34
*** irclogbot_2 has joined #heat17:34
*** irclogbot_2 has quit IRC17:38
*** irclogbot_0 has joined #heat17:38
*** irclogbot_0 has quit IRC17:42
*** irclogbot_2 has joined #heat17:42
*** irclogbot_2 has quit IRC17:46
*** irclogbot_2 has joined #heat17:46
*** irclogbot_2 has quit IRC17:50
*** irclogbot_2 has joined #heat17:50
*** irclogbot_2 has quit IRC17:54
*** irclogbot_2 has joined #heat17:54
*** irclogbot_2 has quit IRC17:58
*** irclogbot_1 has joined #heat17:58
*** irclogbot_1 has quit IRC18:02
*** irclogbot_1 has joined #heat18:02
*** irclogbot_1 has quit IRC18:06
*** irclogbot_0 has joined #heat18:06
*** irclogbot_0 has quit IRC18:10
*** irclogbot_0 has joined #heat18:10
*** irclogbot_0 has quit IRC18:14
*** irclogbot_2 has joined #heat18:14
*** irclogbot_2 has quit IRC18:18
*** irclogbot_0 has joined #heat18:18
*** irclogbot_0 has quit IRC18:22
*** irclogbot_2 has joined #heat18:22
*** ramishra has quit IRC18:25
*** irclogbot_2 has quit IRC18:26
*** irclogbot_1 has joined #heat18:26
*** irclogbot_1 has quit IRC18:30
*** irclogbot_0 has joined #heat18:30
*** irclogbot_0 has quit IRC18:34
*** irclogbot_2 has joined #heat18:34
*** e0ne has joined #heat18:36
*** irclogbot_2 has quit IRC18:38
*** irclogbot_3 has joined #heat18:38
openstackgerritMerged openstack/heat master: Merge parameters and templates when resetting stack status  https://review.opendev.org/67094418:39
*** irclogbot_3 has quit IRC18:42
*** irclogbot_2 has joined #heat18:42
*** irclogbot_2 has quit IRC18:46
*** irclogbot_1 has joined #heat18:46
*** irclogbot_1 has quit IRC18:50
*** irclogbot_0 has joined #heat18:50
*** e0ne has quit IRC18:52
*** irclogbot_0 has quit IRC18:54
*** irclogbot_3 has joined #heat18:54
*** irclogbot_3 has quit IRC18:58
*** irclogbot_0 has joined #heat18:58
*** irclogbot_0 has quit IRC19:02
*** irclogbot_3 has joined #heat19:02
*** irclogbot_3 has quit IRC19:06
*** irclogbot_3 has joined #heat19:06
*** irclogbot_3 has quit IRC19:10
*** irclogbot_1 has joined #heat19:10
*** irclogbot_1 has quit IRC19:14
*** irclogbot_3 has joined #heat19:14
*** irclogbot_3 has quit IRC19:18
*** irclogbot_1 has joined #heat19:18
*** irclogbot_1 has quit IRC19:22
*** irclogbot_3 has joined #heat19:22
*** irclogbot_3 has quit IRC19:26
*** irclogbot_2 has joined #heat19:26
*** irclogbot_2 has quit IRC19:30
*** irclogbot_1 has joined #heat19:30
*** irclogbot_1 has quit IRC19:34
*** irclogbot_1 has joined #heat19:34
*** irclogbot_1 has quit IRC19:38
*** irclogbot_2 has joined #heat19:38
*** irclogbot_2 has quit IRC19:42
*** irclogbot_1 has joined #heat19:42
*** irclogbot_1 has quit IRC19:46
*** irclogbot_3 has joined #heat19:46
*** irclogbot_3 has quit IRC19:50
*** irclogbot_2 has joined #heat19:50
*** irclogbot_2 has quit IRC19:54
*** irclogbot_0 has joined #heat19:54
*** irclogbot_0 has quit IRC19:58
*** irclogbot_2 has joined #heat19:58
*** irclogbot_2 has quit IRC20:02
*** irclogbot_3 has joined #heat20:02
*** irclogbot_3 has quit IRC20:06
*** irclogbot_1 has joined #heat20:06
*** irclogbot_1 has quit IRC20:09
*** irclogbot_3 has joined #heat20:11
*** bnemec has quit IRC20:11
*** irclogbot_3 has quit IRC20:14
*** bnemec has joined #heat20:15
*** beekneemech has joined #heat20:16
*** bnemec has quit IRC20:16
*** beekneemech has quit IRC20:16
*** bnemec has joined #heat20:16
*** beekneemech has joined #heat20:18
*** gfidente is now known as gfidente|afk20:36
*** e0ne has joined #heat20:38
*** irclogbot_0 has joined #heat20:43
*** irclogbot_0 has quit IRC20:46
*** bnemec has quit IRC20:48
*** bnemec has joined #heat20:51
*** beekneemech has quit IRC20:54
*** e0ne has quit IRC21:15
*** irclogbot_3 has joined #heat21:22
*** ekultails has quit IRC22:20
*** ricolin_ has joined #heat23:03
*** ricolin has quit IRC23:06
*** rcernin has joined #heat23:11
*** rcernin has quit IRC23:16
*** rcernin has joined #heat23:17
*** jtomasek has quit IRC23:17
*** jtomasek has joined #heat23:19

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