Tuesday, 2019-02-12

*** jmlowe has quit IRC00:03
*** TheJulia has joined #heat00:59
*** sdake has joined #heat01:00
*** mikecmpbll has quit IRC01:23
*** _fragatina has quit IRC01:37
*** sdake has quit IRC01:37
*** sdake has joined #heat01:40
*** sdake has quit IRC01:43
*** sdake has joined #heat01:50
*** sdake has quit IRC01:51
*** hongbin has joined #heat02:29
*** maddtux has joined #heat03:17
*** ricolin has joined #heat03:19
*** sdake has joined #heat03:39
*** jmlowe has joined #heat03:43
*** sdake has quit IRC03:59
*** ramishra has joined #heat04:06
*** jmlowe has quit IRC04:50
*** raghav has joined #heat05:11
*** higgins has quit IRC05:14
*** higgins has joined #heat05:22
*** hongbin has quit IRC05:30
ricolinramishra, About the paunch and heat-agents issue. I think the actual fix is in heat-agents itself, to actually release ourself from depending paunch which is what https://review.openstack.org/#/c/634563 proposing. And since my current propose is to leave paunch along, That fix in paunch just try to make sure it will return/raise properly without showing some python error. And surly we can skip those tests before any further works05:42
raghavHi, stack creation continuously failing with "Resource CREATE failed: ResourceInError: resources.db_instance: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"", even though enough resources are available in compute hosts. Can someone help me to resolve this issue05:46
raghavOpenstack version is Queens. i am creating stack with cli "openstack stack create test_stack -e env_file -t tmp_file --wait". Any configuration changes required to solve this issue05:55
*** openstackgerrit has joined #heat06:03
openstackgerritRico Lin proposed openstack/heat-agents master: [WIP]Refactor docker cmd unit-tests  https://review.openstack.org/63456306:03
openstackgerritRico Lin proposed openstack/heat-agents master: Skip Hook docker cmd test until story 2004926 fixed  https://review.openstack.org/63626806:03
ricolinramishra, https://review.openstack.org/63626806:03
*** skramaja has joined #heat06:05
*** higgins has quit IRC06:05
*** higgins has joined #heat06:13
ricolinraghav, That error come from Nova, https://github.com/openstack/nova/blob/master/nova/exception.py#L1452 . Is there any more information in nova logs? There is another way to find out where is wrong (Not the best way, but yet another way). If you can create the exactly same resources without heat, than that is a heat issue.06:21
*** e0ne has joined #heat06:24
ricolinzaneb, do you think we should land this patch first to unlock the gate first https://review.openstack.org/636268 ?06:24
ramishraricolin: I approved that one06:25
ricolinramishra, cool, thx06:25
zanebricolin: I've only been back half a day so I haven't had time to look at any patches yet06:26
zanebstevebaker: it seems like we need to have some co-gating or something between heat-agents and paunch. the heat-agents gate breaks every time paunch is released06:27
ricolinIMO maybe we should just mock paunch in heat-agents06:27
zanebricolin: that means the gate won't break, but quite possibly it won't work in real use06:28
ramishraricolin: yeah, the tests are about how many times the tool (docker/fake tool) is called by paunch and with what arguments. so we won't be testing much if we mock paunch06:30
openstackgerritMerged openstack/heat-agents master: Skip Hook docker cmd test until story 2004926 fixed  https://review.openstack.org/63626806:33
ramishraricolin: I've updated your patch to make paunch kind of backward compatible and have a patch to fix the tests in heat-agents06:33
ramishrabut if that merges we would need a new release of paunch06:35
*** e0ne has quit IRC06:35
*** sshnaidm is now known as sshnaidm|afk06:39
openstackgerritRabi Mishra proposed openstack/heat-agents master: Fix docker-cmd hook unit tests  https://review.openstack.org/63627006:40
ramishraricolin: ^^ this fixes the tests with the modified paunch change I pushed, but to unskip the test at the gate we would need a new release of paunch and uc updated06:44
ricolinramishra, Got it. Since I didn't have full information about why they break backward compatible in the first place, I'm fine with whatever changes paunch core feel comfortable with.06:45
ricolinstevebaker, ^^^:)06:45
*** zaneb has quit IRC06:53
*** e0ne has joined #heat07:12
*** e0ne has quit IRC07:16
*** e0ne has joined #heat07:24
openstackgerritMerged openstack/heat-agents master: dict_object.keys() is not required for *in* operator  https://review.openstack.org/62616007:26
*** nnsingh has joined #heat07:28
*** e0ne has quit IRC07:32
openstackgerritMerged openstack/heat-agents master: Add Ubuntu version of heat-config-kubelet  https://review.openstack.org/62344807:33
*** ramishra_ has joined #heat07:37
*** ramishra has quit IRC07:38
*** e0ne has joined #heat07:42
*** ramishra_ is now known as ramishra07:56
*** gkadam has joined #heat08:08
*** gkadam_ has joined #heat08:15
*** gkadam has quit IRC08:17
*** k_mouza has joined #heat08:20
*** k_mouza has quit IRC08:28
*** gfidente has joined #heat08:29
*** e0ne has quit IRC08:35
*** jaewook_oh has joined #heat08:35
*** e0ne has joined #heat08:37
*** e0ne has quit IRC08:38
*** e0ne has joined #heat08:46
*** e0ne has quit IRC08:48
*** e0ne has joined #heat08:54
*** e0ne has quit IRC08:56
*** ricolin has quit IRC08:58
*** mikecmpbll has joined #heat09:00
*** asmita has quit IRC09:02
*** ricolin has joined #heat09:06
*** jistr_ is now known as jistr09:09
*** ricolin has quit IRC09:12
*** a-pugachev has joined #heat09:20
*** shardy has joined #heat09:21
*** ramishra has quit IRC09:22
*** ricolin has joined #heat09:24
*** e0ne has joined #heat09:25
*** e0ne has quit IRC09:26
*** ramishra has joined #heat09:29
*** k_mouza has joined #heat09:31
*** skramaja has quit IRC09:41
*** skramaja has joined #heat09:41
*** sshnaidm|afk is now known as sshnaidm09:52
*** gfidente has quit IRC10:09
*** k_mouza has quit IRC10:29
*** gfidente has joined #heat10:42
*** jtomasek has quit IRC10:46
*** k_mouza has joined #heat10:49
zigoHi there!10:50
zigoI can't figure out what's the new "openstack role add" command that I need to do to grant "openstack stack create" rights...10:51
zigoI went to look into the policy.conf, and saw that the "heat_stack_user" role is needed, so I did that, but it doesn't seem enough.10:51
zigoShould that one be bound to the heat domain, or what?10:51
zigoI looked into the doc, and couldn't find that out either... :/10:51
*** jtomasek has joined #heat10:56
ramishrazigo: heat_stack_user role is for heat created internal users and should not be assigned to users who want to operate heat stacks11:16
ramishradefault policy denies that role to operate stacks https://github.com/openstack/heat/blob/master/heat/policies/stacks.py#L3411:18
*** mikecmpb_ has joined #heat11:22
*** mikecmpbll has quit IRC11:23
*** raghav has quit IRC11:33
*** k_mouza has quit IRC11:51
*** k_mouza has joined #heat11:52
*** a-pugachev has quit IRC11:53
*** _fragatina has joined #heat11:56
*** a-pugachev has joined #heat11:56
*** _fragatina has quit IRC11:59
*** a-pugachev has quit IRC11:59
*** _fragatina has joined #heat12:00
*** ricolin_ has joined #heat12:15
*** ricolin has quit IRC12:17
*** k_mouza has quit IRC12:18
*** maddtux has quit IRC12:23
*** k_mouza has joined #heat12:25
*** _fragatina has quit IRC12:56
*** jaewook_oh has quit IRC12:56
*** k_mouza has quit IRC13:08
*** k_mouza has joined #heat13:17
*** k_mouza has quit IRC13:30
*** k_mouza has joined #heat13:31
*** sdake has joined #heat13:32
*** openstackgerrit has quit IRC13:37
*** e0ne has joined #heat13:56
*** k_mouza_ has joined #heat14:02
*** sdake has quit IRC14:03
*** k_mouza has quit IRC14:06
*** k_mouza_ has quit IRC14:06
*** k_mouza has joined #heat14:06
*** skramaja has quit IRC14:23
*** k_mouza has quit IRC14:24
*** sshnaidm has quit IRC14:30
*** sshnaidm has joined #heat14:30
*** k_mouza has joined #heat14:33
*** sdake has joined #heat14:35
*** sdake has quit IRC14:37
*** sdake_ has joined #heat14:37
*** e0ne has quit IRC14:44
*** gkadam_ has quit IRC14:54
*** gkadam has joined #heat14:54
*** e0ne has joined #heat15:09
*** e0ne has quit IRC15:33
*** e0ne has joined #heat15:41
*** k_mouza has quit IRC15:54
*** k_mouza has joined #heat16:01
*** gkadam has quit IRC16:09
*** gkadam has joined #heat16:14
*** k_mouza has quit IRC16:16
*** k_mouza has joined #heat16:30
*** jmlowe has joined #heat16:43
*** ramishra has quit IRC16:57
*** sdake_ has quit IRC17:01
*** sdake has joined #heat17:02
*** gkadam has quit IRC17:19
*** jmlowe has quit IRC17:21
*** ricolin_ has quit IRC17:21
*** e0ne has quit IRC17:27
*** gfidente is now known as gfidente|afk17:34
*** k_mouza has quit IRC17:35
*** spsurya has quit IRC17:40
*** e0ne has joined #heat17:43
*** sdake has quit IRC17:44
*** sdake has joined #heat17:46
*** k_mouza has joined #heat17:57
*** k_mouza has quit IRC18:01
*** mikecmpb_ has quit IRC18:05
*** mikecmpbll has joined #heat18:36
*** sdake has quit IRC18:44
*** sdake has joined #heat18:51
*** _fragatina has joined #heat18:55
*** sm806 has quit IRC19:04
*** mugsie has quit IRC19:04
*** sm806 has joined #heat19:05
*** mugsie has joined #heat19:05
*** k_mouza has joined #heat19:34
*** k_mouza has quit IRC19:38
*** sdake has quit IRC19:42
*** e0ne has quit IRC20:25
*** e0ne has joined #heat20:48
*** jmlowe has joined #heat20:55
*** mugsie has quit IRC21:06
*** mugsie has joined #heat21:06
*** sdake has joined #heat21:26
*** e0ne has quit IRC21:28
*** jtomasek has quit IRC21:35
*** sdake has quit IRC21:50
*** mchlumsky has quit IRC21:56
*** zaneb has joined #heat21:58
*** nicolasochem has joined #heat22:31
nicolasochemHello, I am using heat software deployment heavily. I occasionally see os-collect-config being stuck on heat-config-notify, then the daemon is unable to process any further software deployent until I restart it.22:32
nicolasochemDoing a strace on the heat-config-notify python process, it seems to be stuck in a read operation (presumably on a tcp socket to the controller).22:32
nicolasochemBased on the logs, it seems to be stuck here: https://git.openstack.org/cgit/openstack/heat-agents/tree/heat-config/bin/heat-config-notify#n12922:33
nicolasochemCan anyone help ? Thanks in advance22:33
*** ekultails has quit IRC22:50
*** nicolasochem has quit IRC23:03
*** gfidente|afk has quit IRC23:04
*** k_mouza has joined #heat23:34
*** k_mouza has quit IRC23:39
*** sdake has joined #heat23:43

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