Tuesday, 2018-04-24

*** jcoufal_ has quit IRC00:23
*** namnh has joined #heat00:42
*** fabian has joined #heat00:49
*** spzala has joined #heat00:49
*** fabian has quit IRC00:55
*** ysandeep has joined #heat01:01
*** jabadia has joined #heat01:06
*** fabian has joined #heat01:12
*** spzala has quit IRC01:13
*** crag_ has joined #heat01:15
*** fabian is now known as chenyb401:23
*** hongbin_ has joined #heat01:32
*** shardy has quit IRC01:42
*** shardy has joined #heat01:43
*** liyi has joined #heat01:46
*** ramishra has joined #heat01:52
*** spzala has joined #heat01:52
*** crag_ has quit IRC01:53
*** crag_ has joined #heat01:54
*** spzala has quit IRC01:57
*** crag_ has quit IRC02:00
*** fragatina has quit IRC02:02
openstackgerritMerged openstack/heat master: Fix nova fakes for server listing  https://review.openstack.org/56362002:11
*** jabadia has quit IRC02:17
*** ricolin has joined #heat02:25
*** spzala has joined #heat02:34
*** fragatina has joined #heat02:39
*** spzala has quit IRC02:48
*** nicolasbock has quit IRC03:26
ricolinramishra, what you mean in https://review.openstack.org/#/c/557793/4/heat/tests/engine/tools.py  ?03:26
ramishraricolin: your patchset #4 is same as patchset #2 without the comments addressed03:33
ramishraI hope that's not intentional;)03:33
ricolinramishra, d'oh!03:35
ricolinramishra, thx!03:35
*** crag_ has joined #heat03:40
*** jerrygb has quit IRC03:49
*** crag_ has quit IRC03:53
*** hongbin_ has quit IRC03:58
*** jerrygb has joined #heat04:01
openstackgerritRico Lin proposed openstack/heat master: Remove mox usage from test_engine_service  https://review.openstack.org/55779304:02
openstackgerritRico Lin proposed openstack/heat master: Remove mox usage from test_software_config  https://review.openstack.org/55795704:02
openstackgerritRico Lin proposed openstack/heat master: Remove mox usage from test_stack_resources and tools  https://review.openstack.org/55798404:02
*** jerrygb has quit IRC04:05
*** skramaja has joined #heat04:56
*** liyi has quit IRC04:57
*** liyi has joined #heat04:57
*** liyi has quit IRC06:06
*** liyi has joined #heat06:06
*** links has joined #heat06:16
*** armaan has joined #heat06:24
*** armaan has quit IRC06:24
*** jtomasek has joined #heat06:25
*** gfidente has joined #heat06:35
*** gfidente has quit IRC06:35
*** gfidente has joined #heat06:35
openstackgerritKazunori Shinohara proposed openstack/heat master: Add Blazar support to Heat  https://review.openstack.org/53457606:44
openstackgerritOpenStack Proposal Bot proposed openstack/heat-dashboard master: Imported Translations from Zanata  https://review.openstack.org/56344807:06
*** armaan has joined #heat07:06
*** gfidente has quit IRC07:09
*** sshnaidm|off is now known as sshnaidm07:14
*** rcernin has quit IRC07:16
*** gfidente has joined #heat07:17
*** gfidente has quit IRC07:17
*** gfidente has joined #heat07:17
*** armaan has quit IRC07:28
*** clouden has joined #heat07:30
cloudenhi all07:30
cloudenis there a way in heat to execute a script in a vm automatically before deleting the stack itself ?07:31
*** clouden has quit IRC07:40
*** derekjhyang has quit IRC07:44
*** spzala has joined #heat07:53
*** spzala has quit IRC07:57
*** AlexeyAbashkin has joined #heat08:05
*** armaan has joined #heat08:08
*** ktibi has joined #heat08:10
*** liyi has quit IRC08:18
*** priteau has joined #heat08:25
*** jistr is now known as jistr|mtgs08:28
*** mdnadeem has joined #heat08:39
*** gkadam has joined #heat08:41
*** derekh has joined #heat08:41
openstackgerritMerged openstack/heat master: Fix indentation in hot_spec.rst  https://review.openstack.org/55936908:41
*** armaan has quit IRC08:58
*** armaan has joined #heat08:58
*** ricolin_ has joined #heat09:01
*** armaan has quit IRC09:03
*** ricolin has quit IRC09:04
*** gfidente has quit IRC09:09
*** ricolin_ has quit IRC09:25
*** gfidente has joined #heat09:27
*** gfidente has quit IRC09:27
*** gfidente has joined #heat09:27
ramishratherve: reg https://review.openstack.org/#/c/562727, I intentionally did keep the code duplicated. I did not want to move it StackResource/Resource as it's specific StackResource types that don't support rolling update.09:51
ramishraI think we did that for number of other stuff like _nested_output_defns() earlier09:52
*** namnh has quit IRC09:54
*** armaan has joined #heat10:02
*** dbecker has joined #heat10:07
ramishras/don't support/support10:11
*** priteau has quit IRC10:11
*** priteau has joined #heat10:11
*** pmannidi has joined #heat10:11
*** gfidente has quit IRC10:14
*** armaan has quit IRC10:28
*** armaan has joined #heat10:29
*** chenyb4 has quit IRC10:33
*** armaan has quit IRC10:33
*** armaan has joined #heat10:33
*** lxkong has quit IRC10:35
*** dbecker has quit IRC10:36
*** dbecker has joined #heat10:45
*** pmannidi has quit IRC10:47
*** mdnadeem has quit IRC10:53
*** mdnadeem has joined #heat10:53
*** nicolasbock has joined #heat11:05
*** jcoufal has joined #heat11:07
*** dbecker has quit IRC11:13
*** ktibi has quit IRC11:13
*** hjensas has quit IRC11:14
openstackgerritRabi Mishra proposed openstack/heat master: Do deepcopy when copying templates  https://review.openstack.org/56389311:17
*** pbourke has quit IRC11:18
*** pbourke has joined #heat11:18
*** armaan has quit IRC11:26
*** armaan has joined #heat11:26
*** armaan has quit IRC11:33
*** armaan has joined #heat11:33
*** ktibi has joined #heat11:43
openstackgerritChuck Short proposed openstack/heat-dashboard master: Require the (soon-to-be) Rocky version of Horizon  https://review.openstack.org/56390611:46
therveramishra: I'd be surprised if _nested_output_defns() was duplicated11:47
therveThere is nothing specific about rolling updates too11:47
ramishratherve: Well, it's used only for rolling updates and kind of a helper function and should not be in the base classes. yes, _nested_output_defn() was duplicated, I remember commenting on that, though to be fair it was expected to diverge11:50
therveramishra: And it has diverged, so11:51
therveIt's not duplicated today11:51
therveramishra: Anyway, if you feel like this a function would do then11:51
ramishrathough I don't care and can move it to stack_resource.py if that helps, but I feel we're little inconsistent, anyway11:52
*** spzala has joined #heat11:53
openstackgerritRabi Mishra proposed openstack/heat master: Keep old files in file map for rolling update  https://review.openstack.org/56272711:55
therveThere are some duplication in those methods. I don't think they should stay, but they are different enough that it's bit tricky to fix11:56
therveHere those are the same exact methods11:56
*** spzala has quit IRC11:57
*** mwhahaha has quit IRC12:26
*** mwhahaha has joined #heat12:26
openstackgerritChuck Short proposed openstack/heat-dashboard master: Drop mox3 from TemplateVersionsTests  https://review.openstack.org/56392412:28
*** gfidente has joined #heat12:33
*** gfidente has quit IRC12:33
*** gfidente has joined #heat12:33
*** mchlumsky has joined #heat12:33
*** jerrygb has joined #heat12:47
openstackgerritRabi Mishra proposed openstack/heat master: Keep old files in file map for rolling update  https://review.openstack.org/56272712:52
*** felipemonteiro__ has joined #heat12:52
*** dyasny has quit IRC12:52
*** spzala has joined #heat12:53
*** dyasny has joined #heat12:54
*** dyasny has quit IRC12:55
*** dyasny has joined #heat12:55
*** hjensas has joined #heat12:57
*** hjensas has quit IRC12:57
*** hjensas has joined #heat12:57
*** spzala has quit IRC12:57
*** hjensas has quit IRC13:01
*** armaan has quit IRC13:12
*** armaan has joined #heat13:13
*** jerrygb has quit IRC13:14
*** armaan has quit IRC13:20
*** armaan has joined #heat13:21
*** liyi has joined #heat13:24
*** spzala has joined #heat13:26
*** jmlowe has quit IRC13:27
openstackgerritChuck Short proposed openstack/heat-dashboard master: Drop mox from HeatRestTestCase  https://review.openstack.org/56395313:28
*** liyi has quit IRC13:29
*** armaan has quit IRC13:32
*** armaan has joined #heat13:32
openstackgerritChuck Short proposed openstack/heat-dashboard master: Drop mox3 from ResourceTypesTests  https://review.openstack.org/56396313:44
*** skramaja has quit IRC13:50
*** armaan has quit IRC13:51
*** armaan has joined #heat13:51
*** felipemonteiro__ has quit IRC13:57
*** felipemonteiro__ has joined #heat13:57
*** hongbin_ has joined #heat13:59
cliffparsonsramishra: can you or another Heat approver take another look at https://review.openstack.org/#/c/544025/?  I have one approval, but it needs another approval and workflow. Thanks to zaneb for the help on this!14:14
*** fabian has joined #heat14:19
*** cliffparsons has quit IRC14:23
*** AlexeyAbashkin has quit IRC14:25
*** cliffparsons has joined #heat14:25
*** fabian has quit IRC14:41
*** links has quit IRC14:42
*** hjensas has joined #heat14:46
*** hjensas has quit IRC14:46
*** hjensas has joined #heat14:46
*** dbecker has joined #heat15:06
*** AlexeyAbashkin has joined #heat15:08
*** felipemonteiro_ has joined #heat15:13
*** armaan has quit IRC15:14
*** armaan has joined #heat15:14
*** felipemonteiro__ has quit IRC15:16
*** dbecker has quit IRC15:20
openstackgerritMerged openstack/heat master: Do deepcopy when copying templates  https://review.openstack.org/56389315:47
*** ysandeep has quit IRC15:49
*** felipemonteiro_ has quit IRC15:49
*** felipemonteiro_ has joined #heat15:49
*** liyi has joined #heat15:52
*** jmlowe has joined #heat15:55
*** liyi has quit IRC15:57
*** jmlowe has quit IRC15:59
*** armaan has quit IRC16:04
*** pbourke has quit IRC16:04
*** pbourke has joined #heat16:04
*** armaan has joined #heat16:05
*** ramishra has quit IRC16:05
*** armaan_ has joined #heat16:07
*** armaan has quit IRC16:08
*** armaan_ has quit IRC16:09
*** armaan has joined #heat16:12
*** armaan has quit IRC16:13
*** gkadam has quit IRC16:18
*** blomquisg_gone is now known as blomquisg16:24
*** armaan has joined #heat16:46
*** jabadia has joined #heat16:49
*** liyi has joined #heat16:52
*** liyi has quit IRC16:57
*** felipemonteiro__ has joined #heat16:59
*** fragatina has quit IRC16:59
*** felipemonteiro__ has quit IRC17:01
*** derekh has quit IRC17:01
*** felipemonteiro__ has joined #heat17:01
*** AlexeyAbashkin has quit IRC17:01
*** dyasny_ has joined #heat17:01
*** felipemonteiro_ has quit IRC17:02
*** felipemonteiro has joined #heat17:03
*** fragatina has joined #heat17:03
*** dyasny has quit IRC17:06
*** felipemonteiro__ has quit IRC17:06
*** fragatina has quit IRC17:08
*** jtomasek has quit IRC17:10
*** fragatina has joined #heat17:11
*** fragatina has quit IRC17:17
*** felipemonteiro_ has joined #heat17:17
*** felipemonteiro has quit IRC17:20
*** mdnadeem has quit IRC17:26
*** armaan has quit IRC17:33
*** fragatina has joined #heat17:37
*** gfidente has quit IRC17:46
*** liyi has joined #heat18:11
*** liyi has quit IRC18:16
*** sshnaidm has quit IRC18:32
openstackgerritIhar Hrachyshka proposed openstack/heat master: DNM: validate neutron db patch  https://review.openstack.org/56404318:36
*** felipemonteiro__ has joined #heat18:39
*** felipemonteiro_ has quit IRC18:39
*** ktibi has quit IRC19:14
*** sshnaidm has joined #heat19:16
*** fragatina has quit IRC20:01
*** fragatina has joined #heat20:02
*** weshay has quit IRC20:05
*** weshay has joined #heat20:07
*** liyi has joined #heat20:11
*** liyi has quit IRC20:15
*** fragatina has quit IRC20:22
*** fragatina has joined #heat20:22
*** priteau_ has joined #heat20:31
*** spzala has quit IRC20:32
*** spzala has joined #heat20:32
*** jcoufal_ has joined #heat20:34
*** priteau has quit IRC20:34
*** spzala has quit IRC20:34
*** stevebaker has quit IRC20:37
*** jcoufal has quit IRC20:37
*** dmellado has quit IRC20:38
*** stevebaker has joined #heat20:42
*** dmellado has joined #heat20:43
*** jmlowe has joined #heat20:50
*** sshnaidm is now known as sshnaidm|off20:52
*** jmlowe has quit IRC20:52
*** lxkong has joined #heat21:09
*** jcoufal_ has quit IRC21:27
*** jabadia has quit IRC21:31
openstackgerritMerged openstack/heat-tempest-plugin master: Force API test listing even if auth fails  https://review.openstack.org/54402521:31
*** priteau_ has quit IRC21:32
*** dbecker has joined #heat21:38
*** mstrohl has joined #heat21:53
*** dbecker has quit IRC21:53
*** felipemonteiro__ has quit IRC23:16
*** dyasny_ has quit IRC23:21
*** ysandeep has joined #heat23:22
*** hongbin_ has quit IRC23:33
*** mstrohl has quit IRC23:41
*** hoonetorg has quit IRC23:52

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