Wednesday, 2018-08-22

*** harlowja has quit IRC00:23
*** livelace has quit IRC00:35
*** livelace has joined #heat00:35
*** ricolin has joined #heat00:42
*** dmellado has quit IRC01:22
*** rcernin_ has joined #heat01:23
*** stevebaker has quit IRC01:24
*** rcernin has quit IRC01:25
*** rcernin has joined #heat02:00
*** rcernin_ has quit IRC02:03
*** hongbin has joined #heat02:22
*** dmellado has joined #heat02:38
*** edmondsw has quit IRC02:45
*** stevebaker has joined #heat02:48
*** nicolasbock has quit IRC03:32
*** hongbin has quit IRC03:33
*** sdake has quit IRC05:13
*** hjensas has quit IRC05:52
*** cnsstnthstrs has quit IRC05:58
*** gkadam has joined #heat06:31
*** hjensas has joined #heat06:56
*** dmellado has quit IRC07:04
*** dmellado has joined #heat07:06
*** rcernin has quit IRC07:07
*** dmellado has quit IRC07:12
*** sshnaidm|afk is now known as sshnaidm07:17
*** dmellado has joined #heat07:19
*** shardy has joined #heat07:38
*** jtomasek has joined #heat07:42
*** ricolin has quit IRC09:04
*** ricolin has joined #heat10:23
*** nicolasbock has joined #heat10:44
*** slagle has quit IRC11:01
*** edmondsw has joined #heat11:33
*** sdake has joined #heat12:15
*** jcoufal has joined #heat13:01
*** hjensas has quit IRC13:28
*** shardy is now known as shardy_mtg13:31
*** jcoufal has quit IRC13:33
*** jcoufal has joined #heat13:47
ricolinA reminder for all, I just send release patches out https://review.openstack.org/#/q/topic:release-heat+(status:open+OR+status:merged)13:58
ricolinto release heat cycle-with-intermediary repos,  heat Rocky rc2, and stable branches13:58
ricolinsince we don't got enought core around, that's do a office hour this week14:00
*** dmellado has quit IRC14:01
*** stevebaker has quit IRC14:01
*** shardy_mtg is now known as shardy14:01
zanebo/14:01
ricolinzaneb, o/14:01
*** nicolasbock has quit IRC14:04
zaneblooks like all the stable stuff merged14:04
ricolinand it will released14:04
ricolinonce I figure out what's going on in https://review.openstack.org/#/c/594949/14:05
zanebricolin: you have 8.0.6 in there twice14:07
ricolinhttp://logs.openstack.org/49/594949/1/check/openstack-tox-validate/da415c2/job-output.txt.gz#_2018-08-22_12_50_09_00560614:07
ricolinyep,14:07
*** pbourke has quit IRC14:07
zanebnew one should be 8.0.714:07
ricolindone!14:08
*** hjensas has joined #heat14:09
*** pbourke has joined #heat14:09
*** pbourke has quit IRC14:23
*** pbourke has joined #heat14:25
*** nicolasbock has joined #heat14:31
*** jrist has joined #heat14:45
*** openstackgerrit has quit IRC15:31
*** nicolasbock has quit IRC15:43
*** dmellado has joined #heat15:45
*** nicolasbock has joined #heat15:49
*** gkadam is now known as gkadam-afk15:52
*** gkadam-afk is now known as gkadam16:49
*** gkadam has quit IRC16:54
*** ricolin has quit IRC17:21
*** DinaBelova has quit IRC17:25
*** mchlumsky has quit IRC17:25
*** EmilienM has quit IRC17:25
*** afazekas_ has quit IRC17:25
*** EmilienM has joined #heat17:31
jillris there any way to include a number value in a list_join, or some native functionality to convert the param to a string?18:04
jillrI know I can use yaql to do the str(), but I'd really prefer not to have a whole mess of yaql if I can avoid it18:05
*** shardy is now known as shardy_afk18:15
*** ChanServ has quit IRC18:16
*** stevebaker has joined #heat18:18
*** ChanServ has joined #heat18:22
*** barjavel.freenode.net sets mode: +o ChanServ18:22
*** dmellado has quit IRC18:22
*** stevebaker has quit IRC18:23
*** stevebaker has joined #heat20:31
*** harlowja has joined #heat20:42
*** jcoufal has quit IRC20:49
*** jtomasek has quit IRC20:57
zanebjillr: I'd have expected it to Just Work(TM)21:06
zanebbecause non-strings get serialised as JSON https://ask.openstack.org/en/question/98902/serialise-data-to-json-in-hot/21:06
jillrzaneb: hrm, ok I was getting an error like 'list elements must be string, json, or sth', running it again now without the yaql str() conversion and will get the exact failure again21:17
zanebugh, looking at the code I see we only do that for dicts and lists :(21:19
zanebjillr: your only options are probably to use yaql or create an OS::Heat::Value resource with type string21:21
zanebunless the number is being passed as a parameter or something somewhere, in which case you can adjust the parameter type to string21:21
jillrzaneb: it's a parameter, but I really need to restrict the input to numbers  http://paste.openstack.org/show/728639/21:22
jillrso, yaql it is  :)  will toss over a bug too as an rfe.21:22
*** livelace has quit IRC22:24
*** rcernin has joined #heat22:34
*** livelace has joined #heat22:37
*** ChanServ has quit IRC22:49
*** ChanServ has joined #heat23:03
*** barjavel.freenode.net sets mode: +o ChanServ23:03
zanebjillr: I wonder if you can use str_replace instead of list_join there23:13
* jillr looks ... hrm, maybe - I'll give that a shot.23:14
jillrthx23:14
zanebjillr: http://paste.openstack.org/show/728646/23:17
*** slagle has joined #heat23:17
jillrzaneb: sweet - ty23:20
zanebgood news, it allows numbers according to my reading of the code23:20
* jillr kicks off a new deploy23:21
jillrzaneb: that worked!23:31
zanebw00t23:31
* jillr gleefully nukes the yaql 23:32

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