Monday, 2020-01-20

*** jdandrea has joined #heat00:55
openstackgerritNafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource  https://review.opendev.org/70320401:31
*** hoonetorg has quit IRC02:59
*** k_mouza has joined #heat03:08
*** hoonetorg has joined #heat03:12
*** k_mouza has quit IRC03:13
*** jdandrea has quit IRC03:22
*** k_mouza has joined #heat03:47
*** k_mouza has quit IRC03:52
*** ramishra has joined #heat03:59
*** k_mouza has joined #heat04:17
*** udesale has joined #heat04:18
*** k_mouza has quit IRC04:21
*** skramaja has joined #heat04:30
*** rcernin_ has joined #heat04:56
*** lxkong has joined #heat04:58
*** udesale_ has joined #heat04:58
*** rcernin has quit IRC04:59
*** udesale has quit IRC05:02
*** ramishra has quit IRC05:14
*** ramishra has joined #heat05:21
*** ramishra has quit IRC05:32
*** tkajinam has quit IRC05:52
*** tkajinam has joined #heat05:53
*** ramishra has joined #heat06:30
*** ramishra has quit IRC06:49
*** ramishra has joined #heat07:05
*** ramishra has quit IRC07:09
*** rcernin_ has quit IRC07:14
*** ramishra has joined #heat07:17
*** ramishra has quit IRC07:44
openstackgerritVasyl Saienko proposed openstack/heat-tempest-plugin master: Pass disable_ssl_certificate_validation to gabbit tests  https://review.opendev.org/70333507:46
*** ramishra has joined #heat07:47
*** jtomasek has joined #heat08:07
*** tkajinam has quit IRC08:28
*** gfidente has joined #heat08:31
*** ricolin has quit IRC09:04
*** ricolin has joined #heat09:15
*** k_mouza has joined #heat09:18
*** mikecmpbll has joined #heat09:30
*** ivve has joined #heat10:15
*** gfidente has quit IRC10:38
*** k_mouza has quit IRC10:39
*** gfidente has joined #heat10:41
*** k_mouza has joined #heat10:42
*** ricolin has quit IRC10:55
*** udesale_ has quit IRC11:02
*** k_mouza has quit IRC11:29
*** k_mouza has joined #heat12:09
*** hjensas has joined #heat12:18
*** mnaser has quit IRC12:27
*** mnaser has joined #heat12:27
*** lxkong has quit IRC12:38
*** hjensas has quit IRC13:21
*** hjensas has joined #heat13:24
*** gkadam has joined #heat13:30
openstackgerritMerged openstack/heat master: Remove image upload dependency on g-reg  https://review.opendev.org/70311313:30
*** shardy has joined #heat13:31
*** gkadam has quit IRC13:31
*** jdandrea has joined #heat13:40
*** jdandrea has quit IRC13:40
*** jdandrea has joined #heat13:42
openstackgerritNafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource  https://review.opendev.org/70320413:50
openstackgerritNafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource  https://review.opendev.org/70320413:50
*** ricolin has joined #heat13:57
*** ricolin has quit IRC14:07
*** AJaeger has joined #heat14:12
AJaegerheat cores, heat-dashboard master is broken, https://review.opendev.org/#/c/702080/14:12
*** ricolin_ has joined #heat14:24
*** ricolin_ has quit IRC14:26
*** ricolin has joined #heat14:26
*** mikecmpbll has quit IRC14:31
*** mikecmpbll has joined #heat14:33
*** udesale has joined #heat14:42
ivveis there any guide or documentation using autoscaling group outputs like "outputs" and "outputs_list" ?14:48
ivveas you get no output when just getting the attribute: {get_attr: [asg, outputs]} its kinda impossible to even debug14:49
ivvejust realized it doesn't exists in any stein version. how does one go about getting attributes of nested stack resources?14:53
*** skramaja has quit IRC14:54
openstackgerritMerged openstack/heat-specs master: [ussuri][goal] Drop python 2.7 support  https://review.opendev.org/69903515:13
zanebivve: you need to specify the name of the output you want to get also15:22
zanebe.g. {get_attr: [asg, outputs, some_output_name]}15:22
zanebhmm, docs on this are not good15:24
ivvezaneb: figured it out. yea you need to create the output in the child first15:31
ivveits kinda hard to debug though since it doesn't show in the "asg"15:34
ivvecan't see the dict at all15:34
AJaegerricolin, zaneb a recent change to heat broke heat-dashboard master, see, https://review.opendev.org/#/c/702080/15:36
AJaegerany ideas?15:36
zanebI'm not core on that repo so I don't know anything about it15:37
AJaegerok15:38
* AJaeger has an idea...15:43
openstackgerritAndreas Jaeger proposed openstack/heat-dashboard master: s/assertItemsEqual/assertCountEqual/g  https://review.opendev.org/70343015:44
*** k_mouza has quit IRC15:45
zanebAJaeger: are those the same thing? I thought assertItemsEqual also checked values15:45
*** k_mouza has joined #heat15:45
zanebTIL apparently they are15:48
AJaegerthey should be unless there are subtile differences. Both check values15:49
ivvezaneb: could you hint me here. so im testing around a bit with getting hostnames and floating ip's of an asg, that works with both outputs and outputs_list, however im unable to get the ip of a specific server, like first in the array. is that possible?15:49
ivvevalue: { get_attr: [ asg, outputs_list, hostname ] }15:50
ivvewould it be possible to get just the first?15:50
ivve, 0 added doesn't seem to work15:50
*** k_mouza has quit IRC15:50
zanebthere is a way. let me look it up15:51
ivvealso tried , 0, value15:51
ivvebut its not a key/value since its a list15:51
ivveso i guess just wierd attempt :D15:51
openstackgerritAndreas Jaeger proposed openstack/heat-dashboard master: s/assertItemsEqual/assertCountEqual/g  https://review.opendev.org/70343015:51
openstackgerritAndreas Jaeger proposed openstack/heat-dashboard master: s/assertItemsEqual/assertCountEqual/g  https://review.opendev.org/70343015:52
zanebivve: try { get_attr: [ asg, resource.0, hostname ]15:52
ivvevalue: {get_attr: [ asg, outputs_list.0, hostname ] } or value: {get_attr: [ asg, outputs.0, hostname ] } gave empty answers15:54
ivvetried value: {get_attr: [ asg, outputs.0, hostname, value ] } with no result15:56
*** k_mouza has joined #heat15:59
openstackgerritNafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource  https://review.opendev.org/70320416:05
*** ayoung has quit IRC16:06
*** ayoung has joined #heat16:08
AJaegerricolin, could you look at https://review.opendev.org/703430 , please?16:09
*** udesale has quit IRC16:09
*** openstackgerrit has quit IRC16:13
*** gregwork has joined #heat16:18
ricolinAJaeger, is https://review.opendev.org/#/c/703430/3/tox.ini related?16:26
*** mlycka has joined #heat16:34
*** ricolin has quit IRC16:55
*** openstackgerrit has joined #heat16:56
openstackgerritMerged openstack/heat-dashboard master: s/assertItemsEqual/assertCountEqual/g  https://review.opendev.org/70343016:56
ivveis it possible to get a string output from the "repeat" fuction or is it possible to put a repeat function inside the str_replace?16:57
ivverepeats template doesn't stricktly follow spaces and newlines16:57
ivveguess i could make values out of the things first with os::heat::value16:58
ivvebut seems unnecessary16:58
ivvenon-permutated repeat does exactly what i want but the output is a list. would be great to get it as a string (that follows the pattern of the template like str_replace)16:59
zanebivve: repeat template can be a string afaik. in that case whitespace would be preserved17:18
AJaegerricolin, that shouuldn't have been in there ;( Will revert17:19
ivvezaneb: tried to run a repeat on a value in output but it ends up as a list17:20
openstackgerritAndreas Jaeger proposed openstack/heat-dashboard master: Revert accidental tox.ini change  https://review.opendev.org/70345917:20
ivveand there are no options on it. the entire template is built like a str_replace but the output of it is a list where each of the "templates" is a arrayvalue of the list17:21
*** AJaeger has left #heat17:24
zanebwell, it repeats stuff. what else could it return? but you can use other functions like list_join on the output17:25
*** ayoung has quit IRC17:30
*** k_mouza has quit IRC17:34
*** mikecmpbll has quit IRC17:34
*** ayoung has joined #heat17:34
*** bnemec has joined #heat17:52
openstackgerritGregory Thiemonge proposed openstack/heat master: Add support for Octavia's Flavor and FlavorProfile resources  https://review.opendev.org/70191018:08
*** gfidente is now known as gfidente|afk18:08
*** bnemec has quit IRC18:08
openstackgerritMerged openstack/heat master: Support tls_enabled for Octavia pool  https://review.opendev.org/65832418:11
*** k_mouza has joined #heat18:12
openstackgerritMerged openstack/heat-dashboard master: Remove six usage (1/2)  https://review.opendev.org/70208018:15
*** k_mouza has quit IRC18:16
*** mlycka has quit IRC18:28
*** shardy has quit IRC19:08
openstackgerritNafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource  https://review.opendev.org/70320419:22
openstackgerritNafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource  https://review.opendev.org/70320419:23
openstackgerritNafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource  https://review.opendev.org/70320419:23
ivvezaneb: how would i add a list_join to this? i mean i guess other than creating a series of OS::Heat::Value i guess https://pastebin.com/R0uU1ng720:06
ivvethe expected output is just the first print, would ofc expect 9 more just iterated from the two lists20:07
zanebivve: http://paste.openstack.org/show/788613/20:09
ivvehuh you can do it like that20:11
ivvefascinating :)20:11
ivveaah zaneb you are golden!20:12
ivvethanks a bunch20:12
*** lxkong has joined #heat20:21
*** _erlon_ has joined #heat20:34
*** gfidente|afk has quit IRC21:15
*** rcernin has joined #heat21:49
*** tkajinam has joined #heat22:51
*** jtomasek has quit IRC22:53
openstackgerritNafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource  https://review.opendev.org/70320422:53
*** mikecmpbll has joined #heat23:10
*** ivve has quit IRC23:47

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