Thursday, 2019-10-10

*** hongbin has joined #heat00:52
*** ayoung has quit IRC01:04
*** ayoung has joined #heat01:06
openstackgerritZane Bitter proposed openstack/heat master: DB: Remove unnecessary subtransactions=True  https://review.opendev.org/68761701:56
openstackgerritZane Bitter proposed openstack/heat master: DNM try to reproduce DB session test failures  https://review.opendev.org/68767001:56
*** flwang has joined #heat02:06
openstackgerritjuhyun.park proposed openstack/heat master: add python LOG when deleting raw template file which is not found.  https://review.opendev.org/68776302:07
*** ayoung has quit IRC02:20
*** ayoung has joined #heat02:20
*** ricolin has joined #heat02:52
*** ramishra has joined #heat02:53
*** zbitter is now known as zaneb03:03
openstackgerritRico Lin proposed openstack/heat master: [DMT][TEST] Check gate status againist fixes  https://review.opendev.org/68725203:04
*** hongbin has quit IRC03:23
openstackgerritZane Bitter proposed openstack/heat-tempest-plugin master: Allow empty list of tags instead of None  https://review.opendev.org/68776903:32
*** ayoung has quit IRC03:34
*** ayoung has joined #heat03:34
*** hongbin has joined #heat03:49
*** ayoung has quit IRC03:59
*** ayoung has joined #heat03:59
*** ramishra has quit IRC04:00
*** ramishra has joined #heat04:17
*** hongbin has quit IRC04:41
*** skramaja has joined #heat05:02
*** jawad_ax_ has quit IRC05:14
*** jawad_axd has joined #heat05:15
*** jawad_axd has quit IRC05:19
*** jtomasek has quit IRC05:50
*** radeks_ has joined #heat05:57
*** ayoung has quit IRC06:03
*** ayoung has joined #heat06:05
*** jawad_axd has joined #heat06:39
*** jawad_ax_ has joined #heat06:43
*** jawad_axd has quit IRC06:44
*** gfidente has joined #heat07:02
*** rcernin has quit IRC07:07
*** ricolin has quit IRC07:10
*** ttsiouts has joined #heat07:45
*** mikecmpbll has joined #heat07:55
*** rubasov has quit IRC07:58
*** rubasov has joined #heat07:58
*** ayoung has quit IRC08:02
*** ayoung has joined #heat08:03
*** ttsiouts has quit IRC08:04
*** ttsiouts has joined #heat08:05
*** tkajinam has quit IRC08:10
*** ayoung has quit IRC08:25
*** ayoung has joined #heat08:27
*** jtomasek has joined #heat08:33
*** ayoung has quit IRC08:40
*** ayoung has joined #heat08:41
*** k_mouza has joined #heat08:46
*** e0ne has joined #heat09:06
*** ricolin has joined #heat09:30
*** ttsiouts has quit IRC09:31
*** ttsiouts has joined #heat09:31
*** ttsiouts_ has joined #heat09:32
*** ttsiouts has quit IRC09:32
*** gfidente has quit IRC09:33
*** gshippey has joined #heat09:38
*** gfidente has joined #heat09:42
*** k_mouza has quit IRC09:49
*** k_mouza has joined #heat10:06
*** ttsiouts_ has quit IRC10:17
*** ttsiouts has joined #heat10:18
*** k_mouza has quit IRC10:21
*** ttsiouts has quit IRC10:22
*** skramaja_ has joined #heat10:33
*** skramaja has quit IRC10:33
*** ayoung has quit IRC10:47
*** ayoung has joined #heat10:47
*** skramaja_ has quit IRC10:58
*** ttsiouts has joined #heat11:04
*** sharmistha has joined #heat11:33
*** k_mouza has joined #heat11:35
sharmisthaHi i have an issue while creating a vm with port_security_enabled as false, once vm is up its port is having port_security_enabled as true11:36
sharmisthathis is how my resource definition looks like:11:37
sharmistha  scaling:11:37
sharmisthaport_extra_properties: { port_security_enabled: false }}]11:37
sharmisthacan anyone please help ?11:37
*** k_mouza has quit IRC11:40
*** gshippey has quit IRC11:45
*** k_mouza has joined #heat11:56
*** ttsiouts has quit IRC12:10
*** ttsiouts has joined #heat12:11
*** dopplergange has joined #heat12:11
*** dopplerg- has quit IRC12:12
*** ttsiouts has quit IRC12:13
*** ttsiouts_ has joined #heat12:13
*** skramaja has joined #heat12:52
*** ayoung has quit IRC13:05
*** ayoung has joined #heat13:06
*** skramaja has quit IRC13:30
*** spsurya has joined #heat13:57
*** ayoung has quit IRC13:58
*** jawad_ax_ has quit IRC14:00
*** jawad_axd has joined #heat14:00
*** ayoung has joined #heat14:02
*** jawad_axd has quit IRC14:05
*** jawad_axd has joined #heat14:14
*** jdwidari has joined #heat14:18
*** iokiwi has quit IRC14:29
*** iokiwi has joined #heat14:30
gregworkmorning, does anyone know if index_var from ResourceGroup can be fed into a yaql expression?14:41
*** jmlowe has quit IRC14:45
*** gshippey has joined #heat14:48
*** jawad_axd has quit IRC14:49
*** jmlowe has joined #heat15:01
*** k_mouza has quit IRC15:22
*** ayoung has quit IRC15:24
*** jmlowe has quit IRC15:26
*** ttsiouts_ has quit IRC15:27
*** ttsiouts has joined #heat15:28
*** ttsiouts has quit IRC15:32
*** k_mouza has joined #heat15:35
*** k_mouza has quit IRC15:40
*** jtomasek has quit IRC15:41
zanebgregwork: I can't think why not15:52
gregworkzaneb: im getting a funny error when I try and use %index% with a yaql expression16:10
gregworkhttps://pastebin.com/mfzK9c2p tosses an error about unknown #indexer16:10
gregworkim wondering if i need to escape %index% in any special way16:10
gregworkLine 42 is the offender16:11
gregworkas the resource group iterates i want to pull the value of $.data.node[%index%]16:11
*** jawad_axd has joined #heat16:20
*** jawad_axd has quit IRC16:25
*** jawad_axd has joined #heat16:26
*** jawad_axd has quit IRC16:27
*** jawad_axd has joined #heat16:28
zanebgregwork: actually, I'm wrong. intrinsic functions are resolved before %index%, so this won't work16:32
*** mikecmpbll has quit IRC16:33
*** jmlowe has joined #heat16:35
*** e0ne has quit IRC16:56
*** gfidente has quit IRC17:07
*** ricolin has quit IRC17:39
*** ramishra has quit IRC17:51
gregworkzaneb: is there any other way to pull this off ?17:57
zanebgregwork: use a nested template as the resource_def. then you can use yaql inside that template instead of in the parent template17:58
zanebpass the index as a parameter17:58
gregworkalright, that seems kind of klunky tho17:59
gregworkit seems that others also thought the same thing here: https://bugs.launchpad.net/heat/+bug/147061418:00
openstackLaunchpad bug 1470614 in OpenStack Heat "OS::Heat::ResourceGroup does not substitute index_var within intrinsics." [Medium,Triaged] - Assigned to Joe D'Andrea (joedandrea)18:00
zanebusing Heat as a template generator for itself is clunky all round18:03
*** jmlowe has quit IRC18:22
*** e0ne has joined #heat18:37
*** e0ne has quit IRC18:41
*** jmlowe has joined #heat19:03
*** bnemec has quit IRC19:29
*** bnemec has joined #heat19:30
*** jawad_axd has quit IRC19:50
*** jdwidari has quit IRC20:02
*** e0ne has joined #heat20:28
*** spsurya has quit IRC20:28
*** dopplergange has quit IRC20:45
*** dopplerg- has joined #heat20:45
*** e0ne has quit IRC20:48
*** radeks_ has quit IRC21:00
*** k_mouza has joined #heat21:13
*** e0ne has joined #heat21:34
openstackgerritZane Bitter proposed openstack/heat master: Make tags handling more robust  https://review.opendev.org/68767221:41
openstackgerritZane Bitter proposed openstack/heat master: Allow tags to be removed with update --existing  https://review.opendev.org/68798821:41
openstackgerritZane Bitter proposed openstack/heat master: Return empty list instead of None for tags  https://review.opendev.org/68798921:41
gregworkhmmn using python3-heatclient-1.17.0-0.20190312144725.8af5deb.el8ost  and getting some odd behavior with using variables for nested stacks: ERROR heat.engine.resource HTTPBadRequest: ERROR: resources.bastion<nested_stack>: : Could not fetch remote template "file:///home/gprocuni/osp/vdi-tenant/nested/vdi-node.yaml": Invalid URL scheme file21:51
gregworkthe file at that path exists, feels like this bug: https://bugs.launchpad.net/python-heatclient/+bug/153442321:51
openstackLaunchpad bug 1534423 in python-heatclient "Could not fetch remote template 'template.yaml': Invalid URL scheme " [Undecided,Invalid]21:51
gregworkive tried using literal '/home/gprocuni/osp/vdi-tenant/nested/vdi-node.yaml' and file:// and getting both of those21:52
*** ayoung has joined #heat21:58
gregworkthis works if i push these templates to gitlab and build via pulling from http://gitlab/raw/thatfile.yaml21:59
gregworkbut local references are .. not21:59
gregworkodd21:59
*** ayoung has quit IRC22:05
*** ayoung has joined #heat22:08
*** k_mouza has quit IRC22:19
*** e0ne has quit IRC22:24
*** rcernin has joined #heat22:46
*** ayoung has quit IRC22:54
*** ayoung has joined #heat22:55
*** tkajinam has joined #heat23:06
*** ayoung has quit IRC23:52
*** ayoung has joined #heat23:53

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