Thursday, 2020-06-04

*** rcernin has quit IRC01:27
*** rcernin has joined #heat01:31
*** k_mouza has joined #heat02:07
*** k_mouza has quit IRC02:13
openstackgerritRabi Mishra proposed openstack/heat master: Don't store signal_url for ec2 signaling  https://review.opendev.org/73314002:36
*** rcernin has quit IRC02:37
*** inflatador has joined #heat02:53
*** k_mouza has joined #heat02:55
*** k_mouza has quit IRC03:00
*** rcernin has joined #heat03:37
*** inflatador has quit IRC03:43
*** udesale has joined #heat05:36
*** ricolin has joined #heat05:36
*** vishalmanchanda has joined #heat05:51
*** k_mouza has joined #heat06:58
ramishraricolin: https://review.opendev.org/#/c/733140/ seems to work fine.. May be we can review/merge it07:00
ramishraif the gate 'God' is kind:) Weird nova build errors..07:00
ricolinramishra, got it:)07:01
*** k_mouza has quit IRC07:03
*** ttsiouts has joined #heat07:12
*** rcernin has quit IRC07:15
*** rcernin has joined #heat07:21
*** k_mouza has joined #heat07:30
openstackgerritAndreas Jaeger proposed openstack/heat-specs master: Cleanup docs building  https://review.opendev.org/73346407:35
*** rcernin has quit IRC07:41
openstackgerritAndreas Jaeger proposed openstack/heat-specs master: Cleanup docs building  https://review.opendev.org/73346407:42
*** ttsiouts has quit IRC07:46
*** ttsiouts has joined #heat07:47
*** jawad_axd has joined #heat07:48
*** jmlowe has quit IRC07:54
*** jmlowe has joined #heat07:56
*** ttsiouts has quit IRC08:00
openstackgerritAndreas Jaeger proposed openstack/heat-specs master: Cleanup docs building  https://review.opendev.org/73346408:01
*** ttsiouts has joined #heat08:11
openstackgerritRabi Mishra proposed openstack/heat stable/queens: Don't store signal_url for ec2 signaling  https://review.opendev.org/73347608:13
openstackgerritAndreas Jaeger proposed openstack/heat-specs master: Cleanup docs building  https://review.opendev.org/73346408:16
*** gfidente has joined #heat08:36
*** tkajinam has quit IRC08:48
*** k_mouza has quit IRC09:37
*** ricolin has quit IRC09:39
*** udesale has quit IRC09:39
openstackgerritRabi Mishra proposed openstack/heat stable/queens: Don't store signal_url for ec2 signaling  https://review.opendev.org/73347609:43
*** udesale has joined #heat09:49
*** k_mouza has joined #heat10:17
*** k_mouza has quit IRC10:22
openstackgerritHervĂ© Beraud proposed openstack/heat master: Always reset conf.CONF when starting the wsgi app  https://review.opendev.org/73352410:29
openstackgerritHervĂ© Beraud proposed openstack/heat master: Always reset CONF when starting the wsgi app  https://review.opendev.org/73352410:30
*** ttsiouts has quit IRC11:05
*** udesale_ has joined #heat11:08
*** udesale has quit IRC11:11
*** ravsingh has joined #heat11:21
*** ricolin has joined #heat11:36
*** hjensas|afk is now known as hjensas11:57
*** dmellado_ has joined #heat12:35
*** zzzeek has quit IRC12:36
*** dmellado has quit IRC12:36
*** udesale_ has quit IRC12:36
*** zigo has quit IRC12:36
*** elod has quit IRC12:36
*** elod_ has joined #heat12:37
*** dmellado_ is now known as dmellado12:37
*** zzzeek has joined #heat12:38
*** zigo_ has joined #heat12:44
*** k_mouza has joined #heat12:56
*** ricolin has quit IRC12:59
*** ricolin_ has joined #heat12:59
*** ricolin_ is now known as ricolin13:01
*** tkajinam has joined #heat13:02
*** k_mouza has quit IRC13:11
*** k_mouza has joined #heat13:11
*** elod_ is now known as elod13:17
*** iokiwi3 has joined #heat13:37
*** iokiwi has quit IRC13:37
*** iokiwi3 is now known as iokiwi13:39
*** iokiwi3 has joined #heat13:40
*** k_mouza has quit IRC14:09
*** ricolin_ has joined #heat14:27
*** ricolin has quit IRC14:28
*** ricolin_ has quit IRC14:28
*** ricolin has joined #heat14:28
openstackgerritRabi Mishra proposed openstack/heat master: Don't store signal_url for ec2 signaling  https://review.opendev.org/73314014:30
*** k_mouza has joined #heat14:40
zanebramishra: I think those changes to the second test might be covering up a real issue14:49
*** jawad_axd has quit IRC14:52
*** jawad_axd has joined #heat14:54
ramishrazaneb: Do you see an issue if the aws waitcondition replaced during every update?   due to https://github.com/openstack/heat/blob/master/heat/engine/resources/aws/cfn/wait_condition_handle.py#L4015:00
ramishraI thought it should be ok as the signal url would have expired anyway15:01
zanebif the WaitCondition gets replaced then the stack won't be able to continue, will it?15:02
ramishraoh you mean the server would be replaced etc?15:05
zanebI mean the WaitCondition would be replaced and then just wait forever since nothing will be expecting to signal it?15:06
ramishraOK, I also see the same issue with not using a timestamp too for existing stacks15:08
ramishrabut for new stacks it would be fine15:09
zanebyeah15:09
ramishratoo late for me even think about options.. If you've any good idea/solution feel free to help update the patch15:11
zanebwhat if we make the 'handle' property of a WaitCondition update_allowed, and override needs_replace_with_prop_diff() so that it replaces only if the handle URL points to a different WaitConditionHandle resource15:11
zanebhmmm, but we can only check the name... no way to know if the Handle itself has been replaced15:11
zanebjust removing the timestamp from new urls is starting to look more attractive...15:13
ramishrabut it would have the same issue with existing stacks right?15:14
zanebnot if we continue to read from resource_data for existing resources15:14
ramishrabut new keystone would reject those..no?15:15
zanebif there's no timestamp in the URL they accept everything15:16
ramishrayeah, I mean if you read frm resource_data ..unless you migrate those stored urls to something without timestamp15:17
zanebah right15:18
zanebdo we need different approaches for different resource types?15:19
zanebWaitConditions are usually one-shot things15:19
zanebwe just want them not to change on update15:19
zanebmaybe software deployments are different and we could generate new timestamps there?15:19
ramishrasoftware deployments work fine.. I tested them with TripleO15:20
ramishraand it worked like charm15:20
ramishraTripeO does not use WC, so I did not encounter this issue:)15:21
zanebso maybe the caching belongs in the WCHBase resource and not in SignalHandler15:21
ramishraI was thinking about UpdateWaitConditionHandle https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/heat/wait_condition_handle.py#L22315:25
ramishraits derived from the AWS one15:25
ramishrabut I think it would be fine15:25
ramishraas it's replaced in every update15:26
ramishraI would probably do the caching only for https://github.com/openstack/heat/blob/master/heat/engine/resources/aws/cfn/wait_condition_handle.py ?15:27
zanebhttps://opendev.org/openstack/heat/src/branch/master/heat/engine/resources/wait_condition.py#L2515:33
zanebthere is also OS::Heat::WaitCondition, so I think it should be in BaseWaitConditionHandle15:33
*** tkajinam has quit IRC16:05
*** gfidente is now known as gfidente|afk16:15
ramishrazaneb: sorry was away for dinner..but for native WaitConditionHandle resource_id won't change https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L4516:35
ramishrabut I can move it to BaseWaitConditionHandle if you want16:36
openstackgerritRabi Mishra proposed openstack/heat master: Don't store signal_url for ec2 signaling of deployments  https://review.opendev.org/73314016:38
ramishrazaneb: ^^16:38
*** ravsingh has quit IRC16:49
openstackgerritRabi Mishra proposed openstack/heat master: Don't store signal_url for ec2 signaling of deployments  https://review.opendev.org/73314017:38
*** jawad_axd has quit IRC17:57
*** ricolin has quit IRC18:06
*** vishalmanchanda has quit IRC19:11
*** k_mouza has quit IRC20:38
*** k_mouza has joined #heat20:40
*** k_mouza has quit IRC20:51
*** k_mouza has joined #heat21:05
*** k_mouza has quit IRC21:06
*** pas-ha has quit IRC22:36
*** simondodsley has quit IRC22:36
*** mnaser has quit IRC22:36
*** _erlon_ has quit IRC22:36
*** NobodyCam has quit IRC22:36
*** gregwork has quit IRC22:36
*** mwhahaha has quit IRC22:37
*** lxkong has quit IRC22:37
*** andrein has quit IRC22:37
*** NobodyCam has joined #heat22:37
*** pas-ha has joined #heat22:37
*** jrosser has quit IRC22:37
*** johnsom has quit IRC22:37
*** gmann has quit IRC22:37
*** gregwork has joined #heat22:38
*** gmann has joined #heat22:38
*** lxkong has joined #heat22:39
*** _erlon_ has joined #heat22:39
*** andrein has joined #heat22:40
*** jrosser has joined #heat22:41
*** mnaser has joined #heat22:41
*** mwhahaha has joined #heat22:41
*** johnsom has joined #heat22:43
*** simondodsley has joined #heat22:43
*** rcernin has joined #heat22:48
*** tkajinam has joined #heat22:56
*** rcernin has quit IRC23:49

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!