Wednesday, 2018-09-05

*** longkb has joined #heat00:36
*** spartakos has quit IRC00:40
openstackgerritZane Bitter proposed openstack/heat master: Improve best existing resource selection  https://review.openstack.org/59983300:54
*** ivve has quit IRC01:06
*** ivve has joined #heat01:19
*** hongbin_ has joined #heat01:26
*** spartakos has joined #heat01:56
*** ricolin has joined #heat02:27
*** zbitter has joined #heat02:42
*** zaneb has quit IRC02:45
*** skramaja has joined #heat03:05
*** gkadam has joined #heat03:21
*** hongbin_ has quit IRC03:46
*** spartakos has quit IRC03:57
*** ramishra has joined #heat03:59
*** gkadam has quit IRC04:10
*** gkadam has joined #heat04:10
openstackgerritAndreas Jaeger proposed openstack/heat master: Fix .zuul.yaml  https://review.openstack.org/59990804:14
*** hjensas has quit IRC05:52
openstackgerritMerged openstack/heat master: remove master-only job templates from zuul config  https://review.openstack.org/59984306:12
openstackgerritMerged openstack/heat-specs master: Fix rocky template  https://review.openstack.org/59764606:35
openstackgerritMerged openstack/heat-specs master: import zuul job settings from project-config  https://review.openstack.org/59726006:35
openstackgerritzhangyifan proposed openstack/heat master: fix function list_stack_resources. This commit uses to make function list_stack_resource can distinguish the resource type like "OS::Nova::Server" and "OS::Nova::ServerGroup".  https://review.openstack.org/59400206:40
pas-haricolin: hi, have a question re heat-dashboard - was it released for Rocky? why is there no stable/rocky branch yet?06:48
pas-hakei-ichi: I guess same question to you as well ^06:49
ricolinpas-ha, we release 1.4.0 out, 14 days ago, but appears I didn't cut rocky for it, will post another patch for that06:54
*** hjensas has joined #heat06:54
pas-hacool, thanks :-)06:55
ricolinpas-ha, will you be there in PTG?06:57
ricolinpas-ha, https://review.openstack.org/59993906:59
pas-haricolin: yes, I'll be there06:59
ricolinpas-ha, okay, I will see you in Denver07:02
pas-hayep, see ya :-)07:02
*** rcernin has quit IRC07:04
openstackgerritzhangyifan proposed openstack/heat master: fix function list_stack_resources. This commit uses to fix function list_stack_resource, and then this function can distinguish the resource type like "OS::Nova::Server" and "OS::Nova::ServerGroup".  https://review.openstack.org/59400207:47
openstackgerritzhangyifan proposed openstack/heat master: fix function list_stack_resources.  https://review.openstack.org/59400207:59
*** kei-ichi has quit IRC08:04
*** kei-ichi has joined #heat08:04
*** gkadam_ has joined #heat08:23
*** gkadam has quit IRC08:27
*** sshnaidm|afk is now known as sshnaidm08:36
*** gfidente has joined #heat08:42
*** derekh has joined #heat08:44
*** evrardjp has joined #heat09:05
*** ricolin has quit IRC09:07
evrardjpgood morning -- maybe a weird question, but is it possible to use conditionals to conditionally define a property? I want to omit the definition of resource property if some parameter is set to false09:07
evrardjpto be even more precise for my case, I don't want to pass security groups if port_security is set to false, so it still allows flexibility09:09
*** gmoro has quit IRC09:10
*** gmoro has joined #heat09:11
therveevrardjp: You can change the value of a property09:16
therveIf you want to omit it altogether, you need 2 different resource defined conditionally09:16
evrardjptherve: that's what I was afraid of09:18
evrardjpnow I have to change the whole list of things consuming that resource, because I would now have two resources09:18
evrardjpand add a bunch of "if"09:18
evrardjpthanks for the help09:19
therveevrardjp: Doesn't the property support null or [] ?09:19
therveThat would work, instead of omitting it09:19
evrardjpwell that property is a list (as this is a security group I'd like to pass or not pass)09:20
evrardjphowever I am not sure on the behavior, should I pass []09:20
evrardjpneutron by default doesn't allow to bind security groups if port security is disabled09:21
evrardjpso I guess providing [] would still try to bind an empty list09:21
evrardjpI guess this is the code that matters: https://github.com/openstack/heat/blob/8cfff53e263e3b59c43ec10958bfaa86204bab63/heat/engine/resources/openstack/neutron/port.py#L506-L514 ?09:22
evrardjpI have my solution in the code comments :)09:23
evrardjpI guess a conditional should be added there?09:24
ramishraevrardjp: something like http://paste.openstack.org/show/729495/ seems to work09:53
evrardjpramishra: that's exactly what I have right now09:57
ramishraevrardjp: so what's the issue?09:57
evrardjpI have rewritten thanks to your input, so I have to check what's the issue behind it yet : )09:58
evrardjpI mean thanks to therve 's input :)09:58
*** zigo has joined #heat10:01
evrardjpso it seems that my security group is ignored... but the stack creation fails.10:01
evrardjpI am not using it on Neutron::Port but on Nova::Server10:03
evrardjpI will refactor this to create a port separately and do the right thing, then assign that port to server10:04
evrardjpthanks10:04
*** longkb has quit IRC10:05
ramishrayes, it's always good to create ports in stack, rather than asking nova to do it10:05
ramishrawe can possibly have a validation in port resource to ignore sec_groups when port_security_enabled is false10:06
*** pbourke has quit IRC10:57
*** pbourke has joined #heat10:59
*** nicolasbock has joined #heat11:32
*** sshnaidm has quit IRC11:43
*** zigo has quit IRC11:45
*** sshnaidm has joined #heat11:46
*** gkadam_ has quit IRC11:54
*** skramaja_ has joined #heat12:26
*** skramaja has quit IRC12:29
*** skramaja_ has quit IRC12:45
openstackgerritPavlo Shchelokovskyy proposed openstack/heat master: Pass role ids to trust if possible  https://review.openstack.org/57656612:51
*** zbitter is now known as zaneb13:23
*** ricolin has joined #heat13:23
ricolinAnyone need to discuss any topic? Feel free to raise. Otherwise we will save this meeting and leave discussion for PTG+Online meet up13:47
*** hjensas has quit IRC13:48
zanebevrardjp: have you tried passing null? that might work13:48
evrardjpzaneb: I was 'constrained' by the template I had, so I decided to have a different template, more flexible. Thanks for the offer to help zaneb :)13:49
zanebricolin: I don't have anything to bring up that I can think of13:50
ricolinzaneb, thanks for letting me know:)13:50
zanebricolin: when are you arriving in Denver?13:50
ricolinSaturday evening13:51
ricolinyou?13:51
zanebSunday afternoon13:55
ricolinzaneb, I think we might need a cross-project with glance this time http://lists.openstack.org/pipermail/openstack-dev/2018-September/134292.html13:56
ricolin*might*13:56
ricolintry to find out if there might be any issue, but I think `web-download` is what we needed14:00
*** jtomasek has quit IRC14:15
*** gfidente has quit IRC14:45
*** gfidente has joined #heat14:46
zanebah, that does indeed sound like what we need14:48
*** jtomasek has joined #heat15:14
*** spartakos has joined #heat15:42
openstackgerritJulien Danjou proposed openstack/heat master: aodh/gnocchi: remove constraints on aggregation methods  https://review.openstack.org/58403015:54
*** spartakos has quit IRC16:05
*** spartakos has joined #heat16:05
*** k_mouza has joined #heat16:28
*** shardy has quit IRC16:28
*** ramishra has quit IRC16:39
*** k_mouza has quit IRC16:41
*** mchlumsky has joined #heat16:59
*** gfidente is now known as gfidente|afk17:00
*** derekh has quit IRC17:00
*** zaneb has quit IRC17:05
*** zbitter has joined #heat17:05
*** ricolin has quit IRC17:06
*** zbitter is now known as zaneb17:06
*** mchlumsky has quit IRC17:13
*** mchlumsky has joined #heat17:15
*** k_mouza has joined #heat17:29
*** sshnaidm is now known as sshnaidm|afk17:32
*** k_mouza has quit IRC17:33
*** hjensas has joined #heat17:39
*** openstackgerrit has quit IRC18:00
*** spartakos has quit IRC18:09
*** spartakos has joined #heat18:38
*** spartakos has quit IRC18:39
*** spartakos has joined #heat18:40
*** jtomasek has quit IRC19:04
*** openstackgerrit has joined #heat19:28
openstackgerritOpenStack Release Bot proposed openstack/heat-agents master: Update reno for stable/rocky  https://review.openstack.org/60018919:28
openstackgerritOpenStack Release Bot proposed openstack/heat-dashboard master: Update reno for stable/rocky  https://review.openstack.org/60019219:28
openstackgerritMerged openstack/heat master: Fix .zuul.yaml  https://review.openstack.org/59990819:36
openstackgerritThomas Herve proposed openstack/heat master: aodh/gnocchi: remove constraints on aggregation methods  https://review.openstack.org/58403019:38
*** jcoufal has joined #heat19:47
*** jcoufal has quit IRC20:07
openstackgerritMerged openstack/heat-agents master: Update reno for stable/rocky  https://review.openstack.org/60018920:52
*** sshnaidm|afk has quit IRC20:54
*** sshnaidm has joined #heat21:00
*** sshnaidm has quit IRC21:01
*** mchlumsky has quit IRC21:02
*** gfidente|afk has quit IRC21:16
openstackgerritMerged openstack/heat master: Support py36 for test in tox  https://review.openstack.org/58029821:33
*** sshnaidm has joined #heat22:06
*** sshnaidm is now known as sshnaidm|off22:08
*** ricolin has joined #heat22:14
*** rcernin has joined #heat22:43
openstackgerritZane Bitter proposed openstack/heat master: Improve best existing resource selection  https://review.openstack.org/59983323:28
openstackgerritZane Bitter proposed openstack/heat master: Allow update of previously-replaced resources  https://review.openstack.org/60027823:28
openstackgerritZane Bitter proposed openstack/heat master: Allow update of previously-replaced resources  https://review.openstack.org/60027823:59
openstackgerritZane Bitter proposed openstack/heat master: Improve best existing resource selection  https://review.openstack.org/59983323:59

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